mikesz wrote: » Hi All, can someone shed some light on how I go about redistributing the routes in the following network? Thank you
R1 redistribute static R12 redistribute static R20 redistribute static subnet
amb1s1 wrote: » Ok, there are different way to do this. First Make sure that you have no auto-summary on EIGRP and RIP Second, I would put a static route to R1 to reach the EIGRP and OSPF network, R12 to reach the RIP and OSPF and R20 to reach the RIP and EIGRP. Third do the following: R1 redistribute static R12 redistribute static R20 redistribute static subnet You should be able to reach each router from the different network.
Monkerz wrote: » How exactly do you think this will work? Does it really accomplish the goal the OP is looking for?@OP Are you wanting to redistribute at R1, R12 and R20? Or just at one? I would say join R1, R12 and R20 in each IGP. Tag the routes as they leave their native AS and deny that tag from entering the AS again.
Monkerz wrote: » How exactly do you think this will work?
amb1s1 wrote: » Are you saying that it doesn't work?
amb1s1 wrote: » Second, I would put a static route to R1 to reach the EIGRP and OSPF network, R12 to reach the RIP and OSPF and R20 to reach the RIP and EIGRP.
Monkerz wrote: » Would Router11 have a route to one of the two networks connected to Router22? [/code] Second Answer answer this one. How do you incorporate multiple discontiguous networks into one static route?[/QUOTE] You don't, I stated "a static route", but I mean to each subnet. he has to use one ip route for each subnet. Example of router 1 ip route config: The subnet are not clear, so I may be wrong with the ip address. Router1 [code] ip route 192.168.20.0 255.255.255.252 [Router 12 int s0/1/0 IP Address] ip route 10.0.10.0 255.255.255.252 [Router 12 int s0/1/0 IP Address] ip route 172.30.10.0 255.255.255.252 [Router 12 int s0/1/0 IP Address] ip route 192.168.30.0 255.255.255.252 [Router 20 int s0/1/0 IP Address] ip route 10.0.20.0 255.255.255.252 [Router 20 int s0/1/0 IP Address] ip route 172.30.100.0 255.255.255.252 [Router 20 int s0/1/0 IP Address]
How do you incorporate multiple discontiguous networks into one static route?[/QUOTE] You don't, I stated "a static route", but I mean to each subnet. he has to use one ip route for each subnet. Example of router 1 ip route config: The subnet are not clear, so I may be wrong with the ip address. Router1 [code] ip route 192.168.20.0 255.255.255.252 [Router 12 int s0/1/0 IP Address] ip route 10.0.10.0 255.255.255.252 [Router 12 int s0/1/0 IP Address] ip route 172.30.10.0 255.255.255.252 [Router 12 int s0/1/0 IP Address] ip route 192.168.30.0 255.255.255.252 [Router 20 int s0/1/0 IP Address] ip route 10.0.20.0 255.255.255.252 [Router 20 int s0/1/0 IP Address] ip route 172.30.100.0 255.255.255.252 [Router 20 int s0/1/0 IP Address]