Вы находитесь на странице: 1из 1

Configurao 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

Вам также может понравиться