> Does anyone know why I am seeing active pvc's on this hub and spoke frame > relay config and only getting half succesfull pings. I had to delete the
yep. remove the frame map statement and disable inverse arp on s0 of r4 (it's causing your failures from/to r1) For r3, I'm assuming you can ping 172.16.1.1, so the pings aren't 'turning the corner' from sub-int to sub-int. do a debug ip packet on r3, and see if you get 'encapsulation failed'. If you do, think about what else you might need on s0 of r3 to get to r4. > dlci and interfaces and then reload the router because I changed the > interface type from point to multi. Or really just create a new sub > interface. See below what I am getting: > Thanks > This is a spoke router: > r4#sh frame map > Serial0 (up): ip 0.0.0.0 dlci 401(0x191,0x6410) > broadcast, > CISCO, status defined, active > Serial0.1 (up): point-to-point dlci, dlci 401(0x191,0x6410), broadcast > status defined, active > r4#ping 172.16.1.1 > DLCI defined on both the main (mapped back to 0.0.0.0) > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 172.16.1.1, timeout is 2 seconds: > !.!.! > Success rate is 60 percent (3/5), round-trip min/avg/max = 68/68/68 ms > r4# > This is a hub: > > r1#sh frame map > Serial0.3 (up): ip 172.16.1.3 dlci 103(0x67,0x1870), dynamic, > broadcast,, status defined, active > Serial0.3 (up): ip 172.16.1.2 dlci 102(0x66,0x1860), dynamic, > broadcast,, status defined, active > Serial0.2 (up): point-to-point dlci, dlci 104(0x68,0x1880), broadcast > status defined, active > r1#ping 172.16.1.2 > > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 172.16.1.2, timeout is 2 seconds: > !.!.! > Success rate is 60 percent (3/5), round-trip min/avg/max = 68/68/68 ms > r1# > And then from r3 which is a spoke router using a physical interface with map > statments I cannot connect to the other spoke routers at all. > r3#sh frame map > Serial0 (up): ip 172.16.1.5 dlci 301(0x12D,0x48D0), static, > CISCO, status defined, active > Serial0 (up): ip 172.16.1.1 dlci 301(0x12D,0x48D0), dynamic, > broadcast,, status defined, active > Serial0 (up): ip 172.16.1.2 dlci 301(0x12D,0x48D0), static, > CISCO, status defined, active > r3#ping 172.16.1.2 > > Type escape sequence to abort. > Sending 5, 100-byte ICMP Echos to 172.16.1.2, timeout is 2 seconds: > ..... > Success rate is 0 percent (0/5) > r3# _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com Message Posted at: http://www.groupstudy.com/form/read.php?f=7&i=28573&t=28569 -------------------------------------------------- FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

