Compare cert salaries and plan your next career move
EdTheLad wrote: Ripv2 sends updates to the multicast address 224.0.0.9 so you need to allow broadcast traffic propagate over the dlci.When you create the map add broadcast to the end i.e. "frame-relay map ip 10.0.0.1 500 broadcast"
EdTheLad wrote: I persume you have another router configured to act as a FR switch? If yes, post the configs including the FR switch config, if no,disable the keepalive on both serial links and map the ip addresses to the same dlci on each side.
sqdmz wrote: router rip version 2 network 172.16.0.0 end of R2
rossonieri#1 wrote: sqdmz wrote: router rip version 2 network 172.16.0.0 end of R2 both on the router, where is "no auto-summ"? darby has explained all, why would you redistribute the same network? the router will see a split-horizon. do like rip 172.16.1 and 172.16.2 - so both routers see the function of routing. cheers.
NightShade1 wrote: I think he miss this 3rd option thtas why i asked him if he just couldnt see the routes that OSPF had.... because he didnt redistribute OSPF routes into rip... he just redistributed rip into OSPF....
sqdmz wrote: int s0/1 description (connect to router R0-Using OSPF) no shut ip add 172.16.255.246 255.255.255.252 ! router ospf 100 redistribute rip subnets network 172.16.255.252 0.0.0.3 area 0 network 172.16.255.244 0.0.0.3 area 0 network 172.16.0.0 0.0.3.255 area 0 ! conf t router rip version 2 network 172.16.0.0 ! end of R1
NightShade1 wrote: I do get your point its kinda messy because for example he is putting network 172.16.255.252 0.0.0.3 area 0 when he doesnt need to do that...
NightShade1 wrote: he also missing some passive interfaces... he is sending broadcast updates trhough the fastethernet and the serial 1/0 when he doenst need to do that... i mean he is sending rip updates to the ospf domain?
rossonieri#1 wrote: NightShade1 wrote: I do get your point its kinda messy because for example he is putting network 172.16.255.252 0.0.0.3 area 0 when he doesnt need to do that... what the person trying to do is that he wants to create OSPF in per interface basis - not per network.
rossonieri#1 wrote: NightShade1 wrote: he also missing some passive interfaces... he is sending broadcast updates trhough the fastethernet and the serial 1/0 when he doenst need to do that... i mean he is sending rip updates to the ospf domain? why should he do passive interface?, and whats wrong with sending broadcast over OSPF? pls kindly explain.
sqdmz wrote: dear all, 1st i have to say thanks for all. My problem is: The R1 cannot see the routes from R2, it only see the directly connected, i add a subnet to the fa0/0 of the R2 to test if the RIP is working.
sqdmz wrote: Frame-Relay Switch enable conf t host switch-fr frame-relay switching int s0/0 no shutencapsulation frame-relay ietf clock rate 64000 frame-relay intf-type dce frame-relay route 21 interface serial 0/1 20 int s0/1 no shutencapsulation frame-relay ietf clock rate 64000 frame-relay intf-dce frame-relay route 20 interface serial 0/0 21 Router R1 hostname R1 ! interface fastethernet 0/0 description (connect to R1-LAN) no shut ip add 172.16.0.1 255.255.252.0 ! interface serial 0/0 no shut description (Connect to Frame Cloud DLCI-20) ip address 172.16.255.253 255.255.255.252encapsulation frame-relay frame-relay lmi-type ansi frame-relay map ip 172.16.255.254 20 broadcast ! int s0/1 description (connect to router R0-Using OSPF) no shut ip add 172.16.255.246 255.255.255.252 ! router ospf 100 redistribute rip subnets network 172.16.255.252 0.0.0.3 area 0 network 172.16.255.244 0.0.0.3 area 0 network 172.16.0.0 0.0.3.255 area 0 ! conf t router rip version 2 network 172.16.0.0 ! R2 hostname R2 ! interface serial 0/0 no shut description (Connect to Frame Cloud DLCI-21) ip address 172.16.255.254 255.255.255.252encapsulation frame-relay frame-relay lmi-type ansi frame-relay map ip 172.16.255.253 21 broadcast ! router rip version 2 network 172.16.0.0 end of R2
DarbyWeaver wrote: My point is that the encapsulation is not the issue here, although I'll admit it does look suspicous. In fact our friend's config is quite correct and seems to me to have performed exactly as advertised.
DarbyWeaver wrote: Hmm... So let's sum this one up to the fact that the end-points must match in order to function properly.
markzab wrote: sqdmz wrote: Frame-Relay Switch enable conf t host switch-fr frame-relay switching int s0/0 no shutencapsulation frame-relay ietf clock rate 64000 frame-relay intf-type dce frame-relay route 21 interface serial 0/1 20 int s0/1 no shutencapsulation frame-relay ietf clock rate 64000 frame-relay intf-dce frame-relay route 20 interface serial 0/0 21 Router R1 hostname R1 ! interface fastethernet 0/0 description (connect to R1-LAN) no shut ip add 172.16.0.1 255.255.252.0 ! interface serial 0/0 no shut description (Connect to Frame Cloud DLCI-20) ip address 172.16.255.253 255.255.255.252encapsulation frame-relay frame-relay lmi-type ansi frame-relay map ip 172.16.255.254 20 broadcast ! int s0/1 description (connect to router R0-Using OSPF) no shut ip add 172.16.255.246 255.255.255.252 ! router ospf 100 redistribute rip subnets network 172.16.255.252 0.0.0.3 area 0 network 172.16.255.244 0.0.0.3 area 0 network 172.16.0.0 0.0.3.255 area 0 ! conf t router rip version 2 network 172.16.0.0 ! R2 hostname R2 ! interface serial 0/0 no shut description (Connect to Frame Cloud DLCI-21) ip address 172.16.255.254 255.255.255.252encapsulation frame-relay frame-relay lmi-type ansi frame-relay map ip 172.16.255.253 21 broadcast ! router rip version 2 network 172.16.0.0 end of R2 To quote my homeboy Todd Lammle... "The default encapsulation is Cisco unless you manually type in ietf, and Cisco is the type you used when connecting two Cisco devices.......blah, blah, blah............Whichever you choose, make sure that the Fram Relay encapsulation is the same on both ends."
!!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 56/56/60 ms
langej wrote: Question here, don't you have to apply the command: R1(config-if) frame-relay interface-dlci dlci-number? Also, you might think about elliminating the rip updates (excessive traffic) from going over the cloud by creating an default route to the rip router and placing the "default-information originate" in your ospf settings. The rip router doesn't need to see the ospf routes, just create the default "ip route 0.0.0.0 0.0.0.0 s0" on the rip router.
Compare salaries for top cybersecurity certifications. Free download for TechExams community.