Sei sulla pagina 1di 2

Administracin

(config)# hostname name (config)# banner motd # mensaje prohibicin # (config)# enable secret clave (config)# service password-encryption (config-line)# line console 0 | line vty 0 4 (config-line)# password clave (config-line)# login (config-line)# logging synchronous (config-line)# exec-timeout min secs (config)#config-register 0x2102 (0x2142 sin StartUp) # copy run sta # erase NVRAM # show clock (config)# no IP domain-lookup (config)# interface <IF> (config-if)# IP address red mscara (config-if)# no shutdown (config-if)# clock rate bps (config-if)# description mensaje descriptivo Rommon 1 > confreg 0x2142 (modo rommon CTRL+PAUSE)

Consultas
# show running-config | startup-config # show controllers <IF> # show version # show IP route # show IP interface {IF | brief} # show interface <IF> # show CDP neighbors {detail} (config-if)# no CDP enable #no CDP run Estadsticas Ver DCE/DTE Ver el registro de configuracin

Rutas estticas
(config)# IP route <red mascara> <Next Hop|IF> (config)# IP route QUAD ZERO <Next Hop|IF> (config)# IP default-network red <Next Hop|IF> (config)# IP route <red mscara> NULL0 (config)# IP default-gateway <IP> Para volcar al pozo en RIP Gateway para la VLAN de un Switch En IF serie usar Next Hop. En FA IF

RIPv1/v2
(config)# router RIP (config-router)# version 1|2 (config-router)# network red (config-router)# passive-interface <IF> (config-router)# IP classles (config-router)# no auto-summary (config-router)# default-information originate (config-router)# redistribute static # show IP RIP database # show IP route # show IP protocols # debug IP route #undebug all #no router RIP anula proceso y borra TODAS las conf. Simul 1 default. #no version 2 lleva a 1 Usar CLASSFUL NO enva pero SI recibe ( EIGRP | OSPF) Default a partir de 11.3 Default es ON. Intil en RIPv1 Propagar ruta Quad Zero Propagar estticas (no Quad Zero)

EIGRP
(config)# router EIGRP AS (config-router)# network red {mascara wildcard} (config-router)# metric weights TS K1 K2 K3 K4 K5 (config-router)# no auto-summary (config-router)# redistribute static # show IP EIGRP neighbors # show IP EIGRP topology {red | all links} # show IP protocols # show interface <IF> # show IP route # debug EIGRP FSM (config-if)# passive-interface <IF> (config-if)# bandwidth kbps (config-if)# delay us/10 (config-if)# IP hello-interval EIGRP AS <secs> (config-if)# IP hold-time EIGRP AS <secs> (config-if)# IP bandwidth-percent EIGRP AS % (config-if)# IP summary-address EIGRP AS <red/mascara> #undebug all NI enva NI recibe ( RIP) #no bandwidth default #no delay default Verificar #show running-config Verificar que sea mayor que hello-interval (def. 3x) La cantidad de BW empleada en el clculo de mtrica Sumarizacin manual para esa IF Ver AS, Ks, AD Elementos mtrica. T1: 1544kbps/20000us FA: 100us Propagar estticas. EIGRP NO usa def-inf originate La red siempre se marca CLASSFUL (salvo Wildcard) 0 BW LOAD DLY REL1 REL2

Fecha de impresin 22/12/2011 20:37:00

OSPF
(config)# router OSPF <process-id> (config-router)# ROUTER-ID <IP> # clear IP OSPF process (config-router)# network red {mascara wildcard} AREA n (config-router)# default-information originate (config-router)# redistribute static # show IP protocols # show IP OSPF # show IP OSPF INTERFACE <IF> # show IP OSPF neighbor # show IP route # show IP interface <IF> (config-if)# IP OSPF priority <n> (config-router)# auto-cost reference-bandwidth <bps> (config-if)# IP OSPF cost <coste> (config-if)# bandwidth <kbps> (config-if)# passive-interface <IF> (config-if)# IP OSPF hello-interval <secs> (config-if)# IP OSPF dead-interval <secs> ??? Activar la ROUTER-ID anterior La red CLASSFUL (exc. Wildcard). Backbone/0 mandatory Propagar ruta Quad Zero Propagar estticas. Router-ID, proc. ID, AD, redes anunciadas Router-ID, proc. ID, num. area, DR/BDR Router-ID, DR/BDR, Costo, Priority, Hello/Dead Int. FULL = adj. creada. Sin FULL o Router ID = no adj. E1 = Ext. suma coste propio | E2 = Ext. No suma coste Ver BW de esa IF Default 1. Ms alta gana eleccin DR/BDR Cambia la BW de referencia Cambia el coste de una IF Hace que coste = BW ref / kbps introducidos NI enva NI recibe ( RIP) Tiene que ser igual entre vecinos Tiene que ser igual entre vecinos

Fecha de impresin 22/12/2011 20:37:00

Potrebbero piacerti anche