Hola,
Buen día, ahora les estaré compartiendo una pequeña lista de algunos comandos similares entre Cisco y Huawei que he recopilado, cabe señalar que entre IOS y VRP no son similares en términos de CLI, así que sólo es una guía más no documento formal :)
HUAWEI | CISCO |
ping | ping |
tracert | traceroute |
display | show |
display interface | show interfaces |
display routing-table | Show ip route |
Display ip interface | Show ip interface |
Display version | Show version |
Display bgp routing-table | Show ip bgp |
Display clock | Show clock |
Display port-mapping | Show port |
dir flash: (on user view mode) | Show flash |
Display logbuffer | Show logging |
Display snmp-agent statistics | Show snmp |
Display fr pvc-info | Show frame-relay pvc |
Display users | Show users |
Display lldp neighbor | Show cdp neigh |
Display arp | Show arp |
Display mac-address | Show mac-address |
System-view | Conf t |
quit | exit |
return | end |
Display qos policy interface | Show policy-map interface |
display current-configuration | write terminal (sh run) |
Display saved-configuration | Sh startup |
Display startup | [No command available] |
Reset saved-configuration | Write erase |
save | Write mem (or wr or copy run start) |
clear counters | |
Reset counters interface |
|
? | ? |
telnet | telnet |
Super pass cipher (system mode) | Enable secret (conf mode) |
term debu | Term mon |
clock | clock |
undo | no |
debugging/undo debugging | debug/no debug |
Save safely | copy running-config |
terminal monitor | terminal monitor |
screen-length disable | terminal length |
undo screen-length disable |
|
undo terminal monitor | terminal no monitor |
reset acl counter all | clear access-list counters |
reboot | reload |
shutdown | shutdown |
boot bootrom | boot |
hwtacacs scheme | Aaa |
undo terminal monitor | terminal no monitor |
hwtacacs scheme (in conf command) | tacacs-server |
tftp-server (in conf command) | snmp-server |
bgp | router bgp |
rip | Router rip |
reset ip fast-forwarding | clear ip cef |
reset ip routing-table statistics protocol all | clear ip route * |
Reset bgp all | Clear ip bgp |
display diagnostic-information | Show tech |
Display nat session | Sh ip nat translation |
display controller (but not relevant for non-modular chassis) | Show Controller |
Display atm pvc-info | sho atm pvc |
Debug atm all (very dangerous – might crash router) | debug pvc nego |
Display ike sa | sho crypto isakmp sa |
Display ike peer | sho crypto isakmp key |
Display ike proposal | sho crypto isakmp police |
Interface G0/0/1 Clear configuration this |
Default interface G0/0/1 |
Espero sea de utilidad. Puedes consultar los comandos básicos de Huawei para switches en la siguiente publicación