Configuração Do Roteador OSPF

Post on 09-Jul-2016

221 views 3 download

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