2018-03-22 18:38:21 +00:00
|
|
|
{
|
|
|
|
|
"os": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"devices": [
|
|
|
|
|
{
|
|
|
|
|
"sysName": "<private>",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"sysObjectID": ".1.3.6.1.4.1.6321.1.2.2.5.3",
|
|
|
|
|
"sysDescr": "E7-2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"sysContact": "<private>",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"version": "3.1.50.1",
|
|
|
|
|
"hardware": "Calix E7-2",
|
|
|
|
|
"features": "tenge4, gpon4",
|
2022-10-03 10:22:03 -05:00
|
|
|
"location": "<private>",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"os": "exa",
|
2018-03-22 18:38:21 +00:00
|
|
|
"type": "network",
|
Implement OS specific information discovery (#11446)
* Implement OS specific information discovery
That way it doesn't have to be fetched during polling
Also improve discovery process, os is only detected once, in the core module.
EXA is the test os, a couple improvements there.
* Use local variable, then unset it so we don't pollute.
* fix style issues
* test and other fixes
* attribute update fixes
* Update exa data, need new source data
* null missing "os" values
* fix ftos odd character
* fix ftos odd character
* only null for new style or we will reset to null every discovery
* Move device observer to own class
* Handle location, relocate event logging
* update exa e7-2 data
* update ird test data, apparently unicode is now working.
* update Linux ntc, now uses correct icon
* Only load all os on the web, also, we can't load existing the the database isn't connected.
* only for devices that have a location
* revert ftos test data apparently
* revert ird
2020-05-14 11:27:59 -05:00
|
|
|
"serial": "80394580923",
|
2022-10-03 10:22:03 -05:00
|
|
|
"icon": "calix.svg"
|
2018-03-22 18:38:21 +00:00
|
|
|
}
|
|
|
|
|
]
|
2021-02-12 02:04:45 +01:00
|
|
|
},
|
|
|
|
|
"poller": "matches discovery"
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
"ports": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"ports": [
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g1",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 101,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g2",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 102,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g3",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 103,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g4",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 104,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g5",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 105,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g6",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 106,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g7",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 107,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g8",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 108,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g9",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g9",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 109,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g9",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g10",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g10",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 110,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g10",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g11",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g11",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 111,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g11",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/g12",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/g12",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 112,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/g12",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g1",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 201,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g2",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 202,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g3",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 203,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g4",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 204,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g5",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 205,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g6",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 206,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g7",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 207,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/g8",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 208,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/x1",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10101,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/x2",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10102,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/x3",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10103,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 1/x4",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 1/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10104,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 1/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/x1",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10201,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/x2",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10202,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/x3",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10203,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ethport 2/x4",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ethport 2/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10204,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ethport 2/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Gponport 2/1",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Gponport 2/1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30201,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "gpon",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Gponport 2/1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "West Feed",
|
|
|
|
|
"ifName": "Gponport 2/2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30202,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "gpon",
|
2018-12-24 10:29:02 -06:00
|
|
|
"ifAlias": "West Feed",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Gponport 2/3",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Gponport 2/3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30203,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "gpon",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Gponport 2/3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Gponport 2/4",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Gponport 2/4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30204,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "gpon",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Gponport 2/4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ont 1/g1",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ont 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100001,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ont 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ont 1/g2",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ont 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100002,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ont 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ont 1/g3",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ont 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100003,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ont 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ont 1/g4",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ont 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100004,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ont 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "West CO ONT",
|
|
|
|
|
"ifName": "Ont 50562001/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100033,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2018-12-24 10:29:02 -06:00
|
|
|
"ifAlias": "West CO ONT",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ont 50562001/g2",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ont 50562001/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100034,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ont 50562001/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ont 50562001/g3",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ont 50562001/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100035,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ont 50562001/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifDescr": "Ont 50562001/g4",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifName": "Ont 50562001/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100036,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": null,
|
|
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2019-01-19 18:48:30 +01:00
|
|
|
"ifAlias": "Ont 50562001/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
|
|
|
|
"ifInUcastPkts": null,
|
|
|
|
|
"ifInUcastPkts_prev": null,
|
|
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
|
|
|
|
"ifOutUcastPkts": null,
|
|
|
|
|
"ifOutUcastPkts_prev": null,
|
|
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
|
|
|
|
"ifInErrors": null,
|
|
|
|
|
"ifInErrors_prev": null,
|
|
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
|
|
|
|
"ifOutErrors": null,
|
|
|
|
|
"ifOutErrors_prev": null,
|
|
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
|
|
|
|
"ifInOctets": null,
|
|
|
|
|
"ifInOctets_prev": null,
|
|
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
|
|
|
|
"ifOutOctets": null,
|
|
|
|
|
"ifOutOctets_prev": null,
|
|
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
|
|
|
|
"ifInNUcastPkts": null,
|
|
|
|
|
"ifInNUcastPkts_prev": null,
|
|
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
|
|
|
|
"ifOutNUcastPkts": null,
|
|
|
|
|
"ifOutNUcastPkts_prev": null,
|
|
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
|
|
|
|
"ifInDiscards": null,
|
|
|
|
|
"ifInDiscards_prev": null,
|
|
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
|
|
|
|
"ifOutDiscards": null,
|
|
|
|
|
"ifOutDiscards_prev": null,
|
|
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
|
|
|
|
"ifInUnknownProtos": null,
|
|
|
|
|
"ifInUnknownProtos_prev": null,
|
|
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
|
|
|
|
"ifInBroadcastPkts": null,
|
|
|
|
|
"ifInBroadcastPkts_prev": null,
|
|
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
|
|
|
|
"ifOutBroadcastPkts": null,
|
|
|
|
|
"ifOutBroadcastPkts_prev": null,
|
|
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
|
|
|
|
"ifInMulticastPkts": null,
|
|
|
|
|
"ifInMulticastPkts_prev": null,
|
|
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
|
|
|
|
"ifOutMulticastPkts": null,
|
|
|
|
|
"ifOutMulticastPkts_prev": null,
|
|
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"poller": {
|
|
|
|
|
"ports": [
|
2018-03-22 18:38:21 +00:00
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g1",
|
|
|
|
|
"ifName": "Ethport 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 101,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 4336681400,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 3662329751,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 3879129996465,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 871897541525,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 2,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 125468,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 4426,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 56385799,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 41924258,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g2",
|
|
|
|
|
"ifName": "Ethport 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 102,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 68348287,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 2524,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 89526119636,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 22266563477562,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 663780,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 15521628,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 28214,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 62116244,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 16349673616,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g3",
|
|
|
|
|
"ifName": "Ethport 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 103,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 2810696419,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 207825118,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 4,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 936995818562896,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 48992105159,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 493206,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 3132895,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 10003664,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 688742686162,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 40291830,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g4",
|
|
|
|
|
"ifName": "Ethport 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 104,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 5915283663,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 5581519699,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 953968833594,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 828579074995,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 71,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 58309,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 14554032,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 3,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 6334376,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g5",
|
|
|
|
|
"ifName": "Ethport 1/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 105,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 888,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 18752,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 1488142511,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 288,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 288,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 14611763,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 5,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 6334303,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g6",
|
|
|
|
|
"ifName": "Ethport 1/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 106,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 17315628,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 16395959,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 12185064003,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 4545691766,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 493395,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 38703542,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 37421,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 12213765,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 6156173,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g7",
|
|
|
|
|
"ifName": "Ethport 1/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 107,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 6841393985,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 14816415986,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 1153470776027,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 20471227003278,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1027173,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 8,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 953090,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 2406811,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 16681765,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g8",
|
|
|
|
|
"ifName": "Ethport 1/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 108,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 33917649395,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 25854476597,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 30924209622272,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 6326473893593,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 2355445,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 12,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 33984781,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 24351826,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g9",
|
|
|
|
|
"ifName": "Ethport 1/g9",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 109,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g9",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 11262895355,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 18140221660,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 11898608251070,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 19535882371836,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 8,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 285338,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 41514257,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 10657884,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 35679069,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g10",
|
|
|
|
|
"ifName": "Ethport 1/g10",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 110,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g10",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 21683932869,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 19535639533,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 26879850103304,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 19677250313014,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 320,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 2953527,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 30033281,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 16090487,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 16512924,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g11",
|
|
|
|
|
"ifName": "Ethport 1/g11",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 111,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g11",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 6875414562,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 14815650983,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 1168179104463,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 101717368748520,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 76,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 993322,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 26673263,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 5519944,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 59829831732,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/g12",
|
|
|
|
|
"ifName": "Ethport 1/g12",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 112,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/g12",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 429951721,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 421786394,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 98897017050,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 97039746494,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1162386,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 15096791,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 119048,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 4722335,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 1031913,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g1",
|
|
|
|
|
"ifName": "Ethport 2/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 201,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g2",
|
|
|
|
|
"ifName": "Ethport 2/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 202,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g3",
|
|
|
|
|
"ifName": "Ethport 2/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 203,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g4",
|
|
|
|
|
"ifName": "Ethport 2/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 204,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "down",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g5",
|
|
|
|
|
"ifName": "Ethport 2/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 205,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g5",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 74558748,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 304789941,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 6675544579432,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 239484857551298,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 10443,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 2444082,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 48858881,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 4888599710,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 176017332350,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g6",
|
|
|
|
|
"ifName": "Ethport 2/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 206,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g6",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 2325,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 4829536,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 123652693,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 7027634009,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 2295,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 1184,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 27670226,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 1025585,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 12400614,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g7",
|
|
|
|
|
"ifName": "Ethport 2/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 207,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g7",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 1771932787,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 2798341694,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 911289045084,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 1077767443184,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 26976338,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 1458153,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 11434604,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 7423534,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/g8",
|
|
|
|
|
"ifName": "Ethport 2/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 208,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/g8",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 1669614929,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 991100779,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 1007968836396,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 222155559647,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 993578,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 2866776,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 16601290,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 14384146,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/x1",
|
|
|
|
|
"ifName": "Ethport 1/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10101,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 1067313873798,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 684714916477,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 1,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 1358049426279184,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 1044403422096123,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1232547,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 95153176,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 199313837,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 6797105801,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 651291165946,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/x2",
|
|
|
|
|
"ifName": "Ethport 1/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10102,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 733304460765,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 1107122079702,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 223638947181827,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 2349921136121502,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 228393,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 123498309,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 174240552,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 9905537612,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 695700986735,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/x3",
|
|
|
|
|
"ifName": "Ethport 1/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10103,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "down",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 1/x4",
|
|
|
|
|
"ifName": "Ethport 1/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10104,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "down",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 1/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/x1",
|
|
|
|
|
"ifName": "Ethport 2/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10201,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/x1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 765742061687,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 1139100611903,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 216792453094855,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 2279921474401289,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1045776,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 93040935,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 201816482,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 5022365324,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 653453090522,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/x2",
|
|
|
|
|
"ifName": "Ethport 2/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10202,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/x2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 1107089881622,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 733349948114,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 2349945641299767,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 223642693227327,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 374550003,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 174224805,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 123565471,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 695712298287,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 9905893981,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/x3",
|
|
|
|
|
"ifName": "Ethport 2/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10203,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "down",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/x3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ethport 2/x4",
|
|
|
|
|
"ifName": "Ethport 2/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10204,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "down",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ethport 2/x4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Gponport 2/1",
|
|
|
|
|
"ifName": "Gponport 2/1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30201,
|
|
|
|
|
"ifSpeed": 2500000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "gpon",
|
|
|
|
|
"ifAlias": "Gponport 2/1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 29067023282,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 29067283557,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 7499270901054,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 7499338053150,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 162518,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 162546,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 38,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 37,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "West Feed",
|
|
|
|
|
"ifName": "Gponport 2/2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30202,
|
|
|
|
|
"ifSpeed": 2500000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": "up",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "gpon",
|
|
|
|
|
"ifAlias": "West Feed",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Gponport 2/3",
|
|
|
|
|
"ifName": "Gponport 2/3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30203,
|
|
|
|
|
"ifSpeed": 2500000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "down",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "gpon",
|
|
|
|
|
"ifAlias": "Gponport 2/3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Gponport 2/4",
|
|
|
|
|
"ifName": "Gponport 2/4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 30204,
|
|
|
|
|
"ifSpeed": 2500000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus": "down",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "gpon",
|
|
|
|
|
"ifAlias": "Gponport 2/4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ont 1/g1",
|
|
|
|
|
"ifName": "Ont 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100001,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ont 1/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ont 1/g2",
|
|
|
|
|
"ifName": "Ont 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100002,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ont 1/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ont 1/g3",
|
|
|
|
|
"ifName": "Ont 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100003,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ont 1/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ont 1/g4",
|
|
|
|
|
"ifName": "Ont 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100004,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ont 1/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "West CO ONT",
|
|
|
|
|
"ifName": "Ont 50562001/g1",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100033,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "West CO ONT",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ont 50562001/g2",
|
|
|
|
|
"ifName": "Ont 50562001/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100034,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ont 50562001/g2",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ont 50562001/g3",
|
|
|
|
|
"ifName": "Ont 50562001/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100035,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ont 50562001/g3",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifDescr": "Ont 50562001/g4",
|
|
|
|
|
"ifName": "Ont 50562001/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 100036,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifConnectorPresent": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifOperStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOperStatus_prev": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifAdminStatus": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"ifMtu": null,
|
|
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "Ont 50562001/g4",
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"pagpOperationMode": null,
|
|
|
|
|
"pagpPortState": null,
|
|
|
|
|
"pagpPartnerDeviceId": null,
|
|
|
|
|
"pagpPartnerLearnMethod": null,
|
|
|
|
|
"pagpPartnerIfIndex": null,
|
|
|
|
|
"pagpPartnerGroupIfIndex": null,
|
|
|
|
|
"pagpPartnerDeviceName": null,
|
|
|
|
|
"pagpEthcOperationMode": null,
|
|
|
|
|
"pagpDeviceId": null,
|
|
|
|
|
"pagpGroupIfIndex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUcastPkts": 0,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-03-22 18:38:21 +00:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-03-22 18:38:21 +00:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
},
|
|
|
|
|
"processors": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"processors": [
|
|
|
|
|
{
|
2020-01-24 19:58:01 +08:00
|
|
|
"entPhysicalIndex": 0,
|
|
|
|
|
"hrDeviceIndex": 768,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"processor_oid": ".1.3.6.1.2.1.25.3.3.1.2.768",
|
|
|
|
|
"processor_index": "768",
|
|
|
|
|
"processor_type": "hr",
|
2020-01-24 19:58:01 +08:00
|
|
|
"processor_usage": 8,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"processor_descr": "Processor",
|
2020-01-24 19:58:01 +08:00
|
|
|
"processor_precision": 1,
|
|
|
|
|
"processor_perc_warn": 75
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"poller": "matches discovery"
|
|
|
|
|
},
|
|
|
|
|
"mempools": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"mempools": [
|
|
|
|
|
{
|
|
|
|
|
"mempool_index": "1",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"mempool_type": "hrstorage",
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_class": "system",
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_precision": 1024,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"mempool_descr": "Physical memory",
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_perc": 97,
|
|
|
|
|
"mempool_perc_oid": null,
|
|
|
|
|
"mempool_used": 511242240,
|
|
|
|
|
"mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.1",
|
|
|
|
|
"mempool_free": 15933440,
|
|
|
|
|
"mempool_free_oid": null,
|
|
|
|
|
"mempool_total": 527175680,
|
|
|
|
|
"mempool_total_oid": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"mempool_largestfree": null,
|
|
|
|
|
"mempool_lowestfree": null,
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_deleted": 0,
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_perc_warn": 99
|
|
|
|
|
},
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
{
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_index": "7",
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"mempool_type": "hrstorage",
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_class": "cached",
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_precision": 1024,
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_descr": "Cached memory",
|
|
|
|
|
"mempool_perc": 0,
|
|
|
|
|
"mempool_perc_oid": null,
|
|
|
|
|
"mempool_used": 0,
|
|
|
|
|
"mempool_used_oid": ".1.3.6.1.2.1.25.2.3.1.6.7",
|
|
|
|
|
"mempool_free": 527175680,
|
|
|
|
|
"mempool_free_oid": null,
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_total": 527175680,
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_total_oid": null,
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
"mempool_largestfree": null,
|
|
|
|
|
"mempool_lowestfree": null,
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_deleted": 0,
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
"mempool_perc_warn": 0
|
Fix Calix OS definitions (#8832)
* Fix Calix OS definitions
The main change is EXA (E7, etc) and B6 (Occam) devices are now their own OS
Now the follow OS exist:
exa: E7 EXA, E5-400, E5-48, E3-48, E3-8G
occamos: B6
Unchanged:
calix: E5-1**, E3-12C
axos: E7-2 AXOS, E9-2, E3-2, E5-520, E5-16F, E3-16F, E5-30x
* fix tests
exa_e7-2 seems like bogus data.
* additional tests, fix an error in the yaml
* Remove extra line return
* Add missed file
2018-07-23 12:44:53 -05:00
|
|
|
}
|
|
|
|
|
]
|
Modernize mempools (#12282)
* mempools to modern module
quick hacky hrstorage port
* port ucd-snmp-mib to Mempools
* Populate DB for ucd
Prep for yaml
* initial yaml attempt
* more complex conversions
fixes to YamlDiscovery, make leading $ optional and allow mib::oid format
* walk full tables and skip values
normalize percentages above 100
* handle precent only ones (specify total as 100)
* Move default polling out of YamlMempoolsDiscovery
* fixes
* Update test data hrstorage should be correct.
* perc_warn for hrstorage
* Host Resources, record buffer, cached, and shared
* Host Resources is always better, don't do both HR and UCD
* fix unix, include warning levels
* variable size
* consolidate skip_values
* define mempools schema
* number instead of integer
* more schema refactor
* one more skip_values reference
* throw error for invalid oid translation
aos6
* a* and Cisco
* updated test data
* update almost all hrstorage data files
* b*
* c* with test data
use standard cache for hrStorage
* use cache for storage module too
* hand bsnmp properly
* bdcom
* exclude total oid from yaml so it is not polled
May add a way to ignore this behavior and poll it, but I don't know if that is needed.
* automatically handle percent only values
* ciscowlc
* only poll used or free if we have used, free, and total.
* fix skipping
* the dlinkoning
fix find value when value "name" is numeric
* support numeric oids
* dnos/ftos attempt
* I guess we can't filter on total > 0
* edgecos
* e*
* f WIP
* f*
* gwd (aka g*)
* h* + procurve
* i*
* j*
* m*
* support 0% used memory (however unlikely)
* n*
* CISCO-PROCESS-MIB memory, share cache with processors module
* ignore mempools with invalid total
* p*
* quanta
* r*
fix raisecom mibs terribly broken
* s-z
* style fixes
* Move VRP back to PHP and make it actually work
* fix zynos
* update schema
* Update Cisco processor data for description bug fixes
* fix comware processors
* comware mempools with memory size
default precision to 1
* sophos-xg updated data
* hrstorage use ram size for buffers, cache, and shared
* Show memory available instead of free in device overview
* UCD, use same rrd format, store available instead of free in the db.
* Calculate availability for HOST-RESOURCES-MIB
* Convert UCD to standard polling
* rename old rrd files
* initial graph work
* graph WIP
* Graph looking decent
* Graph looking decent for hr
* remove old ucd_graph code
* handle availability mempool
more graph cleanup
* color adjustments
* remove accidental free calculation
* Update test data and fix corner cases
* fis pfsense
* update schema
* add default value for mempool_class
* fix whitespace
* update schema
* update schema correctly
* one more time
* fortigate_1500d-sensors missing oids
* Update docs.
* fix indent
* add implements MempoolsDiscovery explicitly to OS
* remove ucd_memory graph references
remove unused device_memory graph
* remove unused functions
* set devices with mempools to rediscover to prevent/minimize gaps
* use a subquery
* add overview graph
* port health mempools table
* Update device mempool
* only show overview if multiple
* Don't override user set warn percentages in discovery
* fix missed usage
* fix style
* Safety check to not rename rrd files incorrectly if migration has not been run.
* Fix overview percent bar and represent available and used on the bar
* missed an item to convert to mempool_class
* percent on the wrong side
2020-11-23 15:35:35 -06:00
|
|
|
},
|
|
|
|
|
"poller": "matches discovery"
|
2018-03-22 18:38:21 +00:00
|
|
|
}
|
|
|
|
|
}
|