Replies: 4 comments
-
Looks good (a few suggestions coming in an email), but wouldn't it be nicer to implement as_override and allowas_in for any EBGP session, not just for VRF ones? |
Beta Was this translation helpful? Give feedback.
-
I was still not able to think about Route Maps / Prefix Lists / Communities. (since this development was "just for fun", I'd keep it in this separate branch for now, unless you think the current implementation could be useful for someone) |
Beta Was this translation helpful? Give feedback.
-
By all means submit a pull requests -- it's a nice illustration of how one could extend the capabilities of netsim-tools with a plugin. Thank you! Ivan |
Beta Was this translation helpful? Give feedback.
-
Implemented ages ago ;) |
Beta Was this translation helpful? Give feedback.
-
I tried to perform some work on a eBGP plugin which I was thinking to call "ebgp_utils".
This plugin should be able to support additional "attributes" for eBGP sessions, like
Since I was thinking only about eBGP, at least for now, my idea was to add the required attributes under the link->node hierarchy (for the links where the eBGP session will be established):
You can find my initial implementation here: https://github.com/ssasso/netsim-tools/tree/plugin_ebgp_utils/netsim/extra/ebgp_utils
Any comment, idea, suggestion (or insult) is welcome ;)
Beta Was this translation helpful? Give feedback.
All reactions