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

Скачать
Страница из 388
 
CHAPTER 15: OSPF 
`FDN40ConfigUM/20160505 
338 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
 
2. View the configured parameters.  
          UltOs# show running-config route-map 
Building configuration...  
route-map aa permit 1  
match destination ip 91.0.0.1 255.0.0.0 
match next-hop ip 91.0.0.1  
match metric 44  
match tag 10  
match route-type remote  
end 

Execute the no form of the commands to delete the configurations.  
 
15.5.14.2.2 
WEB Configuration 
O
SPF NSSA can be configured through WEB interface using the 
OSPF RRD Route screen. For screenshot, refer section 15.5.13.13.2
15.5.14.3  Configuring OSPF Distance 
15.5.14.3.1 
CLI Configuration 
This section lists the CLI configuration steps to set the administrative distance 
for the OSPF router.  
1. Execute the following commands  
˗   Enter the Global Configuration mode.  
UltOs# configure terminal  
˗  Enter the OSPF router configuration mode.  
UltOs(config)# router ospf  
˗   Configure the distance for the OSPF routes.  
UltOs(config-router)# distance 130  
2. View the configured distance.  
             UltOs# show running-config ospf 
  
Building configuration...  
router ospf  
distance 130  
!  
router ospf  
!