You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name of the port corresponding to the node interface is available in fim:
topo = slice.get_fim_topology()
ns = topo.network_services['net1']
# or you can probably look at Labels field of each interface
for i in il:
print(f'Interface {i.name} has port {i.labels.local_name}')
It would be useful to display it as part of each network service information table, just like MAC and other details.
The text was updated successfully, but these errors were encountered:
The name of the port corresponding to the node interface is available in fim:
It would be useful to display it as part of each network service information table, just like MAC and other details.
The text was updated successfully, but these errors were encountered: