- CheckMates
- :
- Products
- :
- Quantum
- :
- Security Gateways
- :
- Re: ebgp routemap export
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ebgp routemap export
Hi There,
I'm deploying an internal segmentation firewall between several VRFs and our Core routing network. I've been trying to setup bgp in various ways, fighting the fact that the Cisco VSS that runs the core routing and VRFs uses the same ASN for both.
ebgp (with as override set) works well for the 95%, i have one problem that i want to present a default route to only one peer in the ASN (the VRF side)
route redistribution to the ASN goes to both ....I was trying to setup a routemap instead as it looked like there was a "neighbor" match option but this routemap sends 0.0.0.0 to both peers. Any ideas on if this is possible to filter?
set routemap ex-bgp-vrffw id 10 on
set routemap ex-bgp-vrffw id 10 match neighbor 192.168.0.2 on
set routemap ex-bgp-vrffw id 10 match network 0.0.0.0/0 exact
set routemap ex-bgp-vrffw id 10 match protocol static
set bgp external remote-as 65100 export-routemap ex-bgp-vrffw preference 10 on
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
set bgp external remote-as 65100 peer 192.168.0.2 export-routemap my_map preference 1 on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
set bgp external remote-as 65100 peer 192.168.0.2 export-routemap my_map preference 1 on
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
