Hi All,

First, let me sorry for the inaccurate information in the puzzle.  The
static IP address 10.48.0.0 is with 12 bits subnet mask (255.240.0.0, NOT
255.224.0.0).  I didn't have my subnet calculator last time.  So, the scope
of IP address for 10.48.0.0/255.240.0.0 will include 10.48.0.0 to
10.63.255.255.

Well, for more specific information, I am setting up a lab in which routes
are learning dynamically with EIGRP while having a static routing pointing
for a dummy VPN boxes for redundancy.  These VPN boxes only do static
mapping for routes.  If the primary link between the two hub sites (learning
through EIGRP) got killed, the first hub site is supposed to route its
spokes and its subnets to reach the other hub and other spokes with static
routes.  However, instead of putting a bundle of static routes, I decided to
use summaried routes (10.48.0.0/255.240.0.0) to cover.  Thing is not that
simple.  The router might think 10.48.0.0/12 and 10.50.0.0/16 as two
separate networks.  If following the "more specific rule", the 10.50.0.0
network should act as the primary even it has administrative distance of 90.
So the 10.48.0.0/12 should be ignored even it has an administrative distance
of 1.  In this case, I don't even need the floating static route (make a
static route with admin. distance greater than 90), in order to make the
static route as the secondary route for backup.  Should my analyze correct?
I might setup the lab and see what the routers will act.  However, I would
like to test my theory and analyzing...  Please give me your thought!
Thanks!

Thomas N.


""David Goddard""  wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> Thomas,
>
> This question has a lot of strange inaccuracies in it, but here we go...
>
> 1. The routing path chosen will always use the "longest match rule", in
> other words between 10.50.0.0/16 and 10.32.0.0/12 the route chosen will be
> the 10.50.0.0/16.
>
> 2. Your mask is bad for the static route... if you want routes 10.32.0.0
to
> 10.63.0.0 to be included, the static route would read:
>
>      ip route 10.32.0.0 255.224.0.0 serial 1
>
> 3. Enabling eigrp requires the command ROUTER EIGRP 200, not just EIGRP
200
>
> 4. When you add the network statements
>      network 172.16.1.0
>      network 172.16.2.0
> to your EIGRP process, it will come out simply as
>      network 172.16.0.0
> and enable the EIGRP process on both Serial 0 and Serial 1 of both
routers.
> So although you may think that you didn't put in the network statement on
> router A for 172.16.2.0, it will still enable EIGRP on Serial 1. So when
> Serial 0 goes down, routing will still continue over Serial 1.
>
> Try testing your configs out in a lab and you'll see pretty quickly what I
> mean.
>
> Dave




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=19374&t=19083
--------------------------------------------------
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