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

Bgp route-maps Nexus 9K

MichalKarika007
Level 1
Level 1

hi all

can someone please confirm if you can have more than one route map applied to the same neighbour?

we have one route-map to set next hop and need another to filter default route 

router bgp 65535 

  neighbor  10.10.10.10

    address family IPv4 unicast

        route-map NEXT-HOP UNCHANGED out

        route-map FILTER-DEFAULT-ROUTE out

    address family l2vpn evpn

        route-map NEXT-HOP UNCHANGED out

        route-map FILTER-DEFAULT-ROUTE out

2 Replies 2

anoop verma
Level 1
Level 1

as per my understanding we can configure two route map on one interface. one for outbound and one one for inbound. this is very interesting scenario, I will try to search. 

blau grana
Level 7
Level 7

Hi,

You don't need multiple route-maps for this scenario, just use different sequence number for different policy you want to implement.

route-map XYZ deny seq 10
match ip address prefix-list DEFAULT
!
route-map XYZ permit seq 20
set ip next-hop unchanged
Best Regards Please rate all helpful posts and close solved questions
Review Cisco Networking products for a $25 gift card