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=19109&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