08-07-2012 08:56 AM - edited 03-07-2019 08:11 AM
Very quick question, I appreciate the help. All I need to do is redistribute a default route from BGP into my EIGRP AS, in Nexus as you all know you must use a route-map along with the redistribute command, the route-map can include the ACL but needs to be an extended ACL, what is the equivalent of the standard ACL 0.0.0.0/0 in an extended ACL so I can include it in my route-map? I have:
IP access list DEFAULT
10 permit ip 0.0.0.0/32 0.0.0.0/32
Is this correct?
08-07-2012 11:05 AM
I do not think that will work. Use a prefix listroute-map redistributedefault permit 10
match ip address prefix-list redistributedefault
ip prefix-list redistributedefault seq 5 permit 0.0.0.0/0
08-07-2012 11:11 AM
Thanks Robert
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide