From de7ce7c757f430e6b87cff360b24a668bd9290d1 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 24 Dec 2018 10:29:02 -0600 Subject: [PATCH] Fix ifName and ifAlias being blanked by discovery (#9589) * Fix ifName and ifAlias being blanked by discovery on devices that have blank ifName or ifAlias * Update test data * work around net-snmp bug --- includes/discovery/ports.inc.php | 5 +- tests/data/airos-af-ltu.json | 10 +- tests/data/allied_alliedware.json | 54 +- tests/data/allied_websmart.json | 48 +- tests/data/allworx_voip.json | 12 +- tests/data/apc-mgeups_galaxy7000.json | 8 +- tests/data/apc_ats.json | 8 +- tests/data/apc_environmental_manager.json | 8 +- tests/data/apex-lynx.json | 6 +- tests/data/apex-plus.json | 8 +- tests/data/aprisa.json | 8 +- tests/data/arbos.json | 26 +- tests/data/arris-c3.json | 40 +- tests/data/arris-c4.json | 118 ++-- tests/data/arris-d5.json | 94 +-- tests/data/avocent_6000.json | 6 +- tests/data/avocent_8000.json | 6 +- tests/data/awplus.json | 90 +-- tests/data/awplus_5.4.8-2.json | 174 ++--- tests/data/barracudaspamfirewall.json | 4 +- .../data/barracudaspamfirewall_email_sg.json | 4 +- tests/data/canonprinter_lbp.json | 8 +- tests/data/ceraos.json | 12 +- tests/data/ciscosb_sg350-10.json | 30 +- tests/data/cmm.json | 4 +- tests/data/comtrol.json | 44 +- tests/data/ctm.json | 8 +- tests/data/cxr-ts.json | 8 +- tests/data/dahua-nvr.json | 8 +- tests/data/dell-rpdu.json | 8 +- tests/data/dell-ups.json | 8 +- tests/data/deltaups.json | 20 +- tests/data/dlink_dgs-1510-28.json | 72 +-- tests/data/draytek.json | 20 +- tests/data/eaton-matrix.json | 8 +- tests/data/edgecos_es3510ma.json | 30 +- tests/data/edgeswitch_es-24-250w.json | 66 +- tests/data/eltek-webpower.json | 4 +- tests/data/exa_e7-2.json | 80 +-- tests/data/fortiwlc.json | 4 +- tests/data/harmony-enhanced.json | 52 +- tests/data/helios.json | 10 +- tests/data/heliosip.json | 4 +- tests/data/hiveos-wireless_320_n.json | 34 +- tests/data/hpe-ilo_4.json | 84 +-- tests/data/ibm-i.json | 8 +- tests/data/ibmc.json | 12 +- tests/data/ibos.json | 2 +- tests/data/ios_6500.json | 606 +++++++++--------- tests/data/ios_nac.json | 10 +- tests/data/jetdirect.json | 16 +- tests/data/konica.json | 8 +- tests/data/linux_ntc.json | 14 +- tests/data/marathonups.json | 8 +- tests/data/mimosa.json | 4 +- tests/data/mimosa_b5.json | 40 +- tests/data/netagent2.json | 12 +- tests/data/netscaler.json | 20 +- tests/data/occamos_b6-256.json | 232 +++---- tests/data/occamos_blc-6252.json | 232 +++---- tests/data/pmp_450.json | 4 +- tests/data/pmp_450m.json | 4 +- tests/data/procera.json | 10 +- tests/data/radlan.json | 138 ++-- tests/data/routeros.json | 22 +- tests/data/saf-cfm.json | 16 +- tests/data/screenos.json | 38 +- tests/data/sentry3.json | 8 +- tests/data/sentry4_switched8i.json | 8 +- tests/data/sixnet.json | 72 +-- tests/data/solidserver.json | 10 +- tests/data/sslvis.json | 16 +- tests/data/stoneos.json | 24 +- tests/data/vivotek.json | 8 +- tests/data/voss_8404c.json | 12 +- tests/data/vrp_5720-vrf.json | 12 +- tests/data/vrp_5720.json | 122 ++-- tests/data/vrp_ce12804-withvrf.json | 230 +++---- tests/data/xirrus_aos.json | 42 +- 79 files changed, 1692 insertions(+), 1691 deletions(-) diff --git a/includes/discovery/ports.inc.php b/includes/discovery/ports.inc.php index 51b9cc9bd6..ad438e6ef6 100644 --- a/includes/discovery/ports.inc.php +++ b/includes/discovery/ports.inc.php @@ -44,8 +44,9 @@ foreach ($ports_mapped['maps']['ifIndex'] as $ifIndex => $port_id) { foreach ($port_stats as $ifIndex => $port) { // Store ifIndex in port entry and prefetch ifName as we'll need it multiple times $port['ifIndex'] = $ifIndex; - $ifName = $port['ifName']; - $ifAlias = $port['ifAlias']; + // handle ifName and ifAlias the same way we do in the poller + $ifName = empty($port['ifName']) ? $port['ifDescr'] : $port['ifName']; + $ifAlias = empty($port['ifAlias']) ? $port['ifDescr'] : $port['ifAlias']; $ifDescr = $port['ifDescr']; $ifType = $port['ifType']; diff --git a/tests/data/airos-af-ltu.json b/tests/data/airos-af-ltu.json index 20653f18b4..fea718bb0d 100644 --- a/tests/data/airos-af-ltu.json +++ b/tests/data/airos-af-ltu.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ath0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "br0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "br2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/allied_alliedware.json b/tests/data/allied_alliedware.json index d77bf285b6..5e443bdb54 100644 --- a/tests/data/allied_alliedware.json +++ b/tests/data/allied_alliedware.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "port24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "loopback", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": null, + "ifAlias": "vlan1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/allied_websmart.json b/tests/data/allied_websmart.json index 8b5334a3e7..0fe363d680 100644 --- a/tests/data/allied_websmart.json +++ b/tests/data/allied_websmart.json @@ -29,7 +29,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -134,7 +134,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -239,7 +239,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -344,7 +344,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -449,7 +449,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -554,7 +554,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -659,7 +659,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -764,7 +764,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -869,7 +869,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -974,7 +974,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1079,7 +1079,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1184,7 +1184,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1289,7 +1289,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1394,7 +1394,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1499,7 +1499,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1604,7 +1604,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1709,7 +1709,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1814,7 +1814,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1919,7 +1919,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2024,7 +2024,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2129,7 +2129,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2234,7 +2234,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2339,7 +2339,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2444,7 +2444,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/allworx_voip.json b/tests/data/allworx_voip.json index 81ee71ec39..c78ea86a9a 100644 --- a/tests/data/allworx_voip.json +++ b/tests/data/allworx_voip.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LAN port (eth0)", - "ifName": null, + "ifName": "LAN port (eth0)", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "LAN port (eth0)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN port (eth1)", - "ifName": null, + "ifName": "WAN port (eth1)", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN port (eth1)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth2", - "ifName": null, + "ifName": "eth2", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/apc-mgeups_galaxy7000.json b/tests/data/apc-mgeups_galaxy7000.json index 8139acea57..a909ab5c14 100644 --- a/tests/data/apc-mgeups_galaxy7000.json +++ b/tests/data/apc-mgeups_galaxy7000.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo", - "ifName": null, + "ifName": "lo", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "iso88023Csmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/apc_ats.json b/tests/data/apc_ats.json index 4a1be7b976..d6a3fbcb3a 100644 --- a/tests/data/apc_ats.json +++ b/tests/data/apc_ats.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LOOPBACK", - "ifName": null, + "ifName": "LOOPBACK", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "LOOPBACK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "vmac0", - "ifName": null, + "ifName": "vmac0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "vmac0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/apc_environmental_manager.json b/tests/data/apc_environmental_manager.json index 03ce0ebc83..f46d37d5fb 100644 --- a/tests/data/apc_environmental_manager.json +++ b/tests/data/apc_environmental_manager.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LOOPBACK", - "ifName": null, + "ifName": "LOOPBACK", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "LOOPBACK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lance", - "ifName": null, + "ifName": "lance", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "lance", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/apex-lynx.json b/tests/data/apex-lynx.json index fd967c43ac..856ade3dcb 100644 --- a/tests/data/apex-lynx.json +++ b/tests/data/apex-lynx.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/apex-plus.json b/tests/data/apex-plus.json index 3efb5817b5..4f0ae14315 100644 --- a/tests/data/apex-plus.json +++ b/tests/data/apex-plus.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth2.4085", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/aprisa.json b/tests/data/aprisa.json index 42ff212422..0fa99c15e6 100644 --- a/tests/data/aprisa.json +++ b/tests/data/aprisa.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo", - "ifName": null, + "ifName": "lo", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/arbos.json b/tests/data/arbos.json index 2f3f160cb9..b8981c099c 100644 --- a/tests/data/arbos.json +++ b/tests/data/arbos.json @@ -129,7 +129,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -234,7 +234,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bond0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -339,7 +339,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "dummy0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -444,7 +444,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation I350 Gigabit Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -549,7 +549,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation I350 Gigabit Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -654,7 +654,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation I350 Gigabit Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -759,7 +759,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation I350 Gigabit Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -864,7 +864,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation 82580 Gigabit Fiber Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -969,7 +969,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation 82580 Gigabit Fiber Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1074,7 +1074,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation 82580 Gigabit Fiber Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1179,7 +1179,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Intel Corporation 82580 Gigabit Fiber Network Connection", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1284,7 +1284,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "sit0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1389,7 +1389,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "ip6tnl0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/arris-c3.json b/tests/data/arris-c3.json index edee0bd134..ba1d1a38e6 100644 --- a/tests/data/arris-c3.json +++ b/tests/data/arris-c3.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "FE 0/0 - Cadant C3 CMTS - BCM5421 Rev A1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "FE 0/1 - Cadant C3 CMTS - BCM5421 Rev A1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableMaclayer", - "ifAlias": "", + "ifAlias": "MAC - Cadant C3 CMTS - BCM3214 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableDownstream", - "ifAlias": "", + "ifAlias": "DS 1 - Cadant C3 CMTS - BCM3040 Rev A0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstream", - "ifAlias": "", + "ifAlias": "US IF 2 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstream", - "ifAlias": "", + "ifAlias": "US IF 3 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstream", - "ifAlias": "", + "ifAlias": "US IF 4 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstream", - "ifAlias": "", + "ifAlias": "US IF 5 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "US CH 0.0 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "US CH 1.0 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "US CH 2.0 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "US CH 3.0 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "US CH 4.0 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "US CH 5.0 - Cadant C3 CMTS - BCM3140 Rev A3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "bridge", - "ifAlias": "", + "ifAlias": "Bridge-Group 0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "bridge", - "ifAlias": "", + "ifAlias": "Bridge-Group 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: FastEthernet 0/0.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: FastEthernet 0/1.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: Cable 1/0.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: Cable 1/0.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/arris-c4.json b/tests/data/arris-c4.json index 2f3423fd37..230f19f1b3 100644 --- a/tests/data/arris-c4.json +++ b/tests/data/arris-c4.json @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/0.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/1.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/2.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/3.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/4.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/5.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/6.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/7.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/8.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/9.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/10.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 10/11.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/0.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/1.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/2.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/3.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5311,7 +5311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/4.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/5.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5941,7 +5941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/6.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6256,7 +6256,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/7.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6571,7 +6571,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/8.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6886,7 +6886,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/9.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7201,7 +7201,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/10.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7516,7 +7516,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/11.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7831,7 +7831,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/12.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8146,7 +8146,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/13.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8461,7 +8461,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/14.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8776,7 +8776,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/15.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9091,7 +9091,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/16.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9406,7 +9406,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/17.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9721,7 +9721,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/18.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10036,7 +10036,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/19.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10351,7 +10351,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/20.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10666,7 +10666,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/21.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10981,7 +10981,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/22.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11086,7 +11086,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstream", - "ifAlias": "", + "ifAlias": "cable-upstream 11/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11296,7 +11296,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 11/23.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11611,7 +11611,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/0.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11926,7 +11926,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/1.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12241,7 +12241,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/2.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12556,7 +12556,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/3.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12871,7 +12871,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/4.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13186,7 +13186,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/5.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13501,7 +13501,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/6.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13816,7 +13816,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/7.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14131,7 +14131,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/8.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14446,7 +14446,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/9.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14761,7 +14761,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/10.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15076,7 +15076,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "docsCableUpstreamChannel", - "ifAlias": "", + "ifAlias": "cable-upstream 12/11.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18856,7 +18856,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gigabitEthernet 17/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18961,7 +18961,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gigabitEthernet 17/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19066,7 +19066,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gigabitEthernet 17/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19171,7 +19171,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gigabitEthernet 17/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19276,7 +19276,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gigabitEthernet 17/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19381,7 +19381,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gigabitEthernet 17/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19486,7 +19486,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gigabitEthernet 17/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19591,7 +19591,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "tenGigabitEthernet 17/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19696,7 +19696,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet 19/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20326,7 +20326,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "link-aggregate 0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/arris-d5.json b/tests/data/arris-d5.json index 7adb4c2254..25a159ca92 100644 --- a/tests/data/arris-d5.json +++ b/tests/data/arris-d5.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "Internal Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "FE 0/1 - Management Ethernet Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "FE 0/2 - CAS Ethernet Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GE 0/1 - Gigabit Ethernet SFP Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GE 0/3 - Gigabit Ethernet SFP Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GE 0/4 - Gigabit Ethernet SFP Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/5 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/6 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/7 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/8 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/9 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/10 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/11 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/12 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/13 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/14 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/15 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/16 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/17 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/18 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/19 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/20 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/21 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/22 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/23 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ETH 0/24 - D5 Internal Switch Port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "DTI 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "DTI 2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "Subinterface: FastEthernet 0/1.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: FastEthernet 0/2.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/1.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/2.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/3.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/4.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/2.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/2.2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/2.3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/2.4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "Subinterface: GigabitEthernet 0/2.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/1.1 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/1.2 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4471,7 +4471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/1.3 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/1.4 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/2.1 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4786,7 +4786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/2.2 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4891,7 +4891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/2.3 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "mpegTransport", - "ifAlias": "", + "ifAlias": "QAM 1/2.4 - D5 MPEG Transport Channel", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/avocent_6000.json b/tests/data/avocent_6000.json index 2d388d46c1..fd333ac5f6 100644 --- a/tests/data/avocent_6000.json +++ b/tests/data/avocent_6000.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/avocent_8000.json b/tests/data/avocent_8000.json index 9ad7e491eb..3c1d616578 100644 --- a/tests/data/avocent_8000.json +++ b/tests/data/avocent_8000.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/awplus.json b/tests/data/awplus.json index 5139fbf853..1bd788ad51 100644 --- a/tests/data/awplus.json +++ b/tests/data/awplus.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Link-name", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Link-name", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Link-name", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Link-name", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan99", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Link-name", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Link-name", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan3620", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "po1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "po7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Link-to-AR4050s", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.1.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.1.6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-name", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "IPTV-MC-SRC", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Lab-PC", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "LINK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-AR4050s", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "NOT-USED-Link-to-AR4050S", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.8.9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.8.13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-C2-X930-STK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "MC-SRC", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-AR4050s", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Link-to-x930", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4471,7 +4471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.8.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.8.9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.8.13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/awplus_5.4.8-2.json b/tests/data/awplus_5.4.8-2.json index 1a6cf9f234..b230adacee 100644 --- a/tests/data/awplus_5.4.8-2.json +++ b/tests/data/awplus_5.4.8-2.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "of0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan330", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan3600", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan3603", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan3604", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "Ixia Vlan", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan3620", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "vlan3699", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "sa24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4471,7 +4471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4786,7 +4786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4891,7 +4891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5101,7 +5101,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5206,7 +5206,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5311,7 +5311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5416,7 +5416,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5521,7 +5521,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5731,7 +5731,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.0.28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5836,7 +5836,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.1.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5941,7 +5941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port1.1.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6046,7 +6046,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6151,7 +6151,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6256,7 +6256,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6361,7 +6361,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6466,7 +6466,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6571,7 +6571,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6676,7 +6676,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6781,7 +6781,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6886,7 +6886,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6991,7 +6991,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7096,7 +7096,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7201,7 +7201,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7306,7 +7306,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7411,7 +7411,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7516,7 +7516,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7621,7 +7621,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7726,7 +7726,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7831,7 +7831,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7936,7 +7936,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8041,7 +8041,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8146,7 +8146,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8251,7 +8251,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8356,7 +8356,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8461,7 +8461,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8566,7 +8566,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8671,7 +8671,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8776,7 +8776,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8881,7 +8881,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.0.28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8986,7 +8986,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9091,7 +9091,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "port2.1.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/barracudaspamfirewall.json b/tests/data/barracudaspamfirewall.json index 1452433897..7c3138761d 100644 --- a/tests/data/barracudaspamfirewall.json +++ b/tests/data/barracudaspamfirewall.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/barracudaspamfirewall_email_sg.json b/tests/data/barracudaspamfirewall_email_sg.json index 83ba4b253d..5d0e406e31 100644 --- a/tests/data/barracudaspamfirewall_email_sg.json +++ b/tests/data/barracudaspamfirewall_email_sg.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/canonprinter_lbp.json b/tests/data/canonprinter_lbp.json index 8671752fd8..db15ff9d01 100644 --- a/tests/data/canonprinter_lbp.json +++ b/tests/data/canonprinter_lbp.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo0", - "ifName": null, + "ifName": "lo0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ceraos.json b/tests/data/ceraos.json index 0d90c6f115..94d187d4aa 100644 --- a/tests/data/ceraos.json +++ b/tests/data/ceraos.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Radio", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Radio", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Management", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Multi-Carrier ABC", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ciscosb_sg350-10.json b/tests/data/ciscosb_sg350-10.json index 9912fdccfa..1aa6d84f41 100644 --- a/tests/data/ciscosb_sg350-10.json +++ b/tests/data/ciscosb_sg350-10.json @@ -863,7 +863,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -968,7 +968,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1073,7 +1073,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1178,7 +1178,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1283,7 +1283,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1388,7 +1388,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1493,7 +1493,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1598,7 +1598,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1703,7 +1703,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1808,7 +1808,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-Channel8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1913,7 +1913,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "tunnel1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2018,7 +2018,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "loopback1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2123,7 +2123,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "stack-port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2228,7 +2228,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propPointToPointSerial", - "ifAlias": "", + "ifAlias": "Logical-int 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2333,7 +2333,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/cmm.json b/tests/data/cmm.json index fc58320cb6..cb6795af17 100644 --- a/tests/data/cmm.json +++ b/tests/data/cmm.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Motorola 10/100 FEC", - "ifName": null, + "ifName": "Motorola 10/100 FEC", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "loopback (pseudo ethernet)", - "ifName": null, + "ifName": "loopback (pseudo ethernet)", "portName": null, "ifIndex": 2, "ifSpeed": null, diff --git a/tests/data/comtrol.json b/tests/data/comtrol.json index 87f6e261a0..7054c899ae 100644 --- a/tests/data/comtrol.json +++ b/tests/data/comtrol.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "fastethernet1", - "ifName": null, + "ifName": "fastethernet1", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "fastethernet1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "fastethernet2", - "ifName": null, + "ifName": "fastethernet2", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "fastethernet2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "fastethernet3", - "ifName": null, + "ifName": "fastethernet3", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "fastethernet3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "fastethernet4", - "ifName": null, + "ifName": "fastethernet4", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "fastethernet4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "fastethernet5", - "ifName": null, + "ifName": "fastethernet5", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "fastethernet5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "fastethernet6", - "ifName": null, + "ifName": "fastethernet6", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "fastethernet6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "fastethernet7", - "ifName": null, + "ifName": "fastethernet7", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "fastethernet7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "gigabitethernet8", - "ifName": null, + "ifName": "gigabitethernet8", "portName": null, "ifIndex": 8, "ifSpeed": null, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "gigabitethernet8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -887,7 +887,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "gigabitethernet9", - "ifName": null, + "ifName": "gigabitethernet9", "portName": null, "ifIndex": 9, "ifSpeed": null, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "gigabitethernet9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -992,7 +992,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "gigabitethernet10", - "ifName": null, + "ifName": "gigabitethernet10", "portName": null, "ifIndex": 10, "ifSpeed": null, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "gigabitethernet10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1097,7 +1097,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "interface vlan3002", - "ifName": null, + "ifName": "interface vlan3002", "portName": null, "ifIndex": 1000, "ifSpeed": null, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "interface vlan3002", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ctm.json b/tests/data/ctm.json index 1351a3f21a..0d7cef2818 100644 --- a/tests/data/ctm.json +++ b/tests/data/ctm.json @@ -1479,7 +1479,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "local", - "ifName": null, + "ifName": "local", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -1493,7 +1493,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "local", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1584,7 +1584,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eZ80 EMAC", - "ifName": null, + "ifName": "eZ80 EMAC", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -1598,7 +1598,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eZ80 EMAC", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/cxr-ts.json b/tests/data/cxr-ts.json index 471aed4ddc..82ead83681 100644 --- a/tests/data/cxr-ts.json +++ b/tests/data/cxr-ts.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "ether", - "ifName": null, + "ifName": "ether", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "ether", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo", - "ifName": null, + "ifName": "lo", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/dahua-nvr.json b/tests/data/dahua-nvr.json index f6c3289c18..3983b603b6 100644 --- a/tests/data/dahua-nvr.json +++ b/tests/data/dahua-nvr.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo", - "ifName": null, + "ifName": "lo", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/dell-rpdu.json b/tests/data/dell-rpdu.json index 641d2ef7a1..10b0e19c81 100644 --- a/tests/data/dell-rpdu.json +++ b/tests/data/dell-rpdu.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LOOPBACK", - "ifName": null, + "ifName": "LOOPBACK", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "LOOPBACK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lance", - "ifName": null, + "ifName": "lance", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "lance", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/dell-ups.json b/tests/data/dell-ups.json index 015ef7dd38..0af9839edc 100644 --- a/tests/data/dell-ups.json +++ b/tests/data/dell-ups.json @@ -21,7 +21,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LOOPBACK", - "ifName": null, + "ifName": "LOOPBACK", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -35,7 +35,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "LOOPBACK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -126,7 +126,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -140,7 +140,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/deltaups.json b/tests/data/deltaups.json index ea34ea5b7b..e6d7cb8090 100644 --- a/tests/data/deltaups.json +++ b/tests/data/deltaups.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo..............", - "ifName": null, + "ifName": "lo..............", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo..............", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0............", - "ifName": null, + "ifName": "eth0............", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0............", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "tunl0...........", - "ifName": null, + "ifName": "tunl0...........", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": null, + "ifAlias": "tunl0...........", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "gre0............", - "ifName": null, + "ifName": "gre0............", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": null, + "ifAlias": "gre0............", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "sit0............", - "ifName": null, + "ifName": "sit0............", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": null, + "ifAlias": "sit0............", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/dlink_dgs-1510-28.json b/tests/data/dlink_dgs-1510-28.json index 5834450b9d..ee8df5d1ae 100644 --- a/tests/data/dlink_dgs-1510-28.json +++ b/tests/data/dlink_dgs-1510-28.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 1 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 2 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 3 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 4 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 5 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 6 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 7 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 8 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 9 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 10 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 11 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 12 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 13 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 14 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 15 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 16 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 17 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 18 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 19 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 20 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 21 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 22 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 23 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 24 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 25 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 26 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 27 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 28 on Unit 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 L2VLAN 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "D-Link Corporation NOT_EXIST HW A1 firmware 1.50.021 L2VLAN 211", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 L2VLAN 430", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 L2VLAN 990", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 L2VLAN 991", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 L2VLAN 2011", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ipForward", - "ifAlias": "", + "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 rif0(10.20.11.5)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "D-Link CorporationDGS-1510-28 HW A1 firmware 1.50.021 CPU Port Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/draytek.json b/tests/data/draytek.json index b670fd429e..46ffd0c731 100644 --- a/tests/data/draytek.json +++ b/tests/data/draytek.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LAN", - "ifName": null, + "ifName": "LAN", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "LAN", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN1", - "ifName": null, + "ifName": "WAN1", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN2", - "ifName": null, + "ifName": "WAN2", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN3", - "ifName": null, + "ifName": "WAN3", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Resrved", - "ifName": null, + "ifName": "Resrved", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Resrved", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/eaton-matrix.json b/tests/data/eaton-matrix.json index c245609a2b..30be7509e2 100644 --- a/tests/data/eaton-matrix.json +++ b/tests/data/eaton-matrix.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LOOPBACK", - "ifName": null, + "ifName": "LOOPBACK", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "LOOPBACK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/edgecos_es3510ma.json b/tests/data/edgecos_es3510ma.json index eb1c4db40f..8d5762c301 100644 --- a/tests/data/edgecos_es3510ma.json +++ b/tests/data/edgecos_es3510ma.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Port on unit 1, port 10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "rs232", - "ifAlias": "", + "ifAlias": "Console port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "Loopback Interface 0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "VLAN ID 0001", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": "", + "ifAlias": "VLAN ID 0200", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "VLAN ID 1170", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/edgeswitch_es-24-250w.json b/tests/data/edgeswitch_es-24-250w.json index d80ab723d1..d1d614e572 100644 --- a/tests/data/edgeswitch_es-24-250w.json +++ b/tests/data/edgeswitch_es-24-250w.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 1 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 2 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 3 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 4 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 5 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 6 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 7 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 8 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 9 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 10 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 11 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 12 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 13 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 14 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 15 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 16 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 17 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 18 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 19 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 20 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 21 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 22 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 23 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 24 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 25 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Slot: 0 Port: 26 Gigabit - Level", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "CPU Interface for Slot: 5 Port: 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "Link Aggregate 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "Link Aggregate 2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "Link Aggregate 3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "Link Aggregate 4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "Link Aggregate 5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "Link Aggregate 6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/eltek-webpower.json b/tests/data/eltek-webpower.json index 63a5a2c87d..dd04d918fb 100644 --- a/tests/data/eltek-webpower.json +++ b/tests/data/eltek-webpower.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface", - "ifName": null, + "ifName": "Ethernet Interface", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/exa_e7-2.json b/tests/data/exa_e7-2.json index 5a6714b302..6633bd53f1 100644 --- a/tests/data/exa_e7-2.json +++ b/tests/data/exa_e7-2.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "gpon", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "gpon", - "ifAlias": null, + "ifAlias": "West Feed", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "gpon", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "gpon", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "West CO ONT", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/fortiwlc.json b/tests/data/fortiwlc.json index f641bed2e0..3139441b96 100644 --- a/tests/data/fortiwlc.json +++ b/tests/data/fortiwlc.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 67108869, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/harmony-enhanced.json b/tests/data/harmony-enhanced.json index 10deb618b9..eba97f9550 100644 --- a/tests/data/harmony-enhanced.json +++ b/tests/data/harmony-enhanced.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 01", - "ifName": null, + "ifName": "Ethernet Interface Port 01", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 01", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 02", - "ifName": null, + "ifName": "Ethernet Interface Port 02", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 02", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 03", - "ifName": null, + "ifName": "Ethernet Interface Port 03", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 03", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 04", - "ifName": null, + "ifName": "Ethernet Interface Port 04", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 04", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 05", - "ifName": null, + "ifName": "Ethernet Interface Port 05", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 05", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 06", - "ifName": null, + "ifName": "Ethernet Interface Port 06", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 06", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 07", - "ifName": null, + "ifName": "Ethernet Interface Port 07", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 07", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 08", - "ifName": null, + "ifName": "Ethernet Interface Port 08", "portName": null, "ifIndex": 8, "ifSpeed": null, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 08", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -887,7 +887,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 09", - "ifName": null, + "ifName": "Ethernet Interface Port 09", "portName": null, "ifIndex": 9, "ifSpeed": null, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 09", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -992,7 +992,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 10", - "ifName": null, + "ifName": "Ethernet Interface Port 10", "portName": null, "ifIndex": 10, "ifSpeed": null, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1097,7 +1097,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 11", - "ifName": null, + "ifName": "Ethernet Interface Port 11", "portName": null, "ifIndex": 11, "ifSpeed": null, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1202,7 +1202,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet Interface Port 12", - "ifName": null, + "ifName": "Ethernet Interface Port 12", "portName": null, "ifIndex": 12, "ifSpeed": null, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet Interface Port 12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1307,7 +1307,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "L3IPVLAN Interface", - "ifName": null, + "ifName": "L3IPVLAN Interface", "portName": null, "ifIndex": 17, "ifSpeed": null, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l3ipvlan", - "ifAlias": null, + "ifAlias": "L3IPVLAN Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/helios.json b/tests/data/helios.json index 85d52ef41c..01f2da0e85 100644 --- a/tests/data/helios.json +++ b/tests/data/helios.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "wlan0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "wlan1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/heliosip.json b/tests/data/heliosip.json index 9c68694fa6..9d18068150 100644 --- a/tests/data/heliosip.json +++ b/tests/data/heliosip.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Internet Adapter", - "ifName": null, + "ifName": "Internet Adapter", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Internet Adapter", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/hiveos-wireless_320_n.json b/tests/data/hiveos-wireless_320_n.json index 1bece94f53..06092e2190 100644 --- a/tests/data/hiveos-wireless_320_n.json +++ b/tests/data/hiveos-wireless_320_n.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "gre0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "mgt0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi0.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi1.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi0.2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi0.3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi0.4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi1.2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi1.3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi1.4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi0.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wifi1.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/hpe-ilo_4.json b/tests/data/hpe-ilo_4.json index e94debff1d..18255c05d8 100644 --- a/tests/data/hpe-ilo_4.json +++ b/tests/data/hpe-ilo_4.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Software Loopback Interface 1", - "ifName": null, + "ifName": "Software Loopback Interface 1", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "Software Loopback Interface 1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (L2TP)", - "ifName": null, + "ifName": "WAN Miniport (L2TP)", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": null, + "ifAlias": "WAN Miniport (L2TP)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (SSTP)", - "ifName": null, + "ifName": "WAN Miniport (SSTP)", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": null, + "ifAlias": "WAN Miniport (SSTP)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (IKEv2)", - "ifName": null, + "ifName": "WAN Miniport (IKEv2)", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": null, + "ifAlias": "WAN Miniport (IKEv2)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (PPTP)", - "ifName": null, + "ifName": "WAN Miniport (PPTP)", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": null, + "ifAlias": "WAN Miniport (PPTP)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (PPPOE)", - "ifName": null, + "ifName": "WAN Miniport (PPPOE)", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ppp", - "ifAlias": null, + "ifAlias": "WAN Miniport (PPPOE)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (IP)", - "ifName": null, + "ifName": "WAN Miniport (IP)", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN Miniport (IP)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (IPv6)", - "ifName": null, + "ifName": "WAN Miniport (IPv6)", "portName": null, "ifIndex": 8, "ifSpeed": null, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN Miniport (IPv6)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -887,7 +887,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (Network Monitor)", - "ifName": null, + "ifName": "WAN Miniport (Network Monitor)", "portName": null, "ifIndex": 9, "ifSpeed": null, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN Miniport (Network Monitor)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -992,7 +992,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Microsoft Kernel Debug Network Adapter", - "ifName": null, + "ifName": "Microsoft Kernel Debug Network Adapter", "portName": null, "ifIndex": 10, "ifSpeed": null, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Microsoft Kernel Debug Network Adapter", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1097,7 +1097,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "HPE Ethernet 1Gb 4-port 331i Adapter", - "ifName": null, + "ifName": "HPE Ethernet 1Gb 4-port 331i Adapter", "portName": null, "ifIndex": 12, "ifSpeed": null, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "HPE Ethernet 1Gb 4-port 331i Adapter", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1202,7 +1202,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "HPE Ethernet 1Gb 4-port 331i Adapter #3", - "ifName": null, + "ifName": "HPE Ethernet 1Gb 4-port 331i Adapter #3", "portName": null, "ifIndex": 13, "ifSpeed": null, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "HPE Ethernet 1Gb 4-port 331i Adapter #3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1307,7 +1307,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "HPE Ethernet 1Gb 4-port 331i Adapter #4", - "ifName": null, + "ifName": "HPE Ethernet 1Gb 4-port 331i Adapter #4", "portName": null, "ifIndex": 14, "ifSpeed": null, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "HPE Ethernet 1Gb 4-port 331i Adapter #4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1412,7 +1412,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Microsoft Hyper-V Network Switch Default Miniport", - "ifName": null, + "ifName": "Microsoft Hyper-V Network Switch Default Miniport", "portName": null, "ifIndex": 15, "ifSpeed": null, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Microsoft Hyper-V Network Switch Default Miniport", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1517,7 +1517,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "HPE Ethernet 1Gb 4-port 331i Adapter #2", - "ifName": null, + "ifName": "HPE Ethernet 1Gb 4-port 331i Adapter #2", "portName": null, "ifIndex": 16, "ifSpeed": null, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "HPE Ethernet 1Gb 4-port 331i Adapter #2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1622,7 +1622,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (IP)-WFP Native MAC Layer LightWeight Filter-0000", - "ifName": null, + "ifName": "WAN Miniport (IP)-WFP Native MAC Layer LightWeight Filter-0000", "portName": null, "ifIndex": 18, "ifSpeed": null, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN Miniport (IP)-WFP Native MAC Layer LightWeight Filter-0000", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1727,7 +1727,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (IPv6)-WFP Native MAC Layer LightWeight Filter-0000", - "ifName": null, + "ifName": "WAN Miniport (IPv6)-WFP Native MAC Layer LightWeight Filter-0000", "portName": null, "ifIndex": 22, "ifSpeed": null, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN Miniport (IPv6)-WFP Native MAC Layer LightWeight Filter-0000", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1832,7 +1832,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "HPE Ethernet 1Gb 4-port 331i Adapter-WFP Native MAC Layer LightWeight Filter-0000", - "ifName": null, + "ifName": "HPE Ethernet 1Gb 4-port 331i Adapter-WFP Native MAC Layer LightWeight Filter-0000", "portName": null, "ifIndex": 24, "ifSpeed": null, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "HPE Ethernet 1Gb 4-port 331i Adapter-WFP Native MAC Layer LightWeight Filter-0000", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1937,7 +1937,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "HPE Ethernet 1Gb 4-port 331i Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000", - "ifName": null, + "ifName": "HPE Ethernet 1Gb 4-port 331i Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000", "portName": null, "ifIndex": 26, "ifSpeed": null, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "HPE Ethernet 1Gb 4-port 331i Adapter-WFP 802.3 MAC Layer LightWeight Filter-0000", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2042,7 +2042,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "HPE Ethernet 1Gb 4-port 331i Adapter #2-WFP Native MAC Layer LightWeight Filter-0000", - "ifName": null, + "ifName": "HPE Ethernet 1Gb 4-port 331i Adapter #2-WFP Native MAC Layer LightWeight Filter-0000", "portName": null, "ifIndex": 27, "ifSpeed": null, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "HPE Ethernet 1Gb 4-port 331i Adapter #2-WFP Native MAC Layer LightWeight Filter-0000", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2147,7 +2147,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "WAN Miniport (Network Monitor)-WFP Native MAC Layer LightWeight Filter-0000", - "ifName": null, + "ifName": "WAN Miniport (Network Monitor)-WFP Native MAC Layer LightWeight Filter-0000", "portName": null, "ifIndex": 30, "ifSpeed": null, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "WAN Miniport (Network Monitor)-WFP Native MAC Layer LightWeight Filter-0000", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ibm-i.json b/tests/data/ibm-i.json index cfa0295f78..751320bb8e 100644 --- a/tests/data/ibm-i.json +++ b/tests/data/ibm-i.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "*LOOPBACK", - "ifName": null, + "ifName": "*LOOPBACK", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "*LOOPBACK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "ETHLINE", - "ifName": null, + "ifName": "ETHLINE", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "ETHLINE", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ibmc.json b/tests/data/ibmc.json index f23fe4f280..2451925138 100644 --- a/tests/data/ibmc.json +++ b/tests/data/ibmc.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "veth", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ibos.json b/tests/data/ibos.json index 31407e2bb2..44773f91b1 100644 --- a/tests/data/ibos.json +++ b/tests/data/ibos.json @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "tengigabitethernet3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ios_6500.json b/tests/data/ios_6500.json index 34d09ba23b..9af49a0d53 100644 --- a/tests/data/ios_6500.json +++ b/tests/data/ios_6500.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Null0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan99", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Control Plane Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel100", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel200", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel51", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "Loopback0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan50", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-channel52", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel53", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel54", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-channel60", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel55", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel56", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee8023adLag", - "ifAlias": "", + "ifAlias": "Port-channel32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan400", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan402", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel57", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel58", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel70", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Port-channel71", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan409", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan410", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4471,7 +4471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan412", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan416", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan415", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4786,7 +4786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan420", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4891,7 +4891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5101,7 +5101,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5206,7 +5206,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5311,7 +5311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5416,7 +5416,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5521,7 +5521,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet1/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5731,7 +5731,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5836,7 +5836,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5941,7 +5941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6046,7 +6046,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6151,7 +6151,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6256,7 +6256,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6361,7 +6361,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6466,7 +6466,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6571,7 +6571,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6676,7 +6676,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6781,7 +6781,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6886,7 +6886,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6991,7 +6991,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7096,7 +7096,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7201,7 +7201,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7306,7 +7306,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7411,7 +7411,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7516,7 +7516,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7621,7 +7621,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7726,7 +7726,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7831,7 +7831,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7936,7 +7936,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8041,7 +8041,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8146,7 +8146,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8251,7 +8251,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8356,7 +8356,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8461,7 +8461,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8566,7 +8566,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8671,7 +8671,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/29", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8776,7 +8776,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8881,7 +8881,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8986,7 +8986,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9091,7 +9091,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/33", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9196,7 +9196,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/34", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9301,7 +9301,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/35", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9406,7 +9406,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/36", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9511,7 +9511,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/37", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9616,7 +9616,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/38", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9721,7 +9721,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/39", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9826,7 +9826,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9931,7 +9931,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/41", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10036,7 +10036,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/42", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10141,7 +10141,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/43", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10246,7 +10246,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/44", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10351,7 +10351,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/45", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10456,7 +10456,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/46", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10561,7 +10561,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/47", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10666,7 +10666,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet3/48", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10771,7 +10771,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10876,7 +10876,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10981,7 +10981,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11086,7 +11086,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11191,7 +11191,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11296,7 +11296,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11401,7 +11401,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11506,7 +11506,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11611,7 +11611,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11716,7 +11716,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11821,7 +11821,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11926,7 +11926,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12031,7 +12031,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12136,7 +12136,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12241,7 +12241,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12346,7 +12346,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12451,7 +12451,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12556,7 +12556,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12661,7 +12661,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12766,7 +12766,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12871,7 +12871,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12976,7 +12976,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13081,7 +13081,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13186,7 +13186,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13291,7 +13291,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13396,7 +13396,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13501,7 +13501,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13606,7 +13606,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13711,7 +13711,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/29", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13816,7 +13816,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -13921,7 +13921,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14026,7 +14026,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14131,7 +14131,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/33", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14236,7 +14236,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/34", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14341,7 +14341,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/35", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14446,7 +14446,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/36", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14551,7 +14551,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/37", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14656,7 +14656,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/38", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14761,7 +14761,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/39", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14866,7 +14866,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -14971,7 +14971,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/41", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15076,7 +15076,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/42", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15181,7 +15181,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/43", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15286,7 +15286,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/44", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15391,7 +15391,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/45", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15496,7 +15496,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/46", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15601,7 +15601,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/47", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15706,7 +15706,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet4/48", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15811,7 +15811,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet5/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -15916,7 +15916,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet5/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16021,7 +16021,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet5/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16126,7 +16126,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet5/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16231,7 +16231,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "TenGigabitEthernet5/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16336,7 +16336,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16441,7 +16441,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16546,7 +16546,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16651,7 +16651,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16756,7 +16756,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16861,7 +16861,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -16966,7 +16966,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17071,7 +17071,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17176,7 +17176,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17281,7 +17281,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17386,7 +17386,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17491,7 +17491,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17596,7 +17596,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17701,7 +17701,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17806,7 +17806,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -17911,7 +17911,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18016,7 +18016,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18121,7 +18121,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18226,7 +18226,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18331,7 +18331,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18436,7 +18436,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18541,7 +18541,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18646,7 +18646,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18751,7 +18751,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18856,7 +18856,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -18961,7 +18961,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19066,7 +19066,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19171,7 +19171,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19276,7 +19276,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/29", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19381,7 +19381,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19486,7 +19486,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19591,7 +19591,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19696,7 +19696,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/33", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19801,7 +19801,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/34", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -19906,7 +19906,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/35", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20011,7 +20011,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/36", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20116,7 +20116,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/37", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20221,7 +20221,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/38", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20326,7 +20326,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/39", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20431,7 +20431,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20536,7 +20536,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/41", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20641,7 +20641,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/42", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20746,7 +20746,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/43", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20851,7 +20851,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/44", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -20956,7 +20956,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/45", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21061,7 +21061,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/46", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21166,7 +21166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/47", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21271,7 +21271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet6/48", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21376,7 +21376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21481,7 +21481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21586,7 +21586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21691,7 +21691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21796,7 +21796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -21901,7 +21901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22006,7 +22006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22111,7 +22111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22216,7 +22216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22321,7 +22321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22426,7 +22426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22531,7 +22531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22636,7 +22636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22741,7 +22741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22846,7 +22846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -22951,7 +22951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23056,7 +23056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23161,7 +23161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23266,7 +23266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23371,7 +23371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23476,7 +23476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23581,7 +23581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23686,7 +23686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23791,7 +23791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -23896,7 +23896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24001,7 +24001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24106,7 +24106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24211,7 +24211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24316,7 +24316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/29", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24421,7 +24421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24526,7 +24526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24631,7 +24631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24736,7 +24736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/33", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24841,7 +24841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/34", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -24946,7 +24946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/35", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25051,7 +25051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/36", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25156,7 +25156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/37", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25261,7 +25261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/38", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25366,7 +25366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/39", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25471,7 +25471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25576,7 +25576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/41", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25681,7 +25681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/42", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25786,7 +25786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/43", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25891,7 +25891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/44", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -25996,7 +25996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/45", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26101,7 +26101,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/46", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26206,7 +26206,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/47", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26311,7 +26311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet7/48", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26416,7 +26416,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan419", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26521,7 +26521,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan422", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26626,7 +26626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan430", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26731,7 +26731,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan431", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26836,7 +26836,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan432", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -26941,7 +26941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan433", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27046,7 +27046,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan434", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27151,7 +27151,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan435", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27256,7 +27256,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan436", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27361,7 +27361,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan428", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27466,7 +27466,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan441", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27571,7 +27571,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan442", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27676,7 +27676,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan437", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27781,7 +27781,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan438", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27886,7 +27886,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan439", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -27991,7 +27991,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan440", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28096,7 +28096,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan443", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28201,7 +28201,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan444", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28306,7 +28306,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan446", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28411,7 +28411,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan445", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28516,7 +28516,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan448", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28621,7 +28621,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan456", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28726,7 +28726,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan457", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28831,7 +28831,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan458", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -28936,7 +28936,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan462", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29041,7 +29041,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan464", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29146,7 +29146,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan465", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29251,7 +29251,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan467", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29356,7 +29356,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan480", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29461,7 +29461,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan483", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29566,7 +29566,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan485", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29671,7 +29671,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan475", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29776,7 +29776,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan474", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29881,7 +29881,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan472", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -29986,7 +29986,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan473", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30091,7 +30091,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan486", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30196,7 +30196,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan484", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30301,7 +30301,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan603", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30406,7 +30406,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan604", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30511,7 +30511,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan700", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30616,7 +30616,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan494", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30721,7 +30721,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan495", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30826,7 +30826,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan493", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -30931,7 +30931,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan497", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31036,7 +31036,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan498", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31141,7 +31141,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan496", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31246,7 +31246,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan610", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31351,7 +31351,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan611", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31456,7 +31456,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan250", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31561,7 +31561,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan251", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31666,7 +31666,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan425", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -31771,7 +31771,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan424", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/ios_nac.json b/tests/data/ios_nac.json index 1a36d203b2..ad5c857924 100644 --- a/tests/data/ios_nac.json +++ b/tests/data/ios_nac.json @@ -23,7 +23,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlan1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -653,7 +653,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "FastEthernet0/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -758,7 +758,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "FastEthernet0/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -863,7 +863,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "FastEthernet0/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1178,7 +1178,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Null0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/jetdirect.json b/tests/data/jetdirect.json index 2de1c6514d..ad5ef6e060 100644 --- a/tests/data/jetdirect.json +++ b/tests/data/jetdirect.json @@ -90,7 +90,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "LOOPBACK", - "ifName": null, + "ifName": "LOOPBACK", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -104,7 +104,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "LOOPBACK", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -195,7 +195,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet", - "ifName": null, + "ifName": "Ethernet", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -209,7 +209,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -300,7 +300,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "wifi0", - "ifName": null, + "ifName": "wifi0", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -314,7 +314,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "wifi0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -405,7 +405,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "wifiUAP", - "ifName": null, + "ifName": "wifiUAP", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -419,7 +419,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "wifiUAP", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/konica.json b/tests/data/konica.json index 115f7667af..8ccb2fedd3 100644 --- a/tests/data/konica.json +++ b/tests/data/konica.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Ethernet 10/100/1000 Base-T", - "ifName": null, + "ifName": "Ethernet 10/100/1000 Base-T", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Ethernet 10/100/1000 Base-T", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Software Loopback", - "ifName": null, + "ifName": "Software Loopback", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "Software Loopback", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/linux_ntc.json b/tests/data/linux_ntc.json index 42e8c22ef9..921a7e60d4 100644 --- a/tests/data/linux_ntc.json +++ b/tests/data/linux_ntc.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "docker0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "veth0aabb96", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "veth007429f", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "vethf64809e", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "vethcec20c8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/marathonups.json b/tests/data/marathonups.json index 2ad6a47759..885d3553b9 100644 --- a/tests/data/marathonups.json +++ b/tests/data/marathonups.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo0", - "ifName": null, + "ifName": "lo0", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/mimosa.json b/tests/data/mimosa.json index ee1816aa45..8c1bb2a588 100644 --- a/tests/data/mimosa.json +++ b/tests/data/mimosa.json @@ -9,7 +9,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth2", - "ifName": null, + "ifName": "eth2", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -23,7 +23,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/mimosa_b5.json b/tests/data/mimosa_b5.json index 13d5571f2d..5fc8796f52 100644 --- a/tests/data/mimosa_b5.json +++ b/tests/data/mimosa_b5.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo", - "ifName": null, + "ifName": "lo", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "tqe", - "ifName": null, + "ifName": "tqe", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "tqe", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth1_emac1", - "ifName": null, + "ifName": "eth1_emac1", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth1_emac1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth2", - "ifName": null, + "ifName": "eth2", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "br0", - "ifName": null, + "ifName": "br0", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "br0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "br_local", - "ifName": null, + "ifName": "br_local", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "br_local", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "br_recovery", - "ifName": null, + "ifName": "br_recovery", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "br_recovery", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "br1", - "ifName": null, + "ifName": "br1", "portName": null, "ifIndex": 8, "ifSpeed": null, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "br1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -887,7 +887,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "wifi0", - "ifName": null, + "ifName": "wifi0", "portName": null, "ifIndex": 9, "ifSpeed": null, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "wifi0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -992,7 +992,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "mon.wlan0", - "ifName": null, + "ifName": "mon.wlan0", "portName": null, "ifIndex": 13, "ifSpeed": null, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "mon.wlan0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/netagent2.json b/tests/data/netagent2.json index bb9267c652..7fd68222ae 100644 --- a/tests/data/netagent2.json +++ b/tests/data/netagent2.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ppp", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "loopback", - "ifName": null, + "ifName": "loopback", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "loopback", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/netscaler.json b/tests/data/netscaler.json index 72242d455c..a28f3d32aa 100644 --- a/tests/data/netscaler.json +++ b/tests/data/netscaler.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "1/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "1/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "1/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "1/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "1/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "1/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "LO/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/occamos_b6-256.json b/tests/data/occamos_b6-256.json index d5e2524e0a..5e04f1776c 100644 --- a/tests/data/occamos_b6-256.json +++ b/tests/data/occamos_b6-256.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 5/1", - "ifName": null, + "ifName": "GigabitEthernet 5/1", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 5/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 5/2", - "ifName": null, + "ifName": "GigabitEthernet 5/2", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 5/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 5/3", - "ifName": null, + "ifName": "GigabitEthernet 5/3", "portName": null, "ifIndex": 8, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 5/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 5/4", - "ifName": null, + "ifName": "GigabitEthernet 5/4", "portName": null, "ifIndex": 9, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 5/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 5/5", - "ifName": null, + "ifName": "GigabitEthernet 5/5", "portName": null, "ifIndex": 10, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 5/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 5/6", - "ifName": null, + "ifName": "GigabitEthernet 5/6", "portName": null, "ifIndex": 11, "ifSpeed": null, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 5/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "10GigabitEthernet 5/3", - "ifName": null, + "ifName": "10GigabitEthernet 5/3", "portName": null, "ifIndex": 30, "ifSpeed": null, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "10GigabitEthernet 5/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "10GigabitEthernet 5/4", - "ifName": null, + "ifName": "10GigabitEthernet 5/4", "portName": null, "ifIndex": 31, "ifSpeed": null, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "10GigabitEthernet 5/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -887,7 +887,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "10GigabitEthernet 5/1", - "ifName": null, + "ifName": "10GigabitEthernet 5/1", "portName": null, "ifIndex": 32, "ifSpeed": null, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "10GigabitEthernet 5/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -992,7 +992,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "10GigabitEthernet 5/2", - "ifName": null, + "ifName": "10GigabitEthernet 5/2", "portName": null, "ifIndex": 33, "ifSpeed": null, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "10GigabitEthernet 5/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1097,7 +1097,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/1", - "ifName": null, + "ifName": "Universal-DSL 5/1", "portName": null, "ifIndex": 40, "ifSpeed": null, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1202,7 +1202,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/2", - "ifName": null, + "ifName": "Universal-DSL 5/2", "portName": null, "ifIndex": 41, "ifSpeed": null, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1307,7 +1307,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/3", - "ifName": null, + "ifName": "Universal-DSL 5/3", "portName": null, "ifIndex": 42, "ifSpeed": null, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1412,7 +1412,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/4", - "ifName": null, + "ifName": "Universal-DSL 5/4", "portName": null, "ifIndex": 43, "ifSpeed": null, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1517,7 +1517,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/5", - "ifName": null, + "ifName": "Universal-DSL 5/5", "portName": null, "ifIndex": 44, "ifSpeed": null, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1622,7 +1622,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/6", - "ifName": null, + "ifName": "Universal-DSL 5/6", "portName": null, "ifIndex": 45, "ifSpeed": null, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1727,7 +1727,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/7", - "ifName": null, + "ifName": "Universal-DSL 5/7", "portName": null, "ifIndex": 46, "ifSpeed": null, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1832,7 +1832,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/8", - "ifName": null, + "ifName": "Universal-DSL 5/8", "portName": null, "ifIndex": 47, "ifSpeed": null, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1937,7 +1937,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/9", - "ifName": null, + "ifName": "Universal-DSL 5/9", "portName": null, "ifIndex": 48, "ifSpeed": null, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2042,7 +2042,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/10", - "ifName": null, + "ifName": "Universal-DSL 5/10", "portName": null, "ifIndex": 49, "ifSpeed": null, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2147,7 +2147,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/11", - "ifName": null, + "ifName": "Universal-DSL 5/11", "portName": null, "ifIndex": 50, "ifSpeed": null, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2252,7 +2252,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/12", - "ifName": null, + "ifName": "Universal-DSL 5/12", "portName": null, "ifIndex": 51, "ifSpeed": null, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2357,7 +2357,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/13", - "ifName": null, + "ifName": "Universal-DSL 5/13", "portName": null, "ifIndex": 52, "ifSpeed": null, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2462,7 +2462,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/14", - "ifName": null, + "ifName": "Universal-DSL 5/14", "portName": null, "ifIndex": 53, "ifSpeed": null, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2567,7 +2567,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/15", - "ifName": null, + "ifName": "Universal-DSL 5/15", "portName": null, "ifIndex": 54, "ifSpeed": null, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2672,7 +2672,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/16", - "ifName": null, + "ifName": "Universal-DSL 5/16", "portName": null, "ifIndex": 55, "ifSpeed": null, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2777,7 +2777,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/17", - "ifName": null, + "ifName": "Universal-DSL 5/17", "portName": null, "ifIndex": 56, "ifSpeed": null, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2882,7 +2882,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/18", - "ifName": null, + "ifName": "Universal-DSL 5/18", "portName": null, "ifIndex": 57, "ifSpeed": null, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2987,7 +2987,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/19", - "ifName": null, + "ifName": "Universal-DSL 5/19", "portName": null, "ifIndex": 58, "ifSpeed": null, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3092,7 +3092,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/20", - "ifName": null, + "ifName": "Universal-DSL 5/20", "portName": null, "ifIndex": 59, "ifSpeed": null, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3197,7 +3197,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/21", - "ifName": null, + "ifName": "Universal-DSL 5/21", "portName": null, "ifIndex": 60, "ifSpeed": null, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3302,7 +3302,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/22", - "ifName": null, + "ifName": "Universal-DSL 5/22", "portName": null, "ifIndex": 61, "ifSpeed": null, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3407,7 +3407,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/23", - "ifName": null, + "ifName": "Universal-DSL 5/23", "portName": null, "ifIndex": 62, "ifSpeed": null, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3512,7 +3512,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/24", - "ifName": null, + "ifName": "Universal-DSL 5/24", "portName": null, "ifIndex": 63, "ifSpeed": null, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3617,7 +3617,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/25", - "ifName": null, + "ifName": "Universal-DSL 5/25", "portName": null, "ifIndex": 64, "ifSpeed": null, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3722,7 +3722,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/26", - "ifName": null, + "ifName": "Universal-DSL 5/26", "portName": null, "ifIndex": 65, "ifSpeed": null, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3827,7 +3827,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/27", - "ifName": null, + "ifName": "Universal-DSL 5/27", "portName": null, "ifIndex": 66, "ifSpeed": null, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3932,7 +3932,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/28", - "ifName": null, + "ifName": "Universal-DSL 5/28", "portName": null, "ifIndex": 67, "ifSpeed": null, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4037,7 +4037,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/29", - "ifName": null, + "ifName": "Universal-DSL 5/29", "portName": null, "ifIndex": 68, "ifSpeed": null, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/29", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4142,7 +4142,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/30", - "ifName": null, + "ifName": "Universal-DSL 5/30", "portName": null, "ifIndex": 69, "ifSpeed": null, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4247,7 +4247,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/31", - "ifName": null, + "ifName": "Universal-DSL 5/31", "portName": null, "ifIndex": 70, "ifSpeed": null, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4352,7 +4352,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/32", - "ifName": null, + "ifName": "Universal-DSL 5/32", "portName": null, "ifIndex": 71, "ifSpeed": null, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4457,7 +4457,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/33", - "ifName": null, + "ifName": "Universal-DSL 5/33", "portName": null, "ifIndex": 72, "ifSpeed": null, @@ -4471,7 +4471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/33", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4562,7 +4562,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/34", - "ifName": null, + "ifName": "Universal-DSL 5/34", "portName": null, "ifIndex": 73, "ifSpeed": null, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/34", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4667,7 +4667,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/35", - "ifName": null, + "ifName": "Universal-DSL 5/35", "portName": null, "ifIndex": 74, "ifSpeed": null, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/35", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4772,7 +4772,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/36", - "ifName": null, + "ifName": "Universal-DSL 5/36", "portName": null, "ifIndex": 75, "ifSpeed": null, @@ -4786,7 +4786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/36", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4877,7 +4877,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/37", - "ifName": null, + "ifName": "Universal-DSL 5/37", "portName": null, "ifIndex": 76, "ifSpeed": null, @@ -4891,7 +4891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/37", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4982,7 +4982,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/38", - "ifName": null, + "ifName": "Universal-DSL 5/38", "portName": null, "ifIndex": 77, "ifSpeed": null, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/38", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5087,7 +5087,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/39", - "ifName": null, + "ifName": "Universal-DSL 5/39", "portName": null, "ifIndex": 78, "ifSpeed": null, @@ -5101,7 +5101,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/39", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5192,7 +5192,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/40", - "ifName": null, + "ifName": "Universal-DSL 5/40", "portName": null, "ifIndex": 79, "ifSpeed": null, @@ -5206,7 +5206,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5297,7 +5297,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/41", - "ifName": null, + "ifName": "Universal-DSL 5/41", "portName": null, "ifIndex": 80, "ifSpeed": null, @@ -5311,7 +5311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/41", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5402,7 +5402,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/42", - "ifName": null, + "ifName": "Universal-DSL 5/42", "portName": null, "ifIndex": 81, "ifSpeed": null, @@ -5416,7 +5416,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/42", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5507,7 +5507,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/43", - "ifName": null, + "ifName": "Universal-DSL 5/43", "portName": null, "ifIndex": 82, "ifSpeed": null, @@ -5521,7 +5521,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/43", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5612,7 +5612,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/44", - "ifName": null, + "ifName": "Universal-DSL 5/44", "portName": null, "ifIndex": 83, "ifSpeed": null, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/44", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5717,7 +5717,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/45", - "ifName": null, + "ifName": "Universal-DSL 5/45", "portName": null, "ifIndex": 84, "ifSpeed": null, @@ -5731,7 +5731,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/45", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5822,7 +5822,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/46", - "ifName": null, + "ifName": "Universal-DSL 5/46", "portName": null, "ifIndex": 85, "ifSpeed": null, @@ -5836,7 +5836,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/46", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5927,7 +5927,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/47", - "ifName": null, + "ifName": "Universal-DSL 5/47", "portName": null, "ifIndex": 86, "ifSpeed": null, @@ -5941,7 +5941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/47", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6032,7 +6032,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Universal-DSL 5/48", - "ifName": null, + "ifName": "Universal-DSL 5/48", "portName": null, "ifIndex": 87, "ifSpeed": null, @@ -6046,7 +6046,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "vdsl", - "ifAlias": null, + "ifAlias": "Universal-DSL 5/48", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/occamos_blc-6252.json b/tests/data/occamos_blc-6252.json index dc0265ca71..55c32fd7e4 100644 --- a/tests/data/occamos_blc-6252.json +++ b/tests/data/occamos_blc-6252.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/9", - "ifName": null, + "ifName": "GigabitEthernet 1/9", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/10", - "ifName": null, + "ifName": "GigabitEthernet 1/10", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/7", - "ifName": null, + "ifName": "GigabitEthernet 1/7", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/8", - "ifName": null, + "ifName": "GigabitEthernet 1/8", "portName": null, "ifIndex": 8, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/1", - "ifName": null, + "ifName": "GigabitEthernet 1/1", "portName": null, "ifIndex": 9, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/2", - "ifName": null, + "ifName": "GigabitEthernet 1/2", "portName": null, "ifIndex": 10, "ifSpeed": null, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/4", - "ifName": null, + "ifName": "GigabitEthernet 1/4", "portName": null, "ifIndex": 11, "ifSpeed": null, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/6", - "ifName": null, + "ifName": "GigabitEthernet 1/6", "portName": null, "ifIndex": 12, "ifSpeed": null, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -887,7 +887,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/3", - "ifName": null, + "ifName": "GigabitEthernet 1/3", "portName": null, "ifIndex": 13, "ifSpeed": null, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -992,7 +992,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "GigabitEthernet 1/5", - "ifName": null, + "ifName": "GigabitEthernet 1/5", "portName": null, "ifIndex": 14, "ifSpeed": null, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "GigabitEthernet 1/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1097,7 +1097,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/19", - "ifName": null, + "ifName": "DSL-FullRate 1/19", "portName": null, "ifIndex": 18, "ifSpeed": null, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1202,7 +1202,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/20", - "ifName": null, + "ifName": "DSL-FullRate 1/20", "portName": null, "ifIndex": 19, "ifSpeed": null, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1307,7 +1307,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/21", - "ifName": null, + "ifName": "DSL-FullRate 1/21", "portName": null, "ifIndex": 20, "ifSpeed": null, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1412,7 +1412,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/22", - "ifName": null, + "ifName": "DSL-FullRate 1/22", "portName": null, "ifIndex": 21, "ifSpeed": null, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1517,7 +1517,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/23", - "ifName": null, + "ifName": "DSL-FullRate 1/23", "portName": null, "ifIndex": 22, "ifSpeed": null, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1622,7 +1622,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/24", - "ifName": null, + "ifName": "DSL-FullRate 1/24", "portName": null, "ifIndex": 23, "ifSpeed": null, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1727,7 +1727,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/13", - "ifName": null, + "ifName": "DSL-FullRate 1/13", "portName": null, "ifIndex": 24, "ifSpeed": null, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1832,7 +1832,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/14", - "ifName": null, + "ifName": "DSL-FullRate 1/14", "portName": null, "ifIndex": 25, "ifSpeed": null, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1937,7 +1937,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/15", - "ifName": null, + "ifName": "DSL-FullRate 1/15", "portName": null, "ifIndex": 26, "ifSpeed": null, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2042,7 +2042,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/16", - "ifName": null, + "ifName": "DSL-FullRate 1/16", "portName": null, "ifIndex": 27, "ifSpeed": null, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2147,7 +2147,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/17", - "ifName": null, + "ifName": "DSL-FullRate 1/17", "portName": null, "ifIndex": 28, "ifSpeed": null, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2252,7 +2252,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/18", - "ifName": null, + "ifName": "DSL-FullRate 1/18", "portName": null, "ifIndex": 29, "ifSpeed": null, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2357,7 +2357,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/7", - "ifName": null, + "ifName": "DSL-FullRate 1/7", "portName": null, "ifIndex": 30, "ifSpeed": null, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2462,7 +2462,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/8", - "ifName": null, + "ifName": "DSL-FullRate 1/8", "portName": null, "ifIndex": 31, "ifSpeed": null, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2567,7 +2567,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/9", - "ifName": null, + "ifName": "DSL-FullRate 1/9", "portName": null, "ifIndex": 32, "ifSpeed": null, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2672,7 +2672,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/10", - "ifName": null, + "ifName": "DSL-FullRate 1/10", "portName": null, "ifIndex": 33, "ifSpeed": null, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2777,7 +2777,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/11", - "ifName": null, + "ifName": "DSL-FullRate 1/11", "portName": null, "ifIndex": 34, "ifSpeed": null, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2882,7 +2882,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/12", - "ifName": null, + "ifName": "DSL-FullRate 1/12", "portName": null, "ifIndex": 35, "ifSpeed": null, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2987,7 +2987,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/1", - "ifName": null, + "ifName": "DSL-FullRate 1/1", "portName": null, "ifIndex": 36, "ifSpeed": null, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3092,7 +3092,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/2", - "ifName": null, + "ifName": "DSL-FullRate 1/2", "portName": null, "ifIndex": 37, "ifSpeed": null, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3197,7 +3197,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/3", - "ifName": null, + "ifName": "DSL-FullRate 1/3", "portName": null, "ifIndex": 38, "ifSpeed": null, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3302,7 +3302,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/4", - "ifName": null, + "ifName": "DSL-FullRate 1/4", "portName": null, "ifIndex": 39, "ifSpeed": null, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3407,7 +3407,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/5", - "ifName": null, + "ifName": "DSL-FullRate 1/5", "portName": null, "ifIndex": 40, "ifSpeed": null, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3512,7 +3512,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/6", - "ifName": null, + "ifName": "DSL-FullRate 1/6", "portName": null, "ifIndex": 41, "ifSpeed": null, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3617,7 +3617,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/43", - "ifName": null, + "ifName": "DSL-FullRate 1/43", "portName": null, "ifIndex": 42, "ifSpeed": null, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/43", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3722,7 +3722,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/44", - "ifName": null, + "ifName": "DSL-FullRate 1/44", "portName": null, "ifIndex": 43, "ifSpeed": null, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/44", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3827,7 +3827,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/45", - "ifName": null, + "ifName": "DSL-FullRate 1/45", "portName": null, "ifIndex": 44, "ifSpeed": null, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/45", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3932,7 +3932,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/46", - "ifName": null, + "ifName": "DSL-FullRate 1/46", "portName": null, "ifIndex": 45, "ifSpeed": null, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/46", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4037,7 +4037,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/47", - "ifName": null, + "ifName": "DSL-FullRate 1/47", "portName": null, "ifIndex": 46, "ifSpeed": null, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/47", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4142,7 +4142,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/48", - "ifName": null, + "ifName": "DSL-FullRate 1/48", "portName": null, "ifIndex": 47, "ifSpeed": null, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/48", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4247,7 +4247,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/37", - "ifName": null, + "ifName": "DSL-FullRate 1/37", "portName": null, "ifIndex": 48, "ifSpeed": null, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/37", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4352,7 +4352,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/38", - "ifName": null, + "ifName": "DSL-FullRate 1/38", "portName": null, "ifIndex": 49, "ifSpeed": null, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/38", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4457,7 +4457,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/39", - "ifName": null, + "ifName": "DSL-FullRate 1/39", "portName": null, "ifIndex": 50, "ifSpeed": null, @@ -4471,7 +4471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/39", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4562,7 +4562,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/40", - "ifName": null, + "ifName": "DSL-FullRate 1/40", "portName": null, "ifIndex": 51, "ifSpeed": null, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4667,7 +4667,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/41", - "ifName": null, + "ifName": "DSL-FullRate 1/41", "portName": null, "ifIndex": 52, "ifSpeed": null, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/41", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4772,7 +4772,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/42", - "ifName": null, + "ifName": "DSL-FullRate 1/42", "portName": null, "ifIndex": 53, "ifSpeed": null, @@ -4786,7 +4786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/42", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4877,7 +4877,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/31", - "ifName": null, + "ifName": "DSL-FullRate 1/31", "portName": null, "ifIndex": 54, "ifSpeed": null, @@ -4891,7 +4891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4982,7 +4982,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/32", - "ifName": null, + "ifName": "DSL-FullRate 1/32", "portName": null, "ifIndex": 55, "ifSpeed": null, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5087,7 +5087,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/33", - "ifName": null, + "ifName": "DSL-FullRate 1/33", "portName": null, "ifIndex": 56, "ifSpeed": null, @@ -5101,7 +5101,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/33", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5192,7 +5192,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/34", - "ifName": null, + "ifName": "DSL-FullRate 1/34", "portName": null, "ifIndex": 57, "ifSpeed": null, @@ -5206,7 +5206,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/34", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5297,7 +5297,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/35", - "ifName": null, + "ifName": "DSL-FullRate 1/35", "portName": null, "ifIndex": 58, "ifSpeed": null, @@ -5311,7 +5311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/35", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5402,7 +5402,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/36", - "ifName": null, + "ifName": "DSL-FullRate 1/36", "portName": null, "ifIndex": 59, "ifSpeed": null, @@ -5416,7 +5416,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/36", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5507,7 +5507,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/25", - "ifName": null, + "ifName": "DSL-FullRate 1/25", "portName": null, "ifIndex": 60, "ifSpeed": null, @@ -5521,7 +5521,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5612,7 +5612,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/26", - "ifName": null, + "ifName": "DSL-FullRate 1/26", "portName": null, "ifIndex": 61, "ifSpeed": null, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5717,7 +5717,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/27", - "ifName": null, + "ifName": "DSL-FullRate 1/27", "portName": null, "ifIndex": 62, "ifSpeed": null, @@ -5731,7 +5731,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5822,7 +5822,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/28", - "ifName": null, + "ifName": "DSL-FullRate 1/28", "portName": null, "ifIndex": 63, "ifSpeed": null, @@ -5836,7 +5836,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5927,7 +5927,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/29", - "ifName": null, + "ifName": "DSL-FullRate 1/29", "portName": null, "ifIndex": 64, "ifSpeed": null, @@ -5941,7 +5941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/29", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6032,7 +6032,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "DSL-FullRate 1/30", - "ifName": null, + "ifName": "DSL-FullRate 1/30", "portName": null, "ifIndex": 65, "ifSpeed": null, @@ -6046,7 +6046,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "adsl", - "ifAlias": null, + "ifAlias": "DSL-FullRate 1/30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/pmp_450.json b/tests/data/pmp_450.json index a4971223a4..f6a198205d 100644 --- a/tests/data/pmp_450.json +++ b/tests/data/pmp_450.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Cambium 10/100 FEC", - "ifName": null, + "ifName": "Cambium 10/100 FEC", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Canopy MultiPoint", - "ifName": null, + "ifName": "Canopy MultiPoint", "portName": null, "ifIndex": 2, "ifSpeed": null, diff --git a/tests/data/pmp_450m.json b/tests/data/pmp_450m.json index a96e25c0eb..d1fbf7a420 100644 --- a/tests/data/pmp_450m.json +++ b/tests/data/pmp_450m.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Cambium 10/100/1000 Ethernet", - "ifName": null, + "ifName": "Cambium 10/100/1000 Ethernet", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Canopy MultiPoint", - "ifName": null, + "ifName": "Canopy MultiPoint", "portName": null, "ifIndex": 2, "ifSpeed": null, diff --git a/tests/data/procera.json b/tests/data/procera.json index 34475b89ba..2421f5eecc 100644 --- a/tests/data/procera.json +++ b/tests/data/procera.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bond0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "eth1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "admin", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/radlan.json b/tests/data/radlan.json index e642885fa8..7cee342592 100644 --- a/tests/data/radlan.json +++ b/tests/data/radlan.json @@ -35,7 +35,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -140,7 +140,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -245,7 +245,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -350,7 +350,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -455,7 +455,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -560,7 +560,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -665,7 +665,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -770,7 +770,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -875,7 +875,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -980,7 +980,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1085,7 +1085,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1190,7 +1190,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1295,7 +1295,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1400,7 +1400,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1505,7 +1505,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1610,7 +1610,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1715,7 +1715,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1820,7 +1820,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1925,7 +1925,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2030,7 +2030,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2135,7 +2135,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2240,7 +2240,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2345,7 +2345,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2450,7 +2450,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2555,7 +2555,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2660,7 +2660,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2765,7 +2765,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2870,7 +2870,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2975,7 +2975,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3080,7 +3080,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3185,7 +3185,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3290,7 +3290,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3395,7 +3395,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3500,7 +3500,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3605,7 +3605,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3710,7 +3710,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3815,7 +3815,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3920,7 +3920,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4025,7 +4025,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4130,7 +4130,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4235,7 +4235,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4340,7 +4340,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4445,7 +4445,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4550,7 +4550,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4655,7 +4655,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4760,7 +4760,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4865,7 +4865,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4970,7 +4970,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5075,7 +5075,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5180,7 +5180,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5285,7 +5285,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5390,7 +5390,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5495,7 +5495,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5600,7 +5600,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5705,7 +5705,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5810,7 +5810,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5915,7 +5915,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6020,7 +6020,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Ethernet Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6125,7 +6125,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6230,7 +6230,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6335,7 +6335,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6440,7 +6440,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6545,7 +6545,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6650,7 +6650,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6755,7 +6755,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6860,7 +6860,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6965,7 +6965,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7070,7 +7070,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "Tunnel Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7175,7 +7175,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "vlan", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/routeros.json b/tests/data/routeros.json index 732227964f..2c22d7d42b 100644 --- a/tests/data/routeros.json +++ b/tests/data/routeros.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee80211", - "ifAlias": "", + "ifAlias": "wlan1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee80211", - "ifAlias": "", + "ifAlias": "wlan2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "WAN", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ether2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ether3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ether4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ether5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee80211", - "ifAlias": "", + "ifAlias": "wlan3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ieee80211", - "ifAlias": "", + "ifAlias": "wlan4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "bridge", - "ifAlias": "", + "ifAlias": "bridge-local", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "bridge", - "ifAlias": "", + "ifAlias": "bridge-admin", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/saf-cfm.json b/tests/data/saf-cfm.json index 1e290fcd95..9da7ebac72 100644 --- a/tests/data/saf-cfm.json +++ b/tests/data/saf-cfm.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Nucleus NET Software Loopback Interface", - "ifName": null, + "ifName": "Nucleus NET Software Loopback Interface", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "Nucleus NET Software Loopback Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Samsung KS50100 Ethernet: Software revision 5.1", - "ifName": null, + "ifName": "Samsung KS50100 Ethernet: Software revision 5.1", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Samsung KS50100 Ethernet: Software revision 5.1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "SLIP interface: Software revision 1.0", - "ifName": null, + "ifName": "SLIP interface: Software revision 1.0", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "slip", - "ifAlias": null, + "ifAlias": "SLIP interface: Software revision 1.0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Nucleus NET Software Magement Interface", - "ifName": null, + "ifName": "Nucleus NET Software Magement Interface", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "Nucleus NET Software Magement Interface", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/screenos.json b/tests/data/screenos.json index 3d42db151a..e6de7fa2ec 100644 --- a/tests/data/screenos.json +++ b/tests/data/screenos.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "modem", - "ifAlias": "", + "ifAlias": "serial0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "PRIVATEPORT01", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "PRIVATEPORT02", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "PRIVATEPORT03", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "PRIVATEPORT04", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "PRIVATEPORT05", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "PRIVATEPORT06", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "PRIVATEPORT07", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "PRIVATEPORT08", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "PRIVATEPORT09", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "PRIVATEPORT12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "PRIVATEPORT11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "PRIVATEPORT12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "bgroup1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "bgroup2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "bgroup3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "tunnel", - "ifAlias": "", + "ifAlias": "PRIVATEPORT13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "vlan1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/sentry3.json b/tests/data/sentry3.json index 9a30bb5d87..09034aa0a3 100644 --- a/tests/data/sentry3.json +++ b/tests/data/sentry3.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo", - "ifName": null, + "ifName": "lo", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/sentry4_switched8i.json b/tests/data/sentry4_switched8i.json index 6f209f7342..fa0bfe110d 100644 --- a/tests/data/sentry4_switched8i.json +++ b/tests/data/sentry4_switched8i.json @@ -30,7 +30,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo", - "ifName": null, + "ifName": "lo", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -44,7 +44,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -135,7 +135,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -149,7 +149,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/sixnet.json b/tests/data/sixnet.json index 544cc579ac..a78e211ffd 100644 --- a/tests/data/sixnet.json +++ b/tests/data/sixnet.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 1 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 1 on SLX-8MS-1", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 1 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 2 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 2 on SLX-8MS-1", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 2 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 3 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 3 on SLX-8MS-1", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 3 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 4 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 4 on SLX-8MS-1", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 4 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 5 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 5 on SLX-8MS-1", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 5 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 6 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 6 on SLX-8MS-1", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 6 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 7 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 7 on SLX-8MS-1", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 7 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 8 on SLX-8MS-1", - "ifName": null, + "ifName": "Port 8 on SLX-8MS-1", "portName": null, "ifIndex": 8, "ifSpeed": null, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 8 on SLX-8MS-1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -887,7 +887,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Management port", - "ifName": null, + "ifName": "Management port", "portName": null, "ifIndex": 65, "ifSpeed": null, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": null, + "ifAlias": "Management port", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -992,7 +992,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 0 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 0 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9900, "ifSpeed": null, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 0 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1097,7 +1097,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 1 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 1 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9901, "ifSpeed": null, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 1 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1202,7 +1202,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 2 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 2 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9902, "ifSpeed": null, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 2 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1307,7 +1307,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 3 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 3 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9903, "ifSpeed": null, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 3 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1412,7 +1412,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 4 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 4 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9904, "ifSpeed": null, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 4 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1517,7 +1517,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 5 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 5 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9905, "ifSpeed": null, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 5 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1622,7 +1622,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 6 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 6 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9906, "ifSpeed": null, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 6 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1727,7 +1727,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 7 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 7 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9907, "ifSpeed": null, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 7 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1832,7 +1832,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 8 on SLX-8MS-1 (VLAN 99)", - "ifName": null, + "ifName": "Port 8 on SLX-8MS-1 (VLAN 99)", "portName": null, "ifIndex": 9908, "ifSpeed": null, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "Port 8 on SLX-8MS-1 (VLAN 99)", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/solidserver.json b/tests/data/solidserver.json index 04ce783237..87746dda5a 100644 --- a/tests/data/solidserver.json +++ b/tests/data/solidserver.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bge0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bge1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bge2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bge3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "lo0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/sslvis.json b/tests/data/sslvis.json index 0ef176948d..0abae55f8d 100644 --- a/tests/data/sslvis.json +++ b/tests/data/sslvis.json @@ -47,7 +47,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 1", - "ifName": "", + "ifName": "Port 1", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -152,7 +152,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 2", - "ifName": "", + "ifName": "Port 2", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -257,7 +257,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 3", - "ifName": "", + "ifName": "Port 3", "portName": null, "ifIndex": 3, "ifSpeed": null, @@ -362,7 +362,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 4", - "ifName": "", + "ifName": "Port 4", "portName": null, "ifIndex": 4, "ifSpeed": null, @@ -467,7 +467,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 5", - "ifName": "", + "ifName": "Port 5", "portName": null, "ifIndex": 5, "ifSpeed": null, @@ -572,7 +572,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 6", - "ifName": "", + "ifName": "Port 6", "portName": null, "ifIndex": 6, "ifSpeed": null, @@ -677,7 +677,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 7", - "ifName": "", + "ifName": "Port 7", "portName": null, "ifIndex": 7, "ifSpeed": null, @@ -782,7 +782,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "Port 8", - "ifName": "", + "ifName": "Port 8", "portName": null, "ifIndex": 8, "ifSpeed": null, diff --git a/tests/data/stoneos.json b/tests/data/stoneos.json index 1b5424fdd6..997b3a755b 100644 --- a/tests/data/stoneos.json +++ b/tests/data/stoneos.json @@ -103,7 +103,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "vswitchif1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -208,7 +208,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "MGT0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -313,7 +313,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "HA0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -418,7 +418,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -523,7 +523,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -628,7 +628,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -733,7 +733,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -838,7 +838,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -943,7 +943,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1048,7 +1048,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1153,7 +1153,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "ethernet0/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1363,7 +1363,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "xethernet0/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/vivotek.json b/tests/data/vivotek.json index 6cf5b53284..3183c513c5 100644 --- a/tests/data/vivotek.json +++ b/tests/data/vivotek.json @@ -9,7 +9,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "lo0", - "ifName": null, + "ifName": "lo0", "portName": null, "ifIndex": 1, "ifSpeed": null, @@ -23,7 +23,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": null, + "ifAlias": "lo0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -114,7 +114,7 @@ "port_descr_speed": null, "port_descr_notes": null, "ifDescr": "eth0", - "ifName": null, + "ifName": "eth0", "portName": null, "ifIndex": 2, "ifSpeed": null, @@ -128,7 +128,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": null, + "ifAlias": "eth0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/voss_8404c.json b/tests/data/voss_8404c.json index e8474715a7..ce1464dbd0 100644 --- a/tests/data/voss_8404c.json +++ b/tests/data/voss_8404c.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Extreme Networks Virtual Services Platform 8404C Module 8404C - 1000BaseTX Port mgmt", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Extreme Networks Virtual Services Platform 8404C Module 8418XSQ - 10GbLR Port 1/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Extreme Networks Virtual Services Platform 8404C Module 8418XSQ - 40GbNone Port 1/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Extreme Networks Virtual Services Platform 8404C Module 8424GS - GbicBx Port 2/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Extreme Networks Virtual Services Platform 8404C Module 8424GS - GbicLx Port 2/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "Extreme Networks Virtual Services Platform 8404C Module 8424GS - GbicBx Port 2/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/vrp_5720-vrf.json b/tests/data/vrp_5720-vrf.json index 37ca48b71a..ba17dafd88 100644 --- a/tests/data/vrp_5720-vrf.json +++ b/tests/data/vrp_5720-vrf.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "InLoopBack0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "NULL0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Console9/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "MEth0/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "XGigabitEthernet2/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/vrp_5720.json b/tests/data/vrp_5720.json index f6b7b2cfd7..fa7769773c 100644 --- a/tests/data/vrp_5720.json +++ b/tests/data/vrp_5720.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "InLoopBack0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "NULL0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Console9/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "MEth0/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/24", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/25", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/26", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/27", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/28", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3526,7 +3526,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/29", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/30", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/31", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/32", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/33", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/34", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/35", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/36", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/37", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/39", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/40", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4786,7 +4786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/41", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4891,7 +4891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/42", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/43", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5101,7 +5101,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/44", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5206,7 +5206,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/45", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5311,7 +5311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/46", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5416,7 +5416,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/47", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5521,7 +5521,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/48", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "XGigabitEthernet0/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5731,7 +5731,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "XGigabitEthernet0/0/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5836,7 +5836,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "XGigabitEthernet0/0/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5941,7 +5941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "XGigabitEthernet0/0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6256,7 +6256,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/2.3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6361,7 +6361,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/2.4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6466,7 +6466,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "l2vlan", - "ifAlias": "", + "ifAlias": "GigabitEthernet0/0/2.5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6571,7 +6571,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "LoopBack1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6676,7 +6676,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif210", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6781,7 +6781,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif60", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/vrp_ce12804-withvrf.json b/tests/data/vrp_ce12804-withvrf.json index 6dba4483a9..5785d5aaf6 100644 --- a/tests/data/vrp_ce12804-withvrf.json +++ b/tests/data/vrp_ce12804-withvrf.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "NULL0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "InLoopBack0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip1/5/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip1/5/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "MEth0/0/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip1/6/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip1/6/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2266,7 +2266,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2371,7 +2371,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2476,7 +2476,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2581,7 +2581,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2686,7 +2686,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2791,7 +2791,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2896,7 +2896,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3001,7 +3001,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3106,7 +3106,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3211,7 +3211,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE1/1/0/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3316,7 +3316,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3421,7 +3421,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3631,7 +3631,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3736,7 +3736,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3841,7 +3841,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -3946,7 +3946,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4051,7 +4051,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4156,7 +4156,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4261,7 +4261,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4366,7 +4366,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4471,7 +4471,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4576,7 +4576,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4681,7 +4681,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4786,7 +4786,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4891,7 +4891,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -4996,7 +4996,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5101,7 +5101,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5206,7 +5206,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5311,7 +5311,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5416,7 +5416,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5521,7 +5521,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5626,7 +5626,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5731,7 +5731,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE1/4/0/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5836,7 +5836,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Stack-Port1/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -5941,7 +5941,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip2/5/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6046,7 +6046,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip2/5/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6151,7 +6151,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip2/6/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6256,7 +6256,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "sip", - "ifAlias": "", + "ifAlias": "Sip2/6/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6361,7 +6361,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6466,7 +6466,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6571,7 +6571,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6676,7 +6676,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6781,7 +6781,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6886,7 +6886,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -6991,7 +6991,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7096,7 +7096,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7201,7 +7201,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7306,7 +7306,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7411,7 +7411,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7516,7 +7516,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7621,7 +7621,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7726,7 +7726,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7831,7 +7831,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -7936,7 +7936,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8041,7 +8041,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8146,7 +8146,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8251,7 +8251,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8356,7 +8356,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8461,7 +8461,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8566,7 +8566,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8671,7 +8671,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8776,7 +8776,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "10GE2/4/0/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8881,7 +8881,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/0", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -8986,7 +8986,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9091,7 +9091,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9196,7 +9196,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9301,7 +9301,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9406,7 +9406,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9511,7 +9511,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9616,7 +9616,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9721,7 +9721,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9826,7 +9826,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/9", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -9931,7 +9931,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/10", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10036,7 +10036,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/11", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10141,7 +10141,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/12", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10246,7 +10246,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/13", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10351,7 +10351,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/14", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10456,7 +10456,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/15", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10561,7 +10561,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/16", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10666,7 +10666,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/17", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10771,7 +10771,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/18", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10876,7 +10876,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/19", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -10981,7 +10981,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/20", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11086,7 +11086,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/21", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11191,7 +11191,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/22", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11296,7 +11296,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "40GE2/1/0/23", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11401,7 +11401,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "other", - "ifAlias": "", + "ifAlias": "Stack-Port2/1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11506,7 +11506,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif2505", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11611,7 +11611,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif2506", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11716,7 +11716,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif2507", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11821,7 +11821,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif2508", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -11926,7 +11926,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "propVirtual", - "ifAlias": "", + "ifAlias": "Vlanif2509", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12031,7 +12031,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "LoopBack2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -12136,7 +12136,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "softwareLoopback", - "ifAlias": "", + "ifAlias": "LoopBack200", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, diff --git a/tests/data/xirrus_aos.json b/tests/data/xirrus_aos.json index d3e2c0d7ee..846469b05f 100644 --- a/tests/data/xirrus_aos.json +++ b/tests/data/xirrus_aos.json @@ -61,7 +61,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -166,7 +166,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-c2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -271,7 +271,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-h2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -376,7 +376,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bridge", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -481,7 +481,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap6", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -586,7 +586,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-c1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -691,7 +691,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap8", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -796,7 +796,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -901,7 +901,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-h1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1006,7 +1006,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gig2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1111,7 +1111,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1216,7 +1216,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap5", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1321,7 +1321,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-c4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1426,7 +1426,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "gig1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1531,7 +1531,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-h4", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1636,7 +1636,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bond2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1741,7 +1741,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap7", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1846,7 +1846,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-c3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -1951,7 +1951,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-iap2", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2056,7 +2056,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "wds-bond-h3", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0, @@ -2161,7 +2161,7 @@ "ifDuplex": null, "ifMtu": null, "ifType": "ethernetCsmacd", - "ifAlias": "", + "ifAlias": "bond1", "ifPhysAddress": null, "ifHardType": null, "ifLastChange": 0,