cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
112
Views
0
Helpful
1
Replies

BGP, redistribute multiple static-route-map's

Rosabella
Level 1
Level 1

Hi,

Is it possible to have more than one "redistribute static route-map" configurations in BGP? See below. Platform is N9K-C9336C-FX2

Thank you

 

router bgp 65101
router-id x.x.x.x
address-family l2vpn evpn
advertise-pip
neighbor x.x.x.x
bfd
remote-as 65101
update-source loopback0
address-family l2vpn evpn
send-community
send-community extended
neighbor x.x.x.x
bfd
remote-as 65101
update-source loopback0
address-family l2vpn evpn
send-community
send-community extended
vrf vrf_name
address-family ipv4 unicast
advertise l2vpn evpn
redistribute direct route-map fabric-rmap-redist-subnet
redistribute static route-map rmap1
redistribute static route-map rmap2   <-------- Is this possible?
maximum-paths ibgp 2

1 Reply 1

no you can, but you can use 

route-map with multi line and add it to ONE redistribute static command 
I think you need to allow some and deny other prefix 

MHM

Review Cisco Networking for a $25 gift card