From: Omer Ansari (omer@xxxxxxxxxx)
Date: Mon Jul 29 2002 - 16:50:43 GMT-3
Kym/John/Kip
Thanks, having multiple IP addresses mapped to the same DLCI worked. sort
of like proxy arp?
cheers,
Omer
On Mon, 29 Jul 2002, kym blair wrote:
> Omer,
>
> You can use map statements on all the routers and turn off inverse arp:
>
> ROUTER2
>
> interface serial 0.1 multipoint
> encap frame-relay
> ip address 10.1.1.2 255.255.255.0
> no ip split-horizon
> frame-relay map ip 10.1.1.2 203 broadcast
> frame-relay map ip 10.1.1.3 203 broadcast
> frame-relay map ip 10.1.1.1 201 broadcast
> no frame-relay inverse-arp
>
> ROUTER3
>
> interface serial 0
> encap frame-relay
> ip address 10.1.1.3 255.255.255.0
> ip split-horizon
> frame-relay map ip 10.1.1.2 302 broadcast
> frame-relay map ip 10.1.1.3 302 broadcast
> frame-relay map ip 10.1.1.1 302 broadcast
> no frame-relay inverse-arp
>
> ROUTER1
>
> interface serial 0
> encap frame-relay
> ip address 10.1.1.1 255.255.255.0
> ip split-horizon
> frame-relay map ip 10.1.1.2 102 broadcast
> frame-relay map ip 10.1.1.3 102 broadcast
> frame-relay map ip 10.1.1.1 102 broadcast
> no frame-relay inverse-arp
>
> If you're running OSPF, you'll have to add "ip ospf network XXXX" where XXXX
> is the network type you want to use (must match to form adjacencies). Hope
> this meets your requirement. Kym
>
>
>
> >From: Omer Ansari <omer@ansari.com>
> >Reply-To: Omer Ansari <omer@ansari.com>
> >To: ccielab@groupstudy.com
> >Subject: is local policy routing only way to ping the other spoke?
> >Date: Sun, 28 Jul 2002 18:40:41 +0100 (BST)
> >
> >All,
> >
> > -----(s0)R3
> > |
> >R2-(p2mp)
> > |
> > -----(s0)R1
> >
> >
> >FrameRelay partial mesh:
> >R2 is a hub, R1 and R3 are spokes.
> >
> >R2 has a multipoint interface while R1 and R3 are physical interfaces.
> >
> >R1 R2 and R3 need to be in the same network:
> >e.g. 10.1.1/24
> >
> >R2: 10.1.1.2, R1: 10.1.1.1 , R3: 10.1.1.3
> >
> >problem i'm running into is this: there is a requirement to be able to
> >ping "all" interfaces of "all" routers.
> >
> >The only way I know how i can get R1's s0 to ping R3's s0 is to use local
> >policy map on both of them, by matching the other's IP address and setting
> >the next hop to 10.1.1.2 (R2; spoke)
> >
> >this works, but is there any other way to ping the other spoke w/o local
> >policy?
> >
> >thanks in advance.
> >Omer
This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:36:48 GMT-3