Ulterius Technologies LLC FDN40 Manual De Usuario

Descargar
Página de 388
 
CHAPTER 15: OSPF 
`FDN40ConfigUM/20160505 
322 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
15.5.13.12  Configuring Default-information Originate Always 
Configuring Default-information Originate Always enables generation of a 
default external route into the OSPF routing domain and other parameters 
related to that area.  
15.5.13.12.1 
CLI Configuration 
Execute the following commands to configure Default-information Originate 
Always.  
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. 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  
5. Configure the ASBR router status.  
    UltOs(config-router)#asbr router  
6. Configure the generation of a default external route.  
    UltOs(config-router)# default-information originate always metric 40 

Disable generation of a default external route by executing the following 
command. UltOs(config-router)# no default-information originate always  

Refer Sample Configuration for testing default-information originate always 
and redist-config.  
15.5.13.12.2 
WEB Configuration 
O
SPF NSSA can be configured through WEB interface using the 
OSPF Basic settings screen. For screenshot, refer section 15.5.2.2
15.5.13.13  Configuring Redist-Config 
Configuring redist-config configures the information to be applied to routes 
learnt from RTM.  
15.5.13.13.1 
CLI Configuration 
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