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

Скачать
Страница из 388
 
CHAPTER 4: RIP 
Configuration User Manual 
79 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
 
Screen 4-2: RIP Interface 
4.5.3 
Configuring RIP Security 
Refer the section 4.3 for configuration guidelines and Figure 4-1 for the 
Setup. The prerequisite configuration needs to be done in the switches 
(FDN40-1 and FDN40-2) before configuring RIP. 
For enabling authentication, refer section 4.5.13.2. 
4.5.3.1 
CLI Configuration 
Execute the following commands in the switch FDN40-1 to enable RIP 
security. 
1.  Enter the Global Configuration mode. 
UltOs# configure terminal 
 
Enable RIP globally in the switch FDN40-1. 
UltOs(config)# router rip 
 
Enable RIP over the interface vlan 1 (IP address 10.0.0.1/16). 
UltOs(config-router)# network 10.0.0.1 
 
Enable RIP security. 
UltOs(config-router)# ip rip security minimum 
 
Exit from the router configuration mode. 
UltOs(config-router)# exit 
2.  Execute the following commands in the switch FDN40-1 to disable RIP 
security. 
 
Enter the Global Configuration mode. 
UltOs# configure terminal 
 
Enable RIP globally in the switch FDN40-1. 
UltOs(config)# router rip 
 
Disable RIP security. 
UltOs(config-router)# no ip rip security 
 
Exit from the router configuration mode. 
UltOs(config-router)# exit