You are on page 1of 2

CONFIGURACION ROUTER A

A#configure terminal

A(config)#int se 0/0/0

A(config-if) ip address 50.50.50.1 255.255.255.0

A(config-if) clock rate 64000

A(config-if) no shutdown

----------------------------------------------------------------------------------------------------------------------

A(config)#int se 0/2/0

A(config-if) ip address 80.80.80.1 255.255.255.0

A(config-if) clock rate 64000

A(config-if) no shutdown

-------------------------------------------------------------------------------------------------------------------------

A(config)#int se 0/3/0

A(config-if) ip address 200.45.32.128 255.255.255.252

A(config-if) clock rate 64000

A(config-if) no shutdown

QUE COMANDO PERMITE REVISAR LAS IP CONFIGURADAS

SHOW IP ROUTE

DIRECCIONAMIENTO IP

Nro Ip de red Mascara Primer host Ultimo host Broadcast


host

Sur 510 110.42.96.0/23 255.255.254.0 110.42.96.1 110.42.97.254 110.42.97.255


Este 254 110.42.98.0/24 255.255.255.0 110.42.98.1 110.42.98.254 110.42.98.255
norte 62 110.42.99.0/26 255.255.255.192 110.42.99.1 110.42.99.62 110.42.99.63
Que interfaces están conectadas directamente en el router A

200.45.32.128/30 serial 0/3/0

200.45.32.130./32 serial 0/3/0

Anote los comandos utilizados en el router b para la configuración dinámica

B# conf t

B(config)# router ospf 1

B(config-if)#network 50.50.50.0 0.0.0.255 area 0

B(config-if)#network 60.60.60.0 0.0.0.255 area 0

B(config-if)#network 110.42.99.0 0.0.0.63

You might also like