The Link Discovery of the Juniper driver leverages on some parameters
that has been changed in ONOS-6323
Change-Id: I6519ba1676de531a74340eaaddc8cc47912bb417
- use snmp-index as port number, which seems to be unique.
duplicates were observed for local-index
- physical-interface Port's enabled state is admin-status & oper-status (was only admin-status)
- logical-interface Port's enabled state is above & if-config-flags.contains(iff-up)
Note: local loopback also falls into this category
- logical-interface Port's portSpeed is inherited from parent physical interface speed.
Change-Id: Ie70d07589db01f6b394c90cb1e599b5eb2f8ec91
- fix wrong NBR for get devices info
- fix port number: the format of the port generated by
PortNumber.fromString is not supported by the cli and netcfg
- the errors are reported in the log without throwing an exception
Change-Id: Idd456055e2e1b50185d6987866b066441ce5a15a