Alex You really need ground knowledge for frame relay. You can't ping your own ip in frame-relay, as you dont have a dlci mapping to yourself. Point-point interface is the only exception Regards Badar
On Feb 16, 2008 8:17 PM, <[EMAIL PROTECTED]> wrote: > 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 255.255.255.224 > frame-relay map ip 150.50.100.5 205 broadcast > frame-relay map ip 150.50.100.6 206 broadcast > ! > interface Serial0/1/0.104 point-to-point > ip address 150.50.24.2 255.255.255.0 > frame-relay interface-dlci 104 > ! > interface Serial0/2/0 > description Link to R5 > ip address 150.50.9.2 255.255.255.192 > clock rate 2000000 > ! > interface FastEthernet1/0 > description Link to Switch1 > no switchport > ip address 150.50.17.2 255.255.255.0 > > > > Spoke: > interface Loopback0 > ip address 200.0.0.5 255.255.255.255 > ! > interface FastEthernet0/0 > description Link to Switch1 > ip address 150.50.7.5 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 255.255.255.224 > encapsulation frame-relay > frame-relay map ip 150.50.100.2 502 broadcast > frame-relay map ip 150.50.100.6 506 broadcast > ! > interface Serial0/2/0 > description Link to R2 > ip address 150.50.9.5 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. > > >
