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

Скачать
Страница из 388
 
CHAPTER 15: OSPF 
`FDN40ConfigUM/20160505 
319 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
2. Enable OSPF globally in the switch FDN40-1.  
    UltOs(config)# router ospf  
3. Configure the OSPF router-id.  
    UltOs(config-router)# router-id 10.10.2.1  
4. Configure the ASBR router status.  
    UltOs(config-router)#asbr router  
5. Configure the OSPF interface.  
    UltOs(config-router)# network 10.10.2.1 area 0.0.0.6  
6. Configure the area 0.0.0.6 as an nssa area.  
    UltOs(config-router)# area 0.0.0.6 nssa  
7. Configure the translation role for the NSSA area 0.0.0.6.  
    UltOs(config-router)# area 0.0.0.6 translation-role always 

Configure the default translation role for the NSSA area 0.0.0.6 by executing 
the following command. UltOs(config-router)# no area 0.0.0.6 translation-role  

The default translation role is candidate and is configured using the command 
no area <area-id> translation-role.  
15.5.13.8.2 
WEB Configuration 
O
SPF NSSA can be configured through WEB interface using the 
OSPF Area screen. For screenshot, refer section 15.5.13.1.2
15.5.13.9 Configuring Stability Interval for NSSA 
Configuring Stability Interval for the NSSA configures the number of seconds 
after which an elected translator determines that its services are no longer 
required, and that it must continue to perform its translation duties for NSSA.  
15.5.13.9.1 
CLI Configuration 
Execute the following commands to configure the Stability Interval for NSSA.  
1. Enter the Global Configuration mode in FDN40-1.  
    UltOs# configure terminal  
2. Enable OSPF globally in the switch FDN40-1.  
    UltOs(config)# router ospf  
3. Configure the OSPF router-id.  
    UltOs(config-router)# router-id 10.10.2.1  
4. Configure the ASBR router status.  
    UltOs(config-router)#asbr router  
5. Configure the OSPF interface.  
    UltOs(config-router)# network 10.10.2.1 area 0.0.0.6