Справочник Пользователя для Ulterius Technologies LLC FDN40

Скачать
Страница из 388
 
CHAPTER 15: OSPF 
`FDN40ConfigUM/20160505 
354 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
UltOs(config)# interface vlan 12  
UltOs(config-if)# shutdown  
UltOs(config-if)# end  
UltOs# configure terminal  
UltOs(config)# interface vlan 23  
UltOs(config-if)# shutdown  
12. Delete the route map aa.  
UltOs# configure terminal  
UltOs(config)# no route-map aa 1  
UltOs(config)# end 
13. Start interfaces Vlan12 and Vlan23.  
UltOs(config)# interface vlan 12  
UltOs(config-if)# no shutdown  
UltOs(config-if)# end  
UltOs(config-if)# configure terminal  
UltOs(config)# interface vlan 23  
UltOs(config-if)# no shutdown  
UltOs(config-if)#end  
14. Wait for one minute for all the route updates, and verify the routes in R2.  
      UltOs# show ip route  
Vrf Name: default  
C 10.0.0.0/8 is directly connected, vlan12  
C 12.0.0.0/8 is directly connected, vlan1  
O 20.0.0.0/8 [2] via 10.0.0.1  
C 30.0.0.0/8 is directly connected, vlan23  
O 91.0.0.0/8 [10] via 30.0.0.2 
C 100.0.0.0/8 is directly connected, vlan120  
O 120.0.0.0/8 [2] via 30.0.0.3  
O 130.0.0.0/8 [2] via 10.0.0.1  
O 150.0.0.0/8 [2] via 30.0.0.3