BGP, redistribute multiple static-route-map's
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 03:51 AM
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
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 04:04 AM
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
