From: Modular (modulartx@gmail.com)
Date: Tue Feb 17 2009 - 03:19:54 ARST
I'm working on a practice lab that tells you to configure the following
static routes on a router:
ip route 10.7.1.0 255.255.255.0 null0
ip route 10.7.2.0 255.255.255.0 null0
It then tells you to advertise these networks via EIGRP.
Now, my instinct was to use "redistribute static", but the
proctor guide uses:
router eigrp 1
network 10.7.1.0 0.0.0.255
network 10.7.2.0 0.0.0.255
How is this possible??? I thought that you could only
use the network command with directly connected
interfaces? Is there some exception when you have
a static route pointing to an interface?
Thanks,
Mod
Blogs and organic groups at http://www.ccie.net
This archive was generated by hypermail 2.1.4 : Sun Mar 01 2009 - 09:44:11 ARST