cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
800
Views
0
Helpful
2
Replies

Prefix Equivalent in extended ACL

Borman Bravo
Level 1
Level 1

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?

2 Replies 2

robert.horrigan
Level 2
Level 2

I do not think that will work.  Use a prefix list

route-map redistributedefault permit 10

  match ip address prefix-list redistributedefault



ip prefix-list  redistributedefault  seq 5 permit 0.0.0.0/0

Thanks Robert

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card