Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

LISTA INSTRUCCIONES ROUTER

CAP.2
R1(config-line)#logging synchronous
R1(config-line)#exec-timeout [minutes] [seconds]
R1#debug ip routing / undebug ip routing
R1#show cdp neighbors / show cdp neighbors detail
R1#show version
R1#reload

R1(config)#service password-encription
R1(config)#clock set [hour] [date]
R1(config)#banner motd #message#
R1(config)#no ip domain-lookup
R1(config-if)#description [message]
CAP.3
R1>show ip route
R1>show ip protocols
R1>show ip rip database
R1>show running-config
R1#copy running-config startup-config / copy running-config tftp
CAP. 5 (RIPv1)
R1(config)#router rip / no router rip
R1(config)#debug ip rip / undebug all
R1(config-router)#network [network ip] / no network [network ip]
R1(config-router)#passive-interface [interface ]
R1(config-router)#default-information originate
CAP. 7 (RIPv2)
R1(config-router)#redistribute static
R1(config-router)#version 2 / version 1 / no version
R1(config-router)#network [network ip] / no network [network ip]
R1(config-router)#no auto-summary
R1(config)#ip classless / no ip classless
R1>show ip interface brief

debug all / undebug all


no cdp run / no cdp enable

R1>show interface [interface]


CAP. 9 (EIGRP)
R1(config)#router eigrp [autonomous system]
R1(config)#debug eigrp fsm
R1(config)#eigrp log-neighbor-changes
R1(config-router)#network [network ip] [wildcard mask]
R1(config-router)#no auto-summary
R1(config-router)#metric weights tos K1 K2 K3 K4 K5
R1(config-if)#bandwidth [BW kb]
R1(config-if)#ip summary-address eigrp [autonomous system] [network ip] [subnet mask]
R1(config-if)#redistribute static
R1(config-if)#ip bandwidth-percent eigrp [autonomous system] [percentage]
R1(config-if)#ip hello-interval eigrp [AS] [seconds]
R1(config-if)#ip hold-time eigrp [AS] [seconds]
R1>show interface ([interface])
R1>show ip eigrp topology / show ip eigrp topology ([network]) / show ip eigrp topology all-links
R1>show ip eigrp neighbors

CAP. 11 (OSPF)
R1(config)#router ospf [ID]
R1(config-router)#network [network ip] [wildcard mask] area [ID]
R1(config-router)#router-id [ip address]
R1(config-router)#auto-cost reference-bandwidth [BW MB]
R1(config-router)#default-information originate
R1(config-if)#bandwidth [BW kb]
R1(config-if)#ip ospf cost [cost]
R1(config-if)#ip ospf priority [0-255]
R1(config-if)#ip hello-interval ospf [seconds]
R1(config-if)#ip dead-time ospf [seconds]
R1>show ip protocols
R1>show ip ospf / show ip ospf interface
R1>show ip ospf neighbor
R1>show interface ([interface])

You might also like