You are on page 1of 1

*** show controllers *** - Pra verificar o DCE

...

R2(config)#int s 0/0/0
R2(config-if)#ip address 172.16.12.2 255.255.255.0
R2(config-if)#no shutdown

R2(config)#int s0/0/1
R2(config-if)#ip address 172.16.23.2 255.255.255.0
R2(config-if)#no shutdown

R2(config)#int g 0/0
R2(config-if)#ip address 192.68.10.1 255.255.255.0
R2(config-if)#no shutdown

*** ROTEAMENTO - OSPF ***

R2(config)#router ospf 1
R2(config-router)#network 172.16.12.0 0.0.0.3 area 0
R2(config-router)#network 172.16.23.0 0.0.0.3 area 0
exit

*** APRESENTA��O DE ROTEAMENTO PRA OUTRA REDE ***

R2(config)#ip route 0.0.0.0 0.0.0.0 172.16.12.1


R2(config)#ip route 0.0.0.0 0.0.0.0 172.16.23.1

You might also like