Redistributing Ripv2 Routes Into Bgp Network - Motorola PMP320 Configuration Manuallines

Edge router
Hide thumbs Also See for PMP320:
Table of Contents

Advertisement

7.1.2.2 edistributing RIPv2 routes into BGP network
Edge-Router#config terminal
Enter configuration commands, one per line. End with CNTL/Z.
Edge-Router(config)#router bgp 100
Edge-Router(config-router)#redistribute rip metric 100
Note: In the example above, we have used a metric value of 100.By default if we do not
specify the metric value, it will use a value of "1".
Routing table of "Core Router" before RIPv2 redistribution:
Core-Router#show ip route
<output truncated>
Gateway of last resort is not set
100.0.0.0/30 is subnetted, 1 subnets
C
100.100.100.0 is directly connected, FastEthernet0/0
Routing table of "Core Router" after RIPv2 redistribution:
Core-Router#show ip route
<output truncated>
Gateway of last resort is not set
B 201.201.201.0/24 [200/100] via 172.16.10.254, 00:00:24
B 202.202.202.0/24 [200/100] via 172.16.20.254, 00:00:24
B 203.203.203.0/24 [200/100] via 172.16.30.254, 00:00:24
100.0.0.0/30 is subnetted, 1 subnets
C
100.100.100.0 is directly connected, FastEthernet0/0
172.16.0.0/24 is subnetted, 3 subnets
B
172.16.30.0 [200/0] via 100.100.100.1, 00:01:16
B
172.16.20.0 [200/0] via 100.100.100.1, 00:01:16
B
172.16.10.0 [200/0] via 100.100.100.1, 00:01:16

Advertisement

Table of Contents
loading

Table of Contents