wrote:
> Now things are beginning to make sense. A couple of questions:
>
> - we actually have an AS number on our side, because we use BGP with
> our upstream providers. The other side doesn't have one. But we can
> just use any arbitrary number here, correct?
correct but both sides must match for EIGRP
> - including the statement 'variance 2' should cover our situation
> correct? The lower bandwithd link is more than half of the higher one.
correct
> - hello packets get sent out every interface unless listed in a
> passive-interface command, correct?
correct.
For example you would want to make the link to you ISP passive
and also do not sent CDP to you ISP
> I can get the EIGRP stanzas set up on both routers before taking out
> the static routes, to minimize downtime, correct?
correct
static have an admin distance of 1 so they win over any other type
other than connected
Just so you know you can also "float" statics so they are used unless a
dynamic route is announced with a lower admin distance
ip route x.x.x.x m.m.m.m nh.nh.nh.nh 200 ! admin distance of 200 -
this is a floating static route
On of the things to memorize or have handy is admin distance values
see
http://www.cisco.com/en/US/tech/tk36...80094823.shtml
for example EIGRP internal routes have an admin distance of 90