From: Thomas Trygar (trygar@xxxxxxxx)
Date: Tue Feb 06 2001 - 12:16:46 GMT-3
Nicholas,
The best wa would be interface-dlci commands, then frame map statements. Lab 1
way is to use policy routing with route-maps with match access-list and set
next-hop statements.
R2
int s0
ip policy route-map pingpolicy (the configs use '10' as the name; pingpolicy
easier
too understand, but more typing with higher
degree of errors)
Global#
ip local policy route-map pingpolicy
route-map pingpolicy permit 10
match ip addr 101
set ip next-hop 10.10.1.1 (addr of Frame-Relay Hub R1)
access-list 101 permit any host 10.10.1.3
access-list 101 permit any host 10.10.1.5
access-list 101 permit any 11.1.0.0 0.0.0.225
access-list 101 permit any 10.44.0.0 0.0.255.255
access-list 101 permit any 10.4.0.0 0.0.255.255
access-list 101 permit any 10.34.0.0 0.0.255.255
I can't remember the exact masks. And access-list for 10.34 network would
probably not be included since it a 'WAN' line, but lab states that you should
be able to ping every interface from anywhere.
Don't be afraid to look in the configs if your stuck. Its not cheating if you
don't know the solution. You will have to look at in the lab so you have to
'Think outside of the Box' and interpret the question with an answer. How you
know a solution to this particular problem.
Tom
jaksec@lucent.com wrote:
> In the Lab#1 document it shows that there are 5 -routers, one acting as a
> Frame-relay switch. They want a point to multipoint network (one subnet)
> with only one router using a sub-interface. Then they want OSPF as the
> routing protocol and cannot change the network type which defaults to
> Non-Broadcast model type. I get everything working using the Neighbor
> statements in OSPF and the Frame-relay Map IP commands to ping the other
> routers interfaces.
>
> But just when I think I solved it, they say don't use Frame-relay Map
> statments. What can I do to solve this. Any replys will be great, thanks !!
>
> ********************************************
> Nicholas R. Jaksec, CCNP, CCDP, MCSE+I, CNA
> Network Systems Engineer
> Lucent NetworkCare Professional Services
> One North Shore Center
> 12 Federal St. Suite 420
> Pittsburgh, Pa 15212
> Office: 412-330-6336 Fax: 412-323-7665
> Pager: 1-800-467-1467
> Email: jaksec@lucent.com
> ********************************************
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:28:39 GMT-3