Book now with code EOY2025
GT-Rob wrote: what is your ospf config on R2
kpjungle wrote: Hi, I thought that OSPF wouldnt not redistributed connected subnets (without redistribute connected), but for some reason thats what im seeing: R1 <-- 192.168.12.0/24 --> R2 <-- 192.168.24.0/24 --> R4 For some reason, R4 still sees 192.168.12.0/24 as a redistributed RIP network (E2): O E2 192.168.12.0/24 [110/20] via 192.168.24.2, 00:05:44, Serial0/0 According to the Self-study, it shouldnt, was just wondering if im missing something.
tech-airman wrote: kpjungle wrote: Hi, I thought that OSPF wouldnt not redistributed connected subnets (without redistribute connected), but for some reason thats what im seeing: R1 <-- 192.168.12.0/24 --> R2 <-- 192.168.24.0/24 --> R4 For some reason, R4 still sees 192.168.12.0/24 as a redistributed RIP network (E2): O E2 192.168.12.0/24 [110/20] via 192.168.24.2, 00:05:44, Serial0/0 According to the Self-study, it shouldnt, was just wondering if im missing something. kpjungle, Questions: What is the subnet and subnet mask used in the RIP section of the internetwork? Which interfaces type and number (e.g. fastethernet 0/0) are connected in the RIP section of the internetwork? What is the IP address and subnet mask for each of the abovementioned interfaces in the RIP section of the internetwork?
kpjungle wrote: tech-airman wrote: kpjungle wrote: Hi, I thought that OSPF wouldnt not redistributed connected subnets (without redistribute connected), but for some reason thats what im seeing: R1 <-- 192.168.12.0/24 --> R2 <-- 192.168.24.0/24 --> R4 For some reason, R4 still sees 192.168.12.0/24 as a redistributed RIP network (E2): O E2 192.168.12.0/24 [110/20] via 192.168.24.2, 00:05:44, Serial0/0 According to the Self-study, it shouldnt, was just wondering if im missing something. kpjungle, Questions: What is the subnet and subnet mask used in the RIP section of the internetwork? Which interfaces type and number (e.g. fastethernet 0/0) are connected in the RIP section of the internetwork? What is the IP address and subnet mask for each of the abovementioned interfaces in the RIP section of the internetwork? On R1, RIP is enabled on Serial0/0 (192.168.12.1), with network of 192.168.12.0, on R2, RIP is enabled on serial 0/0 ((192.168.12.2) connected to R1 ofcourse), with network 192.168.12.0. All subnets are /24. On R3, a route of 192.168.12.0 appears as 0 E2, even though its a directly connected network to R2 and should, according to the guide, not be redistributed.
tech-airman wrote: kpjungle wrote: tech-airman wrote: kpjungle wrote: Hi, I thought that OSPF wouldnt not redistributed connected subnets (without redistribute connected), but for some reason thats what im seeing: R1 <-- 192.168.12.0/24 --> R2 <-- 192.168.24.0/24 --> R4 For some reason, R4 still sees 192.168.12.0/24 as a redistributed RIP network (E2): O E2 192.168.12.0/24 [110/20] via 192.168.24.2, 00:05:44, Serial0/0 According to the Self-study, it shouldnt, was just wondering if im missing something. kpjungle, Questions: What is the subnet and subnet mask used in the RIP section of the internetwork? Which interfaces type and number (e.g. fastethernet 0/0) are connected in the RIP section of the internetwork? What is the IP address and subnet mask for each of the abovementioned interfaces in the RIP section of the internetwork? On R1, RIP is enabled on Serial0/0 (192.168.12.1), with network of 192.168.12.0, on R2, RIP is enabled on serial 0/0 ((192.168.12.2) connected to R1 ofcourse), with network 192.168.12.0. All subnets are /24. On R3, a route of 192.168.12.0 appears as 0 E2, even though its a directly connected network to R2 and should, according to the guide, not be redistributed. kpjungle, On R1, under the router RIP routing protocol, what network statement did you configure?
kpjungle wrote: tech-airman wrote: kpjungle wrote: tech-airman wrote: kpjungle wrote: Hi, I thought that OSPF wouldnt not redistributed connected subnets (without redistribute connected), but for some reason thats what im seeing: R1 <-- 192.168.12.0/24 --> R2 <-- 192.168.24.0/24 --> R4 For some reason, R4 still sees 192.168.12.0/24 as a redistributed RIP network (E2): O E2 192.168.12.0/24 [110/20] via 192.168.24.2, 00:05:44, Serial0/0 According to the Self-study, it shouldnt, was just wondering if im missing something. kpjungle, Questions: What is the subnet and subnet mask used in the RIP section of the internetwork? Which interfaces type and number (e.g. fastethernet 0/0) are connected in the RIP section of the internetwork? What is the IP address and subnet mask for each of the abovementioned interfaces in the RIP section of the internetwork? On R1, RIP is enabled on Serial0/0 (192.168.12.1), with network of 192.168.12.0, on R2, RIP is enabled on serial 0/0 ((192.168.12.2) connected to R1 ofcourse), with network 192.168.12.0. All subnets are /24. On R3, a route of 192.168.12.0 appears as 0 E2, even though its a directly connected network to R2 and should, according to the guide, not be redistributed. kpjungle, On R1, under the router RIP routing protocol, what network statement did you configure? network 192.168.12.0
kpjungle wrote: router ospf 1 router-id 2.2.2.2 log-adjacency-changesredistribute rip subnets network 192.168.24.2 0.0.0.0 area 0
tech-airman wrote: So in summary (a little BSCI humor attempt there), as soon as you configured R1 with RIP using network 192.168.12.0, the connected route became upgraded to a RIP route. Then when you configured "redistribute rip subnets" then all RIP routes without restriction was redistributed into OSPF. That's why R4 has an external route for the RIP network of 192.168.12.0.
kpjungle wrote: tech-airman wrote: So in summary (a little BSCI humor attempt there), as soon as you configured R1 with RIP using network 192.168.12.0, the connected route became upgraded to a RIP route. Then when you configured "redistribute rip subnets" then all RIP routes without restriction was redistributed into OSPF. That's why R4 has an external route for the RIP network of 192.168.12.0. But still, it is a connected route as far as R2 is concerned, it hasnt learned this route from RIP, it knows it by itself, and following the exact example as in the study guide, it should ONLY redistribute routes that it itself sees as RIP routes (ie. not connected routes), there is no way for the serial link between R1 and R2 not to be a "rip route", if R2 is to learn about any other networks which R1 has.
tech-airman wrote: kpjungle wrote: tech-airman wrote: So in summary (a little BSCI humor attempt there), as soon as you configured R1 with RIP using network 192.168.12.0, the connected route became upgraded to a RIP route. Then when you configured "redistribute rip subnets" then all RIP routes without restriction was redistributed into OSPF. That's why R4 has an external route for the RIP network of 192.168.12.0. But still, it is a connected route as far as R2 is concerned, it hasnt learned this route from RIP, it knows it by itself, and following the exact example as in the study guide, it should ONLY redistribute routes that it itself sees as RIP routes (ie. not connected routes), there is no way for the serial link between R1 and R2 not to be a "rip route", if R2 is to learn about any other networks which R1 has. kpjungle, So what you're saying is that on R2, RIP is NOT configured?
kpjungle wrote: tech-airman wrote: kpjungle wrote: tech-airman wrote: So in summary (a little BSCI humor attempt there), as soon as you configured R1 with RIP using network 192.168.12.0, the connected route became upgraded to a RIP route. Then when you configured "redistribute rip subnets" then all RIP routes without restriction was redistributed into OSPF. That's why R4 has an external route for the RIP network of 192.168.12.0. But still, it is a connected route as far as R2 is concerned, it hasnt learned this route from RIP, it knows it by itself, and following the exact example as in the study guide, it should ONLY redistribute routes that it itself sees as RIP routes (ie. not connected routes), there is no way for the serial link between R1 and R2 not to be a "rip route", if R2 is to learn about any other networks which R1 has. kpjungle, So what you're saying is that on R2, RIP is NOT configured? No, on R2 RIP is configured, but R2's routing table shows the 192.168.12.0 link as connected, not a link learned from RIP.
tech-airman wrote: kpjungle wrote: tech-airman wrote: kpjungle wrote: tech-airman wrote: So in summary (a little BSCI humor attempt there), as soon as you configured R1 with RIP using network 192.168.12.0, the connected route became upgraded to a RIP route. Then when you configured "redistribute rip subnets" then all RIP routes without restriction was redistributed into OSPF. That's why R4 has an external route for the RIP network of 192.168.12.0. But still, it is a connected route as far as R2 is concerned, it hasnt learned this route from RIP, it knows it by itself, and following the exact example as in the study guide, it should ONLY redistribute routes that it itself sees as RIP routes (ie. not connected routes), there is no way for the serial link between R1 and R2 not to be a "rip route", if R2 is to learn about any other networks which R1 has. kpjungle, So what you're saying is that on R2, RIP is NOT configured? No, on R2 RIP is configured, but R2's routing table shows the 192.168.12.0 link as connected, not a link learned from RIP. kpjungle, On R2, type "R2#show ip rip database".
kpjungle wrote: Does anyone know if this behavior is a "feature" or what not? Im still really unsure about why it redistribute a connected network when you only tell the IOS to redistribute another routing protocol? All the material ive read so far, states that only the routes from protocol A thats in the routing table will be redistributed into protocol B.
kpjungle wrote: No, on R2 RIP is configured, but R2's routing table shows the 192.168.12.0 link as connected, not a link learned from RIP.
kpjungle wrote: tech-airman wrote: kpjungle, On R1, under the router RIP routing protocol, what network statement did you configure? network 192.168.12.0
tech-airman wrote: kpjungle, On R1, under the router RIP routing protocol, what network statement did you configure?
kpjungle wrote: tech-airman wrote: kpjungle, On R2, type "R2#show ip rip database" It is listed as:192.168.12.0/24 directly connected, Serial0/0,...
tech-airman wrote: kpjungle, On R2, type "R2#show ip rip database"
kpjungle wrote: GT-Rob wrote: what is your ospf config on R2 router ospf 1 router-id 2.2.2.2 log-adjacency-changesredistribute rip subnets network 192.168.24.2 0.0.0.0 area 0
R2#show ip rip database
R2#show ip ospf database
R2#show ip route
gojericho0 wrote: kpjungle, Does the same thing happen when you try to redistribute two other protocols say ISIS into EIGRP? I wouldn't think that network would redistribute to R4 as well just because R2 is learns that network from being statically configured. I don't have time to try it out now with something else, but I think what the book references is true. Are you doing this with real IOS or simulation?
gojericho0 wrote: If thats the case the book is referring to directly connected networks where the remote end does not have a routing protocol running on its interface. For example a ethernet LAN
mikearama wrote: I think tech hit the nail on the head, kp... R2 is NOT redistributing a connected route, it's redistribuing a RIP subnet. The fact that it's directly connected to the OSPF int is immaterial... you told OSPF to redistribute RIP subnets, and that's what it's doing.
kpjungle wrote: mikearama wrote: I think tech hit the nail on the head, kp... R2 is NOT redistributing a connected route, it's redistribuing a RIP subnet. The fact that it's directly connected to the OSPF int is immaterial... you told OSPF to redistribute RIP subnets, and that's what it's doing. Thats true, i can understand that. I understand that the link between R1 and R2 is a "rip subnet", I have two issues concerning that though: 1) The study material/example clearly states that connected networks should not be redistributed, and the study-materials output of the routing table also shows that it shouldnt be redistributed. 2) Again, the material states that only routes in the routing table should be redistributed, not all the routes that the individual protocols know about. So all im in doubt about, is if theres any reasoning the material says the opposite of all the good advice/help you all are giving me, and what my labs are telling me. Heres my findings so far: Topology: R1 <-- --> R2 <-- --> R3 ISIS and OSPF: OSPF does NOT import the ISIS link between R2 and R3 into the OSPF domain. ISIS does import the OSPF link between R1 and R2 into the ISIS domain. RIP and OSPF: OSPF does import the RIP link between R1 and R2 into the OSPF domain. RIP does import the OSPF link between R2 and R3 into the RIP domain. RIP and EIGRP: RIP does import the EIGRP link between R2 and R3 into the RIP domain. EIGRP does import the RIP link between R1 and R2 into the EIGRP domain. EIGRP and ISIS: EIGRP does NOT import the ISIS link between R2 and R3 into the EIGRP domain. ISIS does import the EIGRP link between R1 and R2 into the ISIS domain. EIGRP and OSPF: OSPF does import the EIGRP route between R1 and R2 into the OSPF domain. EIGRP does import the OSPF route between R2 and R3 into the EIGRP domain.
gojericho0 wrote: kpjungle, This is what I wanted you to get at. When I was studying for BSCI, I discovered the same thing with ISIS not redistributing a directly connected link. Have you figured out why this is occurring?
Use code EOY2025 to receive $250 off your 2025 certification boot camp!