Internet constitutes with different -2 protocols, so, to advertise routes from one protocol to another protocol redistribution process is used.
In this topology Redistribution_point router is the mid point of the topology, to which each protocol is connected. All most all protocols are used in this topology and they distribute their routes to the other protocols through redistribution process.
Configuration of Redistribution_point router :-
IP addresses over Interfaces
interface FastEthernet0/0
ip address 10.0.1.2 255.255.255.0
!
interface FastEthernet0/1
ip address 10.0.2.2 255.255.255.0
!
interface FastEthernet1/0
ip address 10.0.5.2 255.255.255.0
!
interface FastEthernet1/1
ip address 10.0.4.2 255.255.255.0
!
interface FastEthernet2/0
ip address 10.0.3.2 255.255.255.0
Routing protocols configuration :-
router eigrp 1
redistribute static metric 100000 100 255 255 1500
redistribute ospf 1 metric 100000 100 255 255 1500
redistribute rip metric 100000 100 255 255 1500
redistribute bgp 1 metric 100000 100 255 255 1500
network 10.0.1.0 0.0.0.255
auto-summary
router ospf 1
log-adjacency-changes
redistribute static metric 100000 metric-type 1 subnets
redistribute eigrp 1 metric 100000 metric-type 1 subnets
redistribute rip metric 100000 metric-type 1 subnets
redistribute bgp 1 metric 100000 metric-type 1 subnets
network 10.0.2.0 0.0.0.255 area 0
router rip
version 2
redistribute static metric 1
redistribute eigrp 1 metric 1
redistribute ospf 1 metric 1
redistribute bgp 1 metric 1
network 10.0.0.0
no auto-summary
router bgp 1
no synchronization
bgp log-neighbor-changes
network 10.0.5.0 mask 255.255.255.0
redistribute static metric 1000000
redistribute eigrp 1 metric 10000000
redistribute ospf 1 metric 10000000
redistribute rip metric 10000000
neighbor 10.0.5.1 remote-as 1
no auto-summary
ip forward-protocol nd
ip route 10.0.3.0 255.255.255.0 FastEthernet2/0
Configuration of Topology :- protocols_redistribution.zip
By :- Vishal Sharma
No comments :
Post a Comment