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

Скачать
Страница из 388
 
CHAPTER 4: RIP 
Configuration User Manual 
82 
© Ulterius Technologies, LLC 2016. Confidential & Proprietary. 
  Invalid after 180 seconds 
  Flushed after 120 seconds 
  Send version is 1 2, receive version is 1 2 
  Authentication type is none 
  Split Horizon with poissoned reverse is enabled 
  Restrcts default route installation 
  Restricts  default route origination 
 
4.5.4.2 
WEB Configuration 
RIP retransmission interval and maximum retries count can be configured 
through WEB interface using the RIP Basic Settings screen. For 
screenshot, refer section 4.5.3.2. 
4.5.5 
Configuring RIP Neighbor 
Refer the Section 4.3 for configuration guidelines and Figure 4-2 for the 
Setup. The prerequisite configuration needs to be done in the switches 
(FDN40-1, FDN40-2 and FDN40-3 ) before configuring RIP. 
4.5.5.1 
CLI Configuration 
Execute the following commands in the switch FDN40-1 to configure the RIP 
neighbor. 
 
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 
 
Configure the RIP trusted neighbor. 
UltOs(config-router)# neighbor 10.0.0.2 
In FDN40-1, you can view only the routes that are sent as RIP 
updates from the neighbor router FDN40-2 (10.0.0.2) . 
 
Delete the configured RIP neighbor. 
UltOs(config-router)# no neighbor 10.0.0.2 
In FDN40-1, you can view the routes that are sent as RIP updates 
from both the neighbor routers FDN40-2 (10.0.0.2) and FDN40-
3.(10.0.0.3). 
 
Exit from the router configuration mode. 
UltOs(config-router)# exit