LAG interfaces can be connected via CSV import #2127
Labels
status: accepted
This issue has been accepted for implementation
type: bug
A confirmed report of unexpected behavior in the application
An example scenario:
test1
andtest2
.test1
has a LAG bundlepo1
consisting ofintf0/1
andintf0/2
test2
has a LAG bundlepo2
consisting ofintf0/1
andintf0/2
test1:intf0/1
is connected totest2:intf0/1
test1:intf0/2
is connected totest2:intf0/2
In order to represent that their LAG bundles are also "connected", I connected up
test1:po1
totest2:po2
as well (connections displayed as below):Fig 1: Devices > Interface connections view
Note that this is not possible to easily do using the standard UI controls (there is no connection button on a LAG interface). However, it works as expected through "Import Connections" or the API.
At this point, I can view
test1:po1
andtest2:po2
as connected in the Interface Connections view, but if I go to thetest1
interface view or thetest2
interface view (both shown below), I cannot see the connection.Fig 2:
test1
Interfaces sectionFig 3:
test2
Interfaces sectionShould this be rectified? For example, I would expect a connection to
test2:po1
to be shown againstpo1
in the interfaces view oftest1
above (Fig 2.)The text was updated successfully, but these errors were encountered: