It's not to the frame switch (the switch doesn't participate at Layer3) but to a router on the other side. Do "debug ip packet" on the hub as well and you'll see it come in. Scott
_____ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of GAURAV MADAN Sent: Saturday, February 16, 2008 1:41 PM To: [EMAIL PROTECTED]; Gary Duncanson Cc: [email protected] Subject: Re: [OSL | CCIE_RS] Frame-Relay Yes .. true ! the reason being the ICMP goes till FR switch and comes back to self .. so add a "frame-relay map ip <self ip > < either of 2 dlci > " under the sub-interface to ping yourself . Gaurav On Feb 17, 2008 12:06 AM, Gary Duncanson <[EMAIL PROTECTED]> wrote: Alex, What you need to do to be able to ping yourself is add a static map to your own ip address but without the broadcast parameter under the subinterface. HTH Gary ----- Original Message ----- From: [EMAIL PROTECTED] To: [email protected] Sent: Saturday, February 16, 2008 5:17 PM Subject: [OSL | CCIE_RS] Frame-Relay I`ve just configured Frame-Relay Hub and Spoke, plus point-to-point. with point-to-point no problem, with Hub and spoke I pinged only the spokes but not myself,same thing for both spokes, not reachability for myself. Can someone help me? Straight forward the config for Hub: interface Serial0/1/0 no ip address encapsulation frame-relay ! interface Serial0/1/0.100 multipoint ip address 150.50.100.2 <http://150.50.100.2/> 255.255.255.224 <http://255.255.255.224/> frame-relay map ip 150.50.100.5 <http://150.50.100.5/> 205 broadcast frame-relay map ip 150.50.100.6 <http://150.50.100.6/> 206 broadcast ! interface Serial0/1/0.104 point-to-point ip address 150.50.24.2 <http://150.50.24.2/> 255.255.255.0 <http://255.255.255.0/> frame-relay interface-dlci 104 ! interface Serial0/2/0 description Link to R5 ip address 150.50.9.2 <http://150.50.9.2/> 255.255.255.192 <http://255.255.255.192/> clock rate 2000000 ! interface FastEthernet1/0 description Link to Switch1 no switchport ip address 150.50.17.2 <http://150.50.17.2/> 255.255.255.0 <http://255.255.255.0/> Spoke: interface Loopback0 ip address 200.0.0.5 <http://200.0.0.5/> 255.255.255.255 <http://255.255.255.255/> ! interface FastEthernet0/0 description Link to Switch1 ip address 150.50.7.5 <http://150.50.7.5/> 255.255.255.128 <http://255.255.255.128/> duplex auto speed auto ! interface FastEthernet0/1 no ip address shutdown duplex auto speed auto ! interface Serial0/1/0 ip address 150.50.100.5 <http://150.50.100.5/> 255.255.255.224 <http://255.255.255.224/> encapsulation frame-relay frame-relay map ip 150.50.100.2 <http://150.50.100.2/> 502 broadcast frame-relay map ip 150.50.100.6 <http://150.50.100.6/> 506 broadcast ! interface Serial0/2/0 description Link to R2 ip address 150.50.9.5 <http://150.50.9.5/> 255.255.255.192 <http://255.255.255.192/> -- This message is intended for the individual(s) to whom it is addressed and may contain information that is privileged or confidential. If you are not the addressee you must not read,use or disclose the contents of this email. Whilst all reasonable care has been taken to avoid the transmission of viruses, the recipient should carry out virus and other checks, as they consider appropriate. Myself accepts no responsibility in this regard.
