Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QID:RTE211 - suggested answer not the best
#1
In this question we are required to redistribute only the default route from one EIGRP domain to another.
Obviously the default route in the route table is 0.0.0.0/0
If you want to match this route completely via ACL then we need
"access-list 100 permit ip 0.0.0.0 0.0.0.0    0.0.0.0 0.0.0.0" (This is an answer choice but is not chosen as the correct answer)
I have tried this in a lab and confirmed that it works as expected.

The above could also have been written as:
"access-list 100 permit ip host 0.0.0.0 host 0.0.0.0"

The answer that has been selected as correct  is "access 100 permit any host 0.0.0.0"
which means permit any route whose length is 0.
This did work in my lab but I think it's not the best answer.

Actually another answer choice "access-list 100 permit 100 ip host 0.0.0.0 any" also worked in my lab.
- permit prefix 0.0.0.0 on any length??

Please explain why the answer provided by h2p "access-list 100 permit ip any host 0.0.0.0" is the best answer compared with all the other answers.

thanks,

pablo

Reply


Messages In This Thread
QID:RTE211 - suggested answer not the best - by pablo701 - 06-05-2011, 04:55 AM

Forum Jump:


Users browsing this thread: 3 Guest(s)