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

Скачать
Страница из 388
 
CHAPTER 15: OSPF 
`FDN40ConfigUM/20160505 
333 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
-   Enable OSPF globally in the switch FDN40-1.  
UltOs(config)# router ospf  
-   Configure the OSPF router-id.  
UltOs(config-router)# router-id 10.10.2.1  
-   Enable OSPF over the VLAN interface and associate the 
interface with an OSPF area.  
UltOs(config-router)# network 10.4.0.1 area 0.0.0.0  
UltOs(config-router)# network 10.10.2.1 area 0.0.0.6  
-   Configure the route summarization at an area border router.  
UltOs(config-router)# area 0.0.0.6 range 10.10.0.0 255.255.0.0 
summary  
-  Exit from the router configuration mode.  
UltOs(config-router)# end. 
 
Configurations in FDN40-4:  
-  Enter the Global Configuration mode.  
UltOs# configure terminal  
-  Enable OSPF globally in the switch FDN40-4.  
UltOs(config)# router ospf  
-  Configure the OSPF router-id.  
UltOs(config-router)# router-id 10.4.0.4  
-  Enable OSPF over the VLAN interface and associate the 
interface with an OSPF area.  
UltOs(config-router)# network 10.4.0.4 area 0.0.0.0  
UltOs(config-router)# network 10.5.6.4 area 0.0.0.3  
UltOs(config-router)# network 10.5.5.4 area 0.0.0.3  
-  Configure the virtual link for backbone connectivity.  
UltOs(config-router)# area 0.0.0.3 virtual-link 10.7.0.6  
UltOs(config-router)# area 0.0.0.3 virtual-link 10.8.0.5  
-   Exit from the router configuration mode.  
UltOs(config-router)# end 
 
Configurations in FDN40-5:  
-  Enter the Global Configuration mode.  
UltOs# configure terminal  
-  Enable OSPF globally in the switch FDN40-5.