Enterasys Networks XSR CLI Router User Manual


 
RIP Commands
XSR CLI Reference Guide 5-131
Default
IPsplithorizon
Example
ThefollowingcommandsetssplithorizonforpacketstobetransmittedbyRIPoninterface1:
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#ip split-horizon
neighbor
ThiscommanddirectstheXSRtoexchangepointtopoint(nonbroadcast)routinginformation
withaneighbor.Whenusedincombinationwiththe
passive-interfacecommand,RIPupdates
canbeexchangedbetweenasubsetofroutersandaccessserversonaLAN.Oneroutingupdateis
generatedperneighbor.
IntherarecasewheretheXSRorhostsontheLANsegmentcannotacceptRIPbroadcastpackets,
onlyconfiguredneighborswillgetRIPupdates.
Multiple
neighborcommandscanbeusedtospecifyadditionalneighborsorpeers.
Syntax
neighbor neighborAddress
Syntax of the “no” Form
ThenoformofthiscommanddisablesRIPonthespecifiedinterface:
no neighbor neighborAddress
Mode
Routerconfiguration:XSR(config-router)#
Example
ThisexampleinstructstheXSRtosendRIPupdatestoallportsonnetwork192.5.0.0except
interfaceF2.Also,the
neighborcommandallowssendingRIPupdatesspecificallyto192.5.10.1.
XSR(config)#router rip
XSR(config-router)#network 192.5.0.0
XSR(config-router)#passive-interface fastethernet 2
XSR(config-router)#neighbor 192.5.10.1
neighborAddress
IPaddressofapeerrouterwithwhichroutingdatawillbeexchanged.