4 ip rip authentication – CANOGA PERKINS 9175 Command Reference User Manual

Page 196

Advertising
background image

CanogaOS Command Reference

14-3

Command Mode

Router configuration


Usage

Route Source

Default Distance

Connected interface

0

Static route

1

External Border Gateway Protocol (eBGP)

20

Open Shortest Path First (OSPF)

110

Routing Information Protocol (RIP)

120

Internal BGP

200

Unknown 255

An administrative distance is a rating of the trustworthiness of a routing information source, such as an

individual switch or a group of switches. Numerically, an administrative distance is an integer from 0 to

255. In general, the higher the value, the lower the trust rating. An administrative distance of 255 means

the routing information source cannot be trusted at all and should be ignored.

When this command is configured, it is applied when a network is being inserted into the routing table It

filters routing updates according to the IP address of the switch that supplies the routing information. It

could be used, for example, to filter possibly incorrect routing information from switches that are not

under your administrative control. The optional access list name is used to filter router entries in routing

update.


Examples

The following is sample output from the distance command:

router rip

network 10.10.0.0/24

network 20.20.0.0/24

distance 200 20.20.0.0/24

!


Related Commands

distance (OSPF)

14.4 ip rip authentication

To enable authentication for Routing Information Protocol (RIP) Version 2 packets and to specify the set

of keys that can be used on an interface, use the ip rip authentication command in interface

configuration mode. To prevent authentication, use the no form of this command.


Command Syntax

ip rip authentication {key-chain name-of-chain | string string}

no ip rip authentication {key-chain | string}

name-of-chain

Enables authentication and specifies the group of keys that are valid.

string

Enables authentication and specifies the authentication string.

Advertising