08-23-2002 09:31 PM - edited 03-02-2019 12:53 AM
I am studing for my CCIE LAB, I am experiencing a problem in configuting FR in HUB-SPOKE topology..
I have the classic problem of the HUB being able to reach all SPOKEs, but SPOKES can not reach each other.
I have already created PVCs in the HUB to each SPOKE. Only one PVC is created in the SPOKE to the HUB though.
Here is the tricky part, I need to be able to ping the SPOKEs from any other SPOKE without creating any more PVCs in any of the SPOKEs.
The scenario states "The problem can be solved with multiple frame map ip statements, but that is not the solution we want, instead, solve the problem with routing not layer 3 to layer 2 mapping".
Any help?
08-25-2002 10:34 PM
route-map and acl
for example.
access-list 100 host x.x.x. host y.y.y.y
route-map next-hop
match ip address 100
!
Apply ACL to the interface the packet is going to.
Second, for packet or traffic generated locally by the router.
ip local policy-map next-hop, at global configuration mode.
08-27-2002 09:46 AM
Yes, I tried route-map before in my solution but did not work.. I was missing "ip local policy-map" to enable policy routing.. I just put it and saw the packets flowing... :)
Thanks!
08-26-2002 02:31 AM
Hi,
the statement is the answer. Enable a layer 3 routing protocol like EIGRP on all routers and it will work. Include the transfer networks in the "network" statement and enable also "no auto-summary".
That's it. Good luck!
regards Ulrich Marzoli
08-28-2002 05:42 AM
Must be point-to-multipoint frame since point-to-point with sub-interfaces would work out of the box. I guess sub-interface means layer 2 to layer 3 mapping just like static frame maps and that's not allowed?
Phil
08-26-2002 07:14 AM
If I had to guess, one of the link state protocols creates host routes in one of the network types, which should allow spoke to spoke reachability with a minimum of fuss.
For distanca vector protocols, multiple map statements and dealing with split horizon issues are required.
Good luck,
Doug
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide