Replies: 2 comments
-
|
You don't need loopback interfaces for EBGP sessions. Just implement BGP on directly connected interfaces, and I'll add logic to the BGP module that will check whether a device supports IBGP sessions or not. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
@willimei implemented vASA (release 1.4.1) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
At the moment I am adding the Cisco ASA platform to netsim-tools.
During the implementation of BGP I came across the problem that the ASA does not support loopback interfaces.
What would be the best way to work around this problem? I thought about a config option, which allows to generate the BGP config without a loopback interface and sets different neighbor IPs for every link.
Beta Was this translation helpful? Give feedback.
All reactions