From f0aa80e73d5bc642fbce0186b37504d985cf7833 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 19 Oct 2023 13:10:52 -0500 Subject: [PATCH] ports ifPhysAddress use MAC helper (#15478) * Ports min polled period of 1 Prevent divide by 0 Use Mac utility * fix bad snmprec for airos-af-ltu * Update a large amount of invalid mac addresses either the script is capturing them wrong or users are mangling them * More updated test data * Update test data with bad input * Fix ones using encoded and attempt to fix capture * Update awplus data * restore missing data * update other DNOS * Fix ones using encoded and attempt to fix capture * Fix ones using encoded and attempt to fix capture * fix typo * Update some data * update data * update ruijie --- LibreNMS/Util/ModuleTestHelper.php | 21 +- includes/polling/ports.inc.php | 6 +- tests/data/airos-af-ltu.json | 24 +- tests/data/akcp_serverprobe8.json | 2 +- tests/data/anue.json | 4 +- tests/data/apc-mgeups_galaxy7000.json | 2 +- tests/data/arista_eos_vrf.json | 58 +-- tests/data/avocent_8000.json | 4 +- tests/data/awplus.json | 80 ++-- tests/data/awplus_5.4.8-2.json | 154 +++--- tests/data/calix_716ge.json | 24 +- tests/data/ciena-waveserver.json | 10 +- tests/data/cirpack.json | 28 +- tests/data/cmm.json | 2 +- tests/data/cms.json | 2 +- tests/data/comware.json | 464 +++++++++---------- tests/data/dahua-nvr.json | 2 +- tests/data/dell-laser_s5830dn.json | 2 +- tests/data/dell-powervault_me4024.json | 6 +- tests/data/dlink_dgs-1510-28.json | 58 +-- tests/data/dnos.json | 132 +++--- tests/data/dnos_bgp.json | 20 +- tests/data/dnos_s4048.json | 132 +++--- tests/data/edfamux.json | 4 +- tests/data/ericsson-tn_tn.json | 64 +-- tests/data/fabos.json | 212 ++++----- tests/data/fabos_6520.json | 192 ++++---- tests/data/fibernet-xmux4-plus.json | 8 +- tests/data/fs-gbn_2800.json | 58 +-- tests/data/fs-gbn_3800.json | 222 ++++----- tests/data/ftd.json | 30 +- tests/data/gigavue.json | 64 +-- tests/data/heliosip.json | 2 +- tests/data/hirschmann.json | 38 +- tests/data/hpe-pdumm.json | 2 +- tests/data/iboot_pdu8-2n15.json | 2 +- tests/data/icotera.json | 28 +- tests/data/ionodes.json | 2 +- tests/data/jetstream.json | 110 ++--- tests/data/junos_ber.json | 284 ++++++------ tests/data/mbg-ltos6.json | 20 +- tests/data/microsemipdsine.json | 2 +- tests/data/netagent2_1.json | 14 +- tests/data/netmanplus_204.json | 2 +- tests/data/occamos_b6-256.json | 20 +- tests/data/occamos_b6-316.json | 106 ++--- tests/data/occamos_blc-6252.json | 20 +- tests/data/packetlight_pl-1000il.json | 50 +- tests/data/packetlight_pl2000.json | 46 +- tests/data/panduit-eagle.json | 2 +- tests/data/patton-sn.json | 2 +- tests/data/picos.json | 138 +++--- tests/data/polycomLens_studioxc50.json | 14 +- tests/data/ruijie.json | 110 ++--- tests/data/rutos-rutx_rutx11.json | 100 ++-- tests/data/sm-os_gc8607.json | 22 +- tests/data/sslvis.json | 16 +- tests/data/teldat.json | 52 +-- tests/data/teldat_rs123w-4g.json | 76 +-- tests/data/teldat_teldatm1.json | 8 +- tests/data/teldat_teldatvdsl2.json | 18 +- tests/data/teldat_tv-base-vdsl2-adsl.json | 14 +- tests/data/ubiquoss-pon_9500.json | 136 +++--- tests/data/vivotek.json | 2 +- tests/data/webmon_matrix.json | 4 +- tests/data/xirrus_aos.json | 14 +- tests/data/zynos_mgs3712.json | 46 +- tests/snmpsim/airos-af-ltu.snmprec | 8 +- tests/snmpsim/akcp_serverprobe8.snmprec | 2 +- tests/snmpsim/anue.snmprec | 4 +- tests/snmpsim/arista_eos_vrf.snmprec | 58 +-- tests/snmpsim/avocent_8000.snmprec | 4 +- tests/snmpsim/calix_716ge.snmprec | 24 +- tests/snmpsim/ciena-waveserver.snmprec | 10 +- tests/snmpsim/cirpack.snmprec | 16 +- tests/snmpsim/cmm.snmprec | 2 +- tests/snmpsim/cms.snmprec | 2 +- tests/snmpsim/comware.snmprec | 464 +++++++++---------- tests/snmpsim/cyberoam-utm.snmprec | 6 +- tests/snmpsim/dahua-nvr.snmprec | 2 +- tests/snmpsim/dell-laser_s5830dn.snmprec | 2 +- tests/snmpsim/dell-powervault_me4024.snmprec | 6 +- tests/snmpsim/dlink_dgs-1510-28.snmprec | 58 +-- tests/snmpsim/dnos.snmprec | 130 +++--- tests/snmpsim/dnos_s4048.snmprec | 130 +++--- tests/snmpsim/edfamux.snmprec | 4 +- tests/snmpsim/fabos.snmprec | 192 ++++---- tests/snmpsim/fabos_6520.snmprec | 192 ++++---- tests/snmpsim/fibernet-xmux4-plus.snmprec | 92 ++-- tests/snmpsim/fs-gbn_2800.snmprec | 58 +-- tests/snmpsim/fs-gbn_3800.snmprec | 226 ++++----- tests/snmpsim/ftd.snmprec | 30 +- tests/snmpsim/heliosip.snmprec | 2 +- tests/snmpsim/hirschmann.snmprec | 38 +- tests/snmpsim/hiveos-wireless_2.snmprec | 18 +- tests/snmpsim/iboot_pdu8-2n15.snmprec | 2 +- tests/snmpsim/ionodes.snmprec | 2 +- tests/snmpsim/jetstream.snmprec | 110 ++--- tests/snmpsim/junos_ber.snmprec | 286 ++++++------ tests/snmpsim/microsemipdsine.snmprec | 2 +- tests/snmpsim/netagent2_1.snmprec | 10 +- tests/snmpsim/netmanplus_204.snmprec | 2 +- tests/snmpsim/netscaler-sdwan.snmprec | 14 +- tests/snmpsim/occamos_b6-256.snmprec | 20 +- tests/snmpsim/occamos_b6-316.snmprec | 163 ++++--- tests/snmpsim/occamos_blc-6252.snmprec | 20 +- tests/snmpsim/patton-sn.snmprec | 2 +- tests/snmpsim/picos.snmprec | 138 +++--- tests/snmpsim/polycomLens_studioxc50.snmprec | 14 +- tests/snmpsim/ruijie.snmprec | 110 ++--- tests/snmpsim/sm-os_gc8607.snmprec | 22 +- tests/snmpsim/sonus-sbc.snmprec | 36 +- tests/snmpsim/sslvis.snmprec | 16 +- tests/snmpsim/teldat.snmprec | 24 +- tests/snmpsim/ubiquoss-pon_9500.snmprec | 150 +++--- tests/snmpsim/vivotek.snmprec | 2 +- tests/snmpsim/webmon_matrix.snmprec | 4 +- tests/snmpsim/zynos_mgs3712.snmprec | 32 +- 118 files changed, 3322 insertions(+), 3252 deletions(-) diff --git a/LibreNMS/Util/ModuleTestHelper.php b/LibreNMS/Util/ModuleTestHelper.php index 110048ca83..389dc4dbff 100644 --- a/LibreNMS/Util/ModuleTestHelper.php +++ b/LibreNMS/Util/ModuleTestHelper.php @@ -147,11 +147,11 @@ class ModuleTestHelper $snmp_options = ['-OUneb', '-Ih', '-m', '+' . $oid_data['mib']]; if ($oid_data['method'] == 'walk') { - $data = \SnmpQuery::options($snmp_options)->context($context)->mibDir($oid_data['mibdir'])->walk($oid_data['oid']); + $data = \SnmpQuery::options($snmp_options)->context($context)->mibDir($oid_data['mibdir'] ?? null)->walk($oid_data['oid']); } elseif ($oid_data['method'] == 'get') { - $data = \SnmpQuery::options($snmp_options)->context($context)->mibDir($oid_data['mibdir'])->get($oid_data['oid']); + $data = \SnmpQuery::options($snmp_options)->context($context)->mibDir($oid_data['mibdir'] ?? null)->get($oid_data['oid']); } elseif ($oid_data['method'] == 'getnext') { - $data = \SnmpQuery::options($snmp_options)->context($context)->mibDir($oid_data['mibdir'])->next($oid_data['oid']); + $data = \SnmpQuery::options($snmp_options)->context($context)->mibDir($oid_data['mibdir'] ?? null)->next($oid_data['oid']); } if (isset($data) && $data->isValid()) { @@ -203,7 +203,7 @@ class ModuleTestHelper ]; foreach ($snmp_matches[0] as $index => $line) { preg_match("/'-m' '\+?([a-zA-Z0-9:\-]+)'/", $line, $mib_matches); - $mib = $mib_matches[1]; + $mib = $mib_matches[1] ?? null; preg_match("/'-M' '\+?([a-zA-Z0-9:\-\/]+)'/", $line, $mibdir_matches); $mibdir = $mibdir_matches[1]; $method = $snmp_matches[1][$index]; @@ -512,6 +512,19 @@ class ModuleTestHelper $data[$oid] = implode('|', $parts); } } + + // IF-MIB::ifPhysAddress, Make sure it is in hex format + foreach ($data as $oid => $oid_data) { + if (str_starts_with($oid, '1.3.6.1.2.1.2.2.1.6.')) { + $parts = explode('|', $oid_data, 3); + $mac = Mac::parse($parts[2])->hex(); + if ($mac) { + $parts[2] = $mac; + $parts[1] = '4x'; + $data[$oid] = implode('|', $parts); + } + } + } } /** diff --git a/includes/polling/ports.inc.php b/includes/polling/ports.inc.php index fa469a52f6..e5ae184e20 100644 --- a/includes/polling/ports.inc.php +++ b/includes/polling/ports.inc.php @@ -4,6 +4,7 @@ use LibreNMS\Config; use LibreNMS\Enum\PortAssociationMode; use LibreNMS\RRD\RrdDefinition; use LibreNMS\Util\Debug; +use LibreNMS\Util\Mac; use LibreNMS\Util\Number; // Build SNMP Cache Array @@ -589,9 +590,8 @@ foreach ($ports as $port) { } // rewrite the ifPhysAddress - if (strpos($this_port['ifPhysAddress'] ?? '', ':')) { - $mac_split = explode(':', $this_port['ifPhysAddress']); - $this_port['ifPhysAddress'] = zeropad($mac_split[0]) . zeropad($mac_split[1]) . zeropad($mac_split[2]) . zeropad($mac_split[3]) . zeropad($mac_split[4] ?? '') . zeropad($mac_split[5] ?? ''); + if (isset($this_port['ifPhysAddress'])) { + $this_port['ifPhysAddress'] = Mac::parse($this_port['ifPhysAddress'])->hex(); } // use HC values if they are available diff --git a/tests/data/airos-af-ltu.json b/tests/data/airos-af-ltu.json index 54526e00e9..be698f2dea 100644 --- a/tests/data/airos-af-ltu.json +++ b/tests/data/airos-af-ltu.json @@ -1237,8 +1237,8 @@ "ifName": "br0", "portName": null, "ifIndex": 5, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -1337,8 +1337,8 @@ "ifName": "br2", "portName": null, "ifIndex": 6, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1448,7 +1448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "37383a38613a", + "ifPhysAddress": "788a205f1dd6", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1548,7 +1548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "ath0", - "ifPhysAddress": "37613a38613a", + "ifPhysAddress": "7a8a205f1dd6", "ifLastChange": 1508, "ifVlan": null, "ifTrunk": null, @@ -1637,8 +1637,8 @@ "ifName": "br0", "portName": null, "ifIndex": 10, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -1648,7 +1648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "br0", - "ifPhysAddress": "37613a38613a", + "ifPhysAddress": "7a8a205f1dd6", "ifLastChange": 1508, "ifVlan": null, "ifTrunk": null, @@ -1737,8 +1737,8 @@ "ifName": "br2", "portName": null, "ifIndex": 11, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1748,7 +1748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "br2", - "ifPhysAddress": "37383a38613a", + "ifPhysAddress": "788a205f1dd6", "ifLastChange": 1508, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/akcp_serverprobe8.json b/tests/data/akcp_serverprobe8.json index e01bdaaee6..0928fe868d 100644 --- a/tests/data/akcp_serverprobe8.json +++ b/tests/data/akcp_serverprobe8.json @@ -148,7 +148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "AKCP", - "ifPhysAddress": "303a623a6463", + "ifPhysAddress": "000bdc34d106", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/anue.json b/tests/data/anue.json index 09e45c59d0..67f0127465 100644 --- a/tests/data/anue.json +++ b/tests/data/anue.json @@ -23648,7 +23648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth1", - "ifPhysAddress": "303a31623a36", + "ifPhysAddress": "001b6e0136a7", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23748,7 +23748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "303a31623a36", + "ifPhysAddress": "001b6e0136a6", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/apc-mgeups_galaxy7000.json b/tests/data/apc-mgeups_galaxy7000.json index e0bb66c306..63ecb91c40 100644 --- a/tests/data/apc-mgeups_galaxy7000.json +++ b/tests/data/apc-mgeups_galaxy7000.json @@ -248,7 +248,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "lo", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/arista_eos_vrf.json b/tests/data/arista_eos_vrf.json index 7f17378695..a40f2b9288 100644 --- a/tests/data/arista_eos_vrf.json +++ b/tests/data/arista_eos_vrf.json @@ -2948,7 +2948,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "trunk to switchname2", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd72", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -3048,7 +3048,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet2", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd73", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -3148,7 +3148,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet3", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd74", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -3248,7 +3248,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet4", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd75", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -3348,7 +3348,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet5", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd76", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -3448,7 +3448,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet6", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd77", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -3548,7 +3548,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet7", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd78", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -3648,7 +3648,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet8", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd79", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -3748,7 +3748,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet9", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd7a", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -3848,7 +3848,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet10", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd7b", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -3948,7 +3948,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet11", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd7c", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -4048,7 +4048,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet12", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd7d", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -4148,7 +4148,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet13", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd7e", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -4248,7 +4248,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet14", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd7f", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -4348,7 +4348,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet15", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd80", "ifLastChange": 8084, "ifVlan": "1", "ifTrunk": null, @@ -4448,7 +4448,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet16", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd81", "ifLastChange": 7902, "ifVlan": "1", "ifTrunk": null, @@ -4548,7 +4548,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet17", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd82", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -4648,7 +4648,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet18", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd83", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -4748,7 +4748,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet19", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd84", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -4848,7 +4848,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet20", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd85", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -4948,7 +4948,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet21", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd86", "ifLastChange": 8051, "ifVlan": "1", "ifTrunk": null, @@ -5048,7 +5048,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "uplink", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd87", "ifLastChange": 7980, "ifVlan": "1", "ifTrunk": null, @@ -5148,7 +5148,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "MLAG-SW1-SW2 #1of2", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd88", "ifLastChange": 8377, "ifVlan": "1", "ifTrunk": null, @@ -5248,7 +5248,7 @@ "ifMtu": 9214, "ifType": "ethernetCsmacd", "ifAlias": "MLAG-SW1-SW2 #2of2", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd89", "ifLastChange": 8377, "ifVlan": "1", "ifTrunk": null, @@ -5348,7 +5348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Management1", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd70", "ifLastChange": 28193, "ifVlan": null, "ifTrunk": null, @@ -5448,7 +5448,7 @@ "ifMtu": 9214, "ifType": "ieee8023adLag", "ifAlias": "MLAG-SW1-SW2", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd88", "ifLastChange": 8580, "ifVlan": null, "ifTrunk": null, @@ -5548,7 +5548,7 @@ "ifMtu": 0, "ifType": "ieee8023adLag", "ifAlias": "Uplink", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd87", "ifLastChange": 1145467, "ifVlan": null, "ifTrunk": null, @@ -5648,7 +5648,7 @@ "ifMtu": 9214, "ifType": "ieee8023adLag", "ifAlias": "trunk to switchname2", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd72", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -5748,7 +5748,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "Vlan4094", - "ifPhysAddress": "303a31633a37", + "ifPhysAddress": "001c73b3bd71", "ifLastChange": 6488, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/avocent_8000.json b/tests/data/avocent_8000.json index 8dc7d0ab42..843ba01368 100644 --- a/tests/data/avocent_8000.json +++ b/tests/data/avocent_8000.json @@ -448,7 +448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "303a65303a38", + "ifPhysAddress": "00e08629a0f4", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -548,7 +548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth1", - "ifPhysAddress": "303a65303a38", + "ifPhysAddress": "00e08629a0f5", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/awplus.json b/tests/data/awplus.json index 995d9bb15c..610e1ca9ac 100644 --- a/tests/data/awplus.json +++ b/tests/data/awplus.json @@ -4537,8 +4537,8 @@ "ifName": "lo", "portName": null, "ifIndex": 1, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4737,8 +4737,8 @@ "ifName": "vlan1", "portName": null, "ifIndex": 301, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4837,8 +4837,8 @@ "ifName": "vlan2", "portName": null, "ifIndex": 302, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4937,8 +4937,8 @@ "ifName": "vlan4", "portName": null, "ifIndex": 304, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5037,8 +5037,8 @@ "ifName": "vlan20", "portName": null, "ifIndex": 320, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5137,8 +5137,8 @@ "ifName": "vlan99", "portName": null, "ifIndex": 399, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5237,8 +5237,8 @@ "ifName": "vlan100", "portName": null, "ifIndex": 400, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5337,8 +5337,8 @@ "ifName": "vlan105", "portName": null, "ifIndex": 405, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5437,8 +5437,8 @@ "ifName": "vlan3620", "portName": null, "ifIndex": 3920, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -6237,8 +6237,8 @@ "ifName": "port1.1.5", "portName": null, "ifIndex": 5105, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -6337,8 +6337,8 @@ "ifName": "port1.1.6", "portName": null, "ifIndex": 5106, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -6937,8 +6937,8 @@ "ifName": "port1.1.12", "portName": null, "ifIndex": 5112, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -7137,8 +7137,8 @@ "ifName": "port1.8.5", "portName": null, "ifIndex": 5805, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -7837,8 +7837,8 @@ "ifName": "port2.1.5", "portName": null, "ifIndex": 6105, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -7937,8 +7937,8 @@ "ifName": "port2.1.6", "portName": null, "ifIndex": 6106, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -8137,8 +8137,8 @@ "ifName": "port2.1.8", "portName": null, "ifIndex": 6108, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -8237,8 +8237,8 @@ "ifName": "port2.1.9", "portName": null, "ifIndex": 6109, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -8337,8 +8337,8 @@ "ifName": "port2.1.10", "portName": null, "ifIndex": 6110, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -8537,8 +8537,8 @@ "ifName": "port2.1.12", "portName": null, "ifIndex": 6112, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -8737,8 +8737,8 @@ "ifName": "port2.8.5", "portName": null, "ifIndex": 6805, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", diff --git a/tests/data/awplus_5.4.8-2.json b/tests/data/awplus_5.4.8-2.json index 1218ba597d..d3fd200121 100644 --- a/tests/data/awplus_5.4.8-2.json +++ b/tests/data/awplus_5.4.8-2.json @@ -8737,8 +8737,8 @@ "ifName": "lo", "portName": null, "ifIndex": 1, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -8837,8 +8837,8 @@ "ifName": "eth0", "portName": null, "ifIndex": 2, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -8848,7 +8848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "446174610000", + "ifPhysAddress": "446107040601", "ifLastChange": 0, "ifVlan": "0", "ifTrunk": null, @@ -8937,8 +8937,8 @@ "ifName": "of0", "portName": null, "ifIndex": 6, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9037,8 +9037,8 @@ "ifName": "vlan1", "portName": null, "ifIndex": 301, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -9137,8 +9137,8 @@ "ifName": "vlan5", "portName": null, "ifIndex": 305, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9237,8 +9237,8 @@ "ifName": "vlan30", "portName": null, "ifIndex": 330, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9337,8 +9337,8 @@ "ifName": "vlan3600", "portName": null, "ifIndex": 3900, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9437,8 +9437,8 @@ "ifName": "vlan3603", "portName": null, "ifIndex": 3903, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9537,8 +9537,8 @@ "ifName": "vlan3604", "portName": null, "ifIndex": 3904, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9637,8 +9637,8 @@ "ifName": "vlan3610", "portName": null, "ifIndex": 3910, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9737,8 +9737,8 @@ "ifName": "vlan3620", "portName": null, "ifIndex": 3920, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -9837,8 +9837,8 @@ "ifName": "vlan3699", "portName": null, "ifIndex": 3999, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -12837,8 +12837,8 @@ "ifName": "port1.0.15", "portName": null, "ifIndex": 5015, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -12937,8 +12937,8 @@ "ifName": "port1.0.16", "portName": null, "ifIndex": 5016, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13037,8 +13037,8 @@ "ifName": "port1.0.17", "portName": null, "ifIndex": 5017, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13137,8 +13137,8 @@ "ifName": "port1.0.18", "portName": null, "ifIndex": 5018, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13237,8 +13237,8 @@ "ifName": "port1.0.19", "portName": null, "ifIndex": 5019, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13337,8 +13337,8 @@ "ifName": "port1.0.20", "portName": null, "ifIndex": 5020, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13437,8 +13437,8 @@ "ifName": "port1.0.21", "portName": null, "ifIndex": 5021, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13537,8 +13537,8 @@ "ifName": "port1.0.22", "portName": null, "ifIndex": 5022, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13837,8 +13837,8 @@ "ifName": "port1.0.25", "portName": null, "ifIndex": 5025, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -13937,8 +13937,8 @@ "ifName": "port1.0.26", "portName": null, "ifIndex": 5026, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -14037,8 +14037,8 @@ "ifName": "port1.0.27", "portName": null, "ifIndex": 5027, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -14137,8 +14137,8 @@ "ifName": "port1.0.28", "portName": null, "ifIndex": 5028, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -14248,7 +14248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "port1.1.1", - "ifPhysAddress": "446174610000", + "ifPhysAddress": "446107040601", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14348,7 +14348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "port1.1.5", - "ifPhysAddress": "446174610000", + "ifPhysAddress": "446107040601", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15837,8 +15837,8 @@ "ifName": "port2.0.15", "portName": null, "ifIndex": 6015, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -15937,8 +15937,8 @@ "ifName": "port2.0.16", "portName": null, "ifIndex": 6016, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16037,8 +16037,8 @@ "ifName": "port2.0.17", "portName": null, "ifIndex": 6017, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16137,8 +16137,8 @@ "ifName": "port2.0.18", "portName": null, "ifIndex": 6018, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16237,8 +16237,8 @@ "ifName": "port2.0.19", "portName": null, "ifIndex": 6019, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16337,8 +16337,8 @@ "ifName": "port2.0.20", "portName": null, "ifIndex": 6020, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16437,8 +16437,8 @@ "ifName": "port2.0.21", "portName": null, "ifIndex": 6021, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16537,8 +16537,8 @@ "ifName": "port2.0.22", "portName": null, "ifIndex": 6022, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16837,8 +16837,8 @@ "ifName": "port2.0.25", "portName": null, "ifIndex": 6025, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -16937,8 +16937,8 @@ "ifName": "port2.0.26", "portName": null, "ifIndex": 6026, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -17037,8 +17037,8 @@ "ifName": "port2.0.27", "portName": null, "ifIndex": 6027, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -17137,8 +17137,8 @@ "ifName": "port2.0.28", "portName": null, "ifIndex": 6028, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -17248,7 +17248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "port2.1.1", - "ifPhysAddress": "446174610000", + "ifPhysAddress": "446107040601", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17348,7 +17348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "port2.1.5", - "ifPhysAddress": "446174610000", + "ifPhysAddress": "446107040601", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/calix_716ge.json b/tests/data/calix_716ge.json index 4d8b65d7f6..085dd45efa 100644 --- a/tests/data/calix_716ge.json +++ b/tests/data/calix_716ge.json @@ -1248,7 +1248,7 @@ "ifMtu": 2000, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a672a", "ifLastChange": 646560, "ifVlan": null, "ifTrunk": null, @@ -1348,7 +1348,7 @@ "ifMtu": 2000, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a672b", "ifLastChange": 643890, "ifVlan": null, "ifTrunk": null, @@ -1448,7 +1448,7 @@ "ifMtu": 2000, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a672c", "ifLastChange": 646580, "ifVlan": null, "ifTrunk": null, @@ -1548,7 +1548,7 @@ "ifMtu": 2000, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a672d", "ifLastChange": 629440, "ifVlan": null, "ifTrunk": null, @@ -1648,7 +1648,7 @@ "ifMtu": 1500, "ifType": "ibm370parChan", "ifAlias": "................................................................", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 629450, "ifVlan": null, "ifTrunk": null, @@ -1748,7 +1748,7 @@ "ifMtu": 1500, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "000631313f0d", "ifLastChange": 629440, "ifVlan": null, "ifTrunk": null, @@ -1848,7 +1848,7 @@ "ifMtu": 1500, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a6727", "ifLastChange": 629450, "ifVlan": null, "ifTrunk": null, @@ -1948,7 +1948,7 @@ "ifMtu": 1500, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a6728", "ifLastChange": 629450, "ifVlan": null, "ifTrunk": null, @@ -2048,7 +2048,7 @@ "ifMtu": 1500, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a6729", "ifLastChange": 629450, "ifVlan": null, "ifTrunk": null, @@ -2148,7 +2148,7 @@ "ifMtu": 1500, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a672a", "ifLastChange": 629450, "ifVlan": null, "ifTrunk": null, @@ -2248,7 +2248,7 @@ "ifMtu": 1500, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a672b", "ifLastChange": 629450, "ifVlan": null, "ifTrunk": null, @@ -2348,7 +2348,7 @@ "ifMtu": 2000, "ifType": "fastEtherFX", "ifAlias": "................................................................", - "ifPhysAddress": "303a363a3331", + "ifPhysAddress": "0006312a6726", "ifLastChange": 629550, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/ciena-waveserver.json b/tests/data/ciena-waveserver.json index 0a3a42196d..760aade387 100644 --- a/tests/data/ciena-waveserver.json +++ b/tests/data/ciena-waveserver.json @@ -3548,7 +3548,7 @@ "ifMtu": 16004, "ifType": "ethernetCsmacd", "ifAlias": "Ciena Waveserver 100GigEthernet 1.1", - "ifPhysAddress": "32633a33393a", + "ifPhysAddress": "2c39c1080599", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3648,7 +3648,7 @@ "ifMtu": 16004, "ifType": "ethernetCsmacd", "ifAlias": "Ciena Waveserver 100GigEthernet 1.2", - "ifPhysAddress": "32633a33393a", + "ifPhysAddress": "2c39c108059a", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3748,7 +3748,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "Ciena Waveserver 100GigEthernet 5", - "ifPhysAddress": "32633a33393a", + "ifPhysAddress": "2c39c10805a9", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3848,7 +3848,7 @@ "ifMtu": 16004, "ifType": "ethernetCsmacd", "ifAlias": "Ciena Waveserver 100GigEthernet 12.1", - "ifPhysAddress": "32633a33393a", + "ifPhysAddress": "2c39c10805c5", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3948,7 +3948,7 @@ "ifMtu": 16004, "ifType": "ethernetCsmacd", "ifAlias": "Ciena Waveserver 100GigEthernet 12.2", - "ifPhysAddress": "32633a33393a", + "ifPhysAddress": "2c39c10805c6", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/cirpack.json b/tests/data/cirpack.json index 233b278fc4..109a38381b 100644 --- a/tests/data/cirpack.json +++ b/tests/data/cirpack.json @@ -1048,7 +1048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1148,7 +1148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth1", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1237,8 +1237,8 @@ "ifName": "eth2", "portName": null, "ifIndex": 4, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1248,7 +1248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth2", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1337,8 +1337,8 @@ "ifName": "eth3", "portName": null, "ifIndex": 5, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1348,7 +1348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth3", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1437,8 +1437,8 @@ "ifName": "usb0", "portName": null, "ifIndex": 6, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -1448,7 +1448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "usb0", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1548,7 +1548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "bond0", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1648,7 +1648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "bond0.102", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1748,7 +1748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "bond0.50", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/cmm.json b/tests/data/cmm.json index af56bcc2a7..9944043bcc 100644 --- a/tests/data/cmm.json +++ b/tests/data/cmm.json @@ -448,7 +448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "None", - "ifPhysAddress": "4c504241434b", + "ifPhysAddress": "0a003ee0132b", "ifLastChange": 1120665, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/cms.json b/tests/data/cms.json index bcb58f4d55..06fa1707d1 100644 --- a/tests/data/cms.json +++ b/tests/data/cms.json @@ -148,7 +148,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "management", - "ifPhysAddress": "30303a35303a", + "ifPhysAddress": "00505693d04f", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/comware.json b/tests/data/comware.json index 7dab8202db..a61539d66d 100644 --- a/tests/data/comware.json +++ b/tests/data/comware.json @@ -23329,7 +23329,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "M-GigabitEthernet0/0/0 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 3392, "ifVlan": null, "ifTrunk": null, @@ -23429,7 +23429,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "NULL0 Interface", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 3392, "ifVlan": null, "ifTrunk": null, @@ -23529,7 +23529,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "Default_VLAN", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23387, "ifVlan": null, "ifTrunk": null, @@ -23629,7 +23629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/1 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5559, "ifVlan": "1", "ifTrunk": null, @@ -23729,7 +23729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/2 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5559, "ifVlan": "1", "ifTrunk": null, @@ -23829,7 +23829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/3 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5559, "ifVlan": "1", "ifTrunk": null, @@ -23929,7 +23929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/4 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5559, "ifVlan": "1", "ifTrunk": null, @@ -24029,7 +24029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/5 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5559, "ifVlan": "1", "ifTrunk": null, @@ -24129,7 +24129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/6 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5561, "ifVlan": "1", "ifTrunk": null, @@ -24229,7 +24229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/7 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5561, "ifVlan": "1", "ifTrunk": null, @@ -24329,7 +24329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/8 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5561, "ifVlan": "1", "ifTrunk": null, @@ -24429,7 +24429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/9 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5561, "ifVlan": "1", "ifTrunk": null, @@ -24529,7 +24529,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "to MS-5406-A23", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 24335, "ifVlan": null, "ifTrunk": null, @@ -24629,7 +24629,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "to HS-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 778469650, "ifVlan": null, "ifTrunk": null, @@ -24729,7 +24729,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "to 9th-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 650725476, "ifVlan": null, "ifTrunk": null, @@ -24829,7 +24829,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/13 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 594490646, "ifVlan": null, "ifTrunk": null, @@ -24929,7 +24929,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "LSE-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 24356, "ifVlan": null, "ifTrunk": null, @@ -25029,7 +25029,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "SE-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 446825504, "ifVlan": null, "ifTrunk": null, @@ -25129,7 +25129,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/16 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 378202965, "ifVlan": null, "ifTrunk": null, @@ -25229,7 +25229,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "KRE-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 211925182, "ifVlan": null, "ifTrunk": null, @@ -25329,7 +25329,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "CSE-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 818233385, "ifVlan": null, "ifTrunk": null, @@ -25429,7 +25429,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "ORMS-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 827725014, "ifVlan": null, "ifTrunk": null, @@ -25529,7 +25529,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "ME-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 136006019, "ifVlan": null, "ifTrunk": null, @@ -25629,7 +25629,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "CLE-5406-B22", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 24430, "ifVlan": null, "ifTrunk": null, @@ -25729,7 +25729,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/22 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 5551, "ifVlan": null, "ifTrunk": null, @@ -25829,7 +25829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/23 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5561, "ifVlan": "1", "ifTrunk": null, @@ -25929,7 +25929,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "ToHS-5606-A8", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 5551, "ifVlan": null, "ifTrunk": null, @@ -26029,7 +26029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/25 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5562, "ifVlan": "1", "ifTrunk": null, @@ -26129,7 +26129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/26 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5563, "ifVlan": "1", "ifTrunk": null, @@ -26229,7 +26229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/27 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5563, "ifVlan": "1", "ifTrunk": null, @@ -26329,7 +26329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/28 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5563, "ifVlan": "1", "ifTrunk": null, @@ -26429,7 +26429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/29 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5563, "ifVlan": "1", "ifTrunk": null, @@ -26529,7 +26529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/30 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5563, "ifVlan": "1", "ifTrunk": null, @@ -26629,7 +26629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/31 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5565, "ifVlan": "1", "ifTrunk": null, @@ -26729,7 +26729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet9/0/32 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5565, "ifVlan": "1", "ifTrunk": null, @@ -26829,7 +26829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/1 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5551, "ifVlan": "1", "ifTrunk": null, @@ -26929,7 +26929,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/2 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 5536, "ifVlan": null, "ifTrunk": null, @@ -27029,7 +27029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/3 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5552, "ifVlan": "1", "ifTrunk": null, @@ -27129,7 +27129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/4 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5553, "ifVlan": "1", "ifTrunk": null, @@ -27229,7 +27229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/5 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5554, "ifVlan": "1", "ifTrunk": null, @@ -27329,7 +27329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/6 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5554, "ifVlan": "1", "ifTrunk": null, @@ -27429,7 +27429,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "To LC", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 650722892, "ifVlan": null, "ifTrunk": null, @@ -27529,7 +27529,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "To LC", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 5539, "ifVlan": null, "ifTrunk": null, @@ -27629,7 +27629,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "To HS-5606-B22", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 778469303, "ifVlan": null, "ifTrunk": null, @@ -27729,7 +27729,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "To MS-5406-A24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23954, "ifVlan": null, "ifTrunk": null, @@ -27829,7 +27829,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "To HS-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 778469576, "ifVlan": null, "ifTrunk": null, @@ -27929,7 +27929,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "To 9th-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 650724916, "ifVlan": null, "ifTrunk": null, @@ -28029,7 +28029,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/13 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 594488306, "ifVlan": null, "ifTrunk": null, @@ -28129,7 +28129,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "LSE-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23954, "ifVlan": null, "ifTrunk": null, @@ -28229,7 +28229,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "SE-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 446805388, "ifVlan": null, "ifTrunk": null, @@ -28329,7 +28329,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "LE-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 378202823, "ifVlan": null, "ifTrunk": null, @@ -28429,7 +28429,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "KRE-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 448436391, "ifVlan": null, "ifTrunk": null, @@ -28529,7 +28529,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "CSE-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 818232992, "ifVlan": null, "ifTrunk": null, @@ -28629,7 +28629,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "ORMS-5406-C24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 827725242, "ifVlan": null, "ifTrunk": null, @@ -28729,7 +28729,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "ME-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 136005905, "ifVlan": null, "ifTrunk": null, @@ -28829,7 +28829,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "CLE-5406-B24", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 449669692, "ifVlan": null, "ifTrunk": null, @@ -28929,7 +28929,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/22 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 5544, "ifVlan": null, "ifTrunk": null, @@ -29029,7 +29029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Learning Center", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5555, "ifVlan": "1", "ifTrunk": null, @@ -29129,7 +29129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/24 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5555, "ifVlan": "1", "ifTrunk": null, @@ -29229,7 +29229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/25 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5555, "ifVlan": "1", "ifTrunk": null, @@ -29329,7 +29329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/26 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5555, "ifVlan": "1", "ifTrunk": null, @@ -29429,7 +29429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/27 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5556, "ifVlan": "1", "ifTrunk": null, @@ -29529,7 +29529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/28 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5557, "ifVlan": "1", "ifTrunk": null, @@ -29629,7 +29629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "To EC-Annex", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23971, "ifVlan": "1", "ifTrunk": null, @@ -29729,7 +29729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/30 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5557, "ifVlan": "1", "ifTrunk": null, @@ -29829,7 +29829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "To EC-Superintendent -IDF", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 650722047, "ifVlan": "1", "ifTrunk": null, @@ -29929,7 +29929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Ten-GigabitEthernet8/0/32 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5558, "ifVlan": "1", "ifTrunk": null, @@ -30029,7 +30029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 1b", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 570656563, "ifVlan": "1", "ifTrunk": null, @@ -30129,7 +30129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 2b", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 594383234, "ifVlan": "1", "ifTrunk": null, @@ -30229,7 +30229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 3b", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 632619429, "ifVlan": "1", "ifTrunk": null, @@ -30329,7 +30329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 4b", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 595774968, "ifVlan": "1", "ifTrunk": null, @@ -30429,7 +30429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 5b", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 596794275, "ifVlan": "1", "ifTrunk": null, @@ -30529,7 +30529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 6b", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 621790493, "ifVlan": "1", "ifTrunk": null, @@ -30629,7 +30629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/7 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5519, "ifVlan": "1", "ifTrunk": null, @@ -30729,7 +30729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/8 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5520, "ifVlan": "1", "ifTrunk": null, @@ -30829,7 +30829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/9 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5522, "ifVlan": "1", "ifTrunk": null, @@ -30929,7 +30929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/10 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5522, "ifVlan": "1", "ifTrunk": null, @@ -31029,7 +31029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/11 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5522, "ifVlan": "1", "ifTrunk": null, @@ -31129,7 +31129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/12 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5522, "ifVlan": "1", "ifTrunk": null, @@ -31229,7 +31229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/13 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5523, "ifVlan": "1", "ifTrunk": null, @@ -31329,7 +31329,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Wireless MSM-8212-a4", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23606, "ifVlan": null, "ifTrunk": null, @@ -31429,7 +31429,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Wireless MSM-8212-a5", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23610, "ifVlan": null, "ifTrunk": null, @@ -31529,7 +31529,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Wireless MSM-8212-a6", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23608, "ifVlan": null, "ifTrunk": null, @@ -31629,7 +31629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/17 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5523, "ifVlan": "1", "ifTrunk": null, @@ -31729,7 +31729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/18 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5524, "ifVlan": "1", "ifTrunk": null, @@ -31829,7 +31829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/19 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5524, "ifVlan": "1", "ifTrunk": null, @@ -31929,7 +31929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/20 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5524, "ifVlan": "1", "ifTrunk": null, @@ -32029,7 +32029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/21 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5524, "ifVlan": "1", "ifTrunk": null, @@ -32129,7 +32129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/22 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5525, "ifVlan": "1", "ifTrunk": null, @@ -32229,7 +32229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/23 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5526, "ifVlan": "1", "ifTrunk": null, @@ -32329,7 +32329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/24 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5526, "ifVlan": "1", "ifTrunk": null, @@ -32429,7 +32429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/25 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5526, "ifVlan": "1", "ifTrunk": null, @@ -32529,7 +32529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/26 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5526, "ifVlan": "1", "ifTrunk": null, @@ -32629,7 +32629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/27 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5527, "ifVlan": "1", "ifTrunk": null, @@ -32729,7 +32729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/28 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5527, "ifVlan": "1", "ifTrunk": null, @@ -32829,7 +32829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/29 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5528, "ifVlan": "1", "ifTrunk": null, @@ -32929,7 +32929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/30 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5528, "ifVlan": "1", "ifTrunk": null, @@ -33029,7 +33029,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "RAGG_25_EC_Dev", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 620365872, "ifVlan": null, "ifTrunk": null, @@ -33129,7 +33129,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "RAGG_25_EC_Dev_A", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 620366207, "ifVlan": null, "ifTrunk": null, @@ -33229,7 +33229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/33 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5529, "ifVlan": "1", "ifTrunk": null, @@ -33329,7 +33329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/34 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5530, "ifVlan": "1", "ifTrunk": null, @@ -33429,7 +33429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/35 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5530, "ifVlan": "1", "ifTrunk": null, @@ -33529,7 +33529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/36 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5531, "ifVlan": "1", "ifTrunk": null, @@ -33629,7 +33629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/37 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5531, "ifVlan": "1", "ifTrunk": null, @@ -33729,7 +33729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/38 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5531, "ifVlan": "1", "ifTrunk": null, @@ -33829,7 +33829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/39 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5531, "ifVlan": "1", "ifTrunk": null, @@ -33929,7 +33929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/40 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5532, "ifVlan": "1", "ifTrunk": null, @@ -34029,7 +34029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/41 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5533, "ifVlan": "1", "ifTrunk": null, @@ -34129,7 +34129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/42 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5533, "ifVlan": "1", "ifTrunk": null, @@ -34229,7 +34229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/43 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5533, "ifVlan": "1", "ifTrunk": null, @@ -34329,7 +34329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/44 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5533, "ifVlan": "1", "ifTrunk": null, @@ -34429,7 +34429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/45 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5535, "ifVlan": "1", "ifTrunk": null, @@ -34529,7 +34529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/46 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23570, "ifVlan": "1", "ifTrunk": null, @@ -34629,7 +34629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/47 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23588, "ifVlan": "1", "ifTrunk": null, @@ -34729,7 +34729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet2/0/48 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 50218228, "ifVlan": "1", "ifTrunk": null, @@ -34829,7 +34829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 1a", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 570636686, "ifVlan": "1", "ifTrunk": null, @@ -34929,7 +34929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 2a", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 594383394, "ifVlan": "1", "ifTrunk": null, @@ -35029,7 +35029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 3a", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 632619349, "ifVlan": "1", "ifTrunk": null, @@ -35129,7 +35129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 4a", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 595775171, "ifVlan": "1", "ifTrunk": null, @@ -35229,7 +35229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 5a", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 596794476, "ifVlan": "1", "ifTrunk": null, @@ -35329,7 +35329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "VM Data ESXi 6a", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 621790475, "ifVlan": "1", "ifTrunk": null, @@ -35429,7 +35429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/7 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5449, "ifVlan": "1", "ifTrunk": null, @@ -35529,7 +35529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/8 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5450, "ifVlan": "1", "ifTrunk": null, @@ -35629,7 +35629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/9 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5450, "ifVlan": "1", "ifTrunk": null, @@ -35729,7 +35729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/10 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5456, "ifVlan": "1", "ifTrunk": null, @@ -35829,7 +35829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/11 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5456, "ifVlan": "1", "ifTrunk": null, @@ -35929,7 +35929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/12 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5456, "ifVlan": "1", "ifTrunk": null, @@ -36029,7 +36029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/13 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5456, "ifVlan": "1", "ifTrunk": null, @@ -36129,7 +36129,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Wireless MSM-8212-a1", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23486, "ifVlan": null, "ifTrunk": null, @@ -36229,7 +36229,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Wireless MSM-8212-a2", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 594304751, "ifVlan": null, "ifTrunk": null, @@ -36329,7 +36329,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Wireless MSM-8212-a3", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23473, "ifVlan": null, "ifTrunk": null, @@ -36429,7 +36429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/17 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23387, "ifVlan": "1", "ifTrunk": null, @@ -36529,7 +36529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/18 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5457, "ifVlan": "1", "ifTrunk": null, @@ -36629,7 +36629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/19 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5481, "ifVlan": "1", "ifTrunk": null, @@ -36729,7 +36729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/20 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5481, "ifVlan": "1", "ifTrunk": null, @@ -36829,7 +36829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/21 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5481, "ifVlan": "1", "ifTrunk": null, @@ -36929,7 +36929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/22 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5481, "ifVlan": "1", "ifTrunk": null, @@ -37029,7 +37029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/23 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5481, "ifVlan": "1", "ifTrunk": null, @@ -37129,7 +37129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/24 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5483, "ifVlan": "1", "ifTrunk": null, @@ -37229,7 +37229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/25 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5483, "ifVlan": "1", "ifTrunk": null, @@ -37329,7 +37329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/26 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5483, "ifVlan": "1", "ifTrunk": null, @@ -37429,7 +37429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/27 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 620123387, "ifVlan": "1", "ifTrunk": null, @@ -37529,7 +37529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/28 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5483, "ifVlan": "1", "ifTrunk": null, @@ -37629,7 +37629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/29 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 620128206, "ifVlan": "1", "ifTrunk": null, @@ -37729,7 +37729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/30 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5511, "ifVlan": "1", "ifTrunk": null, @@ -37829,7 +37829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/31 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5511, "ifVlan": "1", "ifTrunk": null, @@ -37929,7 +37929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/32 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 596534910, "ifVlan": "1", "ifTrunk": null, @@ -38029,7 +38029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/33 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5511, "ifVlan": "1", "ifTrunk": null, @@ -38129,7 +38129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/34 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5511, "ifVlan": "1", "ifTrunk": null, @@ -38229,7 +38229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/35 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5513, "ifVlan": "1", "ifTrunk": null, @@ -38329,7 +38329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/36 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5513, "ifVlan": "1", "ifTrunk": null, @@ -38429,7 +38429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/37 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5513, "ifVlan": "1", "ifTrunk": null, @@ -38529,7 +38529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/38 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5513, "ifVlan": "1", "ifTrunk": null, @@ -38629,7 +38629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/39 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5513, "ifVlan": "1", "ifTrunk": null, @@ -38729,7 +38729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/40 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5514, "ifVlan": "1", "ifTrunk": null, @@ -38829,7 +38829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireshark", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 534882918, "ifVlan": "1", "ifTrunk": null, @@ -38929,7 +38929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/42 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5515, "ifVlan": "1", "ifTrunk": null, @@ -39029,7 +39029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/43 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 147373406, "ifVlan": "1", "ifTrunk": null, @@ -39129,7 +39129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/44 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5515, "ifVlan": "1", "ifTrunk": null, @@ -39229,7 +39229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/45 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 53035767, "ifVlan": "1", "ifTrunk": null, @@ -39329,7 +39329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet1/0/46 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5517, "ifVlan": "1", "ifTrunk": null, @@ -39429,7 +39429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "to Cisco 2800 Router - REMOVE", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 577240835, "ifVlan": "1", "ifTrunk": null, @@ -39529,7 +39529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "TO-7700", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 328381240, "ifVlan": "1", "ifTrunk": null, @@ -39629,7 +39629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/1 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5294, "ifVlan": "1", "ifTrunk": null, @@ -39729,7 +39729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/2 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5295, "ifVlan": "1", "ifTrunk": null, @@ -39829,7 +39829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/3 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 406125666, "ifVlan": "1", "ifTrunk": null, @@ -39929,7 +39929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/4 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 598604959, "ifVlan": "1", "ifTrunk": null, @@ -40029,7 +40029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/5 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 598604977, "ifVlan": "1", "ifTrunk": null, @@ -40129,7 +40129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/6 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5328, "ifVlan": "1", "ifTrunk": null, @@ -40229,7 +40229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/7 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5328, "ifVlan": "1", "ifTrunk": null, @@ -40329,7 +40329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/8 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5328, "ifVlan": "1", "ifTrunk": null, @@ -40429,7 +40429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/9 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 458059475, "ifVlan": "1", "ifTrunk": null, @@ -40529,7 +40529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/10 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 648539706, "ifVlan": "1", "ifTrunk": null, @@ -40629,7 +40629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/11 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 751481865, "ifVlan": "1", "ifTrunk": null, @@ -40729,7 +40729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/12 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 559273711, "ifVlan": "1", "ifTrunk": null, @@ -40829,7 +40829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/13 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 24018, "ifVlan": "1", "ifTrunk": null, @@ -40929,7 +40929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/14 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 24004, "ifVlan": "1", "ifTrunk": null, @@ -41029,7 +41029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/15 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5347, "ifVlan": "1", "ifTrunk": null, @@ -41129,7 +41129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/16 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5347, "ifVlan": "1", "ifTrunk": null, @@ -41229,7 +41229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/17 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5347, "ifVlan": "1", "ifTrunk": null, @@ -41329,7 +41329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/18 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5347, "ifVlan": "1", "ifTrunk": null, @@ -41429,7 +41429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/19 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5348, "ifVlan": "1", "ifTrunk": null, @@ -41529,7 +41529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/20 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 594524871, "ifVlan": "1", "ifTrunk": null, @@ -41629,7 +41629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/21 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5363, "ifVlan": "1", "ifTrunk": null, @@ -41729,7 +41729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/22 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5364, "ifVlan": "1", "ifTrunk": null, @@ -41829,7 +41829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/23 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5364, "ifVlan": "1", "ifTrunk": null, @@ -41929,7 +41929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/24 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5364, "ifVlan": "1", "ifTrunk": null, @@ -42029,7 +42029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/25 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5379, "ifVlan": "1", "ifTrunk": null, @@ -42129,7 +42129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/26 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5379, "ifVlan": "1", "ifTrunk": null, @@ -42229,7 +42229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/27 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5380, "ifVlan": "1", "ifTrunk": null, @@ -42329,7 +42329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/28 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5380, "ifVlan": "1", "ifTrunk": null, @@ -42429,7 +42429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/29 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5380, "ifVlan": "1", "ifTrunk": null, @@ -42529,7 +42529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/30 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5380, "ifVlan": "1", "ifTrunk": null, @@ -42629,7 +42629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/31 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5396, "ifVlan": "1", "ifTrunk": null, @@ -42729,7 +42729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/32 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5396, "ifVlan": "1", "ifTrunk": null, @@ -42829,7 +42829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23752, "ifVlan": "1", "ifTrunk": null, @@ -42929,7 +42929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23716, "ifVlan": "1", "ifTrunk": null, @@ -43029,7 +43029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 284940682, "ifVlan": "1", "ifTrunk": null, @@ -43129,7 +43129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23804, "ifVlan": "1", "ifTrunk": null, @@ -43229,7 +43229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 587038107, "ifVlan": "1", "ifTrunk": null, @@ -43329,7 +43329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 439511216, "ifVlan": "1", "ifTrunk": null, @@ -43429,7 +43429,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23785, "ifVlan": "1", "ifTrunk": null, @@ -43529,7 +43529,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Wireless Switch", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 23699, "ifVlan": "1", "ifTrunk": null, @@ -43629,7 +43629,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/41 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5413, "ifVlan": "1", "ifTrunk": null, @@ -43729,7 +43729,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/42 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5430, "ifVlan": "1", "ifTrunk": null, @@ -43829,7 +43829,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/43 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5430, "ifVlan": "1", "ifTrunk": null, @@ -43929,7 +43929,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/44 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5430, "ifVlan": "1", "ifTrunk": null, @@ -44029,7 +44029,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/45 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5430, "ifVlan": "1", "ifTrunk": null, @@ -44129,7 +44129,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/46 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5430, "ifVlan": "1", "ifTrunk": null, @@ -44229,7 +44229,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet0/0/47 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 5433, "ifVlan": "1", "ifTrunk": null, @@ -44329,7 +44329,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "Internet", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e524", "ifLastChange": 52996372, "ifVlan": "1", "ifTrunk": null, @@ -44429,7 +44429,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Route-Aggregation25 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 620365877, "ifVlan": null, "ifTrunk": null, @@ -44529,7 +44529,7 @@ "ifMtu": 1536, "ifType": "softwareLoopback", "ifAlias": "LoopBack0 Interface", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 5187, "ifVlan": null, "ifTrunk": null, @@ -44629,7 +44629,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "Student", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 717297863, "ifVlan": null, "ifTrunk": null, @@ -44729,7 +44729,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "FUTURE", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 594490605, "ifVlan": null, "ifTrunk": null, @@ -44829,7 +44829,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Lonestar", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 24133, "ifVlan": null, "ifTrunk": null, @@ -44929,7 +44929,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Seele", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 446805393, "ifVlan": null, "ifTrunk": null, @@ -45029,7 +45029,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Lamar", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 378202828, "ifVlan": null, "ifTrunk": null, @@ -45129,7 +45129,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Kline", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 211924984, "ifVlan": null, "ifTrunk": null, @@ -45229,7 +45229,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Carl Schurtz", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 818232998, "ifVlan": null, "ifTrunk": null, @@ -45329,7 +45329,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Oak Run", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 827725019, "ifVlan": null, "ifTrunk": null, @@ -45429,7 +45429,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Memorial Elem", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 136005910, "ifVlan": null, "ifTrunk": null, @@ -45529,7 +45529,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "County Line", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 24165, "ifVlan": null, "ifTrunk": null, @@ -45629,7 +45629,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "High School", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 778469308, "ifVlan": null, "ifTrunk": null, @@ -45729,7 +45729,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Middle School", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 24005, "ifVlan": null, "ifTrunk": null, @@ -45829,7 +45829,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "NGC", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 650724921, "ifVlan": null, "ifTrunk": null, @@ -45929,7 +45929,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Wireless Controller 8212", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23499, "ifVlan": null, "ifTrunk": null, @@ -46029,7 +46029,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "Learning_Center", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 5232, "ifVlan": null, "ifTrunk": null, @@ -46129,7 +46129,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "Ed_Center", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 5234, "ifVlan": null, "ifTrunk": null, @@ -46229,7 +46229,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "Learning Center", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 650722898, "ifVlan": null, "ifTrunk": null, @@ -46329,7 +46329,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "Vlan-interface501 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 23582, "ifVlan": null, "ifTrunk": null, @@ -46429,7 +46429,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "Vlan-interface505 Interface", - "ifPhysAddress": "62383a61663a", + "ifPhysAddress": "b8af6763e523", "ifLastChange": 717651870, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/dahua-nvr.json b/tests/data/dahua-nvr.json index fa4ea68f57..c3062e6acd 100644 --- a/tests/data/dahua-nvr.json +++ b/tests/data/dahua-nvr.json @@ -348,7 +348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "33633a65663a", + "ifPhysAddress": "3cef8c084e1e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/dell-laser_s5830dn.json b/tests/data/dell-laser_s5830dn.json index bb5cc3d5d2..ce48f566eb 100644 --- a/tests/data/dell-laser_s5830dn.json +++ b/tests/data/dell-laser_s5830dn.json @@ -348,7 +348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "303a32313a62", + "ifPhysAddress": "0021b743f581", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/dell-powervault_me4024.json b/tests/data/dell-powervault_me4024.json index 62040fe30e..80b99513de 100644 --- a/tests/data/dell-powervault_me4024.json +++ b/tests/data/dell-powervault_me4024.json @@ -648,7 +648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "303a63303a66", + "ifPhysAddress": "00c0ff658fac", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -848,7 +848,7 @@ "ifMtu": 4096, "ifType": "ethernetCsmacd", "ifAlias": "mcmc", - "ifPhysAddress": "323a63303a66", + "ifPhysAddress": "02c0ff000000", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -948,7 +948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "bond0", - "ifPhysAddress": "303a63303a66", + "ifPhysAddress": "00c0ff658fac", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/dlink_dgs-1510-28.json b/tests/data/dlink_dgs-1510-28.json index 9638f464b3..d62c7f8199 100644 --- a/tests/data/dlink_dgs-1510-28.json +++ b/tests/data/dlink_dgs-1510-28.json @@ -3648,7 +3648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 1 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c1", "ifLastChange": 401515900, "ifVlan": "1", "ifTrunk": null, @@ -3748,7 +3748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 2 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c2", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -3848,7 +3848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 3 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c3", "ifLastChange": 38449343, "ifVlan": "430", "ifTrunk": null, @@ -3948,7 +3948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 4 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c4", "ifLastChange": 145808101, "ifVlan": "430", "ifTrunk": null, @@ -4048,7 +4048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 5 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c5", "ifLastChange": 402633615, "ifVlan": "430", "ifTrunk": null, @@ -4148,7 +4148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 6 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c6", "ifLastChange": 400265991, "ifVlan": "430", "ifTrunk": null, @@ -4248,7 +4248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 7 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c7", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -4348,7 +4348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 8 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c8", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -4448,7 +4448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 9 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c9", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -4548,7 +4548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 10 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6ca", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -4648,7 +4648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 11 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6cb", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -4748,7 +4748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 12 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6cc", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -4848,7 +4848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 13 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6cd", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -4948,7 +4948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 14 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6ce", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5048,7 +5048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 15 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6cf", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5148,7 +5148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 16 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d0", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5248,7 +5248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 17 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d1", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5348,7 +5348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 18 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d2", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5448,7 +5448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 19 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d3", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5548,7 +5548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 20 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d4", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5648,7 +5648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 21 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d5", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5748,7 +5748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 22 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d6", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5848,7 +5848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 23 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d7", "ifLastChange": 0, "ifVlan": "430", "ifTrunk": null, @@ -5948,7 +5948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 24 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d8", "ifLastChange": 32105, "ifVlan": "1", "ifTrunk": null, @@ -6048,7 +6048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 25 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6d9", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -6148,7 +6148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 26 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6da", "ifLastChange": 415886206, "ifVlan": "1", "ifTrunk": null, @@ -6248,7 +6248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 27 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6db", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -6348,7 +6348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 Port 28 on Unit 1", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6dc", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7048,7 +7048,7 @@ "ifMtu": 1500, "ifType": "ipForward", "ifAlias": "D-Link Corporation DGS-1510-28 HW A1 firmware 1.50.021 rif0(10.20.11.5)", - "ifPhysAddress": "31303a36323a", + "ifPhysAddress": "1062ebd1a6c0", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/dnos.json b/tests/data/dnos.json index 624a3c5ead..8d2022d5cb 100644 --- a/tests/data/dnos.json +++ b/tests/data/dnos.json @@ -16248,7 +16248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4164, "ifVlan": null, "ifTrunk": null, @@ -16348,7 +16348,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -16448,7 +16448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -16548,7 +16548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -16648,7 +16648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -16748,7 +16748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -16848,7 +16848,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -16948,7 +16948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -17048,7 +17048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -17148,7 +17148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -17248,7 +17248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -17348,7 +17348,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -17448,7 +17448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -17548,7 +17548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -17648,7 +17648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -17748,7 +17748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -17848,7 +17848,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -17948,7 +17948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -18048,7 +18048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -18148,7 +18148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -18248,7 +18248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -18348,7 +18348,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -18448,7 +18448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -18548,7 +18548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -18648,7 +18648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -18748,7 +18748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -18848,7 +18848,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -18948,7 +18948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -19048,7 +19048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -19148,7 +19148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 8220088, "ifVlan": null, "ifTrunk": null, @@ -19248,7 +19248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -19348,7 +19348,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -19448,7 +19448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -19548,7 +19548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -19648,7 +19648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -19748,7 +19748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -19848,7 +19848,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -19948,7 +19948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -20048,7 +20048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -20148,7 +20148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -20248,7 +20248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -20348,7 +20348,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -20448,7 +20448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -20548,7 +20548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -20648,7 +20648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "01 NIC2", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -20748,7 +20748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "02 NIC2", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -20848,7 +20848,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -20948,7 +20948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -21048,7 +21048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "abc-cs2 Fo1/50-Po50 Uplink to Core", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 7576446, "ifVlan": null, "ifTrunk": null, @@ -21148,7 +21148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -21248,7 +21248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4182, "ifVlan": null, "ifTrunk": null, @@ -21348,7 +21348,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4182, "ifVlan": null, "ifTrunk": null, @@ -21448,7 +21448,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "abc-ag7 Fo1/53-Po53 VLTi", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6808, "ifVlan": null, "ifTrunk": null, @@ -21548,7 +21548,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "abc-ag7 Fo1/54-Po53 VLTi", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6810, "ifVlan": null, "ifTrunk": null, @@ -21748,7 +21748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "abc-ag7 Ma1/1 VLT Backup Link", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6320, "ifVlan": null, "ifTrunk": null, @@ -21837,8 +21837,8 @@ "ifName": "NULL 0", "portName": null, "ifIndex": 1233125376, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -23737,8 +23737,8 @@ "ifName": "Port-channel 45", "portName": null, "ifIndex": 1258314240, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -23748,7 +23748,7 @@ "ifMtu": 1554, "ifType": "ieee8023adLag", "ifAlias": "01", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 5374, "ifVlan": null, "ifTrunk": null, @@ -23837,8 +23837,8 @@ "ifName": "Port-channel 46", "portName": null, "ifIndex": 1258314752, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -23848,7 +23848,7 @@ "ifMtu": 1554, "ifType": "ieee8023adLag", "ifAlias": "02", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 5384, "ifVlan": null, "ifTrunk": null, @@ -23948,7 +23948,7 @@ "ifMtu": 1554, "ifType": "ieee8023adLag", "ifAlias": "abc-cs2 Po50 Uplink to Core", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 7576718, "ifVlan": null, "ifTrunk": null, @@ -24048,7 +24048,7 @@ "ifMtu": 9216, "ifType": "ieee8023adLag", "ifAlias": "abc-ag7 Po53 VLTi", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6808, "ifVlan": null, "ifTrunk": null, @@ -24248,7 +24248,7 @@ "ifMtu": 1554, "ifType": "l3ipvlan", "ifAlias": "Management", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 7567976, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/dnos_bgp.json b/tests/data/dnos_bgp.json index 3df5e39d00..2e4ec6e42b 100644 --- a/tests/data/dnos_bgp.json +++ b/tests/data/dnos_bgp.json @@ -28937,8 +28937,8 @@ "ifName": "ManagementEthernet 1/1", "portName": null, "ifIndex": 9437185, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -29037,8 +29037,8 @@ "ifName": "ManagementEthernet 2/1", "portName": null, "ifIndex": 10485761, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -29137,8 +29137,8 @@ "ifName": "NULL 0", "portName": null, "ifIndex": 1233125376, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -29237,8 +29237,8 @@ "ifName": "Loopback 0", "portName": null, "ifIndex": 1241513984, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -30937,8 +30937,8 @@ "ifName": "Vlan 1", "portName": null, "ifIndex": 1275068928, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", diff --git a/tests/data/dnos_s4048.json b/tests/data/dnos_s4048.json index 0c007f90cc..5569751e46 100644 --- a/tests/data/dnos_s4048.json +++ b/tests/data/dnos_s4048.json @@ -21248,7 +21248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4164, "ifVlan": null, "ifTrunk": null, @@ -21448,7 +21448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -21548,7 +21548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -21648,7 +21648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -21748,7 +21748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -21948,7 +21948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -22048,7 +22048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4166, "ifVlan": null, "ifTrunk": null, @@ -22148,7 +22148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -22248,7 +22248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -22448,7 +22448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -22548,7 +22548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -22648,7 +22648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4168, "ifVlan": null, "ifTrunk": null, @@ -22748,7 +22748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -22948,7 +22948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -23048,7 +23048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -23148,7 +23148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -23248,7 +23248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -23448,7 +23448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4170, "ifVlan": null, "ifTrunk": null, @@ -23548,7 +23548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -23648,7 +23648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -23748,7 +23748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -23948,7 +23948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -24048,7 +24048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -24148,7 +24148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -24248,7 +24248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4172, "ifVlan": null, "ifTrunk": null, @@ -24448,7 +24448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -24548,7 +24548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -24648,7 +24648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -24748,7 +24748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -24948,7 +24948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 8220088, "ifVlan": null, "ifTrunk": null, @@ -25048,7 +25048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -25148,7 +25148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4174, "ifVlan": null, "ifTrunk": null, @@ -25248,7 +25248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -25448,7 +25448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -25548,7 +25548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -25648,7 +25648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -25748,7 +25748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -25948,7 +25948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4176, "ifVlan": null, "ifTrunk": null, @@ -26048,7 +26048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -26148,7 +26148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -26248,7 +26248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -26448,7 +26448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -26548,7 +26548,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -26648,7 +26648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4178, "ifVlan": null, "ifTrunk": null, @@ -26748,7 +26748,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "01 NIC2", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -26948,7 +26948,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "02 NIC2", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -27048,7 +27048,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -27148,7 +27148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -27248,7 +27248,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "abc-cs2 Fo1/50-Po50 Uplink to Core", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 7576446, "ifVlan": null, "ifTrunk": null, @@ -27448,7 +27448,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4180, "ifVlan": null, "ifTrunk": null, @@ -27648,7 +27648,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4182, "ifVlan": null, "ifTrunk": null, @@ -27848,7 +27848,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "..", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 4182, "ifVlan": null, "ifTrunk": null, @@ -28048,7 +28048,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "abc-ag7 Fo1/53-Po53 VLTi", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6808, "ifVlan": null, "ifTrunk": null, @@ -28248,7 +28248,7 @@ "ifMtu": 9216, "ifType": "ethernetCsmacd", "ifAlias": "abc-ag7 Fo1/54-Po53 VLTi", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6810, "ifVlan": null, "ifTrunk": null, @@ -30148,7 +30148,7 @@ "ifMtu": 1554, "ifType": "ethernetCsmacd", "ifAlias": "abc-ag7 Ma1/1 VLT Backup Link", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6320, "ifVlan": null, "ifTrunk": null, @@ -30237,8 +30237,8 @@ "ifName": "NULL 0", "portName": null, "ifIndex": 1233125376, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -32337,8 +32337,8 @@ "ifName": "Port-channel 45", "portName": null, "ifIndex": 1258314240, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -32348,7 +32348,7 @@ "ifMtu": 1554, "ifType": "ieee8023adLag", "ifAlias": "01", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 5374, "ifVlan": null, "ifTrunk": null, @@ -32437,8 +32437,8 @@ "ifName": "Port-channel 46", "portName": null, "ifIndex": 1258314752, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -32448,7 +32448,7 @@ "ifMtu": 1554, "ifType": "ieee8023adLag", "ifAlias": "02", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 5384, "ifVlan": null, "ifTrunk": null, @@ -32548,7 +32548,7 @@ "ifMtu": 1554, "ifType": "ieee8023adLag", "ifAlias": "abc-cs2 Po50 Uplink to Core", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 7576718, "ifVlan": null, "ifTrunk": null, @@ -32648,7 +32648,7 @@ "ifMtu": 9216, "ifType": "ieee8023adLag", "ifAlias": "abc-ag7 Po53 VLTi", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 6808, "ifVlan": null, "ifTrunk": null, @@ -32848,7 +32848,7 @@ "ifMtu": 1554, "ifType": "l3ipvlan", "ifAlias": "Management", - "ifPhysAddress": "65343a66303a", + "ifPhysAddress": "e4f004e1671a", "ifLastChange": 7567976, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/edfamux.json b/tests/data/edfamux.json index e6c86849cc..40e95de1da 100644 --- a/tests/data/edfamux.json +++ b/tests/data/edfamux.json @@ -248,7 +248,7 @@ "ifMtu": 0, "ifType": "softwareLoopback", "ifAlias": "lo", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 35, "ifVlan": null, "ifTrunk": null, @@ -348,7 +348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "en", - "ifPhysAddress": "34303a66353a", + "ifPhysAddress": "40f520473823", "ifLastChange": 241, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/ericsson-tn_tn.json b/tests/data/ericsson-tn_tn.json index f40ccec1f1..9e0d8f66ba 100644 --- a/tests/data/ericsson-tn_tn.json +++ b/tests/data/ericsson-tn_tn.json @@ -3037,8 +3037,8 @@ "ifName": "Loopback", "portName": null, "ifIndex": 2013265920, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -3048,7 +3048,7 @@ "ifMtu": 1500, "ifType": "softwareLoopback", "ifAlias": "Loopback", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3148,7 +3148,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "fe80::901c:4dec:83e2:f9d4", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 21100, "ifVlan": null, "ifTrunk": null, @@ -3337,8 +3337,8 @@ "ifName": "F2/2.1/1", "portName": null, "ifIndex": 2113143041, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "unknown", "ifOperStatus_prev": "unknown", @@ -3537,8 +3537,8 @@ "ifName": "F2/1.1/1", "portName": null, "ifIndex": 2129920257, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "unknown", "ifOperStatus_prev": "unknown", @@ -3737,8 +3737,8 @@ "ifName": "1/1/100", "portName": null, "ifIndex": 2132254948, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3837,8 +3837,8 @@ "ifName": "1/1/101", "portName": null, "ifIndex": 2132254949, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3937,8 +3937,8 @@ "ifName": "1/1/102", "portName": null, "ifIndex": 2132254950, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4137,8 +4137,8 @@ "ifName": "1/1/104", "portName": null, "ifIndex": 2132254952, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4537,8 +4537,8 @@ "ifName": "1/2/2", "portName": null, "ifIndex": 2134638850, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4637,8 +4637,8 @@ "ifName": "1/3/2", "portName": null, "ifIndex": 2134638978, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5037,8 +5037,8 @@ "ifName": "1/2.1/1", "portName": null, "ifIndex": 2146697473, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5137,8 +5137,8 @@ "ifName": "1/3.1/1", "portName": null, "ifIndex": 2146697601, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5537,8 +5537,8 @@ "ifName": "1/2+3/1 SC1", "portName": null, "ifIndex": 2147410305, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5548,7 +5548,7 @@ "ifMtu": 1500, "ifType": "ppp", "ifAlias": "1/2+3/1 SC1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 21100, "ifVlan": null, "ifTrunk": null, @@ -5637,8 +5637,8 @@ "ifName": "1/2+3/1 SC2", "portName": null, "ifIndex": 2147410306, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5648,7 +5648,7 @@ "ifMtu": 1500, "ifType": "ppp", "ifAlias": "1/2+3/1 SC2", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 16800, "ifVlan": null, "ifTrunk": null, @@ -5748,7 +5748,7 @@ "ifMtu": 1500, "ifType": "pppMultilinkBundle", "ifAlias": "10.4.47.65-10.4.49.66", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 21100, "ifVlan": null, "ifTrunk": null, @@ -5948,7 +5948,7 @@ "ifMtu": 1500, "ifType": "usb", "ifAlias": "1/1/1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 18100, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/fabos.json b/tests/data/fabos.json index 5067a84986..48e4cf8820 100644 --- a/tests/data/fabos.json +++ b/tests/data/fabos.json @@ -10337,8 +10337,8 @@ "ifName": "lo", "portName": null, "ifIndex": 805306370, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -10437,8 +10437,8 @@ "ifName": "sit0", "portName": null, "ifIndex": 805306371, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -10537,8 +10537,8 @@ "ifName": "ip6tnl0", "portName": null, "ifIndex": 805306372, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -10637,8 +10637,8 @@ "ifName": "fc0", "portName": null, "ifIndex": 805306373, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -10737,8 +10737,8 @@ "ifName": "port0", "portName": null, "ifIndex": 805306374, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -10848,7 +10848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port0", - "ifPhysAddress": "363535333600", + "ifPhysAddress": "0027f8d65536", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10948,7 +10948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port1", - "ifPhysAddress": "363537393200", + "ifPhysAddress": "0027f8d65792", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11048,7 +11048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port2", - "ifPhysAddress": "363630343800", + "ifPhysAddress": "0027f8d66048", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11148,7 +11148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-P17_FC0", - "ifPhysAddress": "363633303400", + "ifPhysAddress": "0027f8d66304", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11248,7 +11248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-P18_FC0", - "ifPhysAddress": "363635363000", + "ifPhysAddress": "0027f8d66560", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11348,7 +11348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port5", - "ifPhysAddress": "363638313600", + "ifPhysAddress": "0027f8d66816", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11448,7 +11448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port6", - "ifPhysAddress": "363730373200", + "ifPhysAddress": "0027f8d67072", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11548,7 +11548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port7", - "ifPhysAddress": "363733323800", + "ifPhysAddress": "0027f8d67328", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11648,7 +11648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port8", - "ifPhysAddress": "363735383400", + "ifPhysAddress": "0027f8d67584", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11748,7 +11748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port9", - "ifPhysAddress": "363738343000", + "ifPhysAddress": "0027f8d67840", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11848,7 +11848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port10", - "ifPhysAddress": "363830393600", + "ifPhysAddress": "0027f8d68096", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11948,7 +11948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port11", - "ifPhysAddress": "363833353200", + "ifPhysAddress": "0027f8d68352", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12048,7 +12048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-P51_FC0", - "ifPhysAddress": "363836303800", + "ifPhysAddress": "0027f8d68608", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12148,7 +12148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port13", - "ifPhysAddress": "363838363400", + "ifPhysAddress": "0027f8d68864", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12248,7 +12248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port14", - "ifPhysAddress": "363931323000", + "ifPhysAddress": "0027f8d69120", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12348,7 +12348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port15", - "ifPhysAddress": "363933373600", + "ifPhysAddress": "0027f8d69376", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12448,7 +12448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-P50_FC0", - "ifPhysAddress": "363936333200", + "ifPhysAddress": "0027f8d69632", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12548,7 +12548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port17", - "ifPhysAddress": "363938383800", + "ifPhysAddress": "0027f8d69888", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12648,7 +12648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port18", - "ifPhysAddress": "373031343400", + "ifPhysAddress": "0027f8d70144", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12748,7 +12748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port19", - "ifPhysAddress": "373034303000", + "ifPhysAddress": "0027f8d70400", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12848,7 +12848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port20", - "ifPhysAddress": "373036353600", + "ifPhysAddress": "0027f8d70656", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12948,7 +12948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port21", - "ifPhysAddress": "373039313200", + "ifPhysAddress": "0027f8d70912", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13048,7 +13048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port22", - "ifPhysAddress": "373131363800", + "ifPhysAddress": "0027f8d71168", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13148,7 +13148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port23", - "ifPhysAddress": "373134323400", + "ifPhysAddress": "0027f8d71424", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13248,7 +13248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port24", - "ifPhysAddress": "373136383000", + "ifPhysAddress": "0027f8d71680", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13348,7 +13348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-P16_FC0", - "ifPhysAddress": "373139333600", + "ifPhysAddress": "0027f8d71936", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13448,7 +13448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port26", - "ifPhysAddress": "373231393200", + "ifPhysAddress": "0027f8d72192", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13548,7 +13548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port27", - "ifPhysAddress": "373234343800", + "ifPhysAddress": "0027f8d72448", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13648,7 +13648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port28", - "ifPhysAddress": "373237303400", + "ifPhysAddress": "0027f8d72704", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13748,7 +13748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port29", - "ifPhysAddress": "373239363000", + "ifPhysAddress": "0027f8d72960", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13848,7 +13848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port30", - "ifPhysAddress": "373332313600", + "ifPhysAddress": "0027f8d73216", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13948,7 +13948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port31", - "ifPhysAddress": "373334373200", + "ifPhysAddress": "0027f8d73472", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14048,7 +14048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port32", - "ifPhysAddress": "373337323800", + "ifPhysAddress": "0027f8d73728", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14148,7 +14148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-P12_FC0", - "ifPhysAddress": "373339383400", + "ifPhysAddress": "0027f8d73984", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14248,7 +14248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port34", - "ifPhysAddress": "373432343000", + "ifPhysAddress": "0027f8d74240", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14348,7 +14348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port35", - "ifPhysAddress": "373434393600", + "ifPhysAddress": "0027f8d74496", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14448,7 +14448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port36", - "ifPhysAddress": "373437353200", + "ifPhysAddress": "0027f8d74752", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14548,7 +14548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port37", - "ifPhysAddress": "373530303800", + "ifPhysAddress": "0027f8d75008", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14648,7 +14648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port38", - "ifPhysAddress": "373532363400", + "ifPhysAddress": "0027f8d75264", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14748,7 +14748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port39", - "ifPhysAddress": "373535323000", + "ifPhysAddress": "0027f8d75520", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14848,7 +14848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port40", - "ifPhysAddress": "373537373600", + "ifPhysAddress": "0027f8d75776", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14948,7 +14948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port41", - "ifPhysAddress": "373630333200", + "ifPhysAddress": "0027f8d76032", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15048,7 +15048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port42", - "ifPhysAddress": "373632383800", + "ifPhysAddress": "0027f8d76288", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15148,7 +15148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port43", - "ifPhysAddress": "373635343400", + "ifPhysAddress": "0027f8d76544", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15248,7 +15248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port44", - "ifPhysAddress": "373638303000", + "ifPhysAddress": "0027f8d76800", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15348,7 +15348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port45", - "ifPhysAddress": "373730353600", + "ifPhysAddress": "0027f8d77056", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15448,7 +15448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port46", - "ifPhysAddress": "373733313200", + "ifPhysAddress": "0027f8d77312", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15548,7 +15548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port47", - "ifPhysAddress": "373735363800", + "ifPhysAddress": "0027f8d77568", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15648,7 +15648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "TAPE_FC0", - "ifPhysAddress": "373738323400", + "ifPhysAddress": "0027f8d77824", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15748,7 +15748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port49", - "ifPhysAddress": "373830383000", + "ifPhysAddress": "0027f8d78080", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15848,7 +15848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port50", - "ifPhysAddress": "373833333600", + "ifPhysAddress": "0027f8d78336", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15948,7 +15948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port51", - "ifPhysAddress": "373835393200", + "ifPhysAddress": "0027f8d78592", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16048,7 +16048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port52", - "ifPhysAddress": "373838343800", + "ifPhysAddress": "0027f8d78848", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16148,7 +16148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port53", - "ifPhysAddress": "373931303400", + "ifPhysAddress": "0027f8d79104", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16248,7 +16248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port54", - "ifPhysAddress": "373933363000", + "ifPhysAddress": "0027f8d79360", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16348,7 +16348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port55", - "ifPhysAddress": "373936313600", + "ifPhysAddress": "0027f8d79616", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16448,7 +16448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port56", - "ifPhysAddress": "373938373200", + "ifPhysAddress": "0027f8d79872", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16548,7 +16548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port57", - "ifPhysAddress": "383031323800", + "ifPhysAddress": "0027f8d80128", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16648,7 +16648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port58", - "ifPhysAddress": "383033383400", + "ifPhysAddress": "0027f8d80384", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16748,7 +16748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port59", - "ifPhysAddress": "383036343000", + "ifPhysAddress": "0027f8d80640", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16848,7 +16848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port60", - "ifPhysAddress": "383038393600", + "ifPhysAddress": "0027f8d80896", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16948,7 +16948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port61", - "ifPhysAddress": "383131353200", + "ifPhysAddress": "0027f8d81152", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17048,7 +17048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port62", - "ifPhysAddress": "383134303800", + "ifPhysAddress": "0027f8d81408", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17148,7 +17148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port63", - "ifPhysAddress": "383136363400", + "ifPhysAddress": "0027f8d81664", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17248,7 +17248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port64", - "ifPhysAddress": "383139323000", + "ifPhysAddress": "0027f8d81920", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17348,7 +17348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port65", - "ifPhysAddress": "383231373600", + "ifPhysAddress": "0027f8d82176", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17448,7 +17448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port66", - "ifPhysAddress": "383234333200", + "ifPhysAddress": "0027f8d82432", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17548,7 +17548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port67", - "ifPhysAddress": "383236383800", + "ifPhysAddress": "0027f8d82688", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17648,7 +17648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port68", - "ifPhysAddress": "383239343400", + "ifPhysAddress": "0027f8d82944", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17748,7 +17748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port69", - "ifPhysAddress": "383332303000", + "ifPhysAddress": "0027f8d83200", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17848,7 +17848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port70", - "ifPhysAddress": "383334353600", + "ifPhysAddress": "0027f8d83456", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17948,7 +17948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port71", - "ifPhysAddress": "383337313200", + "ifPhysAddress": "0027f8d83712", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18048,7 +18048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port72", - "ifPhysAddress": "383339363800", + "ifPhysAddress": "0027f8d83968", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18148,7 +18148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port73", - "ifPhysAddress": "383432323400", + "ifPhysAddress": "0027f8d84224", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18248,7 +18248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port74", - "ifPhysAddress": "383434383000", + "ifPhysAddress": "0027f8d84480", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18348,7 +18348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port75", - "ifPhysAddress": "383437333600", + "ifPhysAddress": "0027f8d84736", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18448,7 +18448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port76", - "ifPhysAddress": "383439393200", + "ifPhysAddress": "0027f8d84992", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18548,7 +18548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port77", - "ifPhysAddress": "383532343800", + "ifPhysAddress": "0027f8d85248", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18648,7 +18648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port78", - "ifPhysAddress": "383535303400", + "ifPhysAddress": "0027f8d85504", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18748,7 +18748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port79", - "ifPhysAddress": "383537363000", + "ifPhysAddress": "0027f8d85760", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18848,7 +18848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "InterSwitchLink_SAN-P1", - "ifPhysAddress": "383630313600", + "ifPhysAddress": "0027f8d86016", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18948,7 +18948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "InterSwitchLink_SAN-P1", - "ifPhysAddress": "383632373200", + "ifPhysAddress": "0027f8d86272", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19048,7 +19048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port82", - "ifPhysAddress": "383635323800", + "ifPhysAddress": "0027f8d86528", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19148,7 +19148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port83", - "ifPhysAddress": "383637383400", + "ifPhysAddress": "0027f8d86784", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19248,7 +19248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port84", - "ifPhysAddress": "383730343000", + "ifPhysAddress": "0027f8d87040", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19348,7 +19348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port85", - "ifPhysAddress": "383732393600", + "ifPhysAddress": "0027f8d87296", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19448,7 +19448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port86", - "ifPhysAddress": "383735353200", + "ifPhysAddress": "0027f8d87552", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19548,7 +19548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port87", - "ifPhysAddress": "383738303800", + "ifPhysAddress": "0027f8d87808", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19648,7 +19648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port88", - "ifPhysAddress": "383830363400", + "ifPhysAddress": "0027f8d88064", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19748,7 +19748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port89", - "ifPhysAddress": "383833323000", + "ifPhysAddress": "0027f8d88320", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19848,7 +19848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port90", - "ifPhysAddress": "383835373600", + "ifPhysAddress": "0027f8d88576", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19948,7 +19948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port91", - "ifPhysAddress": "383838333200", + "ifPhysAddress": "0027f8d88832", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20048,7 +20048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port92", - "ifPhysAddress": "383930383800", + "ifPhysAddress": "0027f8d89088", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20148,7 +20148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port93", - "ifPhysAddress": "383933343400", + "ifPhysAddress": "0027f8d89344", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20248,7 +20248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port94", - "ifPhysAddress": "383936303000", + "ifPhysAddress": "0027f8d89600", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20348,7 +20348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port95", - "ifPhysAddress": "383938353600", + "ifPhysAddress": "0027f8d89856", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/fabos_6520.json b/tests/data/fabos_6520.json index a9426fc65c..9fe59d2e55 100644 --- a/tests/data/fabos_6520.json +++ b/tests/data/fabos_6520.json @@ -10848,7 +10848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port0", - "ifPhysAddress": "363535333600", + "ifPhysAddress": "0027f8d65536", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10948,7 +10948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port1", - "ifPhysAddress": "363537393200", + "ifPhysAddress": "0027f8d65792", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11048,7 +11048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port2", - "ifPhysAddress": "363630343800", + "ifPhysAddress": "0027f8d66048", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11148,7 +11148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port3", - "ifPhysAddress": "363633303400", + "ifPhysAddress": "0027f8d66304", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11248,7 +11248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port4", - "ifPhysAddress": "363635363000", + "ifPhysAddress": "0027f8d66560", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11348,7 +11348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port5", - "ifPhysAddress": "363638313600", + "ifPhysAddress": "0027f8d66816", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11448,7 +11448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port6", - "ifPhysAddress": "363730373200", + "ifPhysAddress": "0027f8d67072", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11548,7 +11548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port7", - "ifPhysAddress": "363733323800", + "ifPhysAddress": "0027f8d67328", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11648,7 +11648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port8", - "ifPhysAddress": "363735383400", + "ifPhysAddress": "0027f8d67584", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11748,7 +11748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "NT-WZ-SAN-BU_FC0", - "ifPhysAddress": "363738343000", + "ifPhysAddress": "0027f8d67840", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11848,7 +11848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port10", - "ifPhysAddress": "363830393600", + "ifPhysAddress": "0027f8d68096", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11948,7 +11948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port11", - "ifPhysAddress": "363833353200", + "ifPhysAddress": "0027f8d68352", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12048,7 +12048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port12", - "ifPhysAddress": "363836303800", + "ifPhysAddress": "0027f8d68608", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12148,7 +12148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port13", - "ifPhysAddress": "363838363400", + "ifPhysAddress": "0027f8d68864", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12248,7 +12248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port14", - "ifPhysAddress": "363931323000", + "ifPhysAddress": "0027f8d69120", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12348,7 +12348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port15", - "ifPhysAddress": "363933373600", + "ifPhysAddress": "0027f8d69376", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12448,7 +12448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port16", - "ifPhysAddress": "363936333200", + "ifPhysAddress": "0027f8d69632", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12548,7 +12548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-AK-P17_FC0", - "ifPhysAddress": "363938383800", + "ifPhysAddress": "0027f8d69888", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12648,7 +12648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "ESX-AK-P18_FC0", - "ifPhysAddress": "373031343400", + "ifPhysAddress": "0027f8d70144", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12748,7 +12748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port19", - "ifPhysAddress": "373034303000", + "ifPhysAddress": "0027f8d70400", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12848,7 +12848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port20", - "ifPhysAddress": "373036353600", + "ifPhysAddress": "0027f8d70656", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12948,7 +12948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port21", - "ifPhysAddress": "373039313200", + "ifPhysAddress": "0027f8d70912", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13048,7 +13048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port22", - "ifPhysAddress": "373131363800", + "ifPhysAddress": "0027f8d71168", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13148,7 +13148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port23", - "ifPhysAddress": "373134323400", + "ifPhysAddress": "0027f8d71424", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13248,7 +13248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port24", - "ifPhysAddress": "373136383000", + "ifPhysAddress": "0027f8d71680", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13348,7 +13348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port16", - "ifPhysAddress": "373139333600", + "ifPhysAddress": "0027f8d71936", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13448,7 +13448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "WA-NB-P2_FC0", - "ifPhysAddress": "373231393200", + "ifPhysAddress": "0027f8d72192", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13548,7 +13548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port27", - "ifPhysAddress": "373234343800", + "ifPhysAddress": "0027f8d72448", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13648,7 +13648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port28", - "ifPhysAddress": "373237303400", + "ifPhysAddress": "0027f8d72704", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13748,7 +13748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port29", - "ifPhysAddress": "373239363000", + "ifPhysAddress": "0027f8d72960", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13848,7 +13848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port30", - "ifPhysAddress": "373332313600", + "ifPhysAddress": "0027f8d73216", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13948,7 +13948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port31", - "ifPhysAddress": "373334373200", + "ifPhysAddress": "0027f8d73472", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14048,7 +14048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port32", - "ifPhysAddress": "373337323800", + "ifPhysAddress": "0027f8d73728", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14148,7 +14148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port33", - "ifPhysAddress": "373339383400", + "ifPhysAddress": "0027f8d73984", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14248,7 +14248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port34", - "ifPhysAddress": "373432343000", + "ifPhysAddress": "0027f8d74240", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14348,7 +14348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port35", - "ifPhysAddress": "373434393600", + "ifPhysAddress": "0027f8d74496", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14448,7 +14448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port36", - "ifPhysAddress": "373437353200", + "ifPhysAddress": "0027f8d74752", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14548,7 +14548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port37", - "ifPhysAddress": "373530303800", + "ifPhysAddress": "0027f8d75008", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14648,7 +14648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port38", - "ifPhysAddress": "373532363400", + "ifPhysAddress": "0027f8d75264", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14748,7 +14748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "WD-NB-P1_FC0", - "ifPhysAddress": "373535323000", + "ifPhysAddress": "0027f8d75520", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14848,7 +14848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port40", - "ifPhysAddress": "373537373600", + "ifPhysAddress": "0027f8d75776", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14948,7 +14948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port41", - "ifPhysAddress": "373630333200", + "ifPhysAddress": "0027f8d76032", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15048,7 +15048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port42", - "ifPhysAddress": "373632383800", + "ifPhysAddress": "0027f8d76288", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15148,7 +15148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port43", - "ifPhysAddress": "373635343400", + "ifPhysAddress": "0027f8d76544", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15248,7 +15248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port44", - "ifPhysAddress": "373638303000", + "ifPhysAddress": "0027f8d76800", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15348,7 +15348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port45", - "ifPhysAddress": "373730353600", + "ifPhysAddress": "0027f8d77056", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15448,7 +15448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port46", - "ifPhysAddress": "373733313200", + "ifPhysAddress": "0027f8d77312", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15548,7 +15548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port47", - "ifPhysAddress": "373735363800", + "ifPhysAddress": "0027f8d77568", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15648,7 +15648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "TAPE-AK-01_FC0", - "ifPhysAddress": "373738323400", + "ifPhysAddress": "0027f8d77824", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15748,7 +15748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port49", - "ifPhysAddress": "373830383000", + "ifPhysAddress": "0027f8d78080", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15848,7 +15848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port50", - "ifPhysAddress": "373833333600", + "ifPhysAddress": "0027f8d78336", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15948,7 +15948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port51", - "ifPhysAddress": "373835393200", + "ifPhysAddress": "0027f8d78592", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16048,7 +16048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port52", - "ifPhysAddress": "373838343800", + "ifPhysAddress": "0027f8d78848", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16148,7 +16148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port53", - "ifPhysAddress": "373931303400", + "ifPhysAddress": "0027f8d79104", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16248,7 +16248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port54", - "ifPhysAddress": "373933363000", + "ifPhysAddress": "0027f8d79360", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16348,7 +16348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port55", - "ifPhysAddress": "373936313600", + "ifPhysAddress": "0027f8d79616", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16448,7 +16448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port56", - "ifPhysAddress": "373938373200", + "ifPhysAddress": "0027f8d79872", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16548,7 +16548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port57", - "ifPhysAddress": "383031323800", + "ifPhysAddress": "0027f8d80128", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16648,7 +16648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port58", - "ifPhysAddress": "383033383400", + "ifPhysAddress": "0027f8d80384", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16748,7 +16748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port59", - "ifPhysAddress": "383036343000", + "ifPhysAddress": "0027f8d80640", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16848,7 +16848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port60", - "ifPhysAddress": "383038393600", + "ifPhysAddress": "0027f8d80896", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16948,7 +16948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port61", - "ifPhysAddress": "383131353200", + "ifPhysAddress": "0027f8d81152", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17048,7 +17048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port62", - "ifPhysAddress": "383134303800", + "ifPhysAddress": "0027f8d81408", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17148,7 +17148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port63", - "ifPhysAddress": "383136363400", + "ifPhysAddress": "0027f8d81664", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17248,7 +17248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port64", - "ifPhysAddress": "383139323000", + "ifPhysAddress": "0027f8d81920", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17348,7 +17348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port65", - "ifPhysAddress": "383231373600", + "ifPhysAddress": "0027f8d82176", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17448,7 +17448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port66", - "ifPhysAddress": "383234333200", + "ifPhysAddress": "0027f8d82432", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17548,7 +17548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port67", - "ifPhysAddress": "383236383800", + "ifPhysAddress": "0027f8d82688", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17648,7 +17648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port68", - "ifPhysAddress": "383239343400", + "ifPhysAddress": "0027f8d82944", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17748,7 +17748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port69", - "ifPhysAddress": "383332303000", + "ifPhysAddress": "0027f8d83200", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17848,7 +17848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port70", - "ifPhysAddress": "383334353600", + "ifPhysAddress": "0027f8d83456", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17948,7 +17948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port71", - "ifPhysAddress": "383337313200", + "ifPhysAddress": "0027f8d83712", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18048,7 +18048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port72", - "ifPhysAddress": "383339363800", + "ifPhysAddress": "0027f8d83968", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18148,7 +18148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port73", - "ifPhysAddress": "383432323400", + "ifPhysAddress": "0027f8d84224", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18248,7 +18248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port74", - "ifPhysAddress": "383434383000", + "ifPhysAddress": "0027f8d84480", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18348,7 +18348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port75", - "ifPhysAddress": "383437333600", + "ifPhysAddress": "0027f8d84736", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18448,7 +18448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port76", - "ifPhysAddress": "383439393200", + "ifPhysAddress": "0027f8d84992", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18548,7 +18548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port77", - "ifPhysAddress": "383532343800", + "ifPhysAddress": "0027f8d85248", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18648,7 +18648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port78", - "ifPhysAddress": "383535303400", + "ifPhysAddress": "0027f8d85504", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18748,7 +18748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port79", - "ifPhysAddress": "383537363000", + "ifPhysAddress": "0027f8d85760", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18848,7 +18848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "InterSwitchLink_SAN-WD-P1", - "ifPhysAddress": "383630313600", + "ifPhysAddress": "0027f8d86016", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18948,7 +18948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "InterSwitchLink_SAN-WD-P1", - "ifPhysAddress": "383632373200", + "ifPhysAddress": "0027f8d86272", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19048,7 +19048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port82", - "ifPhysAddress": "383635323800", + "ifPhysAddress": "0027f8d86528", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19148,7 +19148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port83", - "ifPhysAddress": "383637383400", + "ifPhysAddress": "0027f8d86784", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19248,7 +19248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port84", - "ifPhysAddress": "383730343000", + "ifPhysAddress": "0027f8d87040", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19348,7 +19348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port85", - "ifPhysAddress": "383732393600", + "ifPhysAddress": "0027f8d87296", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19448,7 +19448,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port86", - "ifPhysAddress": "383735353200", + "ifPhysAddress": "0027f8d87552", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19548,7 +19548,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port87", - "ifPhysAddress": "383738303800", + "ifPhysAddress": "0027f8d87808", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19648,7 +19648,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port88", - "ifPhysAddress": "383830363400", + "ifPhysAddress": "0027f8d88064", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19748,7 +19748,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port89", - "ifPhysAddress": "383833323000", + "ifPhysAddress": "0027f8d88320", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19848,7 +19848,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port90", - "ifPhysAddress": "383835373600", + "ifPhysAddress": "0027f8d88576", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19948,7 +19948,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port91", - "ifPhysAddress": "383838333200", + "ifPhysAddress": "0027f8d88832", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20048,7 +20048,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port92", - "ifPhysAddress": "383930383800", + "ifPhysAddress": "0027f8d89088", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20148,7 +20148,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "port93", - "ifPhysAddress": "383933343400", + "ifPhysAddress": "0027f8d89344", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20248,7 +20248,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port94", - "ifPhysAddress": "383936303000", + "ifPhysAddress": "0027f8d89600", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20348,7 +20348,7 @@ "ifMtu": 0, "ifType": "fibreChannel", "ifAlias": "Port95", - "ifPhysAddress": "383938353600", + "ifPhysAddress": "0027f8d89856", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/fibernet-xmux4-plus.json b/tests/data/fibernet-xmux4-plus.json index 2c365039df..62bbd83680 100644 --- a/tests/data/fibernet-xmux4-plus.json +++ b/tests/data/fibernet-xmux4-plus.json @@ -448,7 +448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "MCF Fast Ethernet Controller", - "ifPhysAddress": "303a38303a61", + "ifPhysAddress": "0080a3909d9a", "ifLastChange": 8, "ifVlan": null, "ifTrunk": null, @@ -548,7 +548,7 @@ "ifMtu": 1500, "ifType": "softwareLoopback", "ifAlias": "Software Loopback", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 8, "ifVlan": null, "ifTrunk": null, @@ -648,7 +648,7 @@ "ifMtu": 1500, "ifType": "ppp", "ifAlias": "HDLC", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 8, "ifVlan": null, "ifTrunk": null, @@ -748,7 +748,7 @@ "ifMtu": 1500, "ifType": "ppp", "ifAlias": "HDLC", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 8, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/fs-gbn_2800.json b/tests/data/fs-gbn_2800.json index 9016477439..11f7a612f7 100644 --- a/tests/data/fs-gbn_2800.json +++ b/tests/data/fs-gbn_2800.json @@ -2948,7 +2948,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Router 2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 645817669, "ifVlan": "100", "ifTrunk": null, @@ -3048,7 +3048,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "OOB Router", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 85618, "ifVlan": "1", "ifTrunk": null, @@ -3148,7 +3148,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Server 1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 554543484, "ifVlan": "100", "ifTrunk": null, @@ -3248,7 +3248,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Server 2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 674275465, "ifVlan": "100", "ifTrunk": null, @@ -3348,7 +3348,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Server 3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 559683064, "ifVlan": "100", "ifTrunk": null, @@ -3448,7 +3448,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Server 4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 555171665, "ifVlan": "100", "ifTrunk": null, @@ -3548,7 +3548,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Server 5", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 562896316, "ifVlan": "100", "ifTrunk": null, @@ -3648,7 +3648,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/8", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -3748,7 +3748,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/9", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -3848,7 +3848,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/10", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -3948,7 +3948,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/11", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4048,7 +4048,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/12", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4148,7 +4148,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/13", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4248,7 +4248,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/14", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4348,7 +4348,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/15", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4448,7 +4448,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/16", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4548,7 +4548,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/17", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4648,7 +4648,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/18", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4748,7 +4748,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/19", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4848,7 +4848,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/20", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -4948,7 +4948,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/21", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -5048,7 +5048,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Switch Crosslink", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 629014322, "ifVlan": "1", "ifTrunk": null, @@ -5148,7 +5148,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Spare", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 629010005, "ifVlan": "1", "ifTrunk": null, @@ -5248,7 +5248,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "Spare", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 629010257, "ifVlan": "1", "ifTrunk": null, @@ -5348,7 +5348,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/1/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -5448,7 +5448,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/1/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -5548,7 +5548,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/1/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -5648,7 +5648,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/1/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -5748,7 +5748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "system", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a9417e3", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/fs-gbn_3800.json b/tests/data/fs-gbn_3800.json index f4974a781c..37dff9f739 100644 --- a/tests/data/fs-gbn_3800.json +++ b/tests/data/fs-gbn_3800.json @@ -11148,7 +11148,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 29271, "ifVlan": null, "ifTrunk": null, @@ -11248,7 +11248,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11348,7 +11348,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11448,7 +11448,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11548,7 +11548,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/5", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11648,7 +11648,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/6", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11748,7 +11748,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/7", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11848,7 +11848,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/8", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 87578493, "ifVlan": null, "ifTrunk": null, @@ -11948,7 +11948,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/9", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 14671, "ifVlan": null, "ifTrunk": null, @@ -12048,7 +12048,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/10", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12148,7 +12148,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/11", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12248,7 +12248,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/12", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12348,7 +12348,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/13", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12448,7 +12448,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/14", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12548,7 +12548,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/15", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12648,7 +12648,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/16", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12748,7 +12748,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/17", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12848,7 +12848,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/18", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 14674, "ifVlan": null, "ifTrunk": null, @@ -12948,7 +12948,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/19", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13048,7 +13048,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/20", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13148,7 +13148,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/21", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13248,7 +13248,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/22", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13348,7 +13348,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/23", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13448,7 +13448,7 @@ "ifMtu": 1500, "ifType": "gigabitEthernet", "ifAlias": "e0/0/24", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13548,7 +13548,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "e0/1/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13648,7 +13648,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "e0/1/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 29271, "ifVlan": null, "ifTrunk": null, @@ -13748,7 +13748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13848,7 +13848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13948,7 +13948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14048,7 +14048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14148,7 +14148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/5", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 8697, "ifVlan": null, "ifTrunk": null, @@ -14248,7 +14248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/6", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14348,7 +14348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/7", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14448,7 +14448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/8", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14548,7 +14548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/9", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14648,7 +14648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/10", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14748,7 +14748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/11", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14848,7 +14848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/12", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -14948,7 +14948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/13", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15048,7 +15048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/14", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15148,7 +15148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/15", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15248,7 +15248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/16", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15348,7 +15348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/17", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15448,7 +15448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/18", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 87326860, "ifVlan": null, "ifTrunk": null, @@ -15548,7 +15548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/19", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15648,7 +15648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/20", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15748,7 +15748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/21", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15848,7 +15848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/22", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -15948,7 +15948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/23", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16048,7 +16048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/0/24", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16148,7 +16148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/1/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16248,7 +16248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/1/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16348,7 +16348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/1/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16448,7 +16448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e1/1/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 29443, "ifVlan": null, "ifTrunk": null, @@ -16548,7 +16548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16648,7 +16648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16748,7 +16748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16848,7 +16848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -16948,7 +16948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/5", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17048,7 +17048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/6", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17148,7 +17148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/7", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17248,7 +17248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/8", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17348,7 +17348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/9", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17448,7 +17448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/10", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17548,7 +17548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/11", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17648,7 +17648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/12", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17748,7 +17748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/13", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17848,7 +17848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/14", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -17948,7 +17948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/15", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18048,7 +18048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/16", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18148,7 +18148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/17", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18248,7 +18248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/18", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18348,7 +18348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/19", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18448,7 +18448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/20", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18548,7 +18548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/21", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18648,7 +18648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/22", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18748,7 +18748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/23", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18848,7 +18848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/0/24", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -18948,7 +18948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/1/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19048,7 +19048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/1/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19148,7 +19148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/1/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19248,7 +19248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e2/1/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19348,7 +19348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19448,7 +19448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19548,7 +19548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19648,7 +19648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19748,7 +19748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/5", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19848,7 +19848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/6", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -19948,7 +19948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/7", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20048,7 +20048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/8", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20148,7 +20148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/9", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20248,7 +20248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/10", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20348,7 +20348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/11", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20448,7 +20448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/12", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20548,7 +20548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/13", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20648,7 +20648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/14", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20748,7 +20748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/15", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20848,7 +20848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/16", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -20948,7 +20948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/17", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21048,7 +21048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/18", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21148,7 +21148,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/19", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21248,7 +21248,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/20", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21348,7 +21348,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/21", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21448,7 +21448,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/22", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21548,7 +21548,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/23", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21648,7 +21648,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/0/24", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21748,7 +21748,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/1/1", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21848,7 +21848,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/1/2", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -21948,7 +21948,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/1/3", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -22048,7 +22048,7 @@ "ifMtu": 1500, "ifType": "fastEther", "ifAlias": "e3/1/4", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -22148,7 +22148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "VLAN-IF82", - "ifPhysAddress": "303a613a3561", + "ifPhysAddress": "000a5a64def2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/ftd.json b/tests/data/ftd.json index 0435eb5c7f..529f9c1c31 100644 --- a/tests/data/ftd.json +++ b/tests/data/ftd.json @@ -3548,7 +3548,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'dmz3' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0cd", "ifLastChange": 33409600, "ifVlan": null, "ifTrunk": null, @@ -3648,7 +3648,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'dmz2' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0cd", "ifLastChange": 33409600, "ifVlan": null, "ifTrunk": null, @@ -3748,7 +3748,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'dmz2tier' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0cd", "ifLastChange": 33409600, "ifVlan": null, "ifTrunk": null, @@ -3848,7 +3848,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'farecollection' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0bd", "ifLastChange": 34174900, "ifVlan": null, "ifTrunk": null, @@ -3948,7 +3948,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/2' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0ed", "ifLastChange": 1400, "ifVlan": null, "ifTrunk": null, @@ -4048,7 +4048,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/3' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0dd", "ifLastChange": 1400, "ifVlan": null, "ifTrunk": null, @@ -4148,7 +4148,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/4' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0fd", "ifLastChange": 1400, "ifVlan": null, "ifTrunk": null, @@ -4248,7 +4248,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/5' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0ae", "ifLastChange": 1400, "ifVlan": null, "ifTrunk": null, @@ -4348,7 +4348,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/6' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0ce", "ifLastChange": 1400, "ifVlan": null, "ifTrunk": null, @@ -4448,7 +4448,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/7' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0be", "ifLastChange": 1500, "ifVlan": null, "ifTrunk": null, @@ -4548,7 +4548,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/8' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0ee", "ifLastChange": 1500, "ifVlan": null, "ifTrunk": null, @@ -4648,7 +4648,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/9' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0de", "ifLastChange": 1500, "ifVlan": null, "ifTrunk": null, @@ -4748,7 +4748,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Adaptive Security Appliance 'Ethernet1/10' interface", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0fe", "ifLastChange": 1500, "ifVlan": null, "ifTrunk": null, @@ -4848,7 +4848,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "Inside_Networks", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0af", "ifLastChange": 1500, "ifVlan": null, "ifTrunk": null, @@ -4948,7 +4948,7 @@ "ifMtu": 0, "ifType": "propVirtual", "ifAlias": "External_Networks", - "ifPhysAddress": "37303a37393a", + "ifPhysAddress": "7079b30fc0cf", "ifLastChange": 1500, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/gigavue.json b/tests/data/gigavue.json index 6eae790e09..f9a02f8102 100644 --- a/tests/data/gigavue.json +++ b/tests/data/gigavue.json @@ -2948,7 +2948,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "Level3ToEQCH1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1122874590, "ifVlan": null, "ifTrunk": null, @@ -3048,7 +3048,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "Level3FromEQCH1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1122875100, "ifVlan": null, "ifTrunk": null, @@ -3148,7 +3148,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "XOToEQCH1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1129580215, "ifVlan": null, "ifTrunk": null, @@ -3248,7 +3248,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "XOFromEQCH1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1129580572, "ifVlan": null, "ifTrunk": null, @@ -3337,8 +3337,8 @@ "ifName": "GigaVUE-2404 Port 5 (Network Port)", "portName": null, "ifIndex": 5, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3348,7 +3348,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 5 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2952, "ifVlan": null, "ifTrunk": null, @@ -3448,7 +3448,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "NTSDC3TAP1Port1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 241497042, "ifVlan": null, "ifTrunk": null, @@ -3548,7 +3548,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "NTSDC3TAP1Port2", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2952, "ifVlan": null, "ifTrunk": null, @@ -3648,7 +3648,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 8 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2952, "ifVlan": null, "ifTrunk": null, @@ -3748,7 +3748,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "CMEGLinkToCMEAFeed", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1099354994, "ifVlan": null, "ifTrunk": null, @@ -3848,7 +3848,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "CMEGLinkFromCMEAFeed", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1695320948, "ifVlan": null, "ifTrunk": null, @@ -3948,7 +3948,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "ZayoFromInternet", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1812718161, "ifVlan": null, "ifTrunk": null, @@ -4048,7 +4048,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "ZayoToInternet", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1812718365, "ifVlan": null, "ifTrunk": null, @@ -4148,7 +4148,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 13 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2953, "ifVlan": null, "ifTrunk": null, @@ -4248,7 +4248,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 14 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2953, "ifVlan": null, "ifTrunk": null, @@ -4348,7 +4348,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "CMEGLinkFromCMEBFeed", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1634670624, "ifVlan": null, "ifTrunk": null, @@ -4448,7 +4448,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "CMEGLinkToCMEBFeed", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1634670420, "ifVlan": null, "ifTrunk": null, @@ -4548,7 +4548,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "Valkyrie-ASide", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 124190725, "ifVlan": null, "ifTrunk": null, @@ -4648,7 +4648,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "Valkyrie-BSide", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 124190623, "ifVlan": null, "ifTrunk": null, @@ -4748,7 +4748,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 19 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1020454979, "ifVlan": null, "ifTrunk": null, @@ -4848,7 +4848,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 20 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 995706331, "ifVlan": null, "ifTrunk": null, @@ -4948,7 +4948,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 21 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2954, "ifVlan": null, "ifTrunk": null, @@ -5048,7 +5048,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 22 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2955, "ifVlan": null, "ifTrunk": null, @@ -5148,7 +5148,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 23 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2955, "ifVlan": null, "ifTrunk": null, @@ -5248,7 +5248,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port 24 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2955, "ifVlan": null, "ifTrunk": null, @@ -5348,7 +5348,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port g1 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2955, "ifVlan": null, "ifTrunk": null, @@ -5437,8 +5437,8 @@ "ifName": "GigaVUE-2404 Port g2 (Network Port)", "portName": null, "ifIndex": 26, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5448,7 +5448,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "GigaVUE-2404 Port g2 (Network Port)", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 2979, "ifVlan": null, "ifTrunk": null, @@ -5548,7 +5548,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "Level3ToEQNY4", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1063975227, "ifVlan": null, "ifTrunk": null, @@ -5648,7 +5648,7 @@ "ifMtu": 9600, "ifType": "ethernetCsmacd", "ifAlias": "Level3FromEQNY4", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 1194129188, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/heliosip.json b/tests/data/heliosip.json index 9cf1711736..28bd7d6ee3 100644 --- a/tests/data/heliosip.json +++ b/tests/data/heliosip.json @@ -148,7 +148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Internet Adapter", - "ifPhysAddress": "38432d31462d", + "ifPhysAddress": "8c1fb400f205", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/hirschmann.json b/tests/data/hirschmann.json index 00473268e0..c99934bc2c 100644 --- a/tests/data/hirschmann.json +++ b/tests/data/hirschmann.json @@ -1993,7 +1993,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 1 - 1 Gbit", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071de", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2093,7 +2093,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 2 - 1 Gbit", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071df", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2193,7 +2193,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 3 - 100 MBit FX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e0", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2293,7 +2293,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 4 - 100 MBit FX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e1", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2393,7 +2393,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 5 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e2", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2493,7 +2493,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 6 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e3", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2593,7 +2593,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 7 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e4", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2693,7 +2693,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 8 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e5", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2793,7 +2793,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 9 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e6", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -2893,7 +2893,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 10 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e7", "ifLastChange": 622356000, "ifVlan": "1", "ifTrunk": null, @@ -2993,7 +2993,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 11 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e8", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -3093,7 +3093,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 12 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071e9", "ifLastChange": 568011500, "ifVlan": "1", "ifTrunk": null, @@ -3193,7 +3193,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 13 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071ea", "ifLastChange": 611882300, "ifVlan": "1", "ifTrunk": null, @@ -3293,7 +3293,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 14 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071eb", "ifLastChange": 429992700, "ifVlan": "1", "ifTrunk": null, @@ -3393,7 +3393,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 15 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071ec", "ifLastChange": 611276700, "ifVlan": "1", "ifTrunk": null, @@ -3493,7 +3493,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 16 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071ed", "ifLastChange": 628923000, "ifVlan": "1", "ifTrunk": null, @@ -3593,7 +3593,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 17 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071ee", "ifLastChange": 611781900, "ifVlan": "1", "ifTrunk": null, @@ -3693,7 +3693,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Module: 1 Port: 18 - 10/100 Mbit TX", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071ef", "ifLastChange": 8800, "ifVlan": "1", "ifTrunk": null, @@ -3793,7 +3793,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "CPU Interface for Module: 4 Port: 1", - "ifPhysAddress": "65633a65353a", + "ifPhysAddress": "ece5554071d6", "ifLastChange": 0, "ifVlan": "0", "ifTrunk": null, diff --git a/tests/data/hpe-pdumm.json b/tests/data/hpe-pdumm.json index aba88f37c3..6e7cacd020 100644 --- a/tests/data/hpe-pdumm.json +++ b/tests/data/hpe-pdumm.json @@ -248,7 +248,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "lo", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/iboot_pdu8-2n15.json b/tests/data/iboot_pdu8-2n15.json index 378432e583..990503e86a 100644 --- a/tests/data/iboot_pdu8-2n15.json +++ b/tests/data/iboot_pdu8-2n15.json @@ -348,7 +348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "63383a66643a", + "ifPhysAddress": "c8fd19ec56e0", "ifLastChange": 303, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/icotera.json b/tests/data/icotera.json index 5ff13c19e8..0136fd2a3e 100644 --- a/tests/data/icotera.json +++ b/tests/data/icotera.json @@ -648,7 +648,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "Management port", - "ifPhysAddress": "9167", + "ifPhysAddress": null, "ifLastChange": 127, "ifVlan": null, "ifTrunk": null, @@ -748,7 +748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "WAN port", - "ifPhysAddress": "8918", + "ifPhysAddress": null, "ifLastChange": 129, "ifVlan": null, "ifTrunk": null, @@ -837,8 +837,8 @@ "ifName": "LAN port 1", "portName": null, "ifIndex": 3, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -848,7 +848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "LAN port 1", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -937,8 +937,8 @@ "ifName": "LAN port 2", "portName": null, "ifIndex": 4, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -948,7 +948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "LAN port 2", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1037,8 +1037,8 @@ "ifName": "LAN port 3", "portName": null, "ifIndex": 5, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1048,7 +1048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "LAN port 3", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1137,8 +1137,8 @@ "ifName": "LAN port 4", "portName": null, "ifIndex": 6, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1148,7 +1148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "LAN port 4", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/ionodes.json b/tests/data/ionodes.json index 1c0a4328ef..4dea01daac 100644 --- a/tests/data/ionodes.json +++ b/tests/data/ionodes.json @@ -148,7 +148,7 @@ "ifMtu": 1512, "ifType": "ethernetCsmacd", "ifAlias": "Local Area Connection - eth0", - "ifPhysAddress": "30302d32322d", + "ifPhysAddress": "0022cb008b86", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/jetstream.json b/tests/data/jetstream.json index 700978f131..981f7af5bc 100644 --- a/tests/data/jetstream.json +++ b/tests/data/jetstream.json @@ -5566,7 +5566,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Vlan-interface10", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 742786, "ifVlan": null, "ifTrunk": null, @@ -5666,7 +5666,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "port-channel 1", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 693846, "ifVlan": null, "ifTrunk": null, @@ -5766,7 +5766,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "port-channel 2", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 9091277, "ifVlan": null, "ifTrunk": null, @@ -5866,7 +5866,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/1 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 774632, "ifVlan": null, "ifTrunk": null, @@ -5966,7 +5966,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/2 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 1437053, "ifVlan": null, "ifTrunk": null, @@ -6066,7 +6066,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/3 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 750832, "ifVlan": null, "ifTrunk": null, @@ -6166,7 +6166,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/4 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 160710, "ifVlan": null, "ifTrunk": null, @@ -6266,7 +6266,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/5 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 21617, "ifVlan": null, "ifTrunk": null, @@ -6366,7 +6366,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/6 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 9090889, "ifVlan": null, "ifTrunk": null, @@ -6466,7 +6466,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/7 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 22421, "ifVlan": null, "ifTrunk": null, @@ -6566,7 +6566,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/8 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 9090889, "ifVlan": null, "ifTrunk": null, @@ -6666,7 +6666,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/9 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 26642, "ifVlan": null, "ifTrunk": null, @@ -6766,7 +6766,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/10 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 25637, "ifVlan": null, "ifTrunk": null, @@ -6866,7 +6866,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/11 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6966,7 +6966,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/12 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 29657, "ifVlan": null, "ifTrunk": null, @@ -7066,7 +7066,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/13 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 12811413, "ifVlan": null, "ifTrunk": null, @@ -7166,7 +7166,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/14 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 32471, "ifVlan": null, "ifTrunk": null, @@ -7266,7 +7266,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/15 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 36491, "ifVlan": null, "ifTrunk": null, @@ -7366,7 +7366,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/16 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 34079, "ifVlan": null, "ifTrunk": null, @@ -7466,7 +7466,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/17 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7566,7 +7566,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/18 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 39707, "ifVlan": null, "ifTrunk": null, @@ -7666,7 +7666,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/19 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7766,7 +7766,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/20 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 1491457, "ifVlan": null, "ifTrunk": null, @@ -7866,7 +7866,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/21 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7966,7 +7966,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/22 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 1493057, "ifVlan": null, "ifTrunk": null, @@ -8066,7 +8066,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/23 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8166,7 +8166,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/24 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 1490857, "ifVlan": null, "ifTrunk": null, @@ -8266,7 +8266,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/25 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8366,7 +8366,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/26 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8466,7 +8466,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/27 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8566,7 +8566,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/28 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 1382453, "ifVlan": null, "ifTrunk": null, @@ -8666,7 +8666,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/29 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8766,7 +8766,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/30 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 36759364, "ifVlan": null, "ifTrunk": null, @@ -8866,7 +8866,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/31 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8966,7 +8966,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/32 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 57797, "ifVlan": null, "ifTrunk": null, @@ -9066,7 +9066,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/33 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 37120976, "ifVlan": null, "ifTrunk": null, @@ -9166,7 +9166,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/34 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9266,7 +9266,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/35 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9366,7 +9366,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/36 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9466,7 +9466,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/37 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 67244, "ifVlan": null, "ifTrunk": null, @@ -9566,7 +9566,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/38 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9666,7 +9666,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/39 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9766,7 +9766,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/40 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 66641, "ifVlan": null, "ifTrunk": null, @@ -9866,7 +9866,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/41 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9966,7 +9966,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/42 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10066,7 +10066,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/43 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10166,7 +10166,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/44 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10266,7 +10266,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/45 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 668367, "ifVlan": null, "ifTrunk": null, @@ -10366,7 +10366,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/46 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10466,7 +10466,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/47 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10566,7 +10566,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/48 : copper", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10666,7 +10666,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/49 : fiber", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10766,7 +10766,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/50 : fiber", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10866,7 +10866,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/51 : fiber", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 676417, "ifVlan": null, "ifTrunk": null, @@ -10966,7 +10966,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "gigabitEthernet 1/0/52 : fiber", - "ifPhysAddress": "62303a62653a", + "ifPhysAddress": "b0be763b5de1", "ifLastChange": 691030, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/junos_ber.json b/tests/data/junos_ber.json index f332176c35..f9575d22e1 100644 --- a/tests/data/junos_ber.json +++ b/tests/data/junos_ber.json @@ -21605,7 +21605,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "fxp0", - "ifPhysAddress": "33303a62363a", + "ifPhysAddress": "30b64f709cc2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -22605,7 +22605,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "em0", - "ifPhysAddress": "35323a35343a", + "ifPhysAddress": "5254003e16f4", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -22905,7 +22905,7 @@ "ifMtu": 1514, "ifType": "other", "ifAlias": "cbp0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddeb1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23105,7 +23105,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "em0.32768", - "ifPhysAddress": "35323a35343a", + "ifPhysAddress": "5254003e16f4", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23305,7 +23305,7 @@ "ifMtu": 1514, "ifType": "other", "ifAlias": "irb", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de690", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23405,7 +23405,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "ixlv0", - "ifPhysAddress": "323a303a303a", + "ifPhysAddress": "020000000004", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23505,7 +23505,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "ixlv0.0", - "ifPhysAddress": "323a303a303a", + "ifPhysAddress": "020000000004", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23605,7 +23605,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "ixlv1", - "ifPhysAddress": "323a303a313a", + "ifPhysAddress": "020001000004", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23705,7 +23705,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "ixlv1.0", - "ifPhysAddress": "323a303a313a", + "ifPhysAddress": "020001000004", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23805,7 +23805,7 @@ "ifMtu": 1514, "ifType": "other", "ifAlias": "jsrv", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de660", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -23905,7 +23905,7 @@ "ifMtu": 1514, "ifType": "propVirtual", "ifAlias": "jsrv.1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de660", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -24005,7 +24005,7 @@ "ifMtu": 1514, "ifType": "other", "ifAlias": "pip0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de550", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26105,7 +26105,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddea0", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26205,7 +26205,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddea1", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26305,7 +26305,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddea2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26405,7 +26405,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddea3", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26505,7 +26505,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/4", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddea4", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26605,7 +26605,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/5", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddea5", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26705,7 +26705,7 @@ "ifMtu": 1522, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/6", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26805,7 +26805,7 @@ "ifMtu": 1522, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/7", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -26905,7 +26905,7 @@ "ifMtu": 1522, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/8", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27005,7 +27005,7 @@ "ifMtu": 1522, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/0/9", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27105,7 +27105,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf02", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27205,7 +27205,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf03", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27305,7 +27305,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf04", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27405,7 +27405,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf05", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27505,7 +27505,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/4", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf06", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27605,7 +27605,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/5", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf07", "ifLastChange": 48974832, "ifVlan": null, "ifTrunk": null, @@ -27705,7 +27705,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/6", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27805,7 +27805,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/7", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -27905,7 +27905,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/8", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -28005,7 +28005,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-0/2/9", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29205,7 +29205,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/0/0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf66", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29305,7 +29305,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/0/1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf67", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29405,7 +29405,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/0/2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf68", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29505,7 +29505,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/0/3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf69", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29605,7 +29605,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "et-1/1/0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf97", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29705,7 +29705,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/2/1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddfc9", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29805,7 +29805,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/2/2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddfca", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -29905,7 +29905,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/2/3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddfcb", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -30005,7 +30005,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-1/2/0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddfc8", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -30105,7 +30105,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "et-1/3/0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddff9", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -30205,7 +30205,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "et-2/0/2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de034", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -30305,7 +30305,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/0/4:0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de03c", "ifLastChange": 37700947, "ifVlan": null, "ifTrunk": null, @@ -30405,7 +30405,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/0/4:1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de03d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -30505,7 +30505,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/0/4:2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de03e", "ifLastChange": 47972114, "ifVlan": null, "ifTrunk": null, @@ -30605,7 +30605,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/0/4:3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de03f", "ifLastChange": 37799989, "ifVlan": null, "ifTrunk": null, @@ -30705,7 +30705,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "et-2/0/5", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de040", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -30805,7 +30805,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/3:0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de069", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -30905,7 +30905,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/3:1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06a", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31005,7 +31005,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/3:2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06b", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31105,7 +31105,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/3:3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06c", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31205,7 +31205,7 @@ "ifMtu": 1518, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/4:0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31305,7 +31305,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/4:1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31405,7 +31405,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/4:2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06f", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31505,7 +31505,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/4:3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de070", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31605,7 +31605,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/5:0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de071", "ifLastChange": 2349022, "ifVlan": null, "ifTrunk": null, @@ -31705,7 +31705,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/5:1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de072", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -31805,7 +31805,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/5:2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de073", "ifLastChange": 25247869, "ifVlan": null, "ifTrunk": null, @@ -31905,7 +31905,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "xe-2/1/5:3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de074", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -32705,7 +32705,7 @@ "ifMtu": 9192, "ifType": "tunnel", "ifAlias": "lt-2/1/0", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7de05d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -33105,7 +33105,7 @@ "ifMtu": 1522, "ifType": "ieee8023adLag", "ifAlias": "ae1", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -33205,7 +33205,7 @@ "ifMtu": 9192, "ifType": "ieee8023adLag", "ifAlias": "ae2", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -33305,7 +33305,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "et-2/1/2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de065", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -33905,7 +33905,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "et-2/1/2.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de065", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -34005,7 +34005,7 @@ "ifMtu": 9000, "ifType": "propVirtual", "ifAlias": "xe-0/2/5.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf07", "ifLastChange": 48974832, "ifVlan": null, "ifTrunk": null, @@ -34205,7 +34205,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "xe-0/2/1.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf03", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -34405,7 +34405,7 @@ "ifMtu": 9000, "ifType": "propVirtual", "ifAlias": "irb.20", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de690", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -34505,7 +34505,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-0/2/2.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf04", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -34605,7 +34605,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-0/2/3.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf05", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -34805,7 +34805,7 @@ "ifMtu": 9178, "ifType": "ieee8023adLag", "ifAlias": "ae2.0", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35005,7 +35005,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "et-2/0/2.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de034", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35105,7 +35105,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "et-2/0/5.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de040", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35205,7 +35205,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "xe-2/1/3:0.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de069", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35305,7 +35305,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "xe-2/1/3:1.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06a", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35405,7 +35405,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "xe-2/1/3:2.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06b", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35505,7 +35505,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "xe-2/1/3:3.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06c", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35605,7 +35605,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:0.92", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35705,7 +35705,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:0.112", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35805,7 +35805,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:0.113", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -35905,7 +35905,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:0.1010", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36005,7 +36005,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:0.1012", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36105,7 +36105,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:0.1042", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36205,7 +36205,7 @@ "ifMtu": 2147483647, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:0.32767", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36305,7 +36305,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36405,7 +36405,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.10", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36505,7 +36505,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.12", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36605,7 +36605,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.14", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36705,7 +36705,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.15", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36805,7 +36805,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.91", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -36905,7 +36905,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.192", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37005,7 +37005,7 @@ "ifMtu": 9192, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.193", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37105,7 +37105,7 @@ "ifMtu": 9192, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.194", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37205,7 +37205,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.384", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37305,7 +37305,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-2/1/4:1.513", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37405,7 +37405,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.1000", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37505,7 +37505,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.1002", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37605,7 +37605,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.3308", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37705,7 +37705,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:2.10", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06f", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37805,7 +37805,7 @@ "ifMtu": 2147483647, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.32767", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -37905,7 +37905,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:2.20", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06f", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38005,7 +38005,7 @@ "ifMtu": 2147483647, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:2.32767", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06f", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38105,7 +38105,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "et-1/1/0.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddf97", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38205,7 +38205,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "xe-1/2/0.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddfc8", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38305,7 +38305,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "et-1/3/0.1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddff9", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38405,7 +38405,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "et-1/3/0.3", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddff9", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38505,7 +38505,7 @@ "ifMtu": 2147483647, "ifType": "l2vlan", "ifAlias": "et-1/3/0.32767", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7ddff9", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38605,7 +38605,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "irb.15169", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de690", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38705,7 +38705,7 @@ "ifMtu": 1514, "ifType": "propVirtual", "ifAlias": "xe-2/1/5:1.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de072", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -38805,7 +38805,7 @@ "ifMtu": 1514, "ifType": "propVirtual", "ifAlias": "xe-2/1/5:0.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de071", "ifLastChange": 2349022, "ifVlan": null, "ifTrunk": null, @@ -38905,7 +38905,7 @@ "ifMtu": 1514, "ifType": "propVirtual", "ifAlias": "xe-2/1/4:3.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de070", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -39005,7 +39005,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.4032", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -39105,7 +39105,7 @@ "ifMtu": 1514, "ifType": "propVirtual", "ifAlias": "xe-2/0/4:0.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de03c", "ifLastChange": 37700947, "ifVlan": null, "ifTrunk": null, @@ -39205,7 +39205,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "irb.10", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de690", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -39405,7 +39405,7 @@ "ifMtu": 1514, "ifType": "propVirtual", "ifAlias": "xe-2/0/4:3.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de03f", "ifLastChange": 37799989, "ifVlan": null, "ifTrunk": null, @@ -39505,7 +39505,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "xe-2/0/4:2.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de03e", "ifLastChange": 47972114, "ifVlan": null, "ifTrunk": null, @@ -39605,7 +39605,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-2/1/4:1.20", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -39705,7 +39705,7 @@ "ifMtu": 9192, "ifType": "frameRelayMPI", "ifAlias": "lt-2/1/0.2002", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7de05d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -39805,7 +39805,7 @@ "ifMtu": 9192, "ifType": "frameRelayMPI", "ifAlias": "lt-2/1/0.3001", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7de05d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -39905,7 +39905,7 @@ "ifMtu": 9192, "ifType": "frameRelayMPI", "ifAlias": "lt-2/1/0.3002", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7de05d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -40005,7 +40005,7 @@ "ifMtu": 9192, "ifType": "frameRelayMPI", "ifAlias": "lt-2/1/0.2001", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7de05d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -40105,7 +40105,7 @@ "ifMtu": 9174, "ifType": "l2vlan", "ifAlias": "xe-2/1/4:1.21", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de06e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -40905,7 +40905,7 @@ "ifMtu": 9192, "ifType": "ethernetCsmacd", "ifAlias": "et-3/0/0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de0f2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41005,7 +41005,7 @@ "ifMtu": 9170, "ifType": "l2vlan", "ifAlias": "et-3/0/0.1", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de0f2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41105,7 +41105,7 @@ "ifMtu": 9170, "ifType": "l2vlan", "ifAlias": "et-3/0/0.2", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de0f2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41205,7 +41205,7 @@ "ifMtu": 9192, "ifType": "l2vlan", "ifAlias": "et-3/0/0.10", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de0f2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41305,7 +41305,7 @@ "ifMtu": 2147483647, "ifType": "l2vlan", "ifAlias": "et-3/0/0.32767", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de0f2", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41405,7 +41405,7 @@ "ifMtu": 9178, "ifType": "propVirtual", "ifAlias": "xe-2/1/5:2.0", - "ifPhysAddress": "32383a61323a", + "ifPhysAddress": "28a24b7de073", "ifLastChange": 25247869, "ifVlan": null, "ifTrunk": null, @@ -41505,7 +41505,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-0/2/6.0", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41605,7 +41605,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-0/2/7.0", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41705,7 +41705,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-0/2/8.0", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41805,7 +41805,7 @@ "ifMtu": 9192, "ifType": "propVirtual", "ifAlias": "xe-0/2/9.0", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebe", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -41905,7 +41905,7 @@ "ifMtu": 1500, "ifType": "ieee8023adLag", "ifAlias": "ae1.10", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42005,7 +42005,7 @@ "ifMtu": 2147483647, "ifType": "ieee8023adLag", "ifAlias": "ae1.32767", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42105,7 +42105,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/6.32767", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42205,7 +42205,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/6.10", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42305,7 +42305,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/7.32767", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42405,7 +42405,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/7.10", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42505,7 +42505,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/8.32767", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42605,7 +42605,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/8.10", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42705,7 +42705,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/9.32767", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -42805,7 +42805,7 @@ "ifMtu": 1522, "ifType": "l2vlan", "ifAlias": "xe-0/0/9.10", - "ifPhysAddress": "32613a61323a", + "ifPhysAddress": "2aa24b7ddebd", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/mbg-ltos6.json b/tests/data/mbg-ltos6.json index 94cdc332f9..2ef22164b2 100644 --- a/tests/data/mbg-ltos6.json +++ b/tests/data/mbg-ltos6.json @@ -1537,8 +1537,8 @@ "ifName": "bond0", "portName": null, "ifIndex": 6, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1637,8 +1637,8 @@ "ifName": "bond1", "portName": null, "ifIndex": 7, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1737,8 +1737,8 @@ "ifName": "bond2", "portName": null, "ifIndex": 8, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1837,8 +1837,8 @@ "ifName": "bond3", "portName": null, "ifIndex": 9, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1937,8 +1937,8 @@ "ifName": "bond4", "portName": null, "ifIndex": 10, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", diff --git a/tests/data/microsemipdsine.json b/tests/data/microsemipdsine.json index edd5122267..702e24c1e3 100644 --- a/tests/data/microsemipdsine.json +++ b/tests/data/microsemipdsine.json @@ -148,7 +148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Ethernet Interface", - "ifPhysAddress": "303a353a3561", + "ifPhysAddress": "00055a03eb92", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/netagent2_1.json b/tests/data/netagent2_1.json index 13626d74d4..3717b1c67c 100644 --- a/tests/data/netagent2_1.json +++ b/tests/data/netagent2_1.json @@ -337,8 +337,8 @@ "ifName": "lo", "portName": null, "ifIndex": 1, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -437,8 +437,8 @@ "ifName": "eth0", "portName": null, "ifIndex": 2, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -448,7 +448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -537,8 +537,8 @@ "ifName": "sit0", "portName": null, "ifIndex": 3, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", diff --git a/tests/data/netmanplus_204.json b/tests/data/netmanplus_204.json index 7575bf76e3..abf0756c3b 100644 --- a/tests/data/netmanplus_204.json +++ b/tests/data/netmanplus_204.json @@ -348,7 +348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "RPS Wired Network", - "ifPhysAddress": "303a323a3633", + "ifPhysAddress": "0002630665d8", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/occamos_b6-256.json b/tests/data/occamos_b6-256.json index 5c7466cbd3..d18311041a 100644 --- a/tests/data/occamos_b6-256.json +++ b/tests/data/occamos_b6-256.json @@ -5848,7 +5848,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 5/1", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a30323a", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -5948,7 +5948,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 5/2", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a30323b", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6048,7 +6048,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 5/3", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a30323c", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6148,7 +6148,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 5/4", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a30323d", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6248,7 +6248,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 5/5", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a30323e", "ifLastChange": 3857224855, "ifVlan": null, "ifTrunk": null, @@ -6348,7 +6348,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 5/6", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a30323f", "ifLastChange": 2843265946, "ifVlan": null, "ifTrunk": null, @@ -6448,7 +6448,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 5/3", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a303230", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6548,7 +6548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 5/4", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a303231", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6648,7 +6648,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 5/1", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a303232", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6748,7 +6748,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 5/2", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30303a303233", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/occamos_b6-316.json b/tests/data/occamos_b6-316.json index 3c8f041da5..e080c88832 100644 --- a/tests/data/occamos_b6-316.json +++ b/tests/data/occamos_b6-316.json @@ -5348,7 +5348,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/48", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "3a32653a3530", "ifLastChange": 2935850466, "ifVlan": null, "ifTrunk": null, @@ -5448,7 +5448,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/47", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "3a32653a3531", "ifLastChange": 2935840586, "ifVlan": null, "ifTrunk": null, @@ -5548,7 +5548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/46", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935830952, "ifVlan": null, "ifTrunk": null, @@ -5648,7 +5648,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/45", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935819406, "ifVlan": null, "ifTrunk": null, @@ -5748,7 +5748,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/44", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935811045, "ifVlan": null, "ifTrunk": null, @@ -5848,7 +5848,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/43", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935801386, "ifVlan": null, "ifTrunk": null, @@ -5948,7 +5948,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/40", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935770568, "ifVlan": null, "ifTrunk": null, @@ -6048,7 +6048,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/39", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935762137, "ifVlan": null, "ifTrunk": null, @@ -6148,7 +6148,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/38", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935753674, "ifVlan": null, "ifTrunk": null, @@ -6248,7 +6248,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/37", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935744032, "ifVlan": null, "ifTrunk": null, @@ -6348,7 +6348,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/36", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935735566, "ifVlan": null, "ifTrunk": null, @@ -6448,7 +6448,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/35", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935724962, "ifVlan": null, "ifTrunk": null, @@ -6548,7 +6548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/32", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935697662, "ifVlan": null, "ifTrunk": null, @@ -6648,7 +6648,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/31", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 3754269482, "ifVlan": null, "ifTrunk": null, @@ -6748,7 +6748,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/30", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935677702, "ifVlan": null, "ifTrunk": null, @@ -6848,7 +6848,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/29", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935667182, "ifVlan": null, "ifTrunk": null, @@ -6948,7 +6948,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/42", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935788710, "ifVlan": null, "ifTrunk": null, @@ -7048,7 +7048,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/41", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2899779607, "ifVlan": null, "ifTrunk": null, @@ -7148,7 +7148,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/34", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935715397, "ifVlan": null, "ifTrunk": null, @@ -7248,7 +7248,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/33", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935706069, "ifVlan": null, "ifTrunk": null, @@ -7348,7 +7348,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/28", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 3146303847, "ifVlan": null, "ifTrunk": null, @@ -7448,7 +7448,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/27", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935650497, "ifVlan": null, "ifTrunk": null, @@ -7548,7 +7548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/26", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935641091, "ifVlan": null, "ifTrunk": null, @@ -7648,7 +7648,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/25", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935631837, "ifVlan": null, "ifTrunk": null, @@ -7748,7 +7748,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/20", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2754149918, "ifVlan": null, "ifTrunk": null, @@ -7848,7 +7848,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/4", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7948,7 +7948,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 1/1", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935442590, "ifVlan": null, "ifTrunk": null, @@ -8048,7 +8048,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 1/2", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 1598205098, "ifVlan": null, "ifTrunk": null, @@ -8148,7 +8148,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 1/4", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935447746, "ifVlan": null, "ifTrunk": null, @@ -8248,7 +8248,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "10GigabitEthernet 1/3", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935444694, "ifVlan": null, "ifTrunk": null, @@ -8348,7 +8348,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/19", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935577622, "ifVlan": null, "ifTrunk": null, @@ -8448,7 +8448,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/18", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935569270, "ifVlan": null, "ifTrunk": null, @@ -8548,7 +8548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/17", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935561941, "ifVlan": null, "ifTrunk": null, @@ -8648,7 +8648,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/8", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935488661, "ifVlan": null, "ifTrunk": null, @@ -8748,7 +8748,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/7", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935480574, "ifVlan": null, "ifTrunk": null, @@ -8848,7 +8848,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/24", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935622482, "ifVlan": null, "ifTrunk": null, @@ -8948,7 +8948,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/23", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2911956119, "ifVlan": null, "ifTrunk": null, @@ -9048,7 +9048,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/22", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935602592, "ifVlan": null, "ifTrunk": null, @@ -9148,7 +9148,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/21", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9248,7 +9248,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/16", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935553637, "ifVlan": null, "ifTrunk": null, @@ -9348,7 +9348,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/15", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2116486579, "ifVlan": null, "ifTrunk": null, @@ -9448,7 +9448,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/3", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9548,7 +9548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/2", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9648,7 +9648,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/1", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9748,7 +9748,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/6", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935476521, "ifVlan": null, "ifTrunk": null, @@ -9848,7 +9848,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/5", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9948,7 +9948,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/14", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2751209515, "ifVlan": null, "ifTrunk": null, @@ -10048,7 +10048,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/13", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 48837378, "ifVlan": null, "ifTrunk": null, @@ -10148,7 +10148,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/12", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935520634, "ifVlan": null, "ifTrunk": null, @@ -10248,7 +10248,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/11", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 3107131499, "ifVlan": null, "ifTrunk": null, @@ -10348,7 +10348,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/10", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 2935503097, "ifVlan": null, "ifTrunk": null, @@ -10448,7 +10448,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/9", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 410583207, "ifVlan": null, "ifTrunk": null, @@ -10548,7 +10548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "lag 1/1", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/occamos_blc-6252.json b/tests/data/occamos_blc-6252.json index de2ab943a7..07a5a8bda9 100644 --- a/tests/data/occamos_blc-6252.json +++ b/tests/data/occamos_blc-6252.json @@ -5848,7 +5848,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/9", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383630", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -5948,7 +5948,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/10", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383631", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6048,7 +6048,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/7", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383632", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6148,7 +6148,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/8", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383633", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6248,7 +6248,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/1", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383634", "ifLastChange": 2724567254, "ifVlan": null, "ifTrunk": null, @@ -6348,7 +6348,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/2", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383635", "ifLastChange": 2724566245, "ifVlan": null, "ifTrunk": null, @@ -6448,7 +6448,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/4", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383636", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6548,7 +6548,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/6", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383637", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6648,7 +6648,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/3", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383638", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6748,7 +6748,7 @@ "ifMtu": 1600, "ifType": "ethernetCsmacd", "ifAlias": "GigabitEthernet 1/5", - "ifPhysAddress": "33303a33303a", + "ifPhysAddress": "30323a383639", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/packetlight_pl-1000il.json b/tests/data/packetlight_pl-1000il.json index a6478b6013..0a4c343e7b 100644 --- a/tests/data/packetlight_pl-1000il.json +++ b/tests/data/packetlight_pl-1000il.json @@ -1537,8 +1537,8 @@ "ifName": "SFP Interface 1", "portName": null, "ifIndex": 115712, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1637,8 +1637,8 @@ "ifName": "SFP Interface 2", "portName": null, "ifIndex": 181248, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1737,8 +1737,8 @@ "ifName": "SFP Interface 3", "portName": null, "ifIndex": 246784, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1837,8 +1837,8 @@ "ifName": "SFP Interface 4", "portName": null, "ifIndex": 312320, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1937,8 +1937,8 @@ "ifName": "SFP Interface 5", "portName": null, "ifIndex": 377856, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2037,8 +2037,8 @@ "ifName": "SFP Interface 6", "portName": null, "ifIndex": 443392, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2137,8 +2137,8 @@ "ifName": "SFP Interface 7", "portName": null, "ifIndex": 508928, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2237,8 +2237,8 @@ "ifName": "SFP Interface 8", "portName": null, "ifIndex": 574464, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2337,8 +2337,8 @@ "ifName": "MNG Interface 1", "portName": null, "ifIndex": 1164288, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2437,8 +2437,8 @@ "ifName": "MNG Interface 2", "portName": null, "ifIndex": 1229824, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2648,7 +2648,7 @@ "ifMtu": 0, "ifType": "softwareLoopback", "ifAlias": "LAN-INTERNAL", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -2737,8 +2737,8 @@ "ifName": "RS232", "portName": null, "ifIndex": 6693120, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -2937,8 +2937,8 @@ "ifName": "EDFA 1", "portName": null, "ifIndex": 13681408, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "up", "ifOperStatus_prev": "up", diff --git a/tests/data/packetlight_pl2000.json b/tests/data/packetlight_pl2000.json index 11bb9279d3..89ea7be8e9 100644 --- a/tests/data/packetlight_pl2000.json +++ b/tests/data/packetlight_pl2000.json @@ -3637,8 +3637,8 @@ "ifName": "SFP Interface 1", "portName": null, "ifIndex": 115712, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3937,8 +3937,8 @@ "ifName": "SFP Interface 2", "portName": null, "ifIndex": 181248, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4237,8 +4237,8 @@ "ifName": "SFP Interface 3", "portName": null, "ifIndex": 246784, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4537,8 +4537,8 @@ "ifName": "SFP Interface 4", "portName": null, "ifIndex": 312320, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4737,8 +4737,8 @@ "ifName": "SFP Interface 15", "portName": null, "ifIndex": 1033216, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4937,8 +4937,8 @@ "ifName": "SFP Interface 16", "portName": null, "ifIndex": 1098752, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5037,8 +5037,8 @@ "ifName": "MNG Interface 1", "portName": null, "ifIndex": 1164288, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5137,8 +5137,8 @@ "ifName": "MNG Interface 2", "portName": null, "ifIndex": 1229824, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -6237,8 +6237,8 @@ "ifName": "SFP Interface 21", "portName": null, "ifIndex": 1426432, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -6448,7 +6448,7 @@ "ifMtu": 0, "ifType": "softwareLoopback", "ifAlias": "LAN-INTERNAL", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -6537,8 +6537,8 @@ "ifName": "RS232", "portName": null, "ifIndex": 6693120, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -6737,8 +6737,8 @@ "ifName": "SFP Interface 200", "portName": null, "ifIndex": 13157376, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", diff --git a/tests/data/panduit-eagle.json b/tests/data/panduit-eagle.json index 461c856290..b06dc445cc 100644 --- a/tests/data/panduit-eagle.json +++ b/tests/data/panduit-eagle.json @@ -248,7 +248,7 @@ "ifMtu": 1500, "ifType": "other", "ifAlias": "lo", - "ifPhysAddress": "0", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/patton-sn.json b/tests/data/patton-sn.json index 5f8bce2f87..6b1b61d5fb 100644 --- a/tests/data/patton-sn.json +++ b/tests/data/patton-sn.json @@ -348,7 +348,7 @@ "ifMtu": 0, "ifType": "ethernetCsmacd", "ifAlias": "ethernet 0 0 0", - "ifPhysAddress": "303061306261", + "ifPhysAddress": "00a0ba0bd1ec", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/picos.json b/tests/data/picos.json index ecc7c5a30d..19e3318bb9 100644 --- a/tests/data/picos.json +++ b/tests/data/picos.json @@ -6948,7 +6948,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/1", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7048,7 +7048,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/2", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7148,7 +7148,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/3", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7248,7 +7248,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/4", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7348,7 +7348,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/5", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7448,7 +7448,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/6", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7548,7 +7548,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/7", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7648,7 +7648,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/8", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7748,7 +7748,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/9", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7848,7 +7848,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/10", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -7948,7 +7948,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/11", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8048,7 +8048,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/12", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8148,7 +8148,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/13", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8248,7 +8248,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/14", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8348,7 +8348,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/15", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8448,7 +8448,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/16", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8548,7 +8548,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/17", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8648,7 +8648,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/18", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8748,7 +8748,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/19", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8848,7 +8848,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/20", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -8948,7 +8948,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/21", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9048,7 +9048,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/22", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9148,7 +9148,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/23", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9248,7 +9248,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/24", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9348,7 +9348,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/25", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9448,7 +9448,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/26", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9548,7 +9548,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/27", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9648,7 +9648,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/28", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9748,7 +9748,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/29", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9848,7 +9848,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/30", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -9948,7 +9948,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/31", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10048,7 +10048,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/32", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10148,7 +10148,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/33", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10248,7 +10248,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/34", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10348,7 +10348,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/35", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10448,7 +10448,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/36", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10548,7 +10548,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/37", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10648,7 +10648,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/38", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10748,7 +10748,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/39", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10848,7 +10848,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/40", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -10948,7 +10948,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/41", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11048,7 +11048,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/42", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11148,7 +11148,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/43", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11248,7 +11248,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/44", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11348,7 +11348,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/45", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11448,7 +11448,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/46", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11548,7 +11548,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/47", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11648,7 +11648,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "te-1/1/48", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11748,7 +11748,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "qe-1/1/49", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11848,7 +11848,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "qe-1/1/50", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -11948,7 +11948,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "qe-1/1/51", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -12048,7 +12048,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "qe-1/1/52", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -12148,7 +12148,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "qe-1/1/53", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -12248,7 +12248,7 @@ "ifMtu": 1514, "ifType": "ethernetCsmacd", "ifAlias": "qe-1/1/54", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -12348,7 +12348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3001", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12448,7 +12448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3002", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12548,7 +12548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3003", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12648,7 +12648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3004", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12748,7 +12748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3351", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12848,7 +12848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3404", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12948,7 +12948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3406", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13048,7 +13048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3408", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13148,7 +13148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3410", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13248,7 +13248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3412", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13348,7 +13348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3414", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13448,7 +13448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3416", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13548,7 +13548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan3500", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13648,7 +13648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "vlan4088", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13748,7 +13748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "loopback", - "ifPhysAddress": "38303a61323a", + "ifPhysAddress": "80a235a8f758", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/polycomLens_studioxc50.json b/tests/data/polycomLens_studioxc50.json index e11459975c..7fbd60f3b9 100644 --- a/tests/data/polycomLens_studioxc50.json +++ b/tests/data/polycomLens_studioxc50.json @@ -748,7 +748,7 @@ "ifMtu": 65536, "ifType": "softwareLoopback", "ifAlias": "lo", - "ifPhysAddress": "30303a30303a", + "ifPhysAddress": "000000000000", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -848,7 +848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "bond0", - "ifPhysAddress": "36363a38393a", + "ifPhysAddress": "6689078ad915", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -948,7 +948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "dummy0", - "ifPhysAddress": "33453a31303a", + "ifPhysAddress": "3e10f9467251", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1048,7 +1048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "30303a45303a", + "ifPhysAddress": "00e0db607724", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1148,7 +1148,7 @@ "ifMtu": 1480, "ifType": "0", "ifAlias": "sit0", - "ifPhysAddress": "30303a30303a", + "ifPhysAddress": "000000002813", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1248,7 +1248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "wlan0", - "ifPhysAddress": "30303a45303a", + "ifPhysAddress": "00e0db607725", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1348,7 +1348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "p2p0", - "ifPhysAddress": "30323a45303a", + "ifPhysAddress": "02e0dbe77725", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/ruijie.json b/tests/data/ruijie.json index 29b9e6958b..e0c6d6fd20 100644 --- a/tests/data/ruijie.json +++ b/tests/data/ruijie.json @@ -5748,7 +5748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/1", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3538, "ifVlan": "1", "ifTrunk": null, @@ -5848,7 +5848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/2", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3538, "ifVlan": "1", "ifTrunk": null, @@ -5948,7 +5948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/3", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 0, "ifVlan": "0", "ifTrunk": null, @@ -6048,7 +6048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/4", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3539, "ifVlan": "1", "ifTrunk": null, @@ -6148,7 +6148,7 @@ "ifMtu": 9000, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/5", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 352274093, "ifVlan": "0", "ifTrunk": null, @@ -6248,7 +6248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/6", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2910287853, "ifVlan": "0", "ifTrunk": null, @@ -6348,7 +6348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/7", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 0, "ifVlan": "1", "ifTrunk": null, @@ -6448,7 +6448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/8", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 317682152, "ifVlan": "0", "ifTrunk": null, @@ -6548,7 +6548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/9", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2907239572, "ifVlan": "0", "ifTrunk": null, @@ -6648,7 +6648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/10", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2358788346, "ifVlan": "0", "ifTrunk": null, @@ -6748,7 +6748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/11", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2358763561, "ifVlan": "0", "ifTrunk": null, @@ -6848,7 +6848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/12", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2349819448, "ifVlan": "0", "ifTrunk": null, @@ -6948,7 +6948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/13", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3544, "ifVlan": "0", "ifTrunk": null, @@ -7048,7 +7048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/14", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3544, "ifVlan": "0", "ifTrunk": null, @@ -7148,7 +7148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/15", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2359059255, "ifVlan": "0", "ifTrunk": null, @@ -7248,7 +7248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/16", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 1164644970, "ifVlan": "0", "ifTrunk": null, @@ -7348,7 +7348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/17", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2358843519, "ifVlan": "0", "ifTrunk": null, @@ -7448,7 +7448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/18", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 1957806737, "ifVlan": "0", "ifTrunk": null, @@ -7548,7 +7548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/19", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3634376272, "ifVlan": "0", "ifTrunk": null, @@ -7648,7 +7648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/20", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 0, "ifVlan": "0", "ifTrunk": null, @@ -7748,7 +7748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/21", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 1762405987, "ifVlan": "0", "ifTrunk": null, @@ -7848,7 +7848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/22", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2350194154, "ifVlan": "0", "ifTrunk": null, @@ -7948,7 +7948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/23", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3529341544, "ifVlan": "0", "ifTrunk": null, @@ -8048,7 +8048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/24", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2358771465, "ifVlan": "0", "ifTrunk": null, @@ -8148,7 +8148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/25", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3529394538, "ifVlan": "0", "ifTrunk": null, @@ -8248,7 +8248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/26", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3495150960, "ifVlan": "0", "ifTrunk": null, @@ -8348,7 +8348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/27", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3503180747, "ifVlan": "0", "ifTrunk": null, @@ -8448,7 +8448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/28", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3513349490, "ifVlan": "0", "ifTrunk": null, @@ -8548,7 +8548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/29", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3513590567, "ifVlan": "0", "ifTrunk": null, @@ -8648,7 +8648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/30", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 1957950112, "ifVlan": "0", "ifTrunk": null, @@ -8748,7 +8748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/31", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2610492176, "ifVlan": "0", "ifTrunk": null, @@ -8848,7 +8848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/32", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 1388549907, "ifVlan": "0", "ifTrunk": null, @@ -8948,7 +8948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/33", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 1957950122, "ifVlan": "0", "ifTrunk": null, @@ -9048,7 +9048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/34", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3527446286, "ifVlan": "0", "ifTrunk": null, @@ -9148,7 +9148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/35", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2668493483, "ifVlan": "0", "ifTrunk": null, @@ -9248,7 +9248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/36", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3158171566, "ifVlan": "0", "ifTrunk": null, @@ -9348,7 +9348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/37", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3550, "ifVlan": "0", "ifTrunk": null, @@ -9448,7 +9448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/38", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2353848590, "ifVlan": "0", "ifTrunk": null, @@ -9548,7 +9548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/39", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2359047988, "ifVlan": "0", "ifTrunk": null, @@ -9648,7 +9648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/40", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3634376138, "ifVlan": "0", "ifTrunk": null, @@ -9748,7 +9748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/41", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2500631154, "ifVlan": "0", "ifTrunk": null, @@ -9848,7 +9848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/42", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3464413823, "ifVlan": "0", "ifTrunk": null, @@ -9948,7 +9948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/43", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3038552783, "ifVlan": "0", "ifTrunk": null, @@ -10048,7 +10048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/44", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 3634376196, "ifVlan": "0", "ifTrunk": null, @@ -10148,7 +10148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/45", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 2361255825, "ifVlan": "0", "ifTrunk": null, @@ -10248,7 +10248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/46", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 352396708, "ifVlan": "0", "ifTrunk": null, @@ -10348,7 +10348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/47", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3552, "ifVlan": "1", "ifTrunk": null, @@ -10448,7 +10448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGigabitEthernet 0/48", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3552, "ifVlan": "1", "ifTrunk": null, @@ -10548,7 +10548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "FortyGigabitEthernet 0/65", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3553, "ifVlan": "1", "ifTrunk": null, @@ -10648,7 +10648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "FortyGigabitEthernet 0/66", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3553, "ifVlan": "1", "ifTrunk": null, @@ -10748,7 +10748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "FortyGigabitEthernet 0/67", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3553, "ifVlan": "1", "ifTrunk": null, @@ -10848,7 +10848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "FortyGigabitEthernet 0/68", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 3553, "ifVlan": "1", "ifTrunk": null, @@ -10948,7 +10948,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "AggregatePort 1", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823b", "ifLastChange": 368953188, "ifVlan": "1", "ifTrunk": null, @@ -11048,7 +11048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "IP management Console", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11248,7 +11248,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "VLAN 1543", - "ifPhysAddress": "35383a36393a", + "ifPhysAddress": "58696c06823c", "ifLastChange": 5260, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/rutos-rutx_rutx11.json b/tests/data/rutos-rutx_rutx11.json index 7bed4a3f17..575dc27f54 100644 --- a/tests/data/rutos-rutx_rutx11.json +++ b/tests/data/rutos-rutx_rutx11.json @@ -2937,8 +2937,8 @@ "ifName": "eth1", "portName": null, "ifIndex": 3, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3037,8 +3037,8 @@ "ifName": "ip6tnl0", "portName": null, "ifIndex": 4, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3137,8 +3137,8 @@ "ifName": "sit0", "portName": null, "ifIndex": 5, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3237,8 +3237,8 @@ "ifName": "ifb0", "portName": null, "ifIndex": 6, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3337,8 +3337,8 @@ "ifName": "ifb1", "portName": null, "ifIndex": 7, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3437,8 +3437,8 @@ "ifName": "gre0", "portName": null, "ifIndex": 8, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3537,8 +3537,8 @@ "ifName": "gretap0", "portName": null, "ifIndex": 9, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3637,8 +3637,8 @@ "ifName": "erspan0", "portName": null, "ifIndex": 10, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3737,8 +3737,8 @@ "ifName": "ip6gre0", "portName": null, "ifIndex": 11, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3837,8 +3837,8 @@ "ifName": "wwan0", "portName": null, "ifIndex": 12, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -3937,8 +3937,8 @@ "ifName": "wwan0", "portName": null, "ifIndex": 13, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4037,8 +4037,8 @@ "ifName": "br-lan", "portName": null, "ifIndex": 14, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4137,8 +4137,8 @@ "ifName": "br-lan", "portName": null, "ifIndex": 16, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4237,8 +4237,8 @@ "ifName": "br-lan", "portName": null, "ifIndex": 19, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4337,8 +4337,8 @@ "ifName": "br-lan", "portName": null, "ifIndex": 20, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4437,8 +4437,8 @@ "ifName": "qmimux0", "portName": null, "ifIndex": 21, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -4537,8 +4537,8 @@ "ifName": "qmimux1", "portName": null, "ifIndex": 22, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4637,8 +4637,8 @@ "ifName": "qmimux2", "portName": null, "ifIndex": 23, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4737,8 +4737,8 @@ "ifName": "qmimux3", "portName": null, "ifIndex": 24, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4837,8 +4837,8 @@ "ifName": "qmimux4", "portName": null, "ifIndex": 25, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4937,8 +4937,8 @@ "ifName": "qmimux5", "portName": null, "ifIndex": 26, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5037,8 +5037,8 @@ "ifName": "qmimux6", "portName": null, "ifIndex": 27, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5137,8 +5137,8 @@ "ifName": "qmimux7", "portName": null, "ifIndex": 28, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5237,8 +5237,8 @@ "ifName": "qmimux8", "portName": null, "ifIndex": 29, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5337,8 +5337,8 @@ "ifName": "qmimux8", "portName": null, "ifIndex": 30, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", diff --git a/tests/data/sm-os_gc8607.json b/tests/data/sm-os_gc8607.json index 0233790614..e0a35c0da1 100644 --- a/tests/data/sm-os_gc8607.json +++ b/tests/data/sm-os_gc8607.json @@ -1148,7 +1148,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/4", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac105659", "ifLastChange": 3702, "ifVlan": "101", "ifTrunk": null, @@ -1248,7 +1248,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/2", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac10565a", "ifLastChange": 967, "ifVlan": "1", "ifTrunk": null, @@ -1348,7 +1348,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/3", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac10565b", "ifLastChange": 378580864, "ifVlan": "1", "ifTrunk": null, @@ -1448,7 +1448,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/1", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac10565c", "ifLastChange": 967, "ifVlan": "1", "ifTrunk": null, @@ -1548,7 +1548,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/5", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac10565d", "ifLastChange": 1727141963, "ifVlan": "200", "ifTrunk": null, @@ -1648,7 +1648,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/6", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac10565e", "ifLastChange": 3706, "ifVlan": "1", "ifTrunk": null, @@ -1748,7 +1748,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/7", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac10565f", "ifLastChange": 968, "ifVlan": "1", "ifTrunk": null, @@ -1848,7 +1848,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/8", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac105660", "ifLastChange": 4632, "ifVlan": "1", "ifTrunk": null, @@ -1948,7 +1948,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/9", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac105661", "ifLastChange": 968, "ifVlan": "1", "ifTrunk": null, @@ -2048,7 +2048,7 @@ "ifMtu": 12266, "ifType": "ethernetCsmacd", "ifAlias": "Slot0/10", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac105662", "ifLastChange": 968, "ifVlan": "1", "ifTrunk": null, @@ -2148,7 +2148,7 @@ "ifMtu": 1500, "ifType": "l3ipvlan", "ifAlias": "vlan101", - "ifPhysAddress": "303a62303a61", + "ifPhysAddress": "00b0ac105658", "ifLastChange": 3979, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/sslvis.json b/tests/data/sslvis.json index 8db4f4db45..acc61b21b5 100644 --- a/tests/data/sslvis.json +++ b/tests/data/sslvis.json @@ -848,7 +848,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "1", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d07232a", "ifLastChange": 226600, "ifVlan": null, "ifTrunk": null, @@ -948,7 +948,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "2", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d07232b", "ifLastChange": 226600, "ifVlan": null, "ifTrunk": null, @@ -1048,7 +1048,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "3", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d07232c", "ifLastChange": 226600, "ifVlan": null, "ifTrunk": null, @@ -1148,7 +1148,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "4", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d07232d", "ifLastChange": 223500, "ifVlan": null, "ifTrunk": null, @@ -1248,7 +1248,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "5", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d07232e", "ifLastChange": 178200, "ifVlan": null, "ifTrunk": null, @@ -1348,7 +1348,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "6", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d07232f", "ifLastChange": 477089900, "ifVlan": null, "ifTrunk": null, @@ -1448,7 +1448,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "7", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d072330", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -1548,7 +1548,7 @@ "ifMtu": 10000, "ifType": "ethernetCsmacd", "ifAlias": "8", - "ifPhysAddress": "30303a31353a", + "ifPhysAddress": "00154d072331", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/teldat.json b/tests/data/teldat.json index 272a480f3f..2ad21b03d9 100644 --- a/tests/data/teldat.json +++ b/tests/data/teldat.json @@ -1548,7 +1548,7 @@ "ifMtu": 1500, "ifType": "iso88023Csmacd", "ifAlias": "ethernet0/0", - "ifPhysAddress": "303a61303a32", + "ifPhysAddress": "00a026ae1878", "ifLastChange": 278, "ifVlan": null, "ifTrunk": null, @@ -1648,7 +1648,7 @@ "ifMtu": 1500, "ifType": "iso88023Csmacd", "ifAlias": "ethernet0/1", - "ifPhysAddress": "303a61303a32", + "ifPhysAddress": "00a026ae1879", "ifLastChange": 278, "ifVlan": null, "ifTrunk": null, @@ -1737,8 +1737,8 @@ "ifName": "cellular1/0", "portName": null, "ifIndex": 3, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1837,8 +1837,8 @@ "ifName": "cellular1/1", "portName": null, "ifIndex": 4, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1848,7 +1848,7 @@ "ifMtu": 2048, "ifType": "ipForward", "ifAlias": "cellular1/1", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 78, "ifVlan": null, "ifTrunk": null, @@ -1937,8 +1937,8 @@ "ifName": "loopback600", "portName": null, "ifIndex": 5, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "false", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -2048,7 +2048,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "vlan PLATA 16-11-2018", - "ifPhysAddress": "303a61303a32", + "ifPhysAddress": "00a026ae1878", "ifLastChange": 122671, "ifVlan": null, "ifTrunk": null, @@ -2148,7 +2148,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "vlan PLATA 16-11-2018", - "ifPhysAddress": "303a61303a32", + "ifPhysAddress": "00a026ae1878", "ifLastChange": 122671, "ifVlan": null, "ifTrunk": null, @@ -2248,7 +2248,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "vlan PLATA 16-11-2018", - "ifPhysAddress": "303a61303a32", + "ifPhysAddress": "00a026ae1878", "ifLastChange": 122671, "ifVlan": null, "ifTrunk": null, @@ -2348,7 +2348,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "vlan PLATA 16-11-2018", - "ifPhysAddress": "303a61303a32", + "ifPhysAddress": "00a026ae1878", "ifLastChange": 122671, "ifVlan": null, "ifTrunk": null, @@ -2448,7 +2448,7 @@ "ifMtu": 1500, "ifType": "l2vlan", "ifAlias": "ethernet0/1.7", - "ifPhysAddress": "303a61303a32", + "ifPhysAddress": "00a026ae1879", "ifLastChange": 278, "ifVlan": null, "ifTrunk": null, @@ -2637,8 +2637,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64537, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -2648,7 +2648,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 122600, "ifVlan": null, "ifTrunk": null, @@ -2737,8 +2737,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64538, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2748,7 +2748,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -2837,8 +2837,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64539, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2848,7 +2848,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -2937,8 +2937,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64540, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2948,7 +2948,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/teldat_rs123w-4g.json b/tests/data/teldat_rs123w-4g.json index 6a43019605..057a7089ff 100644 --- a/tests/data/teldat_rs123w-4g.json +++ b/tests/data/teldat_rs123w-4g.json @@ -2916,8 +2916,8 @@ "ifName": "cellular0/0", "portName": null, "ifIndex": 3, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3016,8 +3016,8 @@ "ifName": "cellular0/1", "portName": null, "ifIndex": 4, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3116,8 +3116,8 @@ "ifName": "cellular0/2", "portName": null, "ifIndex": 5, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3216,8 +3216,8 @@ "ifName": "cellular1/0", "portName": null, "ifIndex": 6, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -3416,8 +3416,8 @@ "ifName": "cellular1/2", "portName": null, "ifIndex": 8, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3516,8 +3516,8 @@ "ifName": "wlan0/0", "portName": null, "ifIndex": 9, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3616,8 +3616,8 @@ "ifName": "ppp30", "portName": null, "ifIndex": 10, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "lowerLayerDown", "ifOperStatus_prev": "lowerLayerDown", @@ -3627,7 +3627,7 @@ "ifMtu": 2048, "ifType": "ppp", "ifAlias": "ppp30", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3716,8 +3716,8 @@ "ifName": "ppp40", "portName": null, "ifIndex": 11, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "lowerLayerDown", "ifOperStatus_prev": "lowerLayerDown", @@ -3727,7 +3727,7 @@ "ifMtu": 2048, "ifType": "ppp", "ifAlias": "ppp40", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -4116,8 +4116,8 @@ "ifName": "l2tp30", "portName": null, "ifIndex": 15, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4216,8 +4216,8 @@ "ifName": "l2tp40", "portName": null, "ifIndex": 16, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4716,8 +4716,8 @@ "ifName": "l2tp30", "portName": null, "ifIndex": 21, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -4816,8 +4816,8 @@ "ifName": "l2tp40", "portName": null, "ifIndex": 22, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5016,8 +5016,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64537, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -5027,7 +5027,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 500, "ifVlan": null, "ifTrunk": null, @@ -5116,8 +5116,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64538, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5127,7 +5127,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -5216,8 +5216,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64539, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5227,7 +5227,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -5316,8 +5316,8 @@ "ifName": "ethernet0/0", "portName": null, "ifIndex": 64540, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": null, "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -5327,7 +5327,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/teldat_teldatm1.json b/tests/data/teldat_teldatm1.json index f72908e1d5..a926e2f0f3 100644 --- a/tests/data/teldat_teldatm1.json +++ b/tests/data/teldat_teldatm1.json @@ -2448,7 +2448,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -2548,7 +2548,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -2648,7 +2648,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 33400, "ifVlan": null, "ifTrunk": null, @@ -2748,7 +2748,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 200, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/teldat_teldatvdsl2.json b/tests/data/teldat_teldatvdsl2.json index 8e549401a9..2820b30ec2 100644 --- a/tests/data/teldat_teldatvdsl2.json +++ b/tests/data/teldat_teldatvdsl2.json @@ -2948,7 +2948,7 @@ "ifMtu": 1524, "ifType": "ppp", "ifAlias": "ppp10", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 397921400, "ifVlan": null, "ifTrunk": null, @@ -3048,7 +3048,7 @@ "ifMtu": 1524, "ifType": "ppp", "ifAlias": "ppp20", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 397922000, "ifVlan": null, "ifTrunk": null, @@ -3948,7 +3948,7 @@ "ifMtu": 0, "ifType": "adsl", "ifAlias": "ADSL Physical/0 Hardware: SOFTDSL_V2A2P", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -4048,7 +4048,7 @@ "ifMtu": 0, "ifType": "fast", "ifAlias": "ADSL Fast Channel/0 Hardware: SOFTDSL_V2A2P", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -4148,7 +4148,7 @@ "ifMtu": 0, "ifType": "interleave", "ifAlias": "ADSL Interleave Channel/0 Hardware: SOFTDSL_V2A2P", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -4248,7 +4248,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -4348,7 +4348,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 1800, "ifVlan": null, "ifTrunk": null, @@ -4448,7 +4448,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 1800, "ifVlan": null, "ifTrunk": null, @@ -4548,7 +4548,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 263400, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/teldat_tv-base-vdsl2-adsl.json b/tests/data/teldat_tv-base-vdsl2-adsl.json index 7a59242650..ca50fcf2e3 100644 --- a/tests/data/teldat_tv-base-vdsl2-adsl.json +++ b/tests/data/teldat_tv-base-vdsl2-adsl.json @@ -2727,7 +2727,7 @@ "ifMtu": 0, "ifType": "adsl", "ifAlias": "ADSL Physical/0 Hardware: SOFTDSL_V2A2P", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -2827,7 +2827,7 @@ "ifMtu": 0, "ifType": "fast", "ifAlias": "ADSL Fast Channel/0 Hardware: SOFTDSL_V2A2P", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -2927,7 +2927,7 @@ "ifMtu": 0, "ifType": "interleave", "ifAlias": "ADSL Interleave Channel/0 Hardware: SOFTDSL_V2A2P", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3027,7 +3027,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 1; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 414565400, "ifVlan": null, "ifTrunk": null, @@ -3127,7 +3127,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 2; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 373321000, "ifVlan": null, "ifTrunk": null, @@ -3227,7 +3227,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 3; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 1700, "ifVlan": null, "ifTrunk": null, @@ -3327,7 +3327,7 @@ "ifMtu": 0, "ifType": "iso88023Csmacd", "ifAlias": "Switch Port interface: Group 1, Port 4; Associated interface: ethernet0/0", - "ifPhysAddress": "000000000000", + "ifPhysAddress": null, "ifLastChange": 374721300, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/ubiquoss-pon_9500.json b/tests/data/ubiquoss-pon_9500.json index 9fe64e3c46..2f6c3e86f7 100644 --- a/tests/data/ubiquoss-pon_9500.json +++ b/tests/data/ubiquoss-pon_9500.json @@ -6948,7 +6948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/1", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7048,7 +7048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/2", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7148,7 +7148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7248,7 +7248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7348,7 +7348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/5", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7448,7 +7448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7548,7 +7548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7648,7 +7648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon1/8", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7748,7 +7748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/1", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7848,7 +7848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/2", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -7948,7 +7948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8048,7 +8048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8148,7 +8148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/5", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8248,7 +8248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8348,7 +8348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8448,7 +8448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon2/8", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8548,7 +8548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/1", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8648,7 +8648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/2", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8748,7 +8748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8848,7 +8848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -8948,7 +8948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/5", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9048,7 +9048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9148,7 +9148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9248,7 +9248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon3/8", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9348,7 +9348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon4/1", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9448,7 +9448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon4/2", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9548,7 +9548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon4/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9648,7 +9648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon4/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9748,7 +9748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Fiber 57-58", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9848,7 +9848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon4/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -9948,7 +9948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon4/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10048,7 +10048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon4/8", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10148,7 +10148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/1", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10248,7 +10248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/2", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10348,7 +10348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10448,7 +10448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10548,7 +10548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/5", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10648,7 +10648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10748,7 +10748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10848,7 +10848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon5/8", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -10948,7 +10948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "10G Ingress Backbone Lag-A from Juniper Core XE-0/0/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 303670000, "ifVlan": null, "ifTrunk": null, @@ -11048,7 +11048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "10G Backbone Lag-A to QUL1 te6/1-BXD", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 1486785900, "ifVlan": null, "ifTrunk": null, @@ -11148,7 +11148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi6/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11248,7 +11248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi6/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11348,7 +11348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi6/5", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 798028600, "ifVlan": null, "ifTrunk": null, @@ -11448,7 +11448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi6/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11548,7 +11548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi6/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -11648,7 +11648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "ELTEK 172.30.3.7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 2111400700, "ifVlan": null, "ifTrunk": null, @@ -11748,7 +11748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "10G Ingress Backbone Lag-B from Juniper Core XE-1/0/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 2952768600, "ifVlan": null, "ifTrunk": null, @@ -11848,7 +11848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "10G Backbone Lag-B to QUL1 te7/1-BXD", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 1486785900, "ifVlan": null, "ifTrunk": null, @@ -11948,7 +11948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi7/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12048,7 +12048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi7/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12148,7 +12148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi7/5", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12248,7 +12248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi7/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12348,7 +12348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi7/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12448,7 +12448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "TenGi7/8", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12548,7 +12548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/1", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12648,7 +12648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/2", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12748,7 +12748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/3", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12848,7 +12848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/4", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -12948,7 +12948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/5", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13048,7 +13048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/6", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13148,7 +13148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/7", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13248,7 +13248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "Tpon8/8", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -13348,7 +13348,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "PortChannel to Juniper Core LACP", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 2952768600, "ifVlan": null, "ifTrunk": null, @@ -13448,7 +13448,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "PortChannel to Qualls LACP", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 1486785900, "ifVlan": null, "ifTrunk": null, @@ -13548,7 +13548,7 @@ "ifMtu": 1500, "ifType": "propVirtual", "ifAlias": "Vlan1", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef27", "ifLastChange": 782623300, "ifVlan": null, "ifTrunk": null, @@ -13648,7 +13648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "303a32343a34", + "ifPhysAddress": "00244506ef38", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/vivotek.json b/tests/data/vivotek.json index 870ac67e6f..b086f0f692 100644 --- a/tests/data/vivotek.json +++ b/tests/data/vivotek.json @@ -327,7 +327,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "eth0", - "ifPhysAddress": "303a323a6431", + "ifPhysAddress": "0002d143a526", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/webmon_matrix.json b/tests/data/webmon_matrix.json index db1261f82d..2f73871452 100644 --- a/tests/data/webmon_matrix.json +++ b/tests/data/webmon_matrix.json @@ -248,7 +248,7 @@ "ifMtu": 1500, "ifType": "softwareLoopback", "ifAlias": "Nucleus NET Software Loopback Interface", - "ifPhysAddress": "303a303a303a", + "ifPhysAddress": "000000000000", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -348,7 +348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "MFC5272 Ethernet: Software revision 1.0", - "ifPhysAddress": "303a32303a65", + "ifPhysAddress": "0020e903486e", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, diff --git a/tests/data/xirrus_aos.json b/tests/data/xirrus_aos.json index 123d2bbf23..c869fd7ad1 100644 --- a/tests/data/xirrus_aos.json +++ b/tests/data/xirrus_aos.json @@ -3148,7 +3148,7 @@ "ifMtu": 1536, "ifType": "ethernetCsmacd", "ifAlias": "wds-iap3", - "ifPhysAddress": "506028764a00", + "ifPhysAddress": "50602876040a", "ifLastChange": 0, "ifVlan": null, "ifTrunk": null, @@ -3437,8 +3437,8 @@ "ifName": "gre0", "portName": null, "ifIndex": 14, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", @@ -3637,8 +3637,8 @@ "ifName": "sit0", "portName": null, "ifIndex": 16, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -3737,8 +3737,8 @@ "ifName": "cap0", "portName": null, "ifIndex": 17, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "up", "ifOperStatus_prev": "up", diff --git a/tests/data/zynos_mgs3712.json b/tests/data/zynos_mgs3712.json index e49b83af50..95f7e319c7 100644 --- a/tests/data/zynos_mgs3712.json +++ b/tests/data/zynos_mgs3712.json @@ -1348,7 +1348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 4400, "ifVlan": "1", "ifTrunk": null, @@ -1437,8 +1437,8 @@ "ifName": "1/02", "portName": null, "ifIndex": 2, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1448,7 +1448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 4400, "ifVlan": "1", "ifTrunk": null, @@ -1537,8 +1537,8 @@ "ifName": "1/03", "portName": null, "ifIndex": 3, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1548,7 +1548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "swp02", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 3476377800, "ifVlan": "1", "ifTrunk": null, @@ -1637,8 +1637,8 @@ "ifName": "1/04", "portName": null, "ifIndex": 4, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1648,7 +1648,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "swp03", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 3545688100, "ifVlan": "1", "ifTrunk": null, @@ -1748,7 +1748,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 2678910900, "ifVlan": "1", "ifTrunk": null, @@ -1848,7 +1848,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 4400, "ifVlan": "1", "ifTrunk": null, @@ -1937,8 +1937,8 @@ "ifName": "1/07", "portName": null, "ifIndex": 7, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -1948,7 +1948,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "swp06", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 3475352800, "ifVlan": "1", "ifTrunk": null, @@ -2037,8 +2037,8 @@ "ifName": "1/08", "portName": null, "ifIndex": 8, - "ifSpeed": 0, - "ifSpeed_prev": null, + "ifSpeed": null, + "ifSpeed_prev": 0, "ifConnectorPresent": "true", "ifOperStatus": "down", "ifOperStatus_prev": "down", @@ -2048,7 +2048,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "swp07", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 3405622700, "ifVlan": "1", "ifTrunk": null, @@ -2148,7 +2148,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 3383234400, "ifVlan": "1", "ifTrunk": null, @@ -2248,7 +2248,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 630668600, "ifVlan": "1", "ifTrunk": null, @@ -2348,7 +2348,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 3545462600, "ifVlan": "1", "ifTrunk": null, @@ -2448,7 +2448,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 2906317300, "ifVlan": "1", "ifTrunk": null, @@ -2548,7 +2548,7 @@ "ifMtu": 1500, "ifType": "ethernetCsmacd", "ifAlias": "enet0", - "ifPhysAddress": "3c7072697661", + "ifPhysAddress": "010203040506", "ifLastChange": 900, "ifVlan": null, "ifTrunk": null, diff --git a/tests/snmpsim/airos-af-ltu.snmprec b/tests/snmpsim/airos-af-ltu.snmprec index 4d529ac30d..ec1b848925 100644 --- a/tests/snmpsim/airos-af-ltu.snmprec +++ b/tests/snmpsim/airos-af-ltu.snmprec @@ -36,10 +36,10 @@ 1.3.6.1.2.1.2.2.1.6.4|4x|18E8291E393B 1.3.6.1.2.1.2.2.1.6.5|4x|18E8291E393B 1.3.6.1.2.1.2.2.1.6.6|4x|1AE8291E393B -1.3.6.1.2.1.2.2.1.6.7|4|78:8a:20:5f:1d:d6 -1.3.6.1.2.1.2.2.1.6.9|4|7a:8a:20:5f:1d:d6 -1.3.6.1.2.1.2.2.1.6.10|4|7a:8a:20:5f:1d:d6 -1.3.6.1.2.1.2.2.1.6.11|4|78:8a:20:5f:1d:d6 +1.3.6.1.2.1.2.2.1.6.7|4x|788a205f1dd6 +1.3.6.1.2.1.2.2.1.6.9|4x|7a8a205f1dd6 +1.3.6.1.2.1.2.2.1.6.10|4x|7a8a205f1dd6 +1.3.6.1.2.1.2.2.1.6.11|4x|788a205f1dd6 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.4|2|1 diff --git a/tests/snmpsim/akcp_serverprobe8.snmprec b/tests/snmpsim/akcp_serverprobe8.snmprec index 6d19ff0479..e7e9629067 100644 --- a/tests/snmpsim/akcp_serverprobe8.snmprec +++ b/tests/snmpsim/akcp_serverprobe8.snmprec @@ -9,7 +9,7 @@ 1.3.6.1.2.1.2.2.1.3.1|2|6 1.3.6.1.2.1.2.2.1.4.1|2|1500 1.3.6.1.2.1.2.2.1.5.1|66|10000000 -1.3.6.1.2.1.2.2.1.6.1|4|0:b:dc:34:d1:6 +1.3.6.1.2.1.2.2.1.6.1|4x|000bdc34d106 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 1.3.6.1.2.1.2.2.1.9.1|67|0 diff --git a/tests/snmpsim/anue.snmprec b/tests/snmpsim/anue.snmprec index 02618ce7a1..13755eb773 100644 --- a/tests/snmpsim/anue.snmprec +++ b/tests/snmpsim/anue.snmprec @@ -904,8 +904,8 @@ 1.3.6.1.2.1.2.2.1.6.46|4| 1.3.6.1.2.1.2.2.1.6.47|4| 1.3.6.1.2.1.2.2.1.6.48|4| -1.3.6.1.2.1.2.2.1.6.998|4|0:1b:6e:1:36:a7 -1.3.6.1.2.1.2.2.1.6.999|4|0:1b:6e:1:36:a6 +1.3.6.1.2.1.2.2.1.6.998|4x|001b6e0136a7 +1.3.6.1.2.1.2.2.1.6.999|4x|001b6e0136a6 1.3.6.1.2.1.2.2.1.6.9001|4| 1.3.6.1.2.1.2.2.1.6.9002|4| 1.3.6.1.2.1.2.2.1.6.9003|4| diff --git a/tests/snmpsim/arista_eos_vrf.snmprec b/tests/snmpsim/arista_eos_vrf.snmprec index 4934d73626..cb2f81a746 100644 --- a/tests/snmpsim/arista_eos_vrf.snmprec +++ b/tests/snmpsim/arista_eos_vrf.snmprec @@ -156,35 +156,35 @@ 1.3.6.1.2.1.2.2.1.4.1000002|2|0 1.3.6.1.2.1.2.2.1.4.1000101|2|9214 1.3.6.1.2.1.2.2.1.4.2004094|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|0:1c:73:b3:bd:72 -1.3.6.1.2.1.2.2.1.6.2|4|0:1c:73:b3:bd:73 -1.3.6.1.2.1.2.2.1.6.3|4|0:1c:73:b3:bd:74 -1.3.6.1.2.1.2.2.1.6.4|4|0:1c:73:b3:bd:75 -1.3.6.1.2.1.2.2.1.6.5|4|0:1c:73:b3:bd:76 -1.3.6.1.2.1.2.2.1.6.6|4|0:1c:73:b3:bd:77 -1.3.6.1.2.1.2.2.1.6.7|4|0:1c:73:b3:bd:78 -1.3.6.1.2.1.2.2.1.6.8|4|0:1c:73:b3:bd:79 -1.3.6.1.2.1.2.2.1.6.9|4|0:1c:73:b3:bd:7a -1.3.6.1.2.1.2.2.1.6.10|4|0:1c:73:b3:bd:7b -1.3.6.1.2.1.2.2.1.6.11|4|0:1c:73:b3:bd:7c -1.3.6.1.2.1.2.2.1.6.12|4|0:1c:73:b3:bd:7d -1.3.6.1.2.1.2.2.1.6.13|4|0:1c:73:b3:bd:7e -1.3.6.1.2.1.2.2.1.6.14|4|0:1c:73:b3:bd:7f -1.3.6.1.2.1.2.2.1.6.15|4|0:1c:73:b3:bd:80 -1.3.6.1.2.1.2.2.1.6.16|4|0:1c:73:b3:bd:81 -1.3.6.1.2.1.2.2.1.6.17|4|0:1c:73:b3:bd:82 -1.3.6.1.2.1.2.2.1.6.18|4|0:1c:73:b3:bd:83 -1.3.6.1.2.1.2.2.1.6.19|4|0:1c:73:b3:bd:84 -1.3.6.1.2.1.2.2.1.6.20|4|0:1c:73:b3:bd:85 -1.3.6.1.2.1.2.2.1.6.21|4|0:1c:73:b3:bd:86 -1.3.6.1.2.1.2.2.1.6.22|4|0:1c:73:b3:bd:87 -1.3.6.1.2.1.2.2.1.6.23|4|0:1c:73:b3:bd:88 -1.3.6.1.2.1.2.2.1.6.24|4|0:1c:73:b3:bd:89 -1.3.6.1.2.1.2.2.1.6.999001|4|0:1c:73:b3:bd:70 -1.3.6.1.2.1.2.2.1.6.1000001|4|0:1c:73:b3:bd:88 -1.3.6.1.2.1.2.2.1.6.1000002|4|0:1c:73:b3:bd:87 -1.3.6.1.2.1.2.2.1.6.1000101|4|0:1c:73:b3:bd:72 -1.3.6.1.2.1.2.2.1.6.2004094|4|0:1c:73:b3:bd:71 +1.3.6.1.2.1.2.2.1.6.1|4x|001c73b3bd72 +1.3.6.1.2.1.2.2.1.6.2|4x|001c73b3bd73 +1.3.6.1.2.1.2.2.1.6.3|4x|001c73b3bd74 +1.3.6.1.2.1.2.2.1.6.4|4x|001c73b3bd75 +1.3.6.1.2.1.2.2.1.6.5|4x|001c73b3bd76 +1.3.6.1.2.1.2.2.1.6.6|4x|001c73b3bd77 +1.3.6.1.2.1.2.2.1.6.7|4x|001c73b3bd78 +1.3.6.1.2.1.2.2.1.6.8|4x|001c73b3bd79 +1.3.6.1.2.1.2.2.1.6.9|4x|001c73b3bd7a +1.3.6.1.2.1.2.2.1.6.10|4x|001c73b3bd7b +1.3.6.1.2.1.2.2.1.6.11|4x|001c73b3bd7c +1.3.6.1.2.1.2.2.1.6.12|4x|001c73b3bd7d +1.3.6.1.2.1.2.2.1.6.13|4x|001c73b3bd7e +1.3.6.1.2.1.2.2.1.6.14|4x|001c73b3bd7f +1.3.6.1.2.1.2.2.1.6.15|4x|001c73b3bd80 +1.3.6.1.2.1.2.2.1.6.16|4x|001c73b3bd81 +1.3.6.1.2.1.2.2.1.6.17|4x|001c73b3bd82 +1.3.6.1.2.1.2.2.1.6.18|4x|001c73b3bd83 +1.3.6.1.2.1.2.2.1.6.19|4x|001c73b3bd84 +1.3.6.1.2.1.2.2.1.6.20|4x|001c73b3bd85 +1.3.6.1.2.1.2.2.1.6.21|4x|001c73b3bd86 +1.3.6.1.2.1.2.2.1.6.22|4x|001c73b3bd87 +1.3.6.1.2.1.2.2.1.6.23|4x|001c73b3bd88 +1.3.6.1.2.1.2.2.1.6.24|4x|001c73b3bd89 +1.3.6.1.2.1.2.2.1.6.999001|4x|001c73b3bd70 +1.3.6.1.2.1.2.2.1.6.1000001|4x|001c73b3bd88 +1.3.6.1.2.1.2.2.1.6.1000002|4x|001c73b3bd87 +1.3.6.1.2.1.2.2.1.6.1000101|4x|001c73b3bd72 +1.3.6.1.2.1.2.2.1.6.2004094|4x|001c73b3bd71 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/avocent_8000.snmprec b/tests/snmpsim/avocent_8000.snmprec index 594c48e96f..1d1b4db611 100644 --- a/tests/snmpsim/avocent_8000.snmprec +++ b/tests/snmpsim/avocent_8000.snmprec @@ -50,8 +50,8 @@ 1.3.6.1.2.1.2.2.1.5.2|66|1000000000 1.3.6.1.2.1.2.2.1.5.3|66|10000000 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|0:e0:86:29:a0:f4 -1.3.6.1.2.1.2.2.1.6.3|4|0:e0:86:29:a0:f5 +1.3.6.1.2.1.2.2.1.6.2|4x|00e08629a0f4 +1.3.6.1.2.1.2.2.1.6.3|4x|00e08629a0f5 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/calix_716ge.snmprec b/tests/snmpsim/calix_716ge.snmprec index 870c673876..9f6e40474d 100644 --- a/tests/snmpsim/calix_716ge.snmprec +++ b/tests/snmpsim/calix_716ge.snmprec @@ -40,18 +40,18 @@ 1.3.6.1.2.1.2.2.1.4.138|2|1500 1.3.6.1.2.1.2.2.1.4.139|2|1500 1.3.6.1.2.1.2.2.1.4.158|2|2000 -1.3.6.1.2.1.2.2.1.6.80|4|0:6:31:2a:67:2a -1.3.6.1.2.1.2.2.1.6.81|4|0:6:31:2a:67:2b -1.3.6.1.2.1.2.2.1.6.82|4|0:6:31:2a:67:2c -1.3.6.1.2.1.2.2.1.6.83|4|0:6:31:2a:67:2d -1.3.6.1.2.1.2.2.1.6.104|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.134|4|0:6:31:31:3f:d -1.3.6.1.2.1.2.2.1.6.135|4|0:6:31:2a:67:27 -1.3.6.1.2.1.2.2.1.6.136|4|0:6:31:2a:67:28 -1.3.6.1.2.1.2.2.1.6.137|4|0:6:31:2a:67:29 -1.3.6.1.2.1.2.2.1.6.138|4|0:6:31:2a:67:2a -1.3.6.1.2.1.2.2.1.6.139|4|0:6:31:2a:67:2b -1.3.6.1.2.1.2.2.1.6.158|4|0:6:31:2a:67:26 +1.3.6.1.2.1.2.2.1.6.80|4x|0006312a672a +1.3.6.1.2.1.2.2.1.6.81|4x|0006312a672b +1.3.6.1.2.1.2.2.1.6.82|4x|0006312a672c +1.3.6.1.2.1.2.2.1.6.83|4x|0006312a672d +1.3.6.1.2.1.2.2.1.6.104|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.134|4x|000631313f0d +1.3.6.1.2.1.2.2.1.6.135|4x|0006312a6727 +1.3.6.1.2.1.2.2.1.6.136|4x|0006312a6728 +1.3.6.1.2.1.2.2.1.6.137|4x|0006312a6729 +1.3.6.1.2.1.2.2.1.6.138|4x|0006312a672a +1.3.6.1.2.1.2.2.1.6.139|4x|0006312a672b +1.3.6.1.2.1.2.2.1.6.158|4x|0006312a6726 1.3.6.1.2.1.2.2.1.7.80|2|1 1.3.6.1.2.1.2.2.1.7.81|2|1 1.3.6.1.2.1.2.2.1.7.82|2|1 diff --git a/tests/snmpsim/ciena-waveserver.snmprec b/tests/snmpsim/ciena-waveserver.snmprec index 741622a58a..b0138fa791 100644 --- a/tests/snmpsim/ciena-waveserver.snmprec +++ b/tests/snmpsim/ciena-waveserver.snmprec @@ -136,11 +136,11 @@ 1.3.6.1.2.1.2.2.1.6.1|4| 1.3.6.1.2.1.2.2.1.6.2|4| 1.3.6.1.2.1.2.2.1.6.3|4| -1.3.6.1.2.1.2.2.1.6.4|4|2c:39:c1:8:5:99 -1.3.6.1.2.1.2.2.1.6.5|4|2c:39:c1:8:5:9a -1.3.6.1.2.1.2.2.1.6.20|4|2c:39:c1:8:5:a9 -1.3.6.1.2.1.2.2.1.6.48|4|2c:39:c1:8:5:c5 -1.3.6.1.2.1.2.2.1.6.49|4|2c:39:c1:8:5:c6 +1.3.6.1.2.1.2.2.1.6.4|4x|2c39c1080599 +1.3.6.1.2.1.2.2.1.6.5|4x|2c39c108059a +1.3.6.1.2.1.2.2.1.6.20|4x|2c39c10805a9 +1.3.6.1.2.1.2.2.1.6.48|4x|2c39c10805c5 +1.3.6.1.2.1.2.2.1.6.49|4x|2c39c10805c6 1.3.6.1.2.1.2.2.1.6.16777728|4| 1.3.6.1.2.1.2.2.1.6.16777729|4| 1.3.6.1.2.1.2.2.1.6.16777730|4| diff --git a/tests/snmpsim/cirpack.snmprec b/tests/snmpsim/cirpack.snmprec index 2cad1af70b..131b12d9d7 100644 --- a/tests/snmpsim/cirpack.snmprec +++ b/tests/snmpsim/cirpack.snmprec @@ -32,14 +32,14 @@ 1.3.6.1.2.1.2.2.1.4.8|2|1500 1.3.6.1.2.1.2.2.1.4.9|2|1500 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.3|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.4|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.5|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.6|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.7|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.8|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.9|4x|3C707269766174653E +1.3.6.1.2.1.2.2.1.6.2|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.3|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.4|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.5|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.6|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.7|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.8|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.9|4x|010203040506 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/cmm.snmprec b/tests/snmpsim/cmm.snmprec index 30150096e0..ca8a02df0d 100644 --- a/tests/snmpsim/cmm.snmprec +++ b/tests/snmpsim/cmm.snmprec @@ -15,7 +15,7 @@ 1.3.6.1.2.1.2.2.1.5.1|66|100000000 1.3.6.1.2.1.2.2.1.5.2|66|10000000 1.3.6.1.2.1.2.2.1.6.1|4x|0A003EE0132A -1.3.6.1.2.1.2.2.1.6.2|4|LPBACK +1.3.6.1.2.1.2.2.1.6.2|4x|0A003EE0132B 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/cms.snmprec b/tests/snmpsim/cms.snmprec index cd1ec38e0e..e5512bf8d1 100644 --- a/tests/snmpsim/cms.snmprec +++ b/tests/snmpsim/cms.snmprec @@ -7,7 +7,7 @@ 1.3.6.1.2.1.2.2.1.2.2|4|management 1.3.6.1.2.1.2.2.1.3.2|2|1 1.3.6.1.2.1.2.2.1.4.2|2|1500 -1.3.6.1.2.1.2.2.1.6.2|4|00:50:56:93:d0:4f +1.3.6.1.2.1.2.2.1.6.2|4x|00505693d04f 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.2|2|1 1.3.6.1.2.1.2.2.1.9.2|67|0 diff --git a/tests/snmpsim/comware.snmprec b/tests/snmpsim/comware.snmprec index 92cf505659..da90df8e88 100644 --- a/tests/snmpsim/comware.snmprec +++ b/tests/snmpsim/comware.snmprec @@ -700,238 +700,238 @@ 1.3.6.1.2.1.2.2.1.4.256|2|1500 1.3.6.1.2.1.2.2.1.4.257|2|1500 1.3.6.1.2.1.2.2.1.4.258|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.2|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.3|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.4|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.5|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.6|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.7|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.8|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.9|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.10|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.11|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.12|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.13|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.14|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.15|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.16|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.17|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.18|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.19|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.20|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.21|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.22|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.23|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.24|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.25|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.26|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.27|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.28|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.29|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.30|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.31|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.32|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.33|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.34|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.35|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.36|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.37|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.38|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.39|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.40|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.41|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.42|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.43|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.44|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.45|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.46|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.47|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.48|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.49|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.50|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.51|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.52|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.53|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.54|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.55|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.56|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.57|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.58|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.59|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.60|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.61|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.62|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.63|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.64|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.65|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.66|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.67|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.68|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.69|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.70|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.71|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.72|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.73|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.74|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.75|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.76|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.77|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.78|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.79|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.80|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.81|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.82|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.83|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.84|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.85|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.86|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.87|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.88|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.89|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.90|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.91|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.92|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.93|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.94|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.95|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.96|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.97|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.98|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.99|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.100|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.101|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.102|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.103|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.104|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.105|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.106|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.107|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.108|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.109|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.110|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.111|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.112|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.113|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.114|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.115|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.116|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.117|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.118|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.119|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.120|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.121|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.122|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.123|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.124|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.125|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.126|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.127|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.128|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.129|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.130|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.131|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.132|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.133|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.134|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.135|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.136|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.137|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.138|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.139|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.140|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.141|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.142|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.143|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.144|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.145|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.146|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.147|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.148|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.149|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.150|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.151|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.152|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.153|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.154|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.155|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.156|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.157|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.158|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.159|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.160|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.161|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.162|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.163|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.164|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.165|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.166|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.167|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.168|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.169|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.170|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.171|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.172|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.173|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.174|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.175|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.176|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.177|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.178|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.179|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.180|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.181|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.182|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.183|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.184|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.185|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.186|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.187|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.188|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.189|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.190|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.191|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.192|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.193|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.194|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.195|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.196|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.197|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.198|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.199|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.200|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.201|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.202|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.203|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.204|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.205|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.206|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.207|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.208|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.209|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.210|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.211|4|b8:af:67:63:e5:24 -1.3.6.1.2.1.2.2.1.6.213|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.214|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.221|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.222|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.223|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.224|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.225|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.226|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.227|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.228|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.229|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.230|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.232|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.233|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.234|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.235|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.236|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.237|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.256|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.257|4|b8:af:67:63:e5:23 -1.3.6.1.2.1.2.2.1.6.258|4|b8:af:67:63:e5:23 +1.3.6.1.2.1.2.2.1.6.1|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.2|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.3|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.4|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.5|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.6|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.7|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.8|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.9|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.10|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.11|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.12|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.13|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.14|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.15|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.16|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.17|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.18|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.19|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.20|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.21|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.22|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.23|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.24|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.25|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.26|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.27|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.28|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.29|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.30|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.31|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.32|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.33|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.34|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.35|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.36|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.37|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.38|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.39|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.40|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.41|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.42|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.43|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.44|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.45|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.46|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.47|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.48|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.49|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.50|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.51|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.52|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.53|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.54|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.55|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.56|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.57|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.58|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.59|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.60|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.61|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.62|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.63|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.64|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.65|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.66|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.67|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.68|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.69|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.70|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.71|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.72|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.73|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.74|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.75|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.76|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.77|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.78|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.79|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.80|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.81|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.82|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.83|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.84|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.85|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.86|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.87|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.88|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.89|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.90|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.91|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.92|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.93|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.94|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.95|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.96|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.97|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.98|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.99|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.100|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.101|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.102|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.103|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.104|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.105|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.106|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.107|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.108|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.109|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.110|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.111|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.112|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.113|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.114|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.115|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.116|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.117|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.118|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.119|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.120|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.121|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.122|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.123|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.124|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.125|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.126|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.127|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.128|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.129|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.130|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.131|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.132|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.133|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.134|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.135|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.136|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.137|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.138|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.139|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.140|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.141|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.142|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.143|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.144|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.145|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.146|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.147|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.148|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.149|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.150|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.151|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.152|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.153|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.154|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.155|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.156|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.157|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.158|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.159|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.160|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.161|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.162|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.163|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.164|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.165|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.166|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.167|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.168|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.169|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.170|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.171|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.172|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.173|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.174|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.175|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.176|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.177|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.178|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.179|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.180|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.181|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.182|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.183|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.184|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.185|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.186|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.187|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.188|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.189|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.190|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.191|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.192|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.193|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.194|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.195|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.196|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.197|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.198|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.199|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.200|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.201|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.202|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.203|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.204|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.205|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.206|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.207|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.208|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.209|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.210|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.211|4x|b8af6763e524 +1.3.6.1.2.1.2.2.1.6.213|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.214|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.221|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.222|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.223|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.224|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.225|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.226|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.227|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.228|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.229|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.230|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.232|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.233|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.234|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.235|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.236|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.237|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.256|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.257|4x|b8af6763e523 +1.3.6.1.2.1.2.2.1.6.258|4x|b8af6763e523 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/cyberoam-utm.snmprec b/tests/snmpsim/cyberoam-utm.snmprec index 50beaba43c..3952b9de7e 100644 --- a/tests/snmpsim/cyberoam-utm.snmprec +++ b/tests/snmpsim/cyberoam-utm.snmprec @@ -146,8 +146,8 @@ 1.3.6.1.2.1.2.2.1.5.35|66|0 1.3.6.1.2.1.2.2.1.6.1|4x|000000000000 1.3.6.1.2.1.2.2.1.6.2|4x|3AECD6B7E836 -1.3.6.1.2.1.2.2.1.6.3|4x|00000000 -1.3.6.1.2.1.2.2.1.6.4|4x|00000000000000000000000000000000 +1.3.6.1.2.1.2.2.1.6.3|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.4|4x|000000000000 1.3.6.1.2.1.2.2.1.6.5|4x|001517782EED 1.3.6.1.2.1.2.2.1.6.6|4x|001517782EEC 1.3.6.1.2.1.2.2.1.6.7|4x|001517782EEF @@ -155,7 +155,7 @@ 1.3.6.1.2.1.2.2.1.6.9|4x|80C16EEC060E 1.3.6.1.2.1.2.2.1.6.10|4| 1.3.6.1.2.1.2.2.1.6.11|4| -1.3.6.1.2.1.2.2.1.6.12|4x|00000000 +1.3.6.1.2.1.2.2.1.6.12|4x|000000000000 1.3.6.1.2.1.2.2.1.6.13|4x|000000000000 1.3.6.1.2.1.2.2.1.6.14|4x|001517782EED 1.3.6.1.2.1.2.2.1.6.15|4x|001517782EED diff --git a/tests/snmpsim/dahua-nvr.snmprec b/tests/snmpsim/dahua-nvr.snmprec index 92ffb9120f..274e205302 100644 --- a/tests/snmpsim/dahua-nvr.snmprec +++ b/tests/snmpsim/dahua-nvr.snmprec @@ -15,7 +15,7 @@ 1.3.6.1.2.1.2.2.1.5.1|66|10000000 1.3.6.1.2.1.2.2.1.5.2|66|100000000 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|3c:ef:8c:8:4e:1e +1.3.6.1.2.1.2.2.1.6.2|4x|3cef8c084e1e 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/dell-laser_s5830dn.snmprec b/tests/snmpsim/dell-laser_s5830dn.snmprec index f565418637..e7ba1845f1 100644 --- a/tests/snmpsim/dell-laser_s5830dn.snmprec +++ b/tests/snmpsim/dell-laser_s5830dn.snmprec @@ -15,7 +15,7 @@ 1.3.6.1.2.1.2.2.1.5.1|66|10000000 1.3.6.1.2.1.2.2.1.5.2|66|100000000 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|0:21:b7:43:f5:81 +1.3.6.1.2.1.2.2.1.6.2|4x|0021b743f581 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/dell-powervault_me4024.snmprec b/tests/snmpsim/dell-powervault_me4024.snmprec index e5b94bec03..03dad0afa1 100644 --- a/tests/snmpsim/dell-powervault_me4024.snmprec +++ b/tests/snmpsim/dell-powervault_me4024.snmprec @@ -54,10 +54,10 @@ 1.3.6.1.2.1.2.2.1.5.7|66|10000000 1.3.6.1.2.1.2.2.1.5.71|66|0 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|0:c0:ff:65:8f:ac +1.3.6.1.2.1.2.2.1.6.2|4x|00c0ff658fac 1.3.6.1.2.1.2.2.1.6.3|4| -1.3.6.1.2.1.2.2.1.6.5|4|2:c0:ff:0:0:0 -1.3.6.1.2.1.2.2.1.6.7|4|0:c0:ff:65:8f:ac +1.3.6.1.2.1.2.2.1.6.5|4x|02c0ff000000 +1.3.6.1.2.1.2.2.1.6.7|4x|00c0ff658fac 1.3.6.1.2.1.2.2.1.6.71|4| 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 diff --git a/tests/snmpsim/dlink_dgs-1510-28.snmprec b/tests/snmpsim/dlink_dgs-1510-28.snmprec index 0c84710571..399b10a53c 100644 --- a/tests/snmpsim/dlink_dgs-1510-28.snmprec +++ b/tests/snmpsim/dlink_dgs-1510-28.snmprec @@ -158,41 +158,41 @@ 1.3.6.1.2.1.2.2.1.4.3034|2|1500 1.3.6.1.2.1.2.2.1.4.5121|2|1500 1.3.6.1.2.1.2.2.1.4.40000|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|10:62:eb:d1:a6:c1 -1.3.6.1.2.1.2.2.1.6.2|4|10:62:eb:d1:a6:c2 -1.3.6.1.2.1.2.2.1.6.3|4|10:62:eb:d1:a6:c3 -1.3.6.1.2.1.2.2.1.6.4|4|10:62:eb:d1:a6:c4 -1.3.6.1.2.1.2.2.1.6.5|4|10:62:eb:d1:a6:c5 -1.3.6.1.2.1.2.2.1.6.6|4|10:62:eb:d1:a6:c6 -1.3.6.1.2.1.2.2.1.6.7|4|10:62:eb:d1:a6:c7 -1.3.6.1.2.1.2.2.1.6.8|4|10:62:eb:d1:a6:c8 -1.3.6.1.2.1.2.2.1.6.9|4|10:62:eb:d1:a6:c9 -1.3.6.1.2.1.2.2.1.6.10|4|10:62:eb:d1:a6:ca -1.3.6.1.2.1.2.2.1.6.11|4|10:62:eb:d1:a6:cb -1.3.6.1.2.1.2.2.1.6.12|4|10:62:eb:d1:a6:cc -1.3.6.1.2.1.2.2.1.6.13|4|10:62:eb:d1:a6:cd -1.3.6.1.2.1.2.2.1.6.14|4|10:62:eb:d1:a6:ce -1.3.6.1.2.1.2.2.1.6.15|4|10:62:eb:d1:a6:cf -1.3.6.1.2.1.2.2.1.6.16|4|10:62:eb:d1:a6:d0 -1.3.6.1.2.1.2.2.1.6.17|4|10:62:eb:d1:a6:d1 -1.3.6.1.2.1.2.2.1.6.18|4|10:62:eb:d1:a6:d2 -1.3.6.1.2.1.2.2.1.6.19|4|10:62:eb:d1:a6:d3 -1.3.6.1.2.1.2.2.1.6.20|4|10:62:eb:d1:a6:d4 -1.3.6.1.2.1.2.2.1.6.21|4|10:62:eb:d1:a6:d5 -1.3.6.1.2.1.2.2.1.6.22|4|10:62:eb:d1:a6:d6 -1.3.6.1.2.1.2.2.1.6.23|4|10:62:eb:d1:a6:d7 -1.3.6.1.2.1.2.2.1.6.24|4|10:62:eb:d1:a6:d8 -1.3.6.1.2.1.2.2.1.6.25|4|10:62:eb:d1:a6:d9 -1.3.6.1.2.1.2.2.1.6.26|4|10:62:eb:d1:a6:da -1.3.6.1.2.1.2.2.1.6.27|4|10:62:eb:d1:a6:db -1.3.6.1.2.1.2.2.1.6.28|4|10:62:eb:d1:a6:dc +1.3.6.1.2.1.2.2.1.6.1|4x|1062ebd1a6c1 +1.3.6.1.2.1.2.2.1.6.2|4x|1062ebd1a6c2 +1.3.6.1.2.1.2.2.1.6.3|4x|1062ebd1a6c3 +1.3.6.1.2.1.2.2.1.6.4|4x|1062ebd1a6c4 +1.3.6.1.2.1.2.2.1.6.5|4x|1062ebd1a6c5 +1.3.6.1.2.1.2.2.1.6.6|4x|1062ebd1a6c6 +1.3.6.1.2.1.2.2.1.6.7|4x|1062ebd1a6c7 +1.3.6.1.2.1.2.2.1.6.8|4x|1062ebd1a6c8 +1.3.6.1.2.1.2.2.1.6.9|4x|1062ebd1a6c9 +1.3.6.1.2.1.2.2.1.6.10|4x|1062ebd1a6ca +1.3.6.1.2.1.2.2.1.6.11|4x|1062ebd1a6cb +1.3.6.1.2.1.2.2.1.6.12|4x|1062ebd1a6cc +1.3.6.1.2.1.2.2.1.6.13|4x|1062ebd1a6cd +1.3.6.1.2.1.2.2.1.6.14|4x|1062ebd1a6ce +1.3.6.1.2.1.2.2.1.6.15|4x|1062ebd1a6cf +1.3.6.1.2.1.2.2.1.6.16|4x|1062ebd1a6d0 +1.3.6.1.2.1.2.2.1.6.17|4x|1062ebd1a6d1 +1.3.6.1.2.1.2.2.1.6.18|4x|1062ebd1a6d2 +1.3.6.1.2.1.2.2.1.6.19|4x|1062ebd1a6d3 +1.3.6.1.2.1.2.2.1.6.20|4x|1062ebd1a6d4 +1.3.6.1.2.1.2.2.1.6.21|4x|1062ebd1a6d5 +1.3.6.1.2.1.2.2.1.6.22|4x|1062ebd1a6d6 +1.3.6.1.2.1.2.2.1.6.23|4x|1062ebd1a6d7 +1.3.6.1.2.1.2.2.1.6.24|4x|1062ebd1a6d8 +1.3.6.1.2.1.2.2.1.6.25|4x|1062ebd1a6d9 +1.3.6.1.2.1.2.2.1.6.26|4x|1062ebd1a6da +1.3.6.1.2.1.2.2.1.6.27|4x|1062ebd1a6db +1.3.6.1.2.1.2.2.1.6.28|4x|1062ebd1a6dc 1.3.6.1.2.1.2.2.1.6.1024|4| 1.3.6.1.2.1.2.2.1.6.1234|4| 1.3.6.1.2.1.2.2.1.6.1453|4| 1.3.6.1.2.1.2.2.1.6.2013|4| 1.3.6.1.2.1.2.2.1.6.2014|4| 1.3.6.1.2.1.2.2.1.6.3034|4| -1.3.6.1.2.1.2.2.1.6.5121|4|10:62:eb:d1:a6:c0 +1.3.6.1.2.1.2.2.1.6.5121|4x|1062ebd1a6c0 1.3.6.1.2.1.2.2.1.6.40000|4| 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 diff --git a/tests/snmpsim/dnos.snmprec b/tests/snmpsim/dnos.snmprec index 1e207eb53d..0130ab5496 100644 --- a/tests/snmpsim/dnos.snmprec +++ b/tests/snmpsim/dnos.snmprec @@ -528,67 +528,67 @@ 1.3.6.1.2.1.2.2.1.6.1054852|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1054980|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1055108|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.2097156|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097284|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097412|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097540|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097668|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097796|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097924|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098052|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098180|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098308|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098436|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098564|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098692|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098820|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098948|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099076|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099204|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099332|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099460|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099588|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099716|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099844|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099972|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100100|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100228|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100356|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100484|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100612|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100740|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100868|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100996|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101124|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101252|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101380|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101508|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101636|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101764|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101892|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102020|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102148|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102276|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102404|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102532|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102660|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102788|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102916|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2103044|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2103172|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2103301|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2103813|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2104325|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2104837|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2105349|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2105861|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2097156|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097284|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097412|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097540|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097668|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097796|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097924|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098052|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098180|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098308|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098436|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098564|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098692|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098820|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098948|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099076|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099204|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099332|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099460|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099588|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099716|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099844|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099972|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100100|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100228|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100356|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100484|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100612|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100740|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100868|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100996|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101124|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101252|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101380|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101508|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101636|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101764|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101892|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102020|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102148|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102276|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102404|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102532|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102660|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102788|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102916|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2103044|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2103172|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2103301|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2103813|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2104325|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2104837|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2105349|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2105861|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.7340033|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.9437185|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.10485761|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.11534337|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.12582913|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.13631489|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.14680065|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.9437185|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.10485761|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.11534337|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.12582913|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.13631489|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.14680065|4x|000000000000 1.3.6.1.2.1.2.2.1.6.1233125376|4x|000000000000 1.3.6.1.2.1.2.2.1.6.1258291712|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1258292224|4x|F48E38141241 @@ -608,12 +608,12 @@ 1.3.6.1.2.1.2.2.1.6.1258299392|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1258308096|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1258310144|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.1258314240|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.1258314752|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.1258316288|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.1258318336|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.1258314240|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.1258314752|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.1258316288|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.1258318336|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.1275068928|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.1275119104|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.1275119104|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.1275119616|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1275593728|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1275595264|4x|F48E38141241 diff --git a/tests/snmpsim/dnos_s4048.snmprec b/tests/snmpsim/dnos_s4048.snmprec index 3e7220c8e8..4126d19cb7 100644 --- a/tests/snmpsim/dnos_s4048.snmprec +++ b/tests/snmpsim/dnos_s4048.snmprec @@ -678,77 +678,77 @@ 1.3.6.1.2.1.2.2.1.6.1054852|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1054980|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1055108|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.2097156|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2097156|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2097157|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2097284|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097412|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097540|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097668|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2097284|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097412|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097540|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097668|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2097669|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2097796|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2097924|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098052|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098180|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2097796|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2097924|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098052|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098180|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2098181|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2098308|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098436|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098564|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098692|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2098308|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098436|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098564|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098692|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2098693|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2098820|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2098948|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099076|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099204|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2098820|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2098948|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099076|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099204|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2099214|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2099332|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099460|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099588|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099716|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2099332|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099460|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099588|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099716|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2099726|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2099844|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2099972|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100100|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100228|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2099844|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2099972|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100100|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100228|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2100238|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2100356|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100484|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100612|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100740|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2100356|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100484|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100612|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100740|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2100750|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2100868|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2100996|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101124|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101252|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2100868|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2100996|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101124|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101252|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2101262|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2101380|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101508|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101636|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2101764|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2101380|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101508|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101636|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2101764|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2101774|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2101892|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102020|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102148|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102276|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2101892|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102020|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102148|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102276|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2102286|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2102404|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102532|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102660|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2102788|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2102404|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102532|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102660|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2102788|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2102798|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2102916|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2103044|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2103172|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.2103301|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2102916|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2103044|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2103172|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.2103301|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2103310|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2103813|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2103813|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2103822|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2104325|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2104325|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2104334|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2104837|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2104837|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2104846|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2105349|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2105349|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2105358|4x|3C2C30033282 -1.3.6.1.2.1.2.2.1.6.2105861|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.2105861|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.2105870|4x|3C2C30033282 1.3.6.1.2.1.2.2.1.6.2106382|4x|3C2C30033282 1.3.6.1.2.1.2.2.1.6.2106894|4x|3C2C30033282 @@ -767,12 +767,12 @@ 1.3.6.1.2.1.2.2.1.6.2113540|4x|3C2C30033282 1.3.6.1.2.1.2.2.1.6.2113668|4x|3C2C30033282 1.3.6.1.2.1.2.2.1.6.7340033|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.9437185|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.10485761|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.11534337|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.12582913|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.13631489|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.14680065|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.9437185|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.10485761|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.11534337|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.12582913|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.13631489|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.14680065|4x|000000000000 1.3.6.1.2.1.2.2.1.6.1233125376|4x|000000000000 1.3.6.1.2.1.2.2.1.6.1258291712|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1258292224|4x|F48E38141241 @@ -794,12 +794,12 @@ 1.3.6.1.2.1.2.2.1.6.1258302976|4x|3C2C30033282 1.3.6.1.2.1.2.2.1.6.1258308096|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1258310144|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.1258314240|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.1258314752|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.1258316288|4|e4:f0:4:e1:67:1a -1.3.6.1.2.1.2.2.1.6.1258318336|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.1258314240|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.1258314752|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.1258316288|4x|e4f004e1671a +1.3.6.1.2.1.2.2.1.6.1258318336|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.1275068928|4x|F48E38141241 -1.3.6.1.2.1.2.2.1.6.1275119104|4|e4:f0:4:e1:67:1a +1.3.6.1.2.1.2.2.1.6.1275119104|4x|e4f004e1671a 1.3.6.1.2.1.2.2.1.6.1275119616|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1275593728|4x|F48E38141241 1.3.6.1.2.1.2.2.1.6.1275595264|4x|F48E38141241 diff --git a/tests/snmpsim/edfamux.snmprec b/tests/snmpsim/edfamux.snmprec index 368266d65e..f0c55a56e2 100644 --- a/tests/snmpsim/edfamux.snmprec +++ b/tests/snmpsim/edfamux.snmprec @@ -15,8 +15,8 @@ 1.3.6.1.2.1.2.2.1.4.2|2|1500 1.3.6.1.2.1.2.2.1.5.1|66|0 1.3.6.1.2.1.2.2.1.5.2|66|10000000 -1.3.6.1.2.1.2.2.1.6.1|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.2|4|40:f5:20:47:38:23 +1.3.6.1.2.1.2.2.1.6.1|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.2|4x|40f520473823 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/fabos.snmprec b/tests/snmpsim/fabos.snmprec index 5af55571f6..4e8a6185e8 100644 --- a/tests/snmpsim/fabos.snmprec +++ b/tests/snmpsim/fabos.snmprec @@ -316,102 +316,102 @@ 1.3.6.1.2.1.2.2.1.6.805306372|4| 1.3.6.1.2.1.2.2.1.6.805306373|4x|0027F8D8FAE9 1.3.6.1.2.1.2.2.1.6.805306374|4x|0027F8D8FAE9 -1.3.6.1.2.1.2.2.1.6.1073741824|4|65536 -1.3.6.1.2.1.2.2.1.6.1073741825|4|65792 -1.3.6.1.2.1.2.2.1.6.1073741826|4|66048 -1.3.6.1.2.1.2.2.1.6.1073741827|4|66304 -1.3.6.1.2.1.2.2.1.6.1073741828|4|66560 -1.3.6.1.2.1.2.2.1.6.1073741829|4|66816 -1.3.6.1.2.1.2.2.1.6.1073741830|4|67072 -1.3.6.1.2.1.2.2.1.6.1073741831|4|67328 -1.3.6.1.2.1.2.2.1.6.1073741832|4|67584 -1.3.6.1.2.1.2.2.1.6.1073741833|4|67840 -1.3.6.1.2.1.2.2.1.6.1073741834|4|68096 -1.3.6.1.2.1.2.2.1.6.1073741835|4|68352 -1.3.6.1.2.1.2.2.1.6.1073741836|4|68608 -1.3.6.1.2.1.2.2.1.6.1073741837|4|68864 -1.3.6.1.2.1.2.2.1.6.1073741838|4|69120 -1.3.6.1.2.1.2.2.1.6.1073741839|4|69376 -1.3.6.1.2.1.2.2.1.6.1073741840|4|69632 -1.3.6.1.2.1.2.2.1.6.1073741841|4|69888 -1.3.6.1.2.1.2.2.1.6.1073741842|4|70144 -1.3.6.1.2.1.2.2.1.6.1073741843|4|70400 -1.3.6.1.2.1.2.2.1.6.1073741844|4|70656 -1.3.6.1.2.1.2.2.1.6.1073741845|4|70912 -1.3.6.1.2.1.2.2.1.6.1073741846|4|71168 -1.3.6.1.2.1.2.2.1.6.1073741847|4|71424 -1.3.6.1.2.1.2.2.1.6.1073741848|4|71680 -1.3.6.1.2.1.2.2.1.6.1073741849|4|71936 -1.3.6.1.2.1.2.2.1.6.1073741850|4|72192 -1.3.6.1.2.1.2.2.1.6.1073741851|4|72448 -1.3.6.1.2.1.2.2.1.6.1073741852|4|72704 -1.3.6.1.2.1.2.2.1.6.1073741853|4|72960 -1.3.6.1.2.1.2.2.1.6.1073741854|4|73216 -1.3.6.1.2.1.2.2.1.6.1073741855|4|73472 -1.3.6.1.2.1.2.2.1.6.1073741856|4|73728 -1.3.6.1.2.1.2.2.1.6.1073741857|4|73984 -1.3.6.1.2.1.2.2.1.6.1073741858|4|74240 -1.3.6.1.2.1.2.2.1.6.1073741859|4|74496 -1.3.6.1.2.1.2.2.1.6.1073741860|4|74752 -1.3.6.1.2.1.2.2.1.6.1073741861|4|75008 -1.3.6.1.2.1.2.2.1.6.1073741862|4|75264 -1.3.6.1.2.1.2.2.1.6.1073741863|4|75520 -1.3.6.1.2.1.2.2.1.6.1073741864|4|75776 -1.3.6.1.2.1.2.2.1.6.1073741865|4|76032 -1.3.6.1.2.1.2.2.1.6.1073741866|4|76288 -1.3.6.1.2.1.2.2.1.6.1073741867|4|76544 -1.3.6.1.2.1.2.2.1.6.1073741868|4|76800 -1.3.6.1.2.1.2.2.1.6.1073741869|4|77056 -1.3.6.1.2.1.2.2.1.6.1073741870|4|77312 -1.3.6.1.2.1.2.2.1.6.1073741871|4|77568 -1.3.6.1.2.1.2.2.1.6.1073741872|4|77824 -1.3.6.1.2.1.2.2.1.6.1073741873|4|78080 -1.3.6.1.2.1.2.2.1.6.1073741874|4|78336 -1.3.6.1.2.1.2.2.1.6.1073741875|4|78592 -1.3.6.1.2.1.2.2.1.6.1073741876|4|78848 -1.3.6.1.2.1.2.2.1.6.1073741877|4|79104 -1.3.6.1.2.1.2.2.1.6.1073741878|4|79360 -1.3.6.1.2.1.2.2.1.6.1073741879|4|79616 -1.3.6.1.2.1.2.2.1.6.1073741880|4|79872 -1.3.6.1.2.1.2.2.1.6.1073741881|4|80128 -1.3.6.1.2.1.2.2.1.6.1073741882|4|80384 -1.3.6.1.2.1.2.2.1.6.1073741883|4|80640 -1.3.6.1.2.1.2.2.1.6.1073741884|4|80896 -1.3.6.1.2.1.2.2.1.6.1073741885|4|81152 -1.3.6.1.2.1.2.2.1.6.1073741886|4|81408 -1.3.6.1.2.1.2.2.1.6.1073741887|4|81664 -1.3.6.1.2.1.2.2.1.6.1073741888|4|81920 -1.3.6.1.2.1.2.2.1.6.1073741889|4|82176 -1.3.6.1.2.1.2.2.1.6.1073741890|4|82432 -1.3.6.1.2.1.2.2.1.6.1073741891|4|82688 -1.3.6.1.2.1.2.2.1.6.1073741892|4|82944 -1.3.6.1.2.1.2.2.1.6.1073741893|4|83200 -1.3.6.1.2.1.2.2.1.6.1073741894|4|83456 -1.3.6.1.2.1.2.2.1.6.1073741895|4|83712 -1.3.6.1.2.1.2.2.1.6.1073741896|4|83968 -1.3.6.1.2.1.2.2.1.6.1073741897|4|84224 -1.3.6.1.2.1.2.2.1.6.1073741898|4|84480 -1.3.6.1.2.1.2.2.1.6.1073741899|4|84736 -1.3.6.1.2.1.2.2.1.6.1073741900|4|84992 -1.3.6.1.2.1.2.2.1.6.1073741901|4|85248 -1.3.6.1.2.1.2.2.1.6.1073741902|4|85504 -1.3.6.1.2.1.2.2.1.6.1073741903|4|85760 -1.3.6.1.2.1.2.2.1.6.1073741904|4|86016 -1.3.6.1.2.1.2.2.1.6.1073741905|4|86272 -1.3.6.1.2.1.2.2.1.6.1073741906|4|86528 -1.3.6.1.2.1.2.2.1.6.1073741907|4|86784 -1.3.6.1.2.1.2.2.1.6.1073741908|4|87040 -1.3.6.1.2.1.2.2.1.6.1073741909|4|87296 -1.3.6.1.2.1.2.2.1.6.1073741910|4|87552 -1.3.6.1.2.1.2.2.1.6.1073741911|4|87808 -1.3.6.1.2.1.2.2.1.6.1073741912|4|88064 -1.3.6.1.2.1.2.2.1.6.1073741913|4|88320 -1.3.6.1.2.1.2.2.1.6.1073741914|4|88576 -1.3.6.1.2.1.2.2.1.6.1073741915|4|88832 -1.3.6.1.2.1.2.2.1.6.1073741916|4|89088 -1.3.6.1.2.1.2.2.1.6.1073741917|4|89344 -1.3.6.1.2.1.2.2.1.6.1073741918|4|89600 -1.3.6.1.2.1.2.2.1.6.1073741919|4|89856 +1.3.6.1.2.1.2.2.1.6.1073741824|4x|0027f8d65536 +1.3.6.1.2.1.2.2.1.6.1073741825|4x|0027f8d65792 +1.3.6.1.2.1.2.2.1.6.1073741826|4x|0027f8d66048 +1.3.6.1.2.1.2.2.1.6.1073741827|4x|0027f8d66304 +1.3.6.1.2.1.2.2.1.6.1073741828|4x|0027f8d66560 +1.3.6.1.2.1.2.2.1.6.1073741829|4x|0027f8d66816 +1.3.6.1.2.1.2.2.1.6.1073741830|4x|0027f8d67072 +1.3.6.1.2.1.2.2.1.6.1073741831|4x|0027f8d67328 +1.3.6.1.2.1.2.2.1.6.1073741832|4x|0027f8d67584 +1.3.6.1.2.1.2.2.1.6.1073741833|4x|0027f8d67840 +1.3.6.1.2.1.2.2.1.6.1073741834|4x|0027f8d68096 +1.3.6.1.2.1.2.2.1.6.1073741835|4x|0027f8d68352 +1.3.6.1.2.1.2.2.1.6.1073741836|4x|0027f8d68608 +1.3.6.1.2.1.2.2.1.6.1073741837|4x|0027f8d68864 +1.3.6.1.2.1.2.2.1.6.1073741838|4x|0027f8d69120 +1.3.6.1.2.1.2.2.1.6.1073741839|4x|0027f8d69376 +1.3.6.1.2.1.2.2.1.6.1073741840|4x|0027f8d69632 +1.3.6.1.2.1.2.2.1.6.1073741841|4x|0027f8d69888 +1.3.6.1.2.1.2.2.1.6.1073741842|4x|0027f8d70144 +1.3.6.1.2.1.2.2.1.6.1073741843|4x|0027f8d70400 +1.3.6.1.2.1.2.2.1.6.1073741844|4x|0027f8d70656 +1.3.6.1.2.1.2.2.1.6.1073741845|4x|0027f8d70912 +1.3.6.1.2.1.2.2.1.6.1073741846|4x|0027f8d71168 +1.3.6.1.2.1.2.2.1.6.1073741847|4x|0027f8d71424 +1.3.6.1.2.1.2.2.1.6.1073741848|4x|0027f8d71680 +1.3.6.1.2.1.2.2.1.6.1073741849|4x|0027f8d71936 +1.3.6.1.2.1.2.2.1.6.1073741850|4x|0027f8d72192 +1.3.6.1.2.1.2.2.1.6.1073741851|4x|0027f8d72448 +1.3.6.1.2.1.2.2.1.6.1073741852|4x|0027f8d72704 +1.3.6.1.2.1.2.2.1.6.1073741853|4x|0027f8d72960 +1.3.6.1.2.1.2.2.1.6.1073741854|4x|0027f8d73216 +1.3.6.1.2.1.2.2.1.6.1073741855|4x|0027f8d73472 +1.3.6.1.2.1.2.2.1.6.1073741856|4x|0027f8d73728 +1.3.6.1.2.1.2.2.1.6.1073741857|4x|0027f8d73984 +1.3.6.1.2.1.2.2.1.6.1073741858|4x|0027f8d74240 +1.3.6.1.2.1.2.2.1.6.1073741859|4x|0027f8d74496 +1.3.6.1.2.1.2.2.1.6.1073741860|4x|0027f8d74752 +1.3.6.1.2.1.2.2.1.6.1073741861|4x|0027f8d75008 +1.3.6.1.2.1.2.2.1.6.1073741862|4x|0027f8d75264 +1.3.6.1.2.1.2.2.1.6.1073741863|4x|0027f8d75520 +1.3.6.1.2.1.2.2.1.6.1073741864|4x|0027f8d75776 +1.3.6.1.2.1.2.2.1.6.1073741865|4x|0027f8d76032 +1.3.6.1.2.1.2.2.1.6.1073741866|4x|0027f8d76288 +1.3.6.1.2.1.2.2.1.6.1073741867|4x|0027f8d76544 +1.3.6.1.2.1.2.2.1.6.1073741868|4x|0027f8d76800 +1.3.6.1.2.1.2.2.1.6.1073741869|4x|0027f8d77056 +1.3.6.1.2.1.2.2.1.6.1073741870|4x|0027f8d77312 +1.3.6.1.2.1.2.2.1.6.1073741871|4x|0027f8d77568 +1.3.6.1.2.1.2.2.1.6.1073741872|4x|0027f8d77824 +1.3.6.1.2.1.2.2.1.6.1073741873|4x|0027f8d78080 +1.3.6.1.2.1.2.2.1.6.1073741874|4x|0027f8d78336 +1.3.6.1.2.1.2.2.1.6.1073741875|4x|0027f8d78592 +1.3.6.1.2.1.2.2.1.6.1073741876|4x|0027f8d78848 +1.3.6.1.2.1.2.2.1.6.1073741877|4x|0027f8d79104 +1.3.6.1.2.1.2.2.1.6.1073741878|4x|0027f8d79360 +1.3.6.1.2.1.2.2.1.6.1073741879|4x|0027f8d79616 +1.3.6.1.2.1.2.2.1.6.1073741880|4x|0027f8d79872 +1.3.6.1.2.1.2.2.1.6.1073741881|4x|0027f8d80128 +1.3.6.1.2.1.2.2.1.6.1073741882|4x|0027f8d80384 +1.3.6.1.2.1.2.2.1.6.1073741883|4x|0027f8d80640 +1.3.6.1.2.1.2.2.1.6.1073741884|4x|0027f8d80896 +1.3.6.1.2.1.2.2.1.6.1073741885|4x|0027f8d81152 +1.3.6.1.2.1.2.2.1.6.1073741886|4x|0027f8d81408 +1.3.6.1.2.1.2.2.1.6.1073741887|4x|0027f8d81664 +1.3.6.1.2.1.2.2.1.6.1073741888|4x|0027f8d81920 +1.3.6.1.2.1.2.2.1.6.1073741889|4x|0027f8d82176 +1.3.6.1.2.1.2.2.1.6.1073741890|4x|0027f8d82432 +1.3.6.1.2.1.2.2.1.6.1073741891|4x|0027f8d82688 +1.3.6.1.2.1.2.2.1.6.1073741892|4x|0027f8d82944 +1.3.6.1.2.1.2.2.1.6.1073741893|4x|0027f8d83200 +1.3.6.1.2.1.2.2.1.6.1073741894|4x|0027f8d83456 +1.3.6.1.2.1.2.2.1.6.1073741895|4x|0027f8d83712 +1.3.6.1.2.1.2.2.1.6.1073741896|4x|0027f8d83968 +1.3.6.1.2.1.2.2.1.6.1073741897|4x|0027f8d84224 +1.3.6.1.2.1.2.2.1.6.1073741898|4x|0027f8d84480 +1.3.6.1.2.1.2.2.1.6.1073741899|4x|0027f8d84736 +1.3.6.1.2.1.2.2.1.6.1073741900|4x|0027f8d84992 +1.3.6.1.2.1.2.2.1.6.1073741901|4x|0027f8d85248 +1.3.6.1.2.1.2.2.1.6.1073741902|4x|0027f8d85504 +1.3.6.1.2.1.2.2.1.6.1073741903|4x|0027f8d85760 +1.3.6.1.2.1.2.2.1.6.1073741904|4x|0027f8d86016 +1.3.6.1.2.1.2.2.1.6.1073741905|4x|0027f8d86272 +1.3.6.1.2.1.2.2.1.6.1073741906|4x|0027f8d86528 +1.3.6.1.2.1.2.2.1.6.1073741907|4x|0027f8d86784 +1.3.6.1.2.1.2.2.1.6.1073741908|4x|0027f8d87040 +1.3.6.1.2.1.2.2.1.6.1073741909|4x|0027f8d87296 +1.3.6.1.2.1.2.2.1.6.1073741910|4x|0027f8d87552 +1.3.6.1.2.1.2.2.1.6.1073741911|4x|0027f8d87808 +1.3.6.1.2.1.2.2.1.6.1073741912|4x|0027f8d88064 +1.3.6.1.2.1.2.2.1.6.1073741913|4x|0027f8d88320 +1.3.6.1.2.1.2.2.1.6.1073741914|4x|0027f8d88576 +1.3.6.1.2.1.2.2.1.6.1073741915|4x|0027f8d88832 +1.3.6.1.2.1.2.2.1.6.1073741916|4x|0027f8d89088 +1.3.6.1.2.1.2.2.1.6.1073741917|4x|0027f8d89344 +1.3.6.1.2.1.2.2.1.6.1073741918|4x|0027f8d89600 +1.3.6.1.2.1.2.2.1.6.1073741919|4x|0027f8d89856 1.3.6.1.2.1.2.2.1.7.805306369|2|1 1.3.6.1.2.1.2.2.1.7.805306370|2|1 1.3.6.1.2.1.2.2.1.7.805306371|2|2 diff --git a/tests/snmpsim/fabos_6520.snmprec b/tests/snmpsim/fabos_6520.snmprec index 74cab9607f..1aef7ba5bf 100644 --- a/tests/snmpsim/fabos_6520.snmprec +++ b/tests/snmpsim/fabos_6520.snmprec @@ -316,102 +316,102 @@ 1.3.6.1.2.1.2.2.1.6.805306372|4| 1.3.6.1.2.1.2.2.1.6.805306373|4x|0027F8D8FAE9 1.3.6.1.2.1.2.2.1.6.805306374|4x|0027F8D8FAE9 -1.3.6.1.2.1.2.2.1.6.1073741824|4|65536 -1.3.6.1.2.1.2.2.1.6.1073741825|4|65792 -1.3.6.1.2.1.2.2.1.6.1073741826|4|66048 -1.3.6.1.2.1.2.2.1.6.1073741827|4|66304 -1.3.6.1.2.1.2.2.1.6.1073741828|4|66560 -1.3.6.1.2.1.2.2.1.6.1073741829|4|66816 -1.3.6.1.2.1.2.2.1.6.1073741830|4|67072 -1.3.6.1.2.1.2.2.1.6.1073741831|4|67328 -1.3.6.1.2.1.2.2.1.6.1073741832|4|67584 -1.3.6.1.2.1.2.2.1.6.1073741833|4|67840 -1.3.6.1.2.1.2.2.1.6.1073741834|4|68096 -1.3.6.1.2.1.2.2.1.6.1073741835|4|68352 -1.3.6.1.2.1.2.2.1.6.1073741836|4|68608 -1.3.6.1.2.1.2.2.1.6.1073741837|4|68864 -1.3.6.1.2.1.2.2.1.6.1073741838|4|69120 -1.3.6.1.2.1.2.2.1.6.1073741839|4|69376 -1.3.6.1.2.1.2.2.1.6.1073741840|4|69632 -1.3.6.1.2.1.2.2.1.6.1073741841|4|69888 -1.3.6.1.2.1.2.2.1.6.1073741842|4|70144 -1.3.6.1.2.1.2.2.1.6.1073741843|4|70400 -1.3.6.1.2.1.2.2.1.6.1073741844|4|70656 -1.3.6.1.2.1.2.2.1.6.1073741845|4|70912 -1.3.6.1.2.1.2.2.1.6.1073741846|4|71168 -1.3.6.1.2.1.2.2.1.6.1073741847|4|71424 -1.3.6.1.2.1.2.2.1.6.1073741848|4|71680 -1.3.6.1.2.1.2.2.1.6.1073741849|4|71936 -1.3.6.1.2.1.2.2.1.6.1073741850|4|72192 -1.3.6.1.2.1.2.2.1.6.1073741851|4|72448 -1.3.6.1.2.1.2.2.1.6.1073741852|4|72704 -1.3.6.1.2.1.2.2.1.6.1073741853|4|72960 -1.3.6.1.2.1.2.2.1.6.1073741854|4|73216 -1.3.6.1.2.1.2.2.1.6.1073741855|4|73472 -1.3.6.1.2.1.2.2.1.6.1073741856|4|73728 -1.3.6.1.2.1.2.2.1.6.1073741857|4|73984 -1.3.6.1.2.1.2.2.1.6.1073741858|4|74240 -1.3.6.1.2.1.2.2.1.6.1073741859|4|74496 -1.3.6.1.2.1.2.2.1.6.1073741860|4|74752 -1.3.6.1.2.1.2.2.1.6.1073741861|4|75008 -1.3.6.1.2.1.2.2.1.6.1073741862|4|75264 -1.3.6.1.2.1.2.2.1.6.1073741863|4|75520 -1.3.6.1.2.1.2.2.1.6.1073741864|4|75776 -1.3.6.1.2.1.2.2.1.6.1073741865|4|76032 -1.3.6.1.2.1.2.2.1.6.1073741866|4|76288 -1.3.6.1.2.1.2.2.1.6.1073741867|4|76544 -1.3.6.1.2.1.2.2.1.6.1073741868|4|76800 -1.3.6.1.2.1.2.2.1.6.1073741869|4|77056 -1.3.6.1.2.1.2.2.1.6.1073741870|4|77312 -1.3.6.1.2.1.2.2.1.6.1073741871|4|77568 -1.3.6.1.2.1.2.2.1.6.1073741872|4|77824 -1.3.6.1.2.1.2.2.1.6.1073741873|4|78080 -1.3.6.1.2.1.2.2.1.6.1073741874|4|78336 -1.3.6.1.2.1.2.2.1.6.1073741875|4|78592 -1.3.6.1.2.1.2.2.1.6.1073741876|4|78848 -1.3.6.1.2.1.2.2.1.6.1073741877|4|79104 -1.3.6.1.2.1.2.2.1.6.1073741878|4|79360 -1.3.6.1.2.1.2.2.1.6.1073741879|4|79616 -1.3.6.1.2.1.2.2.1.6.1073741880|4|79872 -1.3.6.1.2.1.2.2.1.6.1073741881|4|80128 -1.3.6.1.2.1.2.2.1.6.1073741882|4|80384 -1.3.6.1.2.1.2.2.1.6.1073741883|4|80640 -1.3.6.1.2.1.2.2.1.6.1073741884|4|80896 -1.3.6.1.2.1.2.2.1.6.1073741885|4|81152 -1.3.6.1.2.1.2.2.1.6.1073741886|4|81408 -1.3.6.1.2.1.2.2.1.6.1073741887|4|81664 -1.3.6.1.2.1.2.2.1.6.1073741888|4|81920 -1.3.6.1.2.1.2.2.1.6.1073741889|4|82176 -1.3.6.1.2.1.2.2.1.6.1073741890|4|82432 -1.3.6.1.2.1.2.2.1.6.1073741891|4|82688 -1.3.6.1.2.1.2.2.1.6.1073741892|4|82944 -1.3.6.1.2.1.2.2.1.6.1073741893|4|83200 -1.3.6.1.2.1.2.2.1.6.1073741894|4|83456 -1.3.6.1.2.1.2.2.1.6.1073741895|4|83712 -1.3.6.1.2.1.2.2.1.6.1073741896|4|83968 -1.3.6.1.2.1.2.2.1.6.1073741897|4|84224 -1.3.6.1.2.1.2.2.1.6.1073741898|4|84480 -1.3.6.1.2.1.2.2.1.6.1073741899|4|84736 -1.3.6.1.2.1.2.2.1.6.1073741900|4|84992 -1.3.6.1.2.1.2.2.1.6.1073741901|4|85248 -1.3.6.1.2.1.2.2.1.6.1073741902|4|85504 -1.3.6.1.2.1.2.2.1.6.1073741903|4|85760 -1.3.6.1.2.1.2.2.1.6.1073741904|4|86016 -1.3.6.1.2.1.2.2.1.6.1073741905|4|86272 -1.3.6.1.2.1.2.2.1.6.1073741906|4|86528 -1.3.6.1.2.1.2.2.1.6.1073741907|4|86784 -1.3.6.1.2.1.2.2.1.6.1073741908|4|87040 -1.3.6.1.2.1.2.2.1.6.1073741909|4|87296 -1.3.6.1.2.1.2.2.1.6.1073741910|4|87552 -1.3.6.1.2.1.2.2.1.6.1073741911|4|87808 -1.3.6.1.2.1.2.2.1.6.1073741912|4|88064 -1.3.6.1.2.1.2.2.1.6.1073741913|4|88320 -1.3.6.1.2.1.2.2.1.6.1073741914|4|88576 -1.3.6.1.2.1.2.2.1.6.1073741915|4|88832 -1.3.6.1.2.1.2.2.1.6.1073741916|4|89088 -1.3.6.1.2.1.2.2.1.6.1073741917|4|89344 -1.3.6.1.2.1.2.2.1.6.1073741918|4|89600 -1.3.6.1.2.1.2.2.1.6.1073741919|4|89856 +1.3.6.1.2.1.2.2.1.6.1073741824|4x|0027f8d65536 +1.3.6.1.2.1.2.2.1.6.1073741825|4x|0027f8d65792 +1.3.6.1.2.1.2.2.1.6.1073741826|4x|0027f8d66048 +1.3.6.1.2.1.2.2.1.6.1073741827|4x|0027f8d66304 +1.3.6.1.2.1.2.2.1.6.1073741828|4x|0027f8d66560 +1.3.6.1.2.1.2.2.1.6.1073741829|4x|0027f8d66816 +1.3.6.1.2.1.2.2.1.6.1073741830|4x|0027f8d67072 +1.3.6.1.2.1.2.2.1.6.1073741831|4x|0027f8d67328 +1.3.6.1.2.1.2.2.1.6.1073741832|4x|0027f8d67584 +1.3.6.1.2.1.2.2.1.6.1073741833|4x|0027f8d67840 +1.3.6.1.2.1.2.2.1.6.1073741834|4x|0027f8d68096 +1.3.6.1.2.1.2.2.1.6.1073741835|4x|0027f8d68352 +1.3.6.1.2.1.2.2.1.6.1073741836|4x|0027f8d68608 +1.3.6.1.2.1.2.2.1.6.1073741837|4x|0027f8d68864 +1.3.6.1.2.1.2.2.1.6.1073741838|4x|0027f8d69120 +1.3.6.1.2.1.2.2.1.6.1073741839|4x|0027f8d69376 +1.3.6.1.2.1.2.2.1.6.1073741840|4x|0027f8d69632 +1.3.6.1.2.1.2.2.1.6.1073741841|4x|0027f8d69888 +1.3.6.1.2.1.2.2.1.6.1073741842|4x|0027f8d70144 +1.3.6.1.2.1.2.2.1.6.1073741843|4x|0027f8d70400 +1.3.6.1.2.1.2.2.1.6.1073741844|4x|0027f8d70656 +1.3.6.1.2.1.2.2.1.6.1073741845|4x|0027f8d70912 +1.3.6.1.2.1.2.2.1.6.1073741846|4x|0027f8d71168 +1.3.6.1.2.1.2.2.1.6.1073741847|4x|0027f8d71424 +1.3.6.1.2.1.2.2.1.6.1073741848|4x|0027f8d71680 +1.3.6.1.2.1.2.2.1.6.1073741849|4x|0027f8d71936 +1.3.6.1.2.1.2.2.1.6.1073741850|4x|0027f8d72192 +1.3.6.1.2.1.2.2.1.6.1073741851|4x|0027f8d72448 +1.3.6.1.2.1.2.2.1.6.1073741852|4x|0027f8d72704 +1.3.6.1.2.1.2.2.1.6.1073741853|4x|0027f8d72960 +1.3.6.1.2.1.2.2.1.6.1073741854|4x|0027f8d73216 +1.3.6.1.2.1.2.2.1.6.1073741855|4x|0027f8d73472 +1.3.6.1.2.1.2.2.1.6.1073741856|4x|0027f8d73728 +1.3.6.1.2.1.2.2.1.6.1073741857|4x|0027f8d73984 +1.3.6.1.2.1.2.2.1.6.1073741858|4x|0027f8d74240 +1.3.6.1.2.1.2.2.1.6.1073741859|4x|0027f8d74496 +1.3.6.1.2.1.2.2.1.6.1073741860|4x|0027f8d74752 +1.3.6.1.2.1.2.2.1.6.1073741861|4x|0027f8d75008 +1.3.6.1.2.1.2.2.1.6.1073741862|4x|0027f8d75264 +1.3.6.1.2.1.2.2.1.6.1073741863|4x|0027f8d75520 +1.3.6.1.2.1.2.2.1.6.1073741864|4x|0027f8d75776 +1.3.6.1.2.1.2.2.1.6.1073741865|4x|0027f8d76032 +1.3.6.1.2.1.2.2.1.6.1073741866|4x|0027f8d76288 +1.3.6.1.2.1.2.2.1.6.1073741867|4x|0027f8d76544 +1.3.6.1.2.1.2.2.1.6.1073741868|4x|0027f8d76800 +1.3.6.1.2.1.2.2.1.6.1073741869|4x|0027f8d77056 +1.3.6.1.2.1.2.2.1.6.1073741870|4x|0027f8d77312 +1.3.6.1.2.1.2.2.1.6.1073741871|4x|0027f8d77568 +1.3.6.1.2.1.2.2.1.6.1073741872|4x|0027f8d77824 +1.3.6.1.2.1.2.2.1.6.1073741873|4x|0027f8d78080 +1.3.6.1.2.1.2.2.1.6.1073741874|4x|0027f8d78336 +1.3.6.1.2.1.2.2.1.6.1073741875|4x|0027f8d78592 +1.3.6.1.2.1.2.2.1.6.1073741876|4x|0027f8d78848 +1.3.6.1.2.1.2.2.1.6.1073741877|4x|0027f8d79104 +1.3.6.1.2.1.2.2.1.6.1073741878|4x|0027f8d79360 +1.3.6.1.2.1.2.2.1.6.1073741879|4x|0027f8d79616 +1.3.6.1.2.1.2.2.1.6.1073741880|4x|0027f8d79872 +1.3.6.1.2.1.2.2.1.6.1073741881|4x|0027f8d80128 +1.3.6.1.2.1.2.2.1.6.1073741882|4x|0027f8d80384 +1.3.6.1.2.1.2.2.1.6.1073741883|4x|0027f8d80640 +1.3.6.1.2.1.2.2.1.6.1073741884|4x|0027f8d80896 +1.3.6.1.2.1.2.2.1.6.1073741885|4x|0027f8d81152 +1.3.6.1.2.1.2.2.1.6.1073741886|4x|0027f8d81408 +1.3.6.1.2.1.2.2.1.6.1073741887|4x|0027f8d81664 +1.3.6.1.2.1.2.2.1.6.1073741888|4x|0027f8d81920 +1.3.6.1.2.1.2.2.1.6.1073741889|4x|0027f8d82176 +1.3.6.1.2.1.2.2.1.6.1073741890|4x|0027f8d82432 +1.3.6.1.2.1.2.2.1.6.1073741891|4x|0027f8d82688 +1.3.6.1.2.1.2.2.1.6.1073741892|4x|0027f8d82944 +1.3.6.1.2.1.2.2.1.6.1073741893|4x|0027f8d83200 +1.3.6.1.2.1.2.2.1.6.1073741894|4x|0027f8d83456 +1.3.6.1.2.1.2.2.1.6.1073741895|4x|0027f8d83712 +1.3.6.1.2.1.2.2.1.6.1073741896|4x|0027f8d83968 +1.3.6.1.2.1.2.2.1.6.1073741897|4x|0027f8d84224 +1.3.6.1.2.1.2.2.1.6.1073741898|4x|0027f8d84480 +1.3.6.1.2.1.2.2.1.6.1073741899|4x|0027f8d84736 +1.3.6.1.2.1.2.2.1.6.1073741900|4x|0027f8d84992 +1.3.6.1.2.1.2.2.1.6.1073741901|4x|0027f8d85248 +1.3.6.1.2.1.2.2.1.6.1073741902|4x|0027f8d85504 +1.3.6.1.2.1.2.2.1.6.1073741903|4x|0027f8d85760 +1.3.6.1.2.1.2.2.1.6.1073741904|4x|0027f8d86016 +1.3.6.1.2.1.2.2.1.6.1073741905|4x|0027f8d86272 +1.3.6.1.2.1.2.2.1.6.1073741906|4x|0027f8d86528 +1.3.6.1.2.1.2.2.1.6.1073741907|4x|0027f8d86784 +1.3.6.1.2.1.2.2.1.6.1073741908|4x|0027f8d87040 +1.3.6.1.2.1.2.2.1.6.1073741909|4x|0027f8d87296 +1.3.6.1.2.1.2.2.1.6.1073741910|4x|0027f8d87552 +1.3.6.1.2.1.2.2.1.6.1073741911|4x|0027f8d87808 +1.3.6.1.2.1.2.2.1.6.1073741912|4x|0027f8d88064 +1.3.6.1.2.1.2.2.1.6.1073741913|4x|0027f8d88320 +1.3.6.1.2.1.2.2.1.6.1073741914|4x|0027f8d88576 +1.3.6.1.2.1.2.2.1.6.1073741915|4x|0027f8d88832 +1.3.6.1.2.1.2.2.1.6.1073741916|4x|0027f8d89088 +1.3.6.1.2.1.2.2.1.6.1073741917|4x|0027f8d89344 +1.3.6.1.2.1.2.2.1.6.1073741918|4x|0027f8d89600 +1.3.6.1.2.1.2.2.1.6.1073741919|4x|0027f8d89856 1.3.6.1.2.1.2.2.1.7.805306369|2|1 1.3.6.1.2.1.2.2.1.7.805306370|2|1 1.3.6.1.2.1.2.2.1.7.805306371|2|2 diff --git a/tests/snmpsim/fibernet-xmux4-plus.snmprec b/tests/snmpsim/fibernet-xmux4-plus.snmprec index bc2932b868..1d4ca58067 100644 --- a/tests/snmpsim/fibernet-xmux4-plus.snmprec +++ b/tests/snmpsim/fibernet-xmux4-plus.snmprec @@ -26,10 +26,10 @@ 1.3.6.1.2.1.2.2.1.5.2|66|0 1.3.6.1.2.1.2.2.1.5.3|66|0 1.3.6.1.2.1.2.2.1.5.4|66|0 -1.3.6.1.2.1.2.2.1.6.1|4|0:80:a3:90:9d:9a -1.3.6.1.2.1.2.2.1.6.2|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.3|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.4|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.1|4x|0080a3909d9a +1.3.6.1.2.1.2.2.1.6.2|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.3|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.4|4x|000000000000 1.3.6.1.2.1.2.2.1.7.1|2|0 1.3.6.1.2.1.2.2.1.7.2|2|0 1.3.6.1.2.1.2.2.1.7.3|2|0 @@ -658,8 +658,8 @@ 1.3.6.1.4.1.29003.2.44.1.1.9.1.8.1|4|1.13 1.3.6.1.4.1.29003.2.44.1.1.9.1.9.1|2|1 1.3.6.1.4.1.29003.2.44.1.1.9.1.10.1|2|0 -1.3.6.1.4.1.29003.2.44.1.1.9.1.11.1|4| 220V -1.3.6.1.4.1.29003.2.44.1.1.9.1.12.1|4| 220V +1.3.6.1.4.1.29003.2.44.1.1.9.1.11.1|4| 220V +1.3.6.1.4.1.29003.2.44.1.1.9.1.12.1|4| 220V 1.3.6.1.4.1.29003.2.44.1.1.9.1.13.1|2|0 1.3.6.1.4.1.29003.2.44.1.1.9.1.14.1|4| 1.3.6.1.4.1.29003.2.44.1.2.1.1.1.1|2|1 @@ -746,46 +746,46 @@ 1.3.6.1.4.1.29003.2.44.1.2.1.21.1.2|2|0 1.3.6.1.4.1.29003.2.44.1.2.1.21.1.3|2|0 1.3.6.1.4.1.29003.2.44.1.2.1.21.1.4|2|0 -1.3.6.1.4.1.29003.2.44.1.2.1.22.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.22.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.22.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.22.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.23.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.23.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.23.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.23.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.24.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.24.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.24.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.24.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.25.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.25.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.25.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.25.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.26.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.26.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.26.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.26.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.27.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.27.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.27.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.27.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.28.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.28.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.28.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.28.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.29.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.29.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.29.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.29.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.30.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.30.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.30.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.30.1.4|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.31.1.1|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.31.1.2|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.31.1.3|4| No available / No disponible -1.3.6.1.4.1.29003.2.44.1.2.1.31.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.22.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.23.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.24.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.25.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.26.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.27.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.28.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.29.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.30.1.4|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.1|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.2|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.3|4| No available / No disponible +1.3.6.1.4.1.29003.2.44.1.2.1.31.1.4|4| No available / No disponible 1.3.6.1.4.1.29003.2.44.1.2.1.32.1.1|4| 1.3.6.1.4.1.29003.2.44.1.2.1.32.1.2|4| 1.3.6.1.4.1.29003.2.44.1.2.1.32.1.3|4| diff --git a/tests/snmpsim/fs-gbn_2800.snmprec b/tests/snmpsim/fs-gbn_2800.snmprec index 379db8202b..3e4aa7f350 100644 --- a/tests/snmpsim/fs-gbn_2800.snmprec +++ b/tests/snmpsim/fs-gbn_2800.snmprec @@ -91,35 +91,35 @@ 1.3.6.1.2.1.2.2.1.4.27|2|1500 1.3.6.1.2.1.2.2.1.4.28|2|1500 1.3.6.1.2.1.2.2.1.4.17825793|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.2|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.3|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.4|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.5|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.6|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.7|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.8|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.9|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.10|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.11|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.12|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.13|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.14|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.15|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.16|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.17|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.18|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.19|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.20|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.21|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.22|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.23|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.24|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.25|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.26|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.27|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.28|4|0:a:5a:94:17:e3 -1.3.6.1.2.1.2.2.1.6.17825793|4|0:a:5a:94:17:e3 +1.3.6.1.2.1.2.2.1.6.1|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.2|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.3|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.4|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.5|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.6|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.7|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.8|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.9|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.10|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.11|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.12|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.13|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.14|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.15|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.16|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.17|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.18|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.19|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.20|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.21|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.22|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.23|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.24|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.25|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.26|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.27|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.28|4x|000a5a9417e3 +1.3.6.1.2.1.2.2.1.6.17825793|4x|000a5a9417e3 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/fs-gbn_3800.snmprec b/tests/snmpsim/fs-gbn_3800.snmprec index 0797777719..2db355b48a 100644 --- a/tests/snmpsim/fs-gbn_3800.snmprec +++ b/tests/snmpsim/fs-gbn_3800.snmprec @@ -569,119 +569,119 @@ 1.3.6.1.2.1.2.2.1.5.111|4|1000000000 1.3.6.1.2.1.2.2.1.5.112|4|1000000000 1.3.6.1.2.1.2.2.1.5.17825793|4|0 -1.3.6.1.2.1.2.2.1.6.1|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.2|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.3|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.4|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.5|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.6|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.7|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.8|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.9|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.10|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.11|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.12|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.13|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.14|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.15|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.16|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.17|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.18|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.19|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.20|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.21|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.22|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.23|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.24|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.25|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.26|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.27|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.28|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.29|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.30|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.31|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.32|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.33|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.34|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.35|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.36|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.37|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.38|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.39|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.40|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.41|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.42|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.43|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.44|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.45|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.46|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.47|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.48|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.49|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.50|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.51|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.52|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.53|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.54|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.55|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.56|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.57|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.58|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.59|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.60|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.61|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.62|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.63|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.64|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.65|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.66|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.67|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.68|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.69|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.70|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.71|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.72|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.73|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.74|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.75|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.76|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.77|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.78|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.79|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.80|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.81|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.82|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.83|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.84|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.85|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.86|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.87|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.88|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.89|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.90|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.91|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.92|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.93|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.94|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.95|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.96|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.97|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.98|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.99|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.100|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.101|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.102|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.103|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.104|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.105|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.106|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.107|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.108|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.109|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.110|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.111|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.112|4|0:a:5a:64:de:f2 -1.3.6.1.2.1.2.2.1.6.17825793|4|0:a:5a:64:de:f2 +1.3.6.1.2.1.2.2.1.6.1|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.2|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.3|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.4|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.5|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.6|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.7|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.8|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.9|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.10|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.11|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.12|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.13|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.14|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.15|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.16|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.17|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.18|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.19|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.20|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.21|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.22|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.23|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.24|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.25|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.26|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.27|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.28|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.29|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.30|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.31|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.32|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.33|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.34|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.35|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.36|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.37|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.38|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.39|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.40|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.41|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.42|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.43|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.44|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.45|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.46|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.47|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.48|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.49|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.50|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.51|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.52|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.53|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.54|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.55|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.56|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.57|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.58|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.59|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.60|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.61|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.62|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.63|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.64|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.65|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.66|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.67|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.68|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.69|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.70|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.71|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.72|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.73|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.74|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.75|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.76|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.77|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.78|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.79|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.80|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.81|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.82|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.83|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.84|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.85|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.86|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.87|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.88|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.89|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.90|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.91|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.92|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.93|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.94|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.95|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.96|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.97|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.98|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.99|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.100|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.101|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.102|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.103|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.104|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.105|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.106|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.107|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.108|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.109|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.110|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.111|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.112|4x|000a5a64def2 +1.3.6.1.2.1.2.2.1.6.17825793|4x|000a5a64def2 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/ftd.snmprec b/tests/snmpsim/ftd.snmprec index 87de0e1c47..421ab11235 100644 --- a/tests/snmpsim/ftd.snmprec +++ b/tests/snmpsim/ftd.snmprec @@ -89,21 +89,21 @@ 1.3.6.1.2.1.2.2.1.6.9|4x|70DF2F43D0EA 1.3.6.1.2.1.2.2.1.6.10|4x|70DF2F43D0DA 1.3.6.1.2.1.2.2.1.6.11|4x|000010150317 -1.3.6.1.2.1.2.2.1.6.12|4|70:79:b3:f:c0:cd -1.3.6.1.2.1.2.2.1.6.13|4|70:79:b3:f:c0:cd -1.3.6.1.2.1.2.2.1.6.14|4|70:79:b3:f:c0:cd -1.3.6.1.2.1.2.2.1.6.15|4|70:79:b3:f:c0:bd -1.3.6.1.2.1.2.2.1.6.16|4|70:79:b3:f:c0:ed -1.3.6.1.2.1.2.2.1.6.17|4|70:79:b3:f:c0:dd -1.3.6.1.2.1.2.2.1.6.18|4|70:79:b3:f:c0:fd -1.3.6.1.2.1.2.2.1.6.19|4|70:79:b3:f:c0:ae -1.3.6.1.2.1.2.2.1.6.20|4|70:79:b3:f:c0:ce -1.3.6.1.2.1.2.2.1.6.21|4|70:79:b3:f:c0:be -1.3.6.1.2.1.2.2.1.6.22|4|70:79:b3:f:c0:ee -1.3.6.1.2.1.2.2.1.6.23|4|70:79:b3:f:c0:de -1.3.6.1.2.1.2.2.1.6.24|4|70:79:b3:f:c0:fe -1.3.6.1.2.1.2.2.1.6.25|4|70:79:b3:f:c0:af -1.3.6.1.2.1.2.2.1.6.26|4|70:79:b3:f:c0:cf +1.3.6.1.2.1.2.2.1.6.12|4x|7079b30fc0cd +1.3.6.1.2.1.2.2.1.6.13|4x|7079b30fc0cd +1.3.6.1.2.1.2.2.1.6.14|4x|7079b30fc0cd +1.3.6.1.2.1.2.2.1.6.15|4x|7079b30fc0bd +1.3.6.1.2.1.2.2.1.6.16|4x|7079b30fc0ed +1.3.6.1.2.1.2.2.1.6.17|4x|7079b30fc0dd +1.3.6.1.2.1.2.2.1.6.18|4x|7079b30fc0fd +1.3.6.1.2.1.2.2.1.6.19|4x|7079b30fc0ae +1.3.6.1.2.1.2.2.1.6.20|4x|7079b30fc0ce +1.3.6.1.2.1.2.2.1.6.21|4x|7079b30fc0be +1.3.6.1.2.1.2.2.1.6.22|4x|7079b30fc0ee +1.3.6.1.2.1.2.2.1.6.23|4x|7079b30fc0de +1.3.6.1.2.1.2.2.1.6.24|4x|7079b30fc0fe +1.3.6.1.2.1.2.2.1.6.25|4x|7079b30fc0af +1.3.6.1.2.1.2.2.1.6.26|4x|7079b30fc0cf 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 1.3.6.1.2.1.2.2.1.7.4|2|1 diff --git a/tests/snmpsim/heliosip.snmprec b/tests/snmpsim/heliosip.snmprec index a95742f831..7b89b0a4aa 100644 --- a/tests/snmpsim/heliosip.snmprec +++ b/tests/snmpsim/heliosip.snmprec @@ -11,7 +11,7 @@ 1.3.6.1.2.1.2.2.1.3.1|2|6 1.3.6.1.2.1.2.2.1.4.1|2|1500 1.3.6.1.2.1.2.2.1.5.1|66|100000000 -1.3.6.1.2.1.2.2.1.6.1|4|8C-1F-B4-00-F2-05 +1.3.6.1.2.1.2.2.1.6.1|4x|8C1FB400F205 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 1.3.6.1.2.1.2.2.1.9.1|67|0 diff --git a/tests/snmpsim/hirschmann.snmprec b/tests/snmpsim/hirschmann.snmprec index 690c04c615..d9c71cf378 100644 --- a/tests/snmpsim/hirschmann.snmprec +++ b/tests/snmpsim/hirschmann.snmprec @@ -61,25 +61,25 @@ 1.3.6.1.2.1.2.2.1.4.17|2|1500 1.3.6.1.2.1.2.2.1.4.18|2|1500 1.3.6.1.2.1.2.2.1.4.53|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|ec:e5:55:40:71:de -1.3.6.1.2.1.2.2.1.6.2|4|ec:e5:55:40:71:df -1.3.6.1.2.1.2.2.1.6.3|4|ec:e5:55:40:71:e0 -1.3.6.1.2.1.2.2.1.6.4|4|ec:e5:55:40:71:e1 -1.3.6.1.2.1.2.2.1.6.5|4|ec:e5:55:40:71:e2 -1.3.6.1.2.1.2.2.1.6.6|4|ec:e5:55:40:71:e3 -1.3.6.1.2.1.2.2.1.6.7|4|ec:e5:55:40:71:e4 -1.3.6.1.2.1.2.2.1.6.8|4|ec:e5:55:40:71:e5 -1.3.6.1.2.1.2.2.1.6.9|4|ec:e5:55:40:71:e6 -1.3.6.1.2.1.2.2.1.6.10|4|ec:e5:55:40:71:e7 -1.3.6.1.2.1.2.2.1.6.11|4|ec:e5:55:40:71:e8 -1.3.6.1.2.1.2.2.1.6.12|4|ec:e5:55:40:71:e9 -1.3.6.1.2.1.2.2.1.6.13|4|ec:e5:55:40:71:ea -1.3.6.1.2.1.2.2.1.6.14|4|ec:e5:55:40:71:eb -1.3.6.1.2.1.2.2.1.6.15|4|ec:e5:55:40:71:ec -1.3.6.1.2.1.2.2.1.6.16|4|ec:e5:55:40:71:ed -1.3.6.1.2.1.2.2.1.6.17|4|ec:e5:55:40:71:ee -1.3.6.1.2.1.2.2.1.6.18|4|ec:e5:55:40:71:ef -1.3.6.1.2.1.2.2.1.6.53|4|ec:e5:55:40:71:d6 +1.3.6.1.2.1.2.2.1.6.1|4x|ece5554071de +1.3.6.1.2.1.2.2.1.6.2|4x|ece5554071df +1.3.6.1.2.1.2.2.1.6.3|4x|ece5554071e0 +1.3.6.1.2.1.2.2.1.6.4|4x|ece5554071e1 +1.3.6.1.2.1.2.2.1.6.5|4x|ece5554071e2 +1.3.6.1.2.1.2.2.1.6.6|4x|ece5554071e3 +1.3.6.1.2.1.2.2.1.6.7|4x|ece5554071e4 +1.3.6.1.2.1.2.2.1.6.8|4x|ece5554071e5 +1.3.6.1.2.1.2.2.1.6.9|4x|ece5554071e6 +1.3.6.1.2.1.2.2.1.6.10|4x|ece5554071e7 +1.3.6.1.2.1.2.2.1.6.11|4x|ece5554071e8 +1.3.6.1.2.1.2.2.1.6.12|4x|ece5554071e9 +1.3.6.1.2.1.2.2.1.6.13|4x|ece5554071ea +1.3.6.1.2.1.2.2.1.6.14|4x|ece5554071eb +1.3.6.1.2.1.2.2.1.6.15|4x|ece5554071ec +1.3.6.1.2.1.2.2.1.6.16|4x|ece5554071ed +1.3.6.1.2.1.2.2.1.6.17|4x|ece5554071ee +1.3.6.1.2.1.2.2.1.6.18|4x|ece5554071ef +1.3.6.1.2.1.2.2.1.6.53|4x|ece5554071d6 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/hiveos-wireless_2.snmprec b/tests/snmpsim/hiveos-wireless_2.snmprec index 33afb53bd8..bc354b77f4 100644 --- a/tests/snmpsim/hiveos-wireless_2.snmprec +++ b/tests/snmpsim/hiveos-wireless_2.snmprec @@ -231,15 +231,15 @@ 1.3.6.1.2.1.2.2.1.5.18|66|10000000 1.3.6.1.2.1.2.2.1.6.1|4| 1.3.6.1.2.1.2.2.1.6.2|4| -1.3.6.1.2.1.2.2.1.6.3|4|c4:13:e2:29:c:c0 -1.3.6.1.2.1.2.2.1.6.5|4|c4:13:e2:29:c:c1 -1.3.6.1.2.1.2.2.1.6.7|4|c4:13:e2:29:c:d4 -1.3.6.1.2.1.2.2.1.6.8|4|c4:13:e2:29:c:e4 -1.3.6.1.2.1.2.2.1.6.11|4|c4:13:e2:29:c:c0 -1.3.6.1.2.1.2.2.1.6.14|4|c4:13:e2:29:c:d4 -1.3.6.1.2.1.2.2.1.6.16|4|c4:13:e2:29:c:e4 -1.3.6.1.2.1.2.2.1.6.17|4|c4:13:e2:29:c:e5 -1.3.6.1.2.1.2.2.1.6.18|4|c4:13:e2:29:c:e6 +1.3.6.1.2.1.2.2.1.6.3|4x|c413e2290cc0 +1.3.6.1.2.1.2.2.1.6.5|4x|c413e2290cc1 +1.3.6.1.2.1.2.2.1.6.7|4x|c413e2290cd4 +1.3.6.1.2.1.2.2.1.6.8|4x|c413e2290ce4 +1.3.6.1.2.1.2.2.1.6.11|4x|c413e2290cc0 +1.3.6.1.2.1.2.2.1.6.14|4x|c413e2290cd4 +1.3.6.1.2.1.2.2.1.6.16|4x|c413e2290ce4 +1.3.6.1.2.1.2.2.1.6.17|4x|c413e2290ce5 +1.3.6.1.2.1.2.2.1.6.18|4x|c413e2290ce6 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|2 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/iboot_pdu8-2n15.snmprec b/tests/snmpsim/iboot_pdu8-2n15.snmprec index 4c74feecc0..ab2ff3657d 100644 --- a/tests/snmpsim/iboot_pdu8-2n15.snmprec +++ b/tests/snmpsim/iboot_pdu8-2n15.snmprec @@ -15,7 +15,7 @@ 1.3.6.1.2.1.2.2.1.5.1|66|10000000 1.3.6.1.2.1.2.2.1.5.2|66|100000000 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|c8:fd:19:ec:56:e0 +1.3.6.1.2.1.2.2.1.6.2|4x|c8fd19ec56e0 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/ionodes.snmprec b/tests/snmpsim/ionodes.snmprec index 979658922d..c3e9568a15 100644 --- a/tests/snmpsim/ionodes.snmprec +++ b/tests/snmpsim/ionodes.snmprec @@ -9,7 +9,7 @@ 1.3.6.1.2.1.2.2.1.3.1|2|6 1.3.6.1.2.1.2.2.1.4.1|2|1512 1.3.6.1.2.1.2.2.1.5.1|66|100000000 -1.3.6.1.2.1.2.2.1.6.1|4|00-22-CB-00-8B-86 +1.3.6.1.2.1.2.2.1.6.1|4x|0022CB008B86 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 1.3.6.1.2.1.2.2.1.9.1|67|0 diff --git a/tests/snmpsim/jetstream.snmprec b/tests/snmpsim/jetstream.snmprec index 631d4bd176..1f5a99bbd8 100644 --- a/tests/snmpsim/jetstream.snmprec +++ b/tests/snmpsim/jetstream.snmprec @@ -279,61 +279,61 @@ 1.3.6.1.2.1.2.2.1.5.49202|66|0 1.3.6.1.2.1.2.2.1.5.49203|66|1000000000 1.3.6.1.2.1.2.2.1.5.49204|66|1000000000 -1.3.6.1.2.1.2.2.1.6.10|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.32769|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.32770|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49153|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49154|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49155|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49156|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49157|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49158|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49159|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49160|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49161|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49162|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49163|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49164|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49165|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49166|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49167|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49168|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49169|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49170|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49171|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49172|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49173|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49174|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49175|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49176|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49177|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49178|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49179|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49180|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49181|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49182|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49183|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49184|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49185|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49186|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49187|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49188|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49189|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49190|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49191|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49192|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49193|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49194|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49195|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49196|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49197|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49198|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49199|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49200|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49201|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49202|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49203|4|b0:be:76:3b:5d:e1 -1.3.6.1.2.1.2.2.1.6.49204|4|b0:be:76:3b:5d:e1 +1.3.6.1.2.1.2.2.1.6.10|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.32769|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.32770|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49153|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49154|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49155|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49156|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49157|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49158|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49159|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49160|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49161|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49162|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49163|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49164|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49165|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49166|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49167|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49168|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49169|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49170|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49171|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49172|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49173|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49174|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49175|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49176|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49177|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49178|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49179|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49180|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49181|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49182|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49183|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49184|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49185|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49186|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49187|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49188|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49189|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49190|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49191|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49192|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49193|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49194|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49195|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49196|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49197|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49198|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49199|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49200|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49201|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49202|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49203|4x|b0be763b5de1 +1.3.6.1.2.1.2.2.1.6.49204|4x|b0be763b5de1 1.3.6.1.2.1.2.2.1.7.10|2|1 1.3.6.1.2.1.2.2.1.7.32769|2|1 1.3.6.1.2.1.2.2.1.7.32770|2|1 diff --git a/tests/snmpsim/junos_ber.snmprec b/tests/snmpsim/junos_ber.snmprec index f5ac145177..fb7c5a831a 100644 --- a/tests/snmpsim/junos_ber.snmprec +++ b/tests/snmpsim/junos_ber.snmprec @@ -1076,7 +1076,7 @@ 1.3.6.1.2.1.2.2.1.5.752|66|4294967295 1.3.6.1.2.1.2.2.1.5.753|66|4294967295 1.3.6.1.2.1.2.2.1.5.754|66|4294967295 -1.3.6.1.2.1.2.2.1.6.1|4|30:b6:4f:70:9c:c2 +1.3.6.1.2.1.2.2.1.6.1|4x|30b64f709cc2 1.3.6.1.2.1.2.2.1.6.4|4| 1.3.6.1.2.1.2.2.1.6.5|4| 1.3.6.1.2.1.2.2.1.6.6|4| @@ -1087,21 +1087,21 @@ 1.3.6.1.2.1.2.2.1.6.11|4| 1.3.6.1.2.1.2.2.1.6.12|4| 1.3.6.1.2.1.2.2.1.6.16|4| -1.3.6.1.2.1.2.2.1.6.17|4|52:54:0:3e:16:f4 +1.3.6.1.2.1.2.2.1.6.17|4x|5254003e16f4 1.3.6.1.2.1.2.2.1.6.21|4| 1.3.6.1.2.1.2.2.1.6.22|4| -1.3.6.1.2.1.2.2.1.6.501|4|28:a2:4b:7d:de:b1 +1.3.6.1.2.1.2.2.1.6.501|4x|28a24b7ddeb1 1.3.6.1.2.1.2.2.1.6.502|4| -1.3.6.1.2.1.2.2.1.6.503|4|52:54:0:3e:16:f4 +1.3.6.1.2.1.2.2.1.6.503|4x|5254003e16f4 1.3.6.1.2.1.2.2.1.6.504|4| -1.3.6.1.2.1.2.2.1.6.505|4|28:a2:4b:7d:e6:90 -1.3.6.1.2.1.2.2.1.6.506|4|2:0:0:0:0:4 -1.3.6.1.2.1.2.2.1.6.507|4|2:0:0:0:0:4 -1.3.6.1.2.1.2.2.1.6.508|4|2:0:1:0:0:4 -1.3.6.1.2.1.2.2.1.6.509|4|2:0:1:0:0:4 -1.3.6.1.2.1.2.2.1.6.510|4|28:a2:4b:7d:e6:60 -1.3.6.1.2.1.2.2.1.6.511|4|28:a2:4b:7d:e6:60 -1.3.6.1.2.1.2.2.1.6.512|4|28:a2:4b:7d:e5:50 +1.3.6.1.2.1.2.2.1.6.505|4x|28a24b7de690 +1.3.6.1.2.1.2.2.1.6.506|4x|020000000004 +1.3.6.1.2.1.2.2.1.6.507|4x|020000000004 +1.3.6.1.2.1.2.2.1.6.508|4x|020001000004 +1.3.6.1.2.1.2.2.1.6.509|4x|020001000004 +1.3.6.1.2.1.2.2.1.6.510|4x|28a24b7de660 +1.3.6.1.2.1.2.2.1.6.511|4x|28a24b7de660 +1.3.6.1.2.1.2.2.1.6.512|4x|28a24b7de550 1.3.6.1.2.1.2.2.1.6.513|4| 1.3.6.1.2.1.2.2.1.6.514|4| 1.3.6.1.2.1.2.2.1.6.515|4| @@ -1122,26 +1122,26 @@ 1.3.6.1.2.1.2.2.1.6.530|4| 1.3.6.1.2.1.2.2.1.6.531|4| 1.3.6.1.2.1.2.2.1.6.532|4| -1.3.6.1.2.1.2.2.1.6.533|4|28:a2:4b:7d:de:a0 -1.3.6.1.2.1.2.2.1.6.534|4|28:a2:4b:7d:de:a1 -1.3.6.1.2.1.2.2.1.6.535|4|28:a2:4b:7d:de:a2 -1.3.6.1.2.1.2.2.1.6.536|4|28:a2:4b:7d:de:a3 -1.3.6.1.2.1.2.2.1.6.537|4|28:a2:4b:7d:de:a4 -1.3.6.1.2.1.2.2.1.6.538|4|28:a2:4b:7d:de:a5 -1.3.6.1.2.1.2.2.1.6.539|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.540|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.541|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.542|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.543|4|28:a2:4b:7d:df:2 -1.3.6.1.2.1.2.2.1.6.544|4|28:a2:4b:7d:df:3 -1.3.6.1.2.1.2.2.1.6.545|4|28:a2:4b:7d:df:4 -1.3.6.1.2.1.2.2.1.6.546|4|28:a2:4b:7d:df:5 -1.3.6.1.2.1.2.2.1.6.547|4|28:a2:4b:7d:df:6 -1.3.6.1.2.1.2.2.1.6.548|4|28:a2:4b:7d:df:7 -1.3.6.1.2.1.2.2.1.6.549|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.550|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.551|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.552|4|2a:a2:4b:7d:de:be +1.3.6.1.2.1.2.2.1.6.533|4x|28a24b7ddea0 +1.3.6.1.2.1.2.2.1.6.534|4x|28a24b7ddea1 +1.3.6.1.2.1.2.2.1.6.535|4x|28a24b7ddea2 +1.3.6.1.2.1.2.2.1.6.536|4x|28a24b7ddea3 +1.3.6.1.2.1.2.2.1.6.537|4x|28a24b7ddea4 +1.3.6.1.2.1.2.2.1.6.538|4x|28a24b7ddea5 +1.3.6.1.2.1.2.2.1.6.539|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.540|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.541|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.542|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.543|4x|28a24b7ddf02 +1.3.6.1.2.1.2.2.1.6.544|4x|28a24b7ddf03 +1.3.6.1.2.1.2.2.1.6.545|4x|28a24b7ddf04 +1.3.6.1.2.1.2.2.1.6.546|4x|28a24b7ddf05 +1.3.6.1.2.1.2.2.1.6.547|4x|28a24b7ddf06 +1.3.6.1.2.1.2.2.1.6.548|4x|28a24b7ddf07 +1.3.6.1.2.1.2.2.1.6.549|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.550|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.551|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.552|4x|2aa24b7ddebe 1.3.6.1.2.1.2.2.1.6.553|4| 1.3.6.1.2.1.2.2.1.6.554|4| 1.3.6.1.2.1.2.2.1.6.555|4| @@ -1153,34 +1153,34 @@ 1.3.6.1.2.1.2.2.1.6.561|4| 1.3.6.1.2.1.2.2.1.6.562|4| 1.3.6.1.2.1.2.2.1.6.563|4| -1.3.6.1.2.1.2.2.1.6.564|4|28:a2:4b:7d:df:66 -1.3.6.1.2.1.2.2.1.6.565|4|28:a2:4b:7d:df:67 -1.3.6.1.2.1.2.2.1.6.566|4|28:a2:4b:7d:df:68 -1.3.6.1.2.1.2.2.1.6.567|4|28:a2:4b:7d:df:69 -1.3.6.1.2.1.2.2.1.6.568|4|28:a2:4b:7d:df:97 -1.3.6.1.2.1.2.2.1.6.569|4|28:a2:4b:7d:df:c9 -1.3.6.1.2.1.2.2.1.6.570|4|28:a2:4b:7d:df:ca -1.3.6.1.2.1.2.2.1.6.571|4|28:a2:4b:7d:df:cb -1.3.6.1.2.1.2.2.1.6.572|4|28:a2:4b:7d:df:c8 -1.3.6.1.2.1.2.2.1.6.573|4|28:a2:4b:7d:df:f9 -1.3.6.1.2.1.2.2.1.6.574|4|28:a2:4b:7d:e0:34 -1.3.6.1.2.1.2.2.1.6.575|4|28:a2:4b:7d:e0:3c -1.3.6.1.2.1.2.2.1.6.576|4|28:a2:4b:7d:e0:3d -1.3.6.1.2.1.2.2.1.6.577|4|28:a2:4b:7d:e0:3e -1.3.6.1.2.1.2.2.1.6.578|4|28:a2:4b:7d:e0:3f -1.3.6.1.2.1.2.2.1.6.579|4|28:a2:4b:7d:e0:40 -1.3.6.1.2.1.2.2.1.6.592|4|28:a2:4b:7d:e0:69 -1.3.6.1.2.1.2.2.1.6.593|4|28:a2:4b:7d:e0:6a -1.3.6.1.2.1.2.2.1.6.594|4|28:a2:4b:7d:e0:6b -1.3.6.1.2.1.2.2.1.6.595|4|28:a2:4b:7d:e0:6c -1.3.6.1.2.1.2.2.1.6.596|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.597|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.598|4|28:a2:4b:7d:e0:6f -1.3.6.1.2.1.2.2.1.6.599|4|28:a2:4b:7d:e0:70 -1.3.6.1.2.1.2.2.1.6.600|4|28:a2:4b:7d:e0:71 -1.3.6.1.2.1.2.2.1.6.601|4|28:a2:4b:7d:e0:72 -1.3.6.1.2.1.2.2.1.6.602|4|28:a2:4b:7d:e0:73 -1.3.6.1.2.1.2.2.1.6.603|4|28:a2:4b:7d:e0:74 +1.3.6.1.2.1.2.2.1.6.564|4x|28a24b7ddf66 +1.3.6.1.2.1.2.2.1.6.565|4x|28a24b7ddf67 +1.3.6.1.2.1.2.2.1.6.566|4x|28a24b7ddf68 +1.3.6.1.2.1.2.2.1.6.567|4x|28a24b7ddf69 +1.3.6.1.2.1.2.2.1.6.568|4x|28a24b7ddf97 +1.3.6.1.2.1.2.2.1.6.569|4x|28a24b7ddfc9 +1.3.6.1.2.1.2.2.1.6.570|4x|28a24b7ddfca +1.3.6.1.2.1.2.2.1.6.571|4x|28a24b7ddfcb +1.3.6.1.2.1.2.2.1.6.572|4x|28a24b7ddfc8 +1.3.6.1.2.1.2.2.1.6.573|4x|28a24b7ddff9 +1.3.6.1.2.1.2.2.1.6.574|4x|28a24b7de034 +1.3.6.1.2.1.2.2.1.6.575|4x|28a24b7de03c +1.3.6.1.2.1.2.2.1.6.576|4x|28a24b7de03d +1.3.6.1.2.1.2.2.1.6.577|4x|28a24b7de03e +1.3.6.1.2.1.2.2.1.6.578|4x|28a24b7de03f +1.3.6.1.2.1.2.2.1.6.579|4x|28a24b7de040 +1.3.6.1.2.1.2.2.1.6.592|4x|28a24b7de069 +1.3.6.1.2.1.2.2.1.6.593|4x|28a24b7de06a +1.3.6.1.2.1.2.2.1.6.594|4x|28a24b7de06b +1.3.6.1.2.1.2.2.1.6.595|4x|28a24b7de06c +1.3.6.1.2.1.2.2.1.6.596|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.597|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.598|4x|28a24b7de06f +1.3.6.1.2.1.2.2.1.6.599|4x|28a24b7de070 +1.3.6.1.2.1.2.2.1.6.600|4x|28a24b7de071 +1.3.6.1.2.1.2.2.1.6.601|4x|28a24b7de072 +1.3.6.1.2.1.2.2.1.6.602|4x|28a24b7de073 +1.3.6.1.2.1.2.2.1.6.603|4x|28a24b7de074 1.3.6.1.2.1.2.2.1.6.604|4| 1.3.6.1.2.1.2.2.1.6.605|4| 1.3.6.1.2.1.2.2.1.6.606|4| @@ -1188,81 +1188,81 @@ 1.3.6.1.2.1.2.2.1.6.608|4| 1.3.6.1.2.1.2.2.1.6.609|4| 1.3.6.1.2.1.2.2.1.6.610|4| -1.3.6.1.2.1.2.2.1.6.611|4|2a:a2:4b:7d:e0:5d +1.3.6.1.2.1.2.2.1.6.611|4x|2aa24b7de05d 1.3.6.1.2.1.2.2.1.6.612|4| 1.3.6.1.2.1.2.2.1.6.613|4| 1.3.6.1.2.1.2.2.1.6.614|4| -1.3.6.1.2.1.2.2.1.6.615|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.616|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.617|4|28:a2:4b:7d:e0:65 +1.3.6.1.2.1.2.2.1.6.615|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.616|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.617|4x|28a24b7de065 1.3.6.1.2.1.2.2.1.6.618|4| 1.3.6.1.2.1.2.2.1.6.619|4| 1.3.6.1.2.1.2.2.1.6.620|4| 1.3.6.1.2.1.2.2.1.6.621|4| 1.3.6.1.2.1.2.2.1.6.622|4| -1.3.6.1.2.1.2.2.1.6.623|4|28:a2:4b:7d:e0:65 -1.3.6.1.2.1.2.2.1.6.624|4|28:a2:4b:7d:df:7 +1.3.6.1.2.1.2.2.1.6.623|4x|28a24b7de065 +1.3.6.1.2.1.2.2.1.6.624|4x|28a24b7ddf07 1.3.6.1.2.1.2.2.1.6.626|4| -1.3.6.1.2.1.2.2.1.6.635|4|28:a2:4b:7d:df:3 +1.3.6.1.2.1.2.2.1.6.635|4x|28a24b7ddf03 1.3.6.1.2.1.2.2.1.6.636|4| -1.3.6.1.2.1.2.2.1.6.640|4|28:a2:4b:7d:e6:90 -1.3.6.1.2.1.2.2.1.6.641|4|28:a2:4b:7d:df:4 -1.3.6.1.2.1.2.2.1.6.642|4|28:a2:4b:7d:df:5 +1.3.6.1.2.1.2.2.1.6.640|4x|28a24b7de690 +1.3.6.1.2.1.2.2.1.6.641|4x|28a24b7ddf04 +1.3.6.1.2.1.2.2.1.6.642|4x|28a24b7ddf05 1.3.6.1.2.1.2.2.1.6.643|4| -1.3.6.1.2.1.2.2.1.6.648|4|2a:a2:4b:7d:de:be +1.3.6.1.2.1.2.2.1.6.648|4x|2aa24b7ddebe 1.3.6.1.2.1.2.2.1.6.651|4| -1.3.6.1.2.1.2.2.1.6.652|4|28:a2:4b:7d:e0:34 -1.3.6.1.2.1.2.2.1.6.653|4|28:a2:4b:7d:e0:40 -1.3.6.1.2.1.2.2.1.6.658|4|28:a2:4b:7d:e0:69 -1.3.6.1.2.1.2.2.1.6.659|4|28:a2:4b:7d:e0:6a -1.3.6.1.2.1.2.2.1.6.660|4|28:a2:4b:7d:e0:6b -1.3.6.1.2.1.2.2.1.6.661|4|28:a2:4b:7d:e0:6c -1.3.6.1.2.1.2.2.1.6.662|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.663|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.664|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.665|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.666|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.667|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.668|4|28:a2:4b:7d:e0:6d -1.3.6.1.2.1.2.2.1.6.669|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.670|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.671|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.672|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.673|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.674|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.676|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.677|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.678|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.680|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.681|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.682|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.683|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.684|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.685|4|28:a2:4b:7d:e0:6f -1.3.6.1.2.1.2.2.1.6.686|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.687|4|28:a2:4b:7d:e0:6f -1.3.6.1.2.1.2.2.1.6.688|4|28:a2:4b:7d:e0:6f -1.3.6.1.2.1.2.2.1.6.689|4|28:a2:4b:7d:df:97 -1.3.6.1.2.1.2.2.1.6.690|4|28:a2:4b:7d:df:c8 -1.3.6.1.2.1.2.2.1.6.692|4|28:a2:4b:7d:df:f9 -1.3.6.1.2.1.2.2.1.6.693|4|28:a2:4b:7d:df:f9 -1.3.6.1.2.1.2.2.1.6.694|4|28:a2:4b:7d:df:f9 -1.3.6.1.2.1.2.2.1.6.702|4|28:a2:4b:7d:e6:90 -1.3.6.1.2.1.2.2.1.6.703|4|28:a2:4b:7d:e0:72 -1.3.6.1.2.1.2.2.1.6.704|4|28:a2:4b:7d:e0:71 -1.3.6.1.2.1.2.2.1.6.705|4|28:a2:4b:7d:e0:70 -1.3.6.1.2.1.2.2.1.6.706|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.707|4|28:a2:4b:7d:e0:3c -1.3.6.1.2.1.2.2.1.6.708|4|28:a2:4b:7d:e6:90 +1.3.6.1.2.1.2.2.1.6.652|4x|28a24b7de034 +1.3.6.1.2.1.2.2.1.6.653|4x|28a24b7de040 +1.3.6.1.2.1.2.2.1.6.658|4x|28a24b7de069 +1.3.6.1.2.1.2.2.1.6.659|4x|28a24b7de06a +1.3.6.1.2.1.2.2.1.6.660|4x|28a24b7de06b +1.3.6.1.2.1.2.2.1.6.661|4x|28a24b7de06c +1.3.6.1.2.1.2.2.1.6.662|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.663|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.664|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.665|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.666|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.667|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.668|4x|28a24b7de06d +1.3.6.1.2.1.2.2.1.6.669|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.670|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.671|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.672|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.673|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.674|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.676|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.677|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.678|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.680|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.681|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.682|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.683|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.684|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.685|4x|28a24b7de06f +1.3.6.1.2.1.2.2.1.6.686|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.687|4x|28a24b7de06f +1.3.6.1.2.1.2.2.1.6.688|4x|28a24b7de06f +1.3.6.1.2.1.2.2.1.6.689|4x|28a24b7ddf97 +1.3.6.1.2.1.2.2.1.6.690|4x|28a24b7ddfc8 +1.3.6.1.2.1.2.2.1.6.692|4x|28a24b7ddff9 +1.3.6.1.2.1.2.2.1.6.693|4x|28a24b7ddff9 +1.3.6.1.2.1.2.2.1.6.694|4x|28a24b7ddff9 +1.3.6.1.2.1.2.2.1.6.702|4x|28a24b7de690 +1.3.6.1.2.1.2.2.1.6.703|4x|28a24b7de072 +1.3.6.1.2.1.2.2.1.6.704|4x|28a24b7de071 +1.3.6.1.2.1.2.2.1.6.705|4x|28a24b7de070 +1.3.6.1.2.1.2.2.1.6.706|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.707|4x|28a24b7de03c +1.3.6.1.2.1.2.2.1.6.708|4x|28a24b7de690 1.3.6.1.2.1.2.2.1.6.709|4| -1.3.6.1.2.1.2.2.1.6.710|4|28:a2:4b:7d:e0:3f -1.3.6.1.2.1.2.2.1.6.711|4|28:a2:4b:7d:e0:3e -1.3.6.1.2.1.2.2.1.6.713|4|28:a2:4b:7d:e0:6e -1.3.6.1.2.1.2.2.1.6.714|4|2a:a2:4b:7d:e0:5d -1.3.6.1.2.1.2.2.1.6.715|4|2a:a2:4b:7d:e0:5d -1.3.6.1.2.1.2.2.1.6.716|4|2a:a2:4b:7d:e0:5d -1.3.6.1.2.1.2.2.1.6.717|4|2a:a2:4b:7d:e0:5d -1.3.6.1.2.1.2.2.1.6.718|4|28:a2:4b:7d:e0:6e +1.3.6.1.2.1.2.2.1.6.710|4x|28a24b7de03f +1.3.6.1.2.1.2.2.1.6.711|4x|28a24b7de03e +1.3.6.1.2.1.2.2.1.6.713|4x|28a24b7de06e +1.3.6.1.2.1.2.2.1.6.714|4x|2aa24b7de05d +1.3.6.1.2.1.2.2.1.6.715|4x|2aa24b7de05d +1.3.6.1.2.1.2.2.1.6.716|4x|2aa24b7de05d +1.3.6.1.2.1.2.2.1.6.717|4x|2aa24b7de05d +1.3.6.1.2.1.2.2.1.6.718|4x|28a24b7de06e 1.3.6.1.2.1.2.2.1.6.719|4| 1.3.6.1.2.1.2.2.1.6.720|4| 1.3.6.1.2.1.2.2.1.6.721|4| @@ -1270,26 +1270,26 @@ 1.3.6.1.2.1.2.2.1.6.723|4| 1.3.6.1.2.1.2.2.1.6.724|4| 1.3.6.1.2.1.2.2.1.6.725|4| -1.3.6.1.2.1.2.2.1.6.726|4|28:a2:4b:7d:e0:f2 -1.3.6.1.2.1.2.2.1.6.727|4|28:a2:4b:7d:e0:f2 -1.3.6.1.2.1.2.2.1.6.728|4|28:a2:4b:7d:e0:f2 -1.3.6.1.2.1.2.2.1.6.729|4|28:a2:4b:7d:e0:f2 -1.3.6.1.2.1.2.2.1.6.730|4|28:a2:4b:7d:e0:f2 -1.3.6.1.2.1.2.2.1.6.733|4|28:a2:4b:7d:e0:73 -1.3.6.1.2.1.2.2.1.6.736|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.737|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.738|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.739|4|2a:a2:4b:7d:de:be -1.3.6.1.2.1.2.2.1.6.745|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.746|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.747|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.748|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.749|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.750|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.751|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.752|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.753|4|2a:a2:4b:7d:de:bd -1.3.6.1.2.1.2.2.1.6.754|4|2a:a2:4b:7d:de:bd +1.3.6.1.2.1.2.2.1.6.726|4x|28a24b7de0f2 +1.3.6.1.2.1.2.2.1.6.727|4x|28a24b7de0f2 +1.3.6.1.2.1.2.2.1.6.728|4x|28a24b7de0f2 +1.3.6.1.2.1.2.2.1.6.729|4x|28a24b7de0f2 +1.3.6.1.2.1.2.2.1.6.730|4x|28a24b7de0f2 +1.3.6.1.2.1.2.2.1.6.733|4x|28a24b7de073 +1.3.6.1.2.1.2.2.1.6.736|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.737|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.738|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.739|4x|2aa24b7ddebe +1.3.6.1.2.1.2.2.1.6.745|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.746|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.747|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.748|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.749|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.750|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.751|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.752|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.753|4x|2aa24b7ddebd +1.3.6.1.2.1.2.2.1.6.754|4x|2aa24b7ddebd 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.4|2|1 1.3.6.1.2.1.2.2.1.7.5|2|1 @@ -4809,4 +4809,4 @@ 1.3.6.1.4.1.2636.3.73.1.3.3.8.1.11.726.1|66|550 1.3.6.1.4.1.2636.3.73.1.3.3.8.1.12.726.1|66|9 1.3.6.1.4.1.2636.3.73.1.3.3.8.1.13.726.1|66|281 -1.3.6.1.4.1.2636.3.73.1.3.3.8.1.14.726.1|2|0 \ No newline at end of file +1.3.6.1.4.1.2636.3.73.1.3.3.8.1.14.726.1|2|0 diff --git a/tests/snmpsim/microsemipdsine.snmprec b/tests/snmpsim/microsemipdsine.snmprec index f346d788e1..8e0d49cbaa 100644 --- a/tests/snmpsim/microsemipdsine.snmprec +++ b/tests/snmpsim/microsemipdsine.snmprec @@ -9,7 +9,7 @@ 1.3.6.1.2.1.2.2.1.3.1|2|6 1.3.6.1.2.1.2.2.1.4.1|2|1500 1.3.6.1.2.1.2.2.1.5.1|66|100000000 -1.3.6.1.2.1.2.2.1.6.1|4|0:5:5a:3:eb:92 +1.3.6.1.2.1.2.2.1.6.1|4x|00055a03eb92 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 1.3.6.1.2.1.2.2.1.9.1|67|0 diff --git a/tests/snmpsim/netagent2_1.snmprec b/tests/snmpsim/netagent2_1.snmprec index b374c9bdf7..8fbf7c600a 100644 --- a/tests/snmpsim/netagent2_1.snmprec +++ b/tests/snmpsim/netagent2_1.snmprec @@ -14,7 +14,7 @@ 1.3.6.1.2.1.2.2.1.4.2|2|1500 1.3.6.1.2.1.2.2.1.4.3|2|1480 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4x|3C707269766174653E +1.3.6.1.2.1.2.2.1.6.2|4x|010203040506 1.3.6.1.2.1.2.2.1.6.3|4| 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 @@ -42,8 +42,8 @@ 1.3.6.1.2.1.4.20.1.2.192.168.2.97|2|2 1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0 1.3.6.1.2.1.4.20.1.3.192.168.2.97|64|255.255.255.0 -1.3.6.1.2.1.4.22.1.2.2.192.168.2.111|4x|3C707269766174653E -1.3.6.1.2.1.4.22.1.2.2.192.168.2.121|4x|3C707269766174653E +1.3.6.1.2.1.4.22.1.2.2.192.168.2.111|4x|010203040506 +1.3.6.1.2.1.4.22.1.2.2.192.168.2.121|4x|010203040506 1.3.6.1.2.1.4.31.1.1.3.1|65|132807 1.3.6.1.2.1.4.31.1.1.3.2|65|19 1.3.6.1.2.1.4.31.1.1.4.1|70|132807 @@ -96,8 +96,8 @@ 1.3.6.1.2.1.4.34.1.5.2.16.254.128.0.0.0.0.0.0.2.3.234.255.254.20.188.251|6|1.3.6.1.2.1.4.32.1.5.2.2.16.254.128.0.0.0.0.0.0.0.0.0.0.0.0.0.0.64 1.3.6.1.2.1.4.34.1.6.2.16.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.1|2|2 1.3.6.1.2.1.4.34.1.6.2.16.254.128.0.0.0.0.0.0.2.3.234.255.254.20.188.251|2|5 -1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.2.111|4x|3C707269766174653E -1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.2.121|4x|3C707269766174653E +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.2.111|4x|010203040506 +1.3.6.1.2.1.4.35.1.4.2.1.4.192.168.2.121|4x|010203040506 1.3.6.1.2.1.5.1.0|65|10053 1.3.6.1.2.1.5.2.0|65|0 1.3.6.1.2.1.5.3.0|65|3 diff --git a/tests/snmpsim/netmanplus_204.snmprec b/tests/snmpsim/netmanplus_204.snmprec index 1ac5c9ed27..f081c151c7 100644 --- a/tests/snmpsim/netmanplus_204.snmprec +++ b/tests/snmpsim/netmanplus_204.snmprec @@ -15,7 +15,7 @@ 1.3.6.1.2.1.2.2.1.5.1|66|10000000 1.3.6.1.2.1.2.2.1.5.2|66|100000000 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|0:2:63:6:65:d8 +1.3.6.1.2.1.2.2.1.6.2|4x|0002630665d8 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/netscaler-sdwan.snmprec b/tests/snmpsim/netscaler-sdwan.snmprec index d5802696e2..98cad9cd5e 100644 --- a/tests/snmpsim/netscaler-sdwan.snmprec +++ b/tests/snmpsim/netscaler-sdwan.snmprec @@ -6,13 +6,13 @@ 1.3.6.1.2.1.1.6.0|4| 1.3.6.1.2.1.2.2.1.4.8|2|1500 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|c:c4:7a:e7:b8:a9 -1.3.6.1.2.1.2.2.1.6.3|4|c:c4:7a:e9:86:f1 -1.3.6.1.2.1.2.2.1.6.4|4|c:c4:7a:e9:86:f0 -1.3.6.1.2.1.2.2.1.6.5|4|c:c4:7a:e9:86:f3 -1.3.6.1.2.1.2.2.1.6.6|4|c:c4:7a:e9:86:f2 -1.3.6.1.2.1.2.2.1.6.7|4|c:c4:7a:e6:7e:9 -1.3.6.1.2.1.2.2.1.6.8|4|c:c4:7a:e6:7e:8 +1.3.6.1.2.1.2.2.1.6.2|4x|0cc47ae7b8a9 +1.3.6.1.2.1.2.2.1.6.3|4x|0cc47ae986f1 +1.3.6.1.2.1.2.2.1.6.4|4x|0cc47ae986f0 +1.3.6.1.2.1.2.2.1.6.5|4x|0cc47ae986f3 +1.3.6.1.2.1.2.2.1.6.6|4x|0cc47ae986f2 +1.3.6.1.2.1.2.2.1.6.7|4x|0cc47ae67e09 +1.3.6.1.2.1.2.2.1.6.8|4x|0cc47ae67e08 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/occamos_b6-256.snmprec b/tests/snmpsim/occamos_b6-256.snmprec index ae4adf15e1..a48e8cb0a1 100644 --- a/tests/snmpsim/occamos_b6-256.snmprec +++ b/tests/snmpsim/occamos_b6-256.snmprec @@ -294,16 +294,16 @@ 1.3.6.1.2.1.2.2.1.5.85|66|12000000 1.3.6.1.2.1.2.2.1.5.86|66|12000000 1.3.6.1.2.1.2.2.1.5.87|66|12000000 -1.3.6.1.2.1.2.2.1.6.6|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.7|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.8|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.9|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.10|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.11|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.30|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.31|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.32|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 -1.3.6.1.2.1.2.2.1.6.33|4|30:30:3a:30:32:3a:38:36:3a:33:30:3a:35:35:3a:62:65 +1.3.6.1.2.1.2.2.1.6.6|4x|30303a30323a +1.3.6.1.2.1.2.2.1.6.7|4x|30303a30323b +1.3.6.1.2.1.2.2.1.6.8|4x|30303a30323c +1.3.6.1.2.1.2.2.1.6.9|4x|30303a30323d +1.3.6.1.2.1.2.2.1.6.10|4x|30303a30323e +1.3.6.1.2.1.2.2.1.6.11|4x|30303a30323f +1.3.6.1.2.1.2.2.1.6.30|4x|30303a303230 +1.3.6.1.2.1.2.2.1.6.31|4x|30303a303231 +1.3.6.1.2.1.2.2.1.6.32|4x|30303a303232 +1.3.6.1.2.1.2.2.1.6.33|4x|30303a303233 1.3.6.1.2.1.2.2.1.6.40|4| 1.3.6.1.2.1.2.2.1.6.41|4| 1.3.6.1.2.1.2.2.1.6.42|4| diff --git a/tests/snmpsim/occamos_b6-316.snmprec b/tests/snmpsim/occamos_b6-316.snmprec index a5271fe969..0bb8bcdf52 100644 --- a/tests/snmpsim/occamos_b6-316.snmprec +++ b/tests/snmpsim/occamos_b6-316.snmprec @@ -163,59 +163,116 @@ 1.3.6.1.2.1.2.2.1.4.56|2|1600 1.3.6.1.2.1.2.2.1.4.57|2|1600 1.3.6.1.2.1.2.2.1.4.100|2|1600 -1.3.6.1.2.1.2.2.1.6.6|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.7|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.8|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.9|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.10|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.11|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.12|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.13|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.14|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.15|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.16|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.17|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.18|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.19|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.20|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.21|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.22|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.23|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.24|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.25|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.26|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.27|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.28|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.29|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.30|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.31|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.32|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.33|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.34|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.35|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.36|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.37|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.38|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.39|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.40|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.41|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.42|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.43|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.44|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.45|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.46|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.47|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.48|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.49|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.50|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.51|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.52|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.53|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.54|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.55|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.56|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.57|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 -1.3.6.1.2.1.2.2.1.6.100|4|30:30:3a:30:32:3a:38:36:3a:31:33:3a:32:65:3a:35:31 +1.3.6.1.2.1.2.2.1.6.6|4x|3a32653a3530 +1.3.6.1.2.1.2.2.1.6.7|4x|3a32653a3531 +1.3.6.1.2.1.2.2.1.6.8|4x|3a32653a3532 +1.3.6.1.2.1.2.2.1.6.9|4x|3a32653a3533 +1.3.6.1.2.1.2.2.1.6.10|4x|3a32653a3534 +1.3.6.1.2.1.2.2.1.6.11|4x|3a32653a3535 +1.3.6.1.2.1.2.2.1.6.12|4x|3a32653a3536 +1.3.6.1.2.1.2.2.1.6.13|4x|3a32653a3537 +1.3.6.1.2.1.2.2.1.6.14|4x|3a32653a3538 +1.3.6.1.2.1.2.2.1.6.15|4x|3a32653a3539 +1.3.6.1.2.1.2.2.1.6.16|4x|3a32653a3530 +1.3.6.1.2.1.2.2.1.6.17|4x|3a32653a353a +1.3.6.1.2.1.2.2.1.6.18|4x|3a32653a353b +1.3.6.1.2.1.2.2.1.6.19|4x|3a32653a353c +1.3.6.1.2.1.2.2.1.6.7|4xx|3a32653a353d +1.3.6.1.2.1.2.2.1.6.8|4xx|3a32653a353e +1.3.6.1.2.1.2.2.1.6.9|4xx|3a32653a353f +1.3.6.1.2.1.2.2.1.6.10|4x|3a32653a3540 +1.3.6.1.2.1.2.2.1.6.11|4x|3a32653a3541 +1.3.6.1.2.1.2.2.1.6.12|4x|3a32653a3542 +1.3.6.1.2.1.2.2.1.6.13|4x|3a32653a3543 +1.3.6.1.2.1.2.2.1.6.14|4x|3a32653a3544 +1.3.6.1.2.1.2.2.1.6.15|4x|3a32653a3545 +1.3.6.1.2.1.2.2.1.6.16|4x|3a32653a3546 +1.3.6.1.2.1.2.2.1.6.17|4x|3a32653a3547 +1.3.6.1.2.1.2.2.1.6.18|4x|3a32653a3548 +1.3.6.1.2.1.2.2.1.6.19|4x|3a32653a3549 +1.3.6.1.2.1.2.2.1.6.20|4x|3a32653a3540 +1.3.6.1.2.1.2.2.1.6.21|4x|3a32653a354a +1.3.6.1.2.1.2.2.1.6.22|4x|3a32653a354b +1.3.6.1.2.1.2.2.1.6.11|4x|3a32653a354c +1.3.6.1.2.1.2.2.1.6.12|4x|3a32653a354d +1.3.6.1.2.1.2.2.1.6.13|4x|3a32653a354e +1.3.6.1.2.1.2.2.1.6.14|4x|3a32653a354f +1.3.6.1.2.1.2.2.1.6.15|4x|3a32653a3550 +1.3.6.1.2.1.2.2.1.6.16|4x|3a32653a3551 +1.3.6.1.2.1.2.2.1.6.17|4x|3a32653a3552 +1.3.6.1.2.1.2.2.1.6.18|4x|3a32653a3553 +1.3.6.1.2.1.2.2.1.6.19|4x|3a32653a3554 +1.3.6.1.2.1.2.2.1.6.20|4x|3a32653a3555 +1.3.6.1.2.1.2.2.1.6.21|4x|3a32653a3556 +1.3.6.1.2.1.2.2.1.6.22|4x|3a32653a3557 +1.3.6.1.2.1.2.2.1.6.23|4x|3a32653a3558 +1.3.6.1.2.1.2.2.1.6.27|4x|3a32653a3559 +1.3.6.1.2.1.2.2.1.6.28|4x|3a32653a3550 +1.3.6.1.2.1.2.2.1.6.29|4x|3a32653a355a +1.3.6.1.2.1.2.2.1.6.30|4x|3a32653a355b +1.3.6.1.2.1.2.2.1.6.31|4x|3a32653a355c +1.3.6.1.2.1.2.2.1.6.16|4x|3a32653a355d +1.3.6.1.2.1.2.2.1.6.17|4x|3a32653a355e +1.3.6.1.2.1.2.2.1.6.18|4x|3a32653a355f +1.3.6.1.2.1.2.2.1.6.19|4x|3a32653a3560 +1.3.6.1.2.1.2.2.1.6.20|4x|3a32653a3561 +1.3.6.1.2.1.2.2.1.6.21|4x|3a32653a3562 +1.3.6.1.2.1.2.2.1.6.22|4x|3a32653a3563 +1.3.6.1.2.1.2.2.1.6.23|4x|3a32653a3564 +1.3.6.1.2.1.2.2.1.6.27|4x|3a32653a3565 +1.3.6.1.2.1.2.2.1.6.28|4x|3a32653a3566 +1.3.6.1.2.1.2.2.1.6.29|4x|3a32653a3567 +1.3.6.1.2.1.2.2.1.6.30|4x|3a32653a3568 +1.3.6.1.2.1.2.2.1.6.31|4x|3a32653a3569 +1.3.6.1.2.1.2.2.1.6.32|4x|3a32653a3560 +1.3.6.1.2.1.2.2.1.6.33|4x|3a32653a356a +1.3.6.1.2.1.2.2.1.6.34|4x|3a32653a356b +1.3.6.1.2.1.2.2.1.6.35|4x|3a32653a356c +1.3.6.1.2.1.2.2.1.6.36|4x|3a32653a356d +1.3.6.1.2.1.2.2.1.6.37|4x|3a32653a356e +1.3.6.1.2.1.2.2.1.6.38|4x|3a32653a356f +1.3.6.1.2.1.2.2.1.6.39|4x|3a32653a3570 +1.3.6.1.2.1.2.2.1.6.40|4x|3a32653a3571 +1.3.6.1.2.1.2.2.1.6.41|4x|3a32653a3572 +1.3.6.1.2.1.2.2.1.6.42|4x|3a32653a3573 +1.3.6.1.2.1.2.2.1.6.43|4x|3a32653a3574 +1.3.6.1.2.1.2.2.1.6.44|4x|3a32653a3575 +1.3.6.1.2.1.2.2.1.6.45|4x|3a32653a3576 +1.3.6.1.2.1.2.2.1.6.24|4x|3a32653a3577 +1.3.6.1.2.1.2.2.1.6.25|4x|3a32653a3578 +1.3.6.1.2.1.2.2.1.6.26|4x|3a32653a3579 +1.3.6.1.2.1.2.2.1.6.27|4x|3a32653a3570 +1.3.6.1.2.1.2.2.1.6.28|4x|3a32653a357a +1.3.6.1.2.1.2.2.1.6.29|4x|3a32653a357b +1.3.6.1.2.1.2.2.1.6.30|4x|3a32653a357c +1.3.6.1.2.1.2.2.1.6.31|4x|3a32653a357d +1.3.6.1.2.1.2.2.1.6.32|4x|3a32653a357e +1.3.6.1.2.1.2.2.1.6.33|4x|3a32653a357f +1.3.6.1.2.1.2.2.1.6.34|4x|3a32653a3580 +1.3.6.1.2.1.2.2.1.6.35|4x|3a32653a3581 +1.3.6.1.2.1.2.2.1.6.36|4x|3a32653a3582 +1.3.6.1.2.1.2.2.1.6.37|4x|3a32653a3583 +1.3.6.1.2.1.2.2.1.6.38|4x|3a32653a3584 +1.3.6.1.2.1.2.2.1.6.39|4x|3a32653a3585 +1.3.6.1.2.1.2.2.1.6.40|4x|3a32653a3586 +1.3.6.1.2.1.2.2.1.6.41|4x|3a32653a3587 +1.3.6.1.2.1.2.2.1.6.42|4x|3a32653a3588 +1.3.6.1.2.1.2.2.1.6.43|4x|3a32653a3589 +1.3.6.1.2.1.2.2.1.6.44|4x|3a32653a3580 +1.3.6.1.2.1.2.2.1.6.45|4x|3a32653a358a +1.3.6.1.2.1.2.2.1.6.46|4x|3a32653a358b +1.3.6.1.2.1.2.2.1.6.47|4x|3a32653a358c +1.3.6.1.2.1.2.2.1.6.48|4x|3a32653a358d +1.3.6.1.2.1.2.2.1.6.49|4x|3a32653a358e +1.3.6.1.2.1.2.2.1.6.50|4x|3a32653a358f +1.3.6.1.2.1.2.2.1.6.51|4x|3a32653a3590 +1.3.6.1.2.1.2.2.1.6.52|4x|3a32653a3591 +1.3.6.1.2.1.2.2.1.6.53|4x|3a32653a3592 +1.3.6.1.2.1.2.2.1.6.54|4x|3a32653a3593 +1.3.6.1.2.1.2.2.1.6.55|4x|3a32653a3594 +1.3.6.1.2.1.2.2.1.6.56|4x|3a32653a3595 +1.3.6.1.2.1.2.2.1.6.57|4x|3a32653a3596 +1.3.6.1.2.1.2.2.1.6.100|4x|3a32653a3597 1.3.6.1.2.1.2.2.1.7.6|2|1 1.3.6.1.2.1.2.2.1.7.7|2|1 1.3.6.1.2.1.2.2.1.7.8|2|1 diff --git a/tests/snmpsim/occamos_blc-6252.snmprec b/tests/snmpsim/occamos_blc-6252.snmprec index 137a4d167c..e92b3fdc6b 100644 --- a/tests/snmpsim/occamos_blc-6252.snmprec +++ b/tests/snmpsim/occamos_blc-6252.snmprec @@ -294,16 +294,16 @@ 1.3.6.1.2.1.2.2.1.5.63|66|0 1.3.6.1.2.1.2.2.1.5.64|66|0 1.3.6.1.2.1.2.2.1.5.65|66|0 -1.3.6.1.2.1.2.2.1.6.5|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.6|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.7|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.8|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.9|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.10|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.11|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.12|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.13|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 -1.3.6.1.2.1.2.2.1.6.14|4|30:30:3a:30:32:3a:38:36:3a:30:31:3a:38:34:3a:38:36 +1.3.6.1.2.1.2.2.1.6.5|4x|30323a383630 +1.3.6.1.2.1.2.2.1.6.6|4x|30323a383631 +1.3.6.1.2.1.2.2.1.6.7|4x|30323a383632 +1.3.6.1.2.1.2.2.1.6.8|4x|30323a383633 +1.3.6.1.2.1.2.2.1.6.9|4x|30323a383634 +1.3.6.1.2.1.2.2.1.6.10|4x|30323a383635 +1.3.6.1.2.1.2.2.1.6.11|4x|30323a383636 +1.3.6.1.2.1.2.2.1.6.12|4x|30323a383637 +1.3.6.1.2.1.2.2.1.6.13|4x|30323a383638 +1.3.6.1.2.1.2.2.1.6.14|4x|30323a383639 1.3.6.1.2.1.2.2.1.6.18|4| 1.3.6.1.2.1.2.2.1.6.19|4| 1.3.6.1.2.1.2.2.1.6.20|4| diff --git a/tests/snmpsim/patton-sn.snmprec b/tests/snmpsim/patton-sn.snmprec index 0638a4d4cd..e17babc6b4 100644 --- a/tests/snmpsim/patton-sn.snmprec +++ b/tests/snmpsim/patton-sn.snmprec @@ -30,7 +30,7 @@ 1.3.6.1.2.1.2.2.1.5.4|66|0 1.3.6.1.2.1.2.2.1.5.5|66|0 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|00a0ba0bd1ec +1.3.6.1.2.1.2.2.1.6.2|4x|00a0ba0bd1ec 1.3.6.1.2.1.2.2.1.6.3|4| 1.3.6.1.2.1.2.2.1.6.4|4| 1.3.6.1.2.1.2.2.1.6.5|4| diff --git a/tests/snmpsim/picos.snmprec b/tests/snmpsim/picos.snmprec index 0818c38517..2ef2d9f3d5 100644 --- a/tests/snmpsim/picos.snmprec +++ b/tests/snmpsim/picos.snmprec @@ -211,75 +211,75 @@ 1.3.6.1.2.1.2.2.1.4.13500|2|1500 1.3.6.1.2.1.2.2.1.4.14088|2|1500 1.3.6.1.2.1.2.2.1.4.14095|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.2|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.3|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.4|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.5|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.6|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.7|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.8|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.9|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.10|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.11|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.12|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.14|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.15|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.16|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.17|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.18|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.19|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.20|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.21|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.22|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.23|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.24|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.25|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.26|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.27|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.28|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.29|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.30|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.31|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.32|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.33|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.34|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.35|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.36|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.37|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.38|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.39|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.40|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.41|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.42|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.43|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.44|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.45|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.46|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.47|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.48|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.73|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.74|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.75|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.76|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.77|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.78|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13001|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13002|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13003|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13004|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13351|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13404|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13406|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13408|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13410|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13412|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13414|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13416|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.13500|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.14088|4|80:a2:35:a8:f7:58 -1.3.6.1.2.1.2.2.1.6.14095|4|80:a2:35:a8:f7:58 +1.3.6.1.2.1.2.2.1.6.1|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.2|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.3|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.4|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.5|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.6|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.7|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.8|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.9|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.10|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.11|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.12|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.14|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.15|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.16|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.17|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.18|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.19|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.20|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.21|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.22|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.23|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.24|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.25|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.26|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.27|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.28|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.29|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.30|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.31|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.32|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.33|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.34|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.35|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.36|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.37|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.38|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.39|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.40|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.41|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.42|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.43|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.44|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.45|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.46|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.47|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.48|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.73|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.74|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.75|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.76|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.77|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.78|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13001|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13002|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13003|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13004|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13351|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13404|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13406|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13408|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13410|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13412|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13414|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13416|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.13500|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.14088|4x|80a235a8f758 +1.3.6.1.2.1.2.2.1.6.14095|4x|80a235a8f758 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/polycomLens_studioxc50.snmprec b/tests/snmpsim/polycomLens_studioxc50.snmprec index 8ec8c54ab6..e0c9099a85 100644 --- a/tests/snmpsim/polycomLens_studioxc50.snmprec +++ b/tests/snmpsim/polycomLens_studioxc50.snmprec @@ -39,13 +39,13 @@ 1.3.6.1.2.1.2.2.1.5.5|66|100000000 1.3.6.1.2.1.2.2.1.5.6|66|100000000 1.3.6.1.2.1.2.2.1.5.7|66|100000000 -1.3.6.1.2.1.2.2.1.6.1|4|00:00:00:00:00:00 -1.3.6.1.2.1.2.2.1.6.2|4|66:89:07:8A:D9:15 -1.3.6.1.2.1.2.2.1.6.3|4|3E:10:F9:46:72:51 -1.3.6.1.2.1.2.2.1.6.4|4|00:E0:DB:60:77:24 -1.3.6.1.2.1.2.2.1.6.5|4|00:00:00:00:28:13 -1.3.6.1.2.1.2.2.1.6.6|4|00:E0:DB:60:77:25 -1.3.6.1.2.1.2.2.1.6.7|4|02:E0:DB:E7:77:25 +1.3.6.1.2.1.2.2.1.6.1|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.2|4x|6689078AD915 +1.3.6.1.2.1.2.2.1.6.3|4x|3E10F9467251 +1.3.6.1.2.1.2.2.1.6.4|4x|00E0DB607724 +1.3.6.1.2.1.2.2.1.6.5|4x|000000002813 +1.3.6.1.2.1.2.2.1.6.6|4x|00E0DB607725 +1.3.6.1.2.1.2.2.1.6.7|4x|02E0DBE77725 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|2 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/ruijie.snmprec b/tests/snmpsim/ruijie.snmprec index 5dc64905be..519493f1d8 100644 --- a/tests/snmpsim/ruijie.snmprec +++ b/tests/snmpsim/ruijie.snmprec @@ -245,62 +245,62 @@ 1.3.6.1.2.1.2.2.1.4.4096|2|1500 1.3.6.1.2.1.2.2.1.4.5639|2|1500 1.3.6.1.2.1.2.2.1.4.16385|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.2|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.3|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.4|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.5|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.6|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.7|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.8|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.9|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.10|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.11|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.12|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.13|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.14|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.15|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.16|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.17|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.18|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.19|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.20|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.21|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.22|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.23|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.24|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.25|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.26|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.27|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.28|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.29|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.30|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.31|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.32|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.33|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.34|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.35|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.36|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.37|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.38|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.39|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.40|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.41|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.42|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.43|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.44|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.45|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.46|4|58:69:6c:6:82:3c -1.3.6.1.2.1.2.2.1.6.47|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.48|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.65|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.66|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.67|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.68|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.69|4|58:69:6c:6:82:3b -1.3.6.1.2.1.2.2.1.6.4095|4|58:69:6c:6:82:3c +1.3.6.1.2.1.2.2.1.6.1|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.2|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.3|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.4|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.5|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.6|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.7|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.8|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.9|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.10|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.11|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.12|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.13|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.14|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.15|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.16|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.17|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.18|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.19|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.20|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.21|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.22|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.23|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.24|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.25|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.26|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.27|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.28|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.29|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.30|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.31|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.32|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.33|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.34|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.35|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.36|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.37|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.38|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.39|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.40|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.41|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.42|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.43|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.44|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.45|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.46|4x|58696c06823c +1.3.6.1.2.1.2.2.1.6.47|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.48|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.65|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.66|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.67|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.68|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.69|4x|58696c06823b +1.3.6.1.2.1.2.2.1.6.4095|4x|58696c06823c 1.3.6.1.2.1.2.2.1.6.4096|4| -1.3.6.1.2.1.2.2.1.6.5639|4|58:69:6c:6:82:3c +1.3.6.1.2.1.2.2.1.6.5639|4x|58696c06823c 1.3.6.1.2.1.2.2.1.6.16385|4| 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 diff --git a/tests/snmpsim/sm-os_gc8607.snmprec b/tests/snmpsim/sm-os_gc8607.snmprec index 489ea213e4..b46ee26eea 100644 --- a/tests/snmpsim/sm-os_gc8607.snmprec +++ b/tests/snmpsim/sm-os_gc8607.snmprec @@ -37,17 +37,17 @@ 1.3.6.1.2.1.2.2.1.4.9|2|12266 1.3.6.1.2.1.2.2.1.4.10|2|12266 1.3.6.1.2.1.2.2.1.4.22|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4|0:b0:ac:10:56:59 -1.3.6.1.2.1.2.2.1.6.2|4|0:b0:ac:10:56:5a -1.3.6.1.2.1.2.2.1.6.3|4|0:b0:ac:10:56:5b -1.3.6.1.2.1.2.2.1.6.4|4|0:b0:ac:10:56:5c -1.3.6.1.2.1.2.2.1.6.5|4|0:b0:ac:10:56:5d -1.3.6.1.2.1.2.2.1.6.6|4|0:b0:ac:10:56:5e -1.3.6.1.2.1.2.2.1.6.7|4|0:b0:ac:10:56:5f -1.3.6.1.2.1.2.2.1.6.8|4|0:b0:ac:10:56:60 -1.3.6.1.2.1.2.2.1.6.9|4|0:b0:ac:10:56:61 -1.3.6.1.2.1.2.2.1.6.10|4|0:b0:ac:10:56:62 -1.3.6.1.2.1.2.2.1.6.22|4|0:b0:ac:10:56:58 +1.3.6.1.2.1.2.2.1.6.1|4x|00b0ac105659 +1.3.6.1.2.1.2.2.1.6.2|4x|00b0ac10565a +1.3.6.1.2.1.2.2.1.6.3|4x|00b0ac10565b +1.3.6.1.2.1.2.2.1.6.4|4x|00b0ac10565c +1.3.6.1.2.1.2.2.1.6.5|4x|00b0ac10565d +1.3.6.1.2.1.2.2.1.6.6|4x|00b0ac10565e +1.3.6.1.2.1.2.2.1.6.7|4x|00b0ac10565f +1.3.6.1.2.1.2.2.1.6.8|4x|00b0ac105660 +1.3.6.1.2.1.2.2.1.6.9|4x|00b0ac105661 +1.3.6.1.2.1.2.2.1.6.10|4x|00b0ac105662 +1.3.6.1.2.1.2.2.1.6.22|4x|00b0ac105658 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|2 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/sonus-sbc.snmprec b/tests/snmpsim/sonus-sbc.snmprec index 558ac5fb97..3564e5548f 100644 --- a/tests/snmpsim/sonus-sbc.snmprec +++ b/tests/snmpsim/sonus-sbc.snmprec @@ -58,24 +58,24 @@ 1.3.6.1.2.1.2.2.1.4.1078726656|2|0 1.3.6.1.2.1.2.2.1.4.1079772160|2|0 1.3.6.1.2.1.2.2.1.4.1079773184|2|0 -1.3.6.1.2.1.2.2.1.6.11|4|0:10:23:e0:5d:e8 -1.3.6.1.2.1.2.2.1.6.12|4|0:10:23:e0:5d:e9 -1.3.6.1.2.1.2.2.1.6.13|4|0:10:23:e0:5d:e8 -1.3.6.1.2.1.2.2.1.6.15|4|0:10:23:e0:5d:e8 -1.3.6.1.2.1.2.2.1.6.1078199296|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078200320|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078201344|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078202368|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078461440|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078462464|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078463488|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078464512|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078723584|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078724608|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078725632|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1078726656|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1079772160|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.1079773184|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.11|4x|001023e05de8 +1.3.6.1.2.1.2.2.1.6.12|4x|001023e05de9 +1.3.6.1.2.1.2.2.1.6.13|4x|001023e05de8 +1.3.6.1.2.1.2.2.1.6.15|4x|001023e05de8 +1.3.6.1.2.1.2.2.1.6.1078199296|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078200320|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078201344|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078202368|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078461440|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078462464|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078463488|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078464512|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078723584|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078724608|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078725632|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1078726656|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1079772160|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.1079773184|4x|000000000000 1.3.6.1.2.1.2.2.1.7.11|2|1 1.3.6.1.2.1.2.2.1.7.12|2|1 1.3.6.1.2.1.2.2.1.7.13|2|1 diff --git a/tests/snmpsim/sslvis.snmprec b/tests/snmpsim/sslvis.snmprec index 06ce727d10..b0d6867a07 100644 --- a/tests/snmpsim/sslvis.snmprec +++ b/tests/snmpsim/sslvis.snmprec @@ -28,14 +28,14 @@ 1.3.6.1.2.1.2.2.1.4.6|2|10000 1.3.6.1.2.1.2.2.1.4.7|2|10000 1.3.6.1.2.1.2.2.1.4.8|2|10000 -1.3.6.1.2.1.2.2.1.6.1|4|00:15:4d:07:23:2a -1.3.6.1.2.1.2.2.1.6.2|4|00:15:4d:07:23:2b -1.3.6.1.2.1.2.2.1.6.3|4|00:15:4d:07:23:2c -1.3.6.1.2.1.2.2.1.6.4|4|00:15:4d:07:23:2d -1.3.6.1.2.1.2.2.1.6.5|4|00:15:4d:07:23:2e -1.3.6.1.2.1.2.2.1.6.6|4|00:15:4d:07:23:2f -1.3.6.1.2.1.2.2.1.6.7|4|00:15:4d:07:23:30 -1.3.6.1.2.1.2.2.1.6.8|4|00:15:4d:07:23:31 +1.3.6.1.2.1.2.2.1.6.1|4x|00154d07232a +1.3.6.1.2.1.2.2.1.6.2|4x|00154d07232b +1.3.6.1.2.1.2.2.1.6.3|4x|00154d07232c +1.3.6.1.2.1.2.2.1.6.4|4x|00154d07232d +1.3.6.1.2.1.2.2.1.6.5|4x|00154d07232e +1.3.6.1.2.1.2.2.1.6.6|4x|00154d07232f +1.3.6.1.2.1.2.2.1.6.7|4x|00154d072330 +1.3.6.1.2.1.2.2.1.6.8|4x|00154d072331 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/teldat.snmprec b/tests/snmpsim/teldat.snmprec index e4a426d184..90a208548d 100644 --- a/tests/snmpsim/teldat.snmprec +++ b/tests/snmpsim/teldat.snmprec @@ -49,21 +49,21 @@ 1.3.6.1.2.1.2.2.1.4.64538|2|0 1.3.6.1.2.1.2.2.1.4.64539|2|0 1.3.6.1.2.1.2.2.1.4.64540|2|0 -1.3.6.1.2.1.2.2.1.6.1|4|0:a0:26:ae:18:78 -1.3.6.1.2.1.2.2.1.6.2|4|0:a0:26:ae:18:79 +1.3.6.1.2.1.2.2.1.6.1|4x|00a026ae1878 +1.3.6.1.2.1.2.2.1.6.2|4x|00a026ae1879 1.3.6.1.2.1.2.2.1.6.3|4| -1.3.6.1.2.1.2.2.1.6.4|4|0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.4|4x|000000000000 1.3.6.1.2.1.2.2.1.6.5|4| -1.3.6.1.2.1.2.2.1.6.6|4|0:a0:26:ae:18:78 -1.3.6.1.2.1.2.2.1.6.7|4|0:a0:26:ae:18:78 -1.3.6.1.2.1.2.2.1.6.8|4|0:a0:26:ae:18:78 -1.3.6.1.2.1.2.2.1.6.9|4|0:a0:26:ae:18:78 -1.3.6.1.2.1.2.2.1.6.10|4|0:a0:26:ae:18:79 +1.3.6.1.2.1.2.2.1.6.6|4x|00a026ae1878 +1.3.6.1.2.1.2.2.1.6.7|4x|00a026ae1878 +1.3.6.1.2.1.2.2.1.6.8|4x|00a026ae1878 +1.3.6.1.2.1.2.2.1.6.9|4x|00a026ae1878 +1.3.6.1.2.1.2.2.1.6.10|4x|00a026ae1879 1.3.6.1.2.1.2.2.1.6.64536|4| -1.3.6.1.2.1.2.2.1.6.64537|4|0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.64538|4|0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.64539|4|0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.64540|4|0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 +1.3.6.1.2.1.2.2.1.6.64537|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.64538|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.64539|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.64540|4x|000000000000 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1 diff --git a/tests/snmpsim/ubiquoss-pon_9500.snmprec b/tests/snmpsim/ubiquoss-pon_9500.snmprec index eb416f71f9..bf40aa27c4 100644 --- a/tests/snmpsim/ubiquoss-pon_9500.snmprec +++ b/tests/snmpsim/ubiquoss-pon_9500.snmprec @@ -232,81 +232,81 @@ 1.3.6.1.2.1.2.2.1.4.2700|2|1500 1.3.6.1.2.1.2.2.1.4.10004|2|1500 1.3.6.1.2.1.2.2.1.4.10015|2|1514 -1.3.6.1.2.1.2.2.1.6.101|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.102|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.103|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.104|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.105|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.106|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.107|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.108|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.109|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.110|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.111|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.112|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.113|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.114|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.115|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.116|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.117|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.118|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.119|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.120|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.121|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.122|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.123|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.124|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.125|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.126|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.127|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.128|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.129|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.130|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.131|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.132|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.133|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.134|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.135|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.136|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.137|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.138|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.139|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.140|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.141|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.142|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.143|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.144|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.145|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.146|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.147|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.148|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.149|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.150|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.151|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.152|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.153|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.154|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.155|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.156|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.157|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.158|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.159|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.160|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.161|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.162|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.163|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.164|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.701|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.702|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2001|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2019|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2029|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2100|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2200|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2300|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2400|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.2700|4|0:24:45:6:ef:27 -1.3.6.1.2.1.2.2.1.6.10004|4|0:24:45:6:ef:38 +1.3.6.1.2.1.2.2.1.6.101|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.102|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.103|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.104|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.105|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.106|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.107|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.108|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.109|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.110|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.111|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.112|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.113|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.114|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.115|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.116|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.117|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.118|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.119|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.120|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.121|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.122|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.123|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.124|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.125|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.126|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.127|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.128|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.129|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.130|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.131|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.132|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.133|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.134|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.135|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.136|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.137|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.138|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.139|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.140|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.141|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.142|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.143|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.144|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.145|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.146|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.147|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.148|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.149|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.150|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.151|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.152|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.153|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.154|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.155|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.156|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.157|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.158|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.159|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.160|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.161|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.162|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.163|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.164|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.701|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.702|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2001|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2019|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2029|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2100|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2200|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2300|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2400|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.2700|4x|00244506ef27 +1.3.6.1.2.1.2.2.1.6.10004|4x|00244506ef38 1.3.6.1.2.1.2.2.1.6.10015|4| 1.3.6.1.2.1.2.2.1.7.101|2|1 1.3.6.1.2.1.2.2.1.7.102|2|1 diff --git a/tests/snmpsim/vivotek.snmprec b/tests/snmpsim/vivotek.snmprec index b9e011c87e..26183c43eb 100644 --- a/tests/snmpsim/vivotek.snmprec +++ b/tests/snmpsim/vivotek.snmprec @@ -15,7 +15,7 @@ 1.3.6.1.2.1.2.2.1.5.1|66|10000000 1.3.6.1.2.1.2.2.1.5.2|66|10000000 1.3.6.1.2.1.2.2.1.6.1|4| -1.3.6.1.2.1.2.2.1.6.2|4|0:2:d1:43:a5:26 +1.3.6.1.2.1.2.2.1.6.2|4x|0002d143a526 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/webmon_matrix.snmprec b/tests/snmpsim/webmon_matrix.snmprec index 3a030d7b95..b70089628b 100644 --- a/tests/snmpsim/webmon_matrix.snmprec +++ b/tests/snmpsim/webmon_matrix.snmprec @@ -14,8 +14,8 @@ 1.3.6.1.2.1.2.2.1.4.2|2|1500 1.3.6.1.2.1.2.2.1.5.1|66|10000000 1.3.6.1.2.1.2.2.1.5.2|66|100000000 -1.3.6.1.2.1.2.2.1.6.1|4|0:0:0:0:0:0 -1.3.6.1.2.1.2.2.1.6.2|4|0:20:e9:3:48:6e +1.3.6.1.2.1.2.2.1.6.1|4x|000000000000 +1.3.6.1.2.1.2.2.1.6.2|4x|0020e903486e 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.8.1|2|1 diff --git a/tests/snmpsim/zynos_mgs3712.snmprec b/tests/snmpsim/zynos_mgs3712.snmprec index e875e04868..c98d57d950 100644 --- a/tests/snmpsim/zynos_mgs3712.snmprec +++ b/tests/snmpsim/zynos_mgs3712.snmprec @@ -16,10 +16,10 @@ 1.0.8802.1.1.2.1.4.1.1.4.120.9.856|2|4 1.0.8802.1.1.2.1.4.1.1.4.120.10.773|2|4 1.0.8802.1.1.2.1.4.1.1.5.120.3.0|4| -1.0.8802.1.1.2.1.4.1.1.5.120.4.1057|4x|3C707269766174653E +1.0.8802.1.1.2.1.4.1.1.5.120.4.1057|4x|010203040506 1.0.8802.1.1.2.1.4.1.1.5.120.7.878|4x|E4186BFB2EAD -1.0.8802.1.1.2.1.4.1.1.5.120.9.856|4x|3C707269766174653E -1.0.8802.1.1.2.1.4.1.1.5.120.10.773|4x|3C707269766174653E +1.0.8802.1.1.2.1.4.1.1.5.120.9.856|4x|010203040506 +1.0.8802.1.1.2.1.4.1.1.5.120.10.773|4x|010203040506 1.0.8802.1.1.2.1.4.1.1.6.120.3.0|2|0 1.0.8802.1.1.2.1.4.1.1.6.120.4.1057|2|5 1.0.8802.1.1.2.1.4.1.1.6.120.7.878|2|7 @@ -102,19 +102,19 @@ 1.3.6.1.2.1.2.2.1.4.11|2|1500 1.3.6.1.2.1.2.2.1.4.12|2|1500 1.3.6.1.2.1.2.2.1.4.10000|2|1500 -1.3.6.1.2.1.2.2.1.6.1|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.2|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.3|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.4|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.5|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.6|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.7|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.8|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.9|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.10|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.11|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.12|4x|3C707269766174653E -1.3.6.1.2.1.2.2.1.6.10000|4x|3C707269766174653E +1.3.6.1.2.1.2.2.1.6.1|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.2|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.3|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.4|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.5|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.6|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.7|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.8|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.9|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.10|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.11|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.12|4x|010203040506 +1.3.6.1.2.1.2.2.1.6.10000|4x|010203040506 1.3.6.1.2.1.2.2.1.7.1|2|1 1.3.6.1.2.1.2.2.1.7.2|2|1 1.3.6.1.2.1.2.2.1.7.3|2|1