Enterasys Networks XSR CLI Router User Manual


 
RIP Commands
XSR CLI Reference Guide 5-127
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Default
Noauthenticationmodespecified .
Examples
Thisexamplesetstextauthenticationmodeandthe keyXenObhobeforuseonFastEthernet1:
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#ip rip authentication key XenObhobe
XSR(config-if<F1>)#ip rip authentication mode text
ThefollowingexampleenablesRIPonbothFastEthernetinterfacesofrouterR1,alsoenabling
routingexchangesontheseriallinkR1R2(Serial2).FastEthernet2isinstructedtobetotally
passive(noadvertisingonit,nosendingoftriggeredupdates,andnoreceivingofupdates).
Serial1/0isallowedto
receivebothversion1and2RIP,andtransmitsversion2.Themethodused
issplithorizonwithpoisonreverse.Authenticationmodetextisused,andthetextisTex:
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<F2>)#ip rip disable-triggered-updates
XSR(config)#interface serial 1/0
XSR(config-if<S1/0>)#ip rip receive version 1 2
XSR(config-if<S1/0>)#ip rip send version 2
XSR(config-if<S1/0>)#ip split-horizon poison
XSR(config-if<S1/0>)#ip rip authentication key Tex
XSR(config-if<S1/0>)#ip rip authentication mode text
ip rip disable-triggered-updates
ThiscommandpreventsRIPfromsendingtriggeredupdatesonthespecifiedinterface.
Syntax
ip rip disable-triggered-updates
Syntax of the “no” Form
no ip rip disable-triggered-updates
Mode
Interfaceconfiguration: XSR(config-if<xx>)#