mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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 <private> and attempt to fix capture * Update awplus data * restore missing data * update other DNOS * Fix ones using encoded <private> and attempt to fix capture * Fix ones using encoded <private> and attempt to fix capture * fix typo * Update some data * update data * update ruijie
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user