[네트워크] 시스코(Cisco) VS HP스위치 컨피그 비교, HP스위치 점검 명령어 정리
안녕하세요 시스코킹입니다.
HP스위치와 시스코(Cisco)스위치 컨피그 기본 체제 메커니즘 비교 입니다.
-----------------------------------------------------------------
Command HP vs Cisco
-----------------------------------------------------------------
display show
undo no
quit exit
save write
sysname hostname
delete erase
rip router rip
ospf router ospf
bgp router bgp
acl access-list
아래는 컨피그 예시 입니다.
-----------------------------------------------------------------
Example HP vs Cisco
-----------------------------------------------------------------
system view configure terminal
display current-config sh run
display interface brief show ip int b
display version show version
display ip routing-table show ip route
display info-center show logging
user-interface vty 0 63 line vty 0 4
port link-mode route no switchport
undo shutdown no shutdown
-----------------------------------------------------------------
[HP 점검 명령어]
* HP스위치의 display는 시스코(Cisco) show와 같습니다.
시스코 스위치 명령어를 조금 안다면 유추해볼 수 있습니다.
아래는 기본적인 점검 명령어입니다.
직접 입력해보시고 정리하시면 좋을 것 같습니다.
display version = show version
display interface brief = show ip int brief
display ip interface
display interface
display counters inbound interface
display counters outbound interface
display ip routing-table = show ip route
display vlan 10
display port trunk
display memory
display clock
display ntp-service status
display device
display device manuinfo
display controller
display ip statistics
display boot-loader
display users
display history all
display environment
display port-mapping
display current-config =show run
display info-center =show logging
display snmp-agent sys-info
display snmp-agent community
display snmp-agent statistics
display link-aggregation summary
display link-aggregation verbose
display link-aggregation interface
display stp
display stp brief
display acl config all
display acl running-packet-filter all
display mirroring-group x
-디버깅
debugging ip icmp
terminal debugging
display debugging
-로깅
terminal logging
display trapbuffer
display logbuffer
댓글