Enterasys Networks XSR CLI Router User Manual


 
RIP Commands
XSR CLI Reference Guide 5-125
ip rip authentication
Thiscommandsetsordeletesthesinglea uthenti cationkeyusedforRIPauthenticationonthe
interface.Authenticationcanbeusedonlyifakeyexists.Deletinganexistingkeydisablestheuse
ofauthenticationforRIP.
Syntax
ip rip authentication key text
Syntax of the “no” Form
ThenoformofthiscommanddeletesthespecifiedkeyandpreventsRIPfromusing
authentication:
no ip rip authentication key text
Mode
Interfaceconfiguration:XSR(config-if<xx>)#
Default
Noauthenticationkey
Example
Thefollowingexamplesetstheauthentication modeastextand thekeytextasphoneon
FastEthernetport1:
XSR(config)#interface fastethernet 1
XSR(config-if<F1>)#ip rip authentication key phone
XSR(config-if<F1>)#ip rip authentication mode text
RIP Example
Thefollowingexample,asshowninFigure 52,enablesRIPonbothFastEthernetinterfacesof
Router1,alsoenablingroutingexchangesontheseriallinkRouter1Router2(Serialport2).
Note: This type of filtering might prove problematic in situations where you want to filter an exact
route (for RIP v2). For example, if you want to filter route 10.0.0.0/8, a filter set as access-list 1
deny 10.0.0.0 0.255.255.255 will not suffice, because subnets such as 10.0.0.0/9, 10.0.0.0/
10 and so on will also be denied. So, to restrict the filter to 10.0.0.0/8 only, configure an extended
access list with the following format: access-list 101 deny 10.0.0.0 0.0.0.255
255.0.0.0 0.0.0.0
text
Identifiesthekey.Validvaluesarestringsof16charactersorless.
Spacescanbeusedifthecompletekeyisboundedbyquotations.
Note: The command refers to one key only, not a key chain.