From: Jason Cash (cash2001@swbell.net)
Date: Sun Aug 10 2003 - 19:06:04 GMT-3
It is my understand the each lab is graded by a script checking to see if
necessary commands are present and testing pings, etc. My question is how
are superfluous commands looked upon. For instance, if you block
route-loops via route-maps, which would not be needed. Technically, that
would not be wrong just unneccessary.
Just curious because I was doing some scenarios and it involved multiple
redist points of EIGRP and OSPF. The solution had:
R5:
router ospf 1
redistribute eigrp 100 subnets route-map e2o
router eigrp 100
redistribute ospf 1
Whereas I had:
router eigrp 100
redistribute ospf 1 route-map o2e
default-metric 1544 2000 255 1 1500
!
router ospf 1
redistribute eigrp 100 subnets route-map e2o
route-map o2e deny 10
match tag 90
!
route-map o2e permit 20
set tag 110
!
route-map e2o deny 10
match tag 110
!
route-map e2o permit 20
set tag 90
This archive was generated by hypermail 2.1.4 : Tue Sep 02 2003 - 18:53:57 GMT-3