beautypg.com

Ip rip disable-triggered-updates – Enterasys Networks X-Pedition XSR CLI User Manual

Page 203

background image

RIP Commands

XSR CLI Reference Guide 5-127

Mode

Interface configuration: 

XSR(config-if<xx>)#

Default

No authentication mode specified.

Examples

This example sets text authentication mode and the key XenObhobe for use on FastEthernet 1:

XSR(config)#interface fastethernet 1
XSR(config-if)#ip rip authentication key XenObhobe
XSR(config-if)#ip rip authentication mode text

The following example enables RIP on both FastEthernet interfaces of router R1, also enabling 
routing exchanges on the serial link R1‐R2 (Serial 2). FastEthernet 2 is instructed to be totally 
passive (no advertising on it, no sending of triggered updates, and no receiving of updates).

Serial 1/0 is allowed to receive both version 1 and 2 RIP, and transmits version 2. The method used 
is split horizon with poison reverse. Authentication mode text is used, and the text is Tex:

XSR(config)#router rip
XSR(config-router)#network 192.168.1.0
XSR(config-router)#network 192.169.1.0
XSR(config-router)#neighbor 192.5.10.1
XSR(config-router)#passive-interface fastethernet 2
XSR(config-router)#no receive-interface fastethernet 2
XSR(config)#interface fastethernet 2
XSR(config-if)#ip rip disable-triggered-updates
XSR(config)#interface serial 1/0
XSR(config-if)#ip rip receive version 1 2
XSR(config-if)#ip rip send version 2
XSR(config-if)#ip split-horizon poison
XSR(config-if)#ip rip authentication key Tex
XSR(config-if)#ip rip authentication mode text

ip rip disable-triggered-updates

This command prevents RIP from sending triggered updates on the specified interface.

Syntax

ip rip disable-triggered-updates

Syntax of the “no” Form

no ip rip disable-triggered-updates

Mode

Interface configuration:

XSR(config-if)#