IP Networking Configuration
Configuration Guide 50 Document #: LTRT-31657
10.2 Example of Changing Default AD for a Dynamic
Routing Protocol
The following examples configure AD for various protocols.
10.2.1 Configuration
This example changes the default AD for the RIP dynamic routing protocol.
Assume a pre-configured network with the correct RIP routing according to the following
diagram:
Figure 10-1: Changing RIP Protocol AD
To demonstrate the effect of the AD change, configure the following:
MSBR1# configure data
MSBR1(config-data)# router rip
MSBR1(conf-router)# distance 60
10.2.2 Output
Before the change:
MSBR(conf-router)#
MSBR1# show data ip route
Codes: K - kernel route, C - connected, S - static,
R - RIP, O - OSPF, B - BGP
C 1.1.1.12/32 [1/4] is directly connected, Loopback 1
C 100.0.12.0/24 [1/3] is directly connected,
GigabitEthernet 0/0
C 192.169.0.0/24 [1/4] is directly connected, VLAN 1
R 192.168.0.0/24 [120/2] via 100.0.12.30, Gigabit Ethernet
0/0, 00:00:58
After the change:
MSBR1# show data ip route
Codes: K - kernel route, C - connected, S - static,
R - RIP, O - OSPF, B - BGP
C 1.1.1.12/32 [1/4] is directly connected, Loopback 1
C 100.0.12.0/24 [1/3] is directly connected,
GigabitEthernet 0/0
C 192.169.0.0/24 [1/4] is directly connected, VLAN 1