414
<access-list-name|access-list-number >
specifies the access-list number or
name applied
Default:
The default managing distance of RIP is 120
Command Mode:
Router mode and address-family mode
Usage Guide:
In case there are routes from two different routing protocols to the same
destination, the managing distance is then used for selecting routes. The less the
managing distance of the route protocol is , the more reliable will be the route acquired
from the protocol.
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# distance 8 10.0.0.0/8 mylist
14.4.3.8 distribute-list
Command: distribute-list{<access-list-number|
access-list-name> |prefix<prefix-list-name>} {in|out} [<ifname>]
no distribute-list{<access-list-number|
access-list-name> |prefix<prefix-list-name>} {in|out} [<ifname>]
Function:
This command uses access-list or prefix-list to filter the route update
packets sent and received. The “
no distribute-list{<access-list-number|
access-list-name> |prefix<prefix-list-name>} {in|out} [<ifname>]
” command cancels
this route filter function.
Parameter: <access-list-number |access-list-name>
is the name or access-list
number to be applied.
<prefix-list-name>
is the name of the prefix-list to be
applied.
<ifname>
specifies the name of interface to be applied with route filtering.
Default:
The function in default situation is disabled.
Command Mode:
Router mode and address-family mode
Usage Guide:
The filter will be applied to all the interfaces in case no specific interface is
set.
Example:
Switch# config terminal
Switch(config)# router rip
Switch(config-router)# distribute-list prefix myfilter in vlan 1
14.4.3.9 exit-address-family
Command: exit-address-family
Function:
Exit address-family mode
Command Mode: address-family mode
Example:
Switch(config)# router rip
Switch(config-router)# address-family ipv4 vrf IPI