Ulterius Technologies LLC FDN40 Manual De Usuario

Descargar
Página de 388
 
CHAPTER 15: OSPF 
`FDN40ConfigUM/20160505 
307 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
15.5.13.3.2 
WEB Configuration 
O
SPF Redistribution can be configured through WEB interface using 
the OSPF Area screen. For screenshot, refer section 15.5.13.1.2
15.5.13.4 Configuring NSSA Area 
An NSSA area has the capability to import limited number of external routes. 
15.5.13.4.1 
CLI Configuration
 
 
Execute the following commands to configure an area as an NSSA area.  
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 OSPF interface.  
    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  
5. Configure the area 0.0.0.6 as an nssa area.  
    UltOs(config-router)# area 0.0.0.6 nssa 

Re-Configure the area 0.0.0.6 as a normal area by executing the following 
command. UltOs(config-router)# no area 0.0.0.6 nssa  

Refer Sample NSSA Configuration, summary address configuration and area-
default cost  
15.5.13.4.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.5 Configuring Summary Address 
15.5.13.5.1 
CLI Configuration 
Execute the following commands to configure summary address.  
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