Ulterius Technologies LLC FDN40 Manual De Usuario

Descargar
Página de 388
 
CHAPTER 4: RIP 
Configuration User Manual 
117 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
4.  View the configured distance. 
UltOs# show running-config rip 
Building configuration... 
router rip 
distance  100 
end 
UltOs# 
5.  Execute the no form of the command to re-configure the distance to its 
default value. 
UltOs(config-router)# no distance 
6.  View the configured distance. 
UltOs# sh running-config rip 
Building configuration... 
router rip 
end 
UltOs# 
4.5.15.3.2 
WEB Configuration 
RIP Diatance can be configured through WEB interface using the RIP Basic 
Settings 
screen. For screenshot, refer section 4.5.3.2 
4.5.15.4  Configuring Redistribution with Route Map 
4.5.15.4.1 
CLI Configuration 
This section lists the CLI configuration steps to configure the protocol from 
which the routes have to be redistributed into RIP, by applying the route-map. 
1.  Enter the Global configuration mode. 
UltOs# configure terminal 
2.  Enable the RIP router configuration mode. 
UltOs(config)# router rip 
3.  Configure the network. 
UltOs(config-router)# network 12.0.0.1 
4.  Configure the redistribution of all routes with route-map aa. 
UltOs(config-router)# redistribute all route-map aa 
5.  View the configured parameters. 
UltOs# show running-config rip 
Building configuration... 
router rip 
 redistribute all route-map aa