Skip to content
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.

BGPpeering + RouteMap #36

Open
meandus opened this issue Oct 15, 2018 · 1 comment
Open

BGPpeering + RouteMap #36

meandus opened this issue Oct 15, 2018 · 1 comment

Comments

@meandus
Copy link

meandus commented Oct 15, 2018

Hi David,

How to add a RouteMap in a BGP Peering object ?

Thanks in advance,

image

@gabstopper
Copy link
Owner

Hi Remy,
It seems I need to add helper methods for this functionality.
However you can still easily do this:

peering = BGPPeering('MyPeering')
route_map = RouteMap('MyRouteMap')
peering.update(outbound_rm_filter=route_map.href)    

The two attributes correlating to inbound and outbound filters are:
outbound_rm_filter
inbound_rm_filter

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants