ROUTER
Comandos esenciales
Estos los usas todos los días.
Show ip interface brief, el estado de todas las interfaces de un vistazo. Show ip route, la tabla de rutas: cómo llega el router a cada red.
Show ip protocols, qué protocolos de enrutamiento están corriendo. Ping y traceroute para probar conectividad.
Y el más importante de todos: copy running-config startup-config, o pierdes tu trabajo al reiniciar. Guarda siempre.
# los comandos
R1# show ip route | begin GatewaycopiarGateway of last resort is 203.0.113.1 to network 0.0.0.0
O 10.0.20.0/24 [110/2] via 203.0.113.1, Gi0/1
C 10.0.0.0/24 is directly connected, Gi0/0
R1# ping 8.8.8.8copiar!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 8/9/11 ms
R1# copy running-config startup-configcopiarDestination filename [startup-config]?
Building configuration...
[OK]