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

Page 226

Advertising
background image

CanogaOS Command Line Reference

Revision 1.02

Proprietary & Confidential Canoga Pertkins Metro Ethernet Switches

Page 226 of 855

Default

For more information on default administrative distances, see the Usage Guidelines section.


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.

Advertising