beautypg.com

Ip rip authentication mode – Enterasys Networks X-Pedition XSR CLI User Manual

Page 202

background image

RIP Commands

5-126 Configuring the Internet Protocol

FastEthernet port 2 is instructed to be totally passive (no advertising on it, no sending of triggered 
updates, and no receiving of updates).

Serial 1 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 on Serial port 1, 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

Figure 5-2 RIP Example

ip rip authentication mode

This command sets the authentication mode used when an authentication key is present.

Syntax

ip rip authentication mode {text}

Syntax of the “no” Form

The no form of this command suppresses the use of authentication:

no ip rip authentication mode

Serial 1/0

Eth 1

Eth 2

192.168.1.0

Serial 1/1

192.169.1.0

Advertises

192.168.1.0
192.169.1.0

192.5.10.1

192.5.10.1

INTERNET

No advertising

No triggered RIP updates

No receiving RIP updates

Router 1

Router 2

text

Text‐only authentication performed.