You failure to ping between spokes is likely due to the split horizon aspect
of your multipoint sub at the hub.  As for the rest, you may want to try
giving each site its own subnet for inside global addresses.  I think you
effectively have one subnet between all routers and that same subnet behind
all routers.  Unless you have statically entered host routes between all
sites, I'm not sure how this would route.  For instance, inverse arp takes
care of the interface addresses of all involved parties, but how does you
hub know what DLCI to send that ping out to for any other address in the
same subnet?

Richard Botham wrote:
> 
> Joely,
> ----------------------------
> r1 (hub)
> interface FastEthernet0/1
>  ip address 192.168.1.1 255.255.255.0
>  ip nat inside
>  duplex auto
>  speed auto
> !
> ip nat inside source static 192.168.1.1 10.128.10.9
> !
> interface Serial0/0.1 multipoint
>  ip address 10.128.10.1 255.255.255.0
>  ip nat outside
>  ip ospf network broadcast
>  frame-relay interface-dlci 201
>  frame-relay interface-dlci 301
>  frame-relay interface-dlci 401
> ----------------------------
> r4 ( Spoke )
> interface Ethernet0/0
>  ip address 192.168.4.1 255.255.255.0
>  ip nat inside
> !
> ip nat inside source static 192.168.4.1 10.128.10.10
> !
> interface Serial0/0.1 point-to-point
>  ip address 10.128.10.4 255.255.255.0
>  ip nat outside
>  ip ospf network broadcast
>  frame-relay interface-dlci 104
> ----------------------------
> I am pinging the NAT address ( 10.128.10.10 ) at the spoke, and
> have tried with a source address and without - still no luck.
> 
> 
> Cheers
> Richard




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=33443&t=33424
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to