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

Скачать
Страница из 388
 
CHAPTER 15: OSPF 
`FDN40ConfigUM/20160505 
353 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
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  
7. In R2, shutdown interfaces: Vlan12 and Vlan23.  
UltOs# configure terminal  
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 
8. Modify the route map aa.  
UltOs# configure terminal  
UltOs(config)# route-map aa deny  
UltOs(config-rmap-aa)# no match destination ip 150.0.0.0 255.0.0.0  
UltOs(config-rmap-aa)# match destination ip 130.0.0.0 255.0.0.0  
UltOs(config-rmap-aa)# end  
9. 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  
10. Wait for one minute for all the route updates and verify the routes in R2.  
      UltOs# show ip route  
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  
C 100.0.0.0/8 is directly connected, vlan120  
O 120.0.0.0/8 [2] via 30.0.0.3  
O 150.0.0.0/8 [2] via 30.0.0.3 
                                              11. In R2, shutdown interfaces Vlan12 and Vlan23.  
UltOs(config-router)# end; configure terminal