Configuração Do Roteador OSPF

1
Configuração do Roteador com Protocolo OSPF Router>enable Router#configure terminal Router(config)#enable password Grama@09 Router(config)#hostname Bohema Bohema(config)#interface fastethernet 0/0 Bohema(config-If)#ip address 192.168.100.9 255.255.255.0 Bohema(conf-If)#no shutdown Bohema(config-If)#exit Bohema(confi)#interface serial 0/0/0 Bohema(config-If)#ip address 192.168.100.17 255.255.255.248 Bohema(config-If)#clock rate 56000 Bohema(config-If)#no shutdown Bohema(config-If)#exit Bohema(config)#router ospf 10 Bohema(config-router)#network 192.168.100.8 0.0.0.7 area 100 Bohema(config-router)#network 192.168.100.16 0.0.0.7 area 100 Bohema(config-router)#network 192.168.100.64 0.0.0.7 area 100 Bohema(config-router)#exit Bohema(config)#exit Bohema#copy running-config startup-config

description

Configuração CISCO - Roteador OSPF

Transcript of Configuração Do Roteador OSPF

Configurao do Roteador com Protocolo OSPFRouter>enableRouter#configure terminalRouter(config)#enable password Grama@09Router(config)#hostname BohemaBohema(config)#interface fastethernet 0/0Bohema(config-If)#ip address 192.168.100.9 255.255.255.0Bohema(conf-If)#no shutdownBohema(config-If)#exitBohema(confi)#interface serial 0/0/0Bohema(config-If)#ip address 192.168.100.17 255.255.255.248Bohema(config-If)#clock rate 56000Bohema(config-If)#no shutdownBohema(config-If)#exitBohema(config)#router ospf 10Bohema(config-router)#network 192.168.100.8 0.0.0.7 area 100Bohema(config-router)#network 192.168.100.16 0.0.0.7 area 100Bohema(config-router)#network 192.168.100.64 0.0.0.7 area 100Bohema(config-router)#exitBohema(config)#exitBohema#copy running-config startup-config