2018-01-08 19:48:29 -02:00
|
|
|
{
|
|
|
|
|
"os": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"devices": [
|
|
|
|
|
{
|
|
|
|
|
"sysName": "<private>",
|
|
|
|
|
"sysObjectID": ".1.3.6.1.4.1.28557.1.126",
|
|
|
|
|
"sysDescr": "Hillstone Security Appliance SG-6000-E3965",
|
|
|
|
|
"sysContact": "<private>",
|
2020-09-18 08:12:07 -05:00
|
|
|
"version": "5.5",
|
|
|
|
|
"hardware": "SG-6000-E3965",
|
2018-01-08 19:48:29 -02:00
|
|
|
"features": null,
|
2022-10-03 10:22:03 -05:00
|
|
|
"location": "<private>",
|
2018-01-08 19:48:29 -02:00
|
|
|
"os": "stoneos",
|
|
|
|
|
"type": "network",
|
2018-02-08 03:28:46 -02:00
|
|
|
"serial": "<private>",
|
2022-10-03 10:22:03 -05:00
|
|
|
"icon": "hillstone.svg"
|
2018-01-08 19:48:29 -02:00
|
|
|
}
|
|
|
|
|
]
|
2021-02-12 02:04:45 +01:00
|
|
|
},
|
|
|
|
|
"poller": "matches discovery"
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
"mempools": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"mempools": [
|
|
|
|
|
{
|
|
|
|
|
"mempool_index": "0",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"mempool_type": "stoneos",
|
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",
|
|
|
|
|
"mempool_precision": 1024,
|
2018-02-08 03:28:46 -02:00
|
|
|
"mempool_descr": "Memory",
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_perc": 17,
|
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_oid": null,
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_used": 1479359488,
|
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_used_oid": ".1.3.6.1.4.1.28557.2.2.1.5.0",
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_free": 7110575104,
|
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_free_oid": null,
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_total": 8589934592,
|
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,
|
2018-02-08 03:28:46 -02:00
|
|
|
"mempool_largestfree": null,
|
|
|
|
|
"mempool_lowestfree": null,
|
2019-09-30 15:22:55 +02:00
|
|
|
"mempool_deleted": 0,
|
|
|
|
|
"mempool_perc_warn": 90
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
"ports": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"ports": [
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "vswitchif1",
|
|
|
|
|
"ifName": "vswitchif1",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 9,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "other",
|
2018-12-24 10:29:02 -06:00
|
|
|
"ifAlias": "vswitchif1",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "MGT0",
|
|
|
|
|
"ifName": "MGT0",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "other",
|
2018-12-24 10:29:02 -06:00
|
|
|
"ifAlias": "MGT0",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "HA0",
|
|
|
|
|
"ifName": "HA0",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 11,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "other",
|
2018-12-24 10:29:02 -06:00
|
|
|
"ifAlias": "HA0",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/0",
|
|
|
|
|
"ifName": "ethernet0/0",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 12,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/0",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/1",
|
|
|
|
|
"ifName": "ethernet0/1",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 13,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/1",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/2",
|
|
|
|
|
"ifName": "ethernet0/2",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 14,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/2",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/3",
|
|
|
|
|
"ifName": "ethernet0/3",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 15,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/3",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/4",
|
|
|
|
|
"ifName": "ethernet0/4",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 16,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/4",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/5",
|
|
|
|
|
"ifName": "ethernet0/5",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 17,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/5",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/6",
|
|
|
|
|
"ifName": "ethernet0/6",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 18,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/6",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/7",
|
|
|
|
|
"ifName": "ethernet0/7",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 19,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "ethernet0/7",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/8",
|
|
|
|
|
"ifName": "xethernet0/8",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 20,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAlias": "WAN",
|
|
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9",
|
|
|
|
|
"ifName": "xethernet0/9",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 21,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"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": "xethernet0/9",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.6",
|
|
|
|
|
"ifName": "xethernet0/9.6",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 22,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAlias": "LAN",
|
|
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.2",
|
|
|
|
|
"ifName": "xethernet0/9.2",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 23,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.7",
|
|
|
|
|
"ifName": "xethernet0/9.7",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 24,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.3",
|
|
|
|
|
"ifName": "xethernet0/9.3",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 25,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.5",
|
|
|
|
|
"ifName": "xethernet0/9.5",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 26,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifSpeed": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": null,
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOperStatus_prev": null,
|
|
|
|
|
"ifAdminStatus": null,
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
|
|
|
|
"ifMtu": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifType": "ethernetCsmacd",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"poller": {
|
|
|
|
|
"ports": [
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "vswitchif1",
|
|
|
|
|
"ifName": "vswitchif1",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 9,
|
2022-10-02 14:29:24 -05:00
|
|
|
"ifSpeed": 0,
|
|
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "other",
|
|
|
|
|
"ifAlias": "vswitchif1",
|
|
|
|
|
"ifPhysAddress": "001c54af26b1",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "MGT0",
|
|
|
|
|
"ifName": "MGT0",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 10,
|
|
|
|
|
"ifSpeed": 100000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "other",
|
|
|
|
|
"ifAlias": "MGT0",
|
|
|
|
|
"ifPhysAddress": "001c54af2675",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1024243,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "HA0",
|
|
|
|
|
"ifName": "HA0",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 11,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "other",
|
|
|
|
|
"ifAlias": "HA0",
|
|
|
|
|
"ifPhysAddress": "001c54af2676",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/0",
|
|
|
|
|
"ifName": "ethernet0/0",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 12,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/0",
|
|
|
|
|
"ifPhysAddress": "001c54af2677",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/1",
|
|
|
|
|
"ifName": "ethernet0/1",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 13,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/1",
|
|
|
|
|
"ifPhysAddress": "001c54af2678",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/2",
|
|
|
|
|
"ifName": "ethernet0/2",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 14,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/2",
|
|
|
|
|
"ifPhysAddress": "001c54af2679",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/3",
|
|
|
|
|
"ifName": "ethernet0/3",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 15,
|
|
|
|
|
"ifSpeed": 1000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/3",
|
|
|
|
|
"ifPhysAddress": "001c54af267a",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/4",
|
|
|
|
|
"ifName": "ethernet0/4",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 16,
|
|
|
|
|
"ifSpeed": 10000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/4",
|
|
|
|
|
"ifPhysAddress": "001c54af267b",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/5",
|
|
|
|
|
"ifName": "ethernet0/5",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 17,
|
|
|
|
|
"ifSpeed": 10000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/5",
|
|
|
|
|
"ifPhysAddress": "001c54af267c",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/6",
|
|
|
|
|
"ifName": "ethernet0/6",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 18,
|
|
|
|
|
"ifSpeed": 10000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/6",
|
|
|
|
|
"ifPhysAddress": "001c54af267d",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "ethernet0/7",
|
|
|
|
|
"ifName": "ethernet0/7",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 19,
|
|
|
|
|
"ifSpeed": 10000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "false",
|
|
|
|
|
"ifOperStatus": "down",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "down",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "ethernet0/7",
|
|
|
|
|
"ifPhysAddress": "001c54af267e",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 0,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 0,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 0,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 0,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 0,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 0,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/8",
|
|
|
|
|
"ifName": "xethernet0/8",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 20,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "WAN",
|
|
|
|
|
"ifPhysAddress": "001c54af267f",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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": 568278859,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 4131478392,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 587151670991408,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 51900263878661,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1542663197,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 31549288,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 38635,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 1170879,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9",
|
|
|
|
|
"ifName": "xethernet0/9",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 21,
|
|
|
|
|
"ifSpeed": 10000000000,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "xethernet0/9",
|
|
|
|
|
"ifPhysAddress": "001c54af2680",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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": 481042764,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 3264651467,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 52663450504535,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 588505026006287,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 1998451,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 31580782,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 7135,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 1170879,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.6",
|
|
|
|
|
"ifName": "xethernet0/9.6",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 22,
|
2022-10-02 14:29:24 -05:00
|
|
|
"ifSpeed": 0,
|
|
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "LAN",
|
|
|
|
|
"ifPhysAddress": "001c54af2680",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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": 69160193054,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 146549036862,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 17688241813591,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 190051834247882,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 240246923,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 31927,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 1550,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 64597,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.2",
|
|
|
|
|
"ifName": "xethernet0/9.2",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 23,
|
2022-10-02 14:29:24 -05:00
|
|
|
"ifSpeed": 0,
|
|
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": "001c54af2680",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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": 61586443836,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 126835857468,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 12928911995966,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 166286167366982,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 177900950,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 43538,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 1550,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 37224,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.7",
|
|
|
|
|
"ifName": "xethernet0/9.7",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 24,
|
2022-10-02 14:29:24 -05:00
|
|
|
"ifSpeed": 0,
|
|
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": "001c54af2680",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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": 46119274614,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 97427030672,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 11264588818909,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 125263862539674,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 150292680,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 270,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 1550,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.3",
|
|
|
|
|
"ifName": "xethernet0/9.3",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 25,
|
2022-10-02 14:29:24 -05:00
|
|
|
"ifSpeed": 0,
|
|
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": "001c54af2680",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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": 3030065753,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 5131378965,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 484087465939,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 6608602301592,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 11497907,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 52192,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 1244,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 77895,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"port_descr_type": null,
|
|
|
|
|
"port_descr_descr": null,
|
|
|
|
|
"port_descr_circuit": null,
|
|
|
|
|
"port_descr_speed": null,
|
|
|
|
|
"port_descr_notes": null,
|
|
|
|
|
"ifDescr": "xethernet0/9.5",
|
|
|
|
|
"ifName": "xethernet0/9.5",
|
|
|
|
|
"portName": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifIndex": 26,
|
2022-10-02 14:29:24 -05:00
|
|
|
"ifSpeed": 0,
|
|
|
|
|
"ifSpeed_prev": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifConnectorPresent": "true",
|
|
|
|
|
"ifOperStatus": "up",
|
2020-01-24 19:58:01 +08:00
|
|
|
"ifOperStatus_prev": "up",
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifAdminStatus": "up",
|
|
|
|
|
"ifAdminStatus_prev": null,
|
|
|
|
|
"ifDuplex": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifMtu": 1500,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifType": "ethernetCsmacd",
|
|
|
|
|
"ifAlias": "<private>",
|
|
|
|
|
"ifPhysAddress": "001c54af2680",
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifLastChange": 0,
|
2023-04-14 16:47:26 -05:00
|
|
|
"ifVlan": null,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifTrunk": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ignore": 0,
|
|
|
|
|
"disabled": 0,
|
|
|
|
|
"deleted": 0,
|
2018-02-08 03:28:46 -02: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": 35332238112,
|
|
|
|
|
"ifInUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUcastPkts_delta": null,
|
|
|
|
|
"ifInUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutUcastPkts": 73997946603,
|
|
|
|
|
"ifOutUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutUcastPkts_delta": null,
|
|
|
|
|
"ifOutUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInErrors": 0,
|
|
|
|
|
"ifInErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInErrors_delta": null,
|
|
|
|
|
"ifInErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutErrors": 0,
|
|
|
|
|
"ifOutErrors_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutErrors_delta": null,
|
|
|
|
|
"ifOutErrors_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInOctets": 8572732680498,
|
|
|
|
|
"ifInOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInOctets_delta": null,
|
|
|
|
|
"ifInOctets_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutOctets": 96695030169948,
|
|
|
|
|
"ifOutOctets_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutOctets_delta": null,
|
|
|
|
|
"ifOutOctets_rate": null,
|
|
|
|
|
"poll_prev": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInNUcastPkts": 0,
|
|
|
|
|
"ifInNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInNUcastPkts_delta": null,
|
|
|
|
|
"ifInNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutNUcastPkts": 0,
|
|
|
|
|
"ifOutNUcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutNUcastPkts_delta": null,
|
|
|
|
|
"ifOutNUcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInDiscards": 78889024,
|
|
|
|
|
"ifInDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInDiscards_delta": null,
|
|
|
|
|
"ifInDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutDiscards": 0,
|
|
|
|
|
"ifOutDiscards_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutDiscards_delta": null,
|
|
|
|
|
"ifOutDiscards_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInUnknownProtos": 0,
|
|
|
|
|
"ifInUnknownProtos_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInUnknownProtos_delta": null,
|
|
|
|
|
"ifInUnknownProtos_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInBroadcastPkts": 889,
|
|
|
|
|
"ifInBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInBroadcastPkts_delta": null,
|
|
|
|
|
"ifInBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutBroadcastPkts": 1244,
|
|
|
|
|
"ifOutBroadcastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutBroadcastPkts_delta": null,
|
|
|
|
|
"ifOutBroadcastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifInMulticastPkts": 0,
|
|
|
|
|
"ifInMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifInMulticastPkts_delta": null,
|
|
|
|
|
"ifInMulticastPkts_rate": null,
|
2018-12-12 04:07:56 +01:00
|
|
|
"ifOutMulticastPkts": 0,
|
|
|
|
|
"ifOutMulticastPkts_prev": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"ifOutMulticastPkts_delta": null,
|
2020-05-23 19:05:18 +02:00
|
|
|
"ifOutMulticastPkts_rate": null
|
2018-02-08 03:28:46 -02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"processors": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"processors": [
|
|
|
|
|
{
|
2020-01-24 19:58:01 +08:00
|
|
|
"entPhysicalIndex": 0,
|
|
|
|
|
"hrDeviceIndex": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"processor_oid": ".1.3.6.1.4.1.28557.2.2.1.3.0",
|
|
|
|
|
"processor_index": "0",
|
|
|
|
|
"processor_type": "stoneos",
|
2020-01-24 19:58:01 +08:00
|
|
|
"processor_usage": 55,
|
2018-02-08 03:28:46 -02:00
|
|
|
"processor_descr": "Processor",
|
2020-01-24 19:58:01 +08:00
|
|
|
"processor_precision": 1,
|
|
|
|
|
"processor_perc_warn": 75
|
2018-02-08 03:28:46 -02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"poller": "matches discovery"
|
|
|
|
|
},
|
|
|
|
|
"sensors": {
|
|
|
|
|
"discovery": {
|
|
|
|
|
"sensors": [
|
|
|
|
|
{
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_deleted": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_class": "state",
|
|
|
|
|
"poller_type": "snmp",
|
|
|
|
|
"sensor_oid": ".1.3.6.1.4.1.28557.2.27.1.2.1.3.1",
|
|
|
|
|
"sensor_index": "hillstonePowerIndex.1",
|
|
|
|
|
"sensor_type": "hillstonePowerState",
|
|
|
|
|
"sensor_descr": "PS0",
|
2019-01-11 16:42:56 -06:00
|
|
|
"group": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_divisor": 1,
|
|
|
|
|
"sensor_multiplier": 1,
|
|
|
|
|
"sensor_current": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit": null,
|
|
|
|
|
"sensor_limit_warn": null,
|
|
|
|
|
"sensor_limit_low": null,
|
|
|
|
|
"sensor_limit_low_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_alert": 1,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_custom": "No",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"entPhysicalIndex_measured": null,
|
|
|
|
|
"sensor_prev": null,
|
|
|
|
|
"user_func": null,
|
2022-10-25 15:31:02 +02:00
|
|
|
"rrd_type": "GAUGE",
|
2018-02-08 03:28:46 -02:00
|
|
|
"state_name": "hillstonePowerState"
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_deleted": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_class": "state",
|
|
|
|
|
"poller_type": "snmp",
|
|
|
|
|
"sensor_oid": ".1.3.6.1.4.1.28557.2.27.1.2.1.3.2",
|
|
|
|
|
"sensor_index": "hillstonePowerIndex.2",
|
|
|
|
|
"sensor_type": "hillstonePowerState",
|
|
|
|
|
"sensor_descr": "PS1",
|
2019-01-11 16:42:56 -06:00
|
|
|
"group": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_divisor": 1,
|
|
|
|
|
"sensor_multiplier": 1,
|
|
|
|
|
"sensor_current": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit": null,
|
|
|
|
|
"sensor_limit_warn": null,
|
|
|
|
|
"sensor_limit_low": null,
|
|
|
|
|
"sensor_limit_low_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_alert": 1,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_custom": "No",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"entPhysicalIndex_measured": null,
|
|
|
|
|
"sensor_prev": null,
|
|
|
|
|
"user_func": null,
|
2022-10-25 15:31:02 +02:00
|
|
|
"rrd_type": "GAUGE",
|
2018-02-08 03:28:46 -02:00
|
|
|
"state_name": "hillstonePowerState"
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_deleted": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_class": "temperature",
|
|
|
|
|
"poller_type": "snmp",
|
|
|
|
|
"sensor_oid": ".1.3.6.1.4.1.28557.2.28.1.2.1.3.1",
|
|
|
|
|
"sensor_index": "1",
|
|
|
|
|
"sensor_type": "stoneos",
|
|
|
|
|
"sensor_descr": "CPU",
|
2019-01-11 16:42:56 -06:00
|
|
|
"group": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_divisor": 1,
|
|
|
|
|
"sensor_multiplier": 1,
|
|
|
|
|
"sensor_current": 36,
|
|
|
|
|
"sensor_limit": 56,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_limit_low": 26,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_low_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_alert": 1,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_custom": "No",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"entPhysicalIndex_measured": null,
|
|
|
|
|
"sensor_prev": null,
|
|
|
|
|
"user_func": null,
|
2022-10-25 15:31:02 +02:00
|
|
|
"rrd_type": "GAUGE",
|
2018-02-08 03:28:46 -02:00
|
|
|
"state_name": null
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_deleted": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_class": "temperature",
|
|
|
|
|
"poller_type": "snmp",
|
|
|
|
|
"sensor_oid": ".1.3.6.1.4.1.28557.2.28.1.2.1.3.2",
|
|
|
|
|
"sensor_index": "2",
|
|
|
|
|
"sensor_type": "stoneos",
|
|
|
|
|
"sensor_descr": "Chassis_Outlet",
|
2019-01-11 16:42:56 -06:00
|
|
|
"group": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_divisor": 1,
|
|
|
|
|
"sensor_multiplier": 1,
|
|
|
|
|
"sensor_current": 35,
|
|
|
|
|
"sensor_limit": 55,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_limit_low": 25,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_low_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_alert": 1,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_custom": "No",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"entPhysicalIndex_measured": null,
|
|
|
|
|
"sensor_prev": null,
|
|
|
|
|
"user_func": null,
|
2022-10-25 15:31:02 +02:00
|
|
|
"rrd_type": "GAUGE",
|
2018-02-08 03:28:46 -02:00
|
|
|
"state_name": null
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_deleted": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_class": "temperature",
|
|
|
|
|
"poller_type": "snmp",
|
|
|
|
|
"sensor_oid": ".1.3.6.1.4.1.28557.2.28.1.2.1.3.3",
|
|
|
|
|
"sensor_index": "3",
|
|
|
|
|
"sensor_type": "stoneos",
|
|
|
|
|
"sensor_descr": "Chassis_Inlet",
|
2019-01-11 16:42:56 -06:00
|
|
|
"group": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_divisor": 1,
|
|
|
|
|
"sensor_multiplier": 1,
|
|
|
|
|
"sensor_current": 24,
|
|
|
|
|
"sensor_limit": 44,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_limit_low": 14,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_low_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_alert": 1,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_custom": "No",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"entPhysicalIndex_measured": null,
|
|
|
|
|
"sensor_prev": null,
|
|
|
|
|
"user_func": null,
|
2022-10-25 15:31:02 +02:00
|
|
|
"rrd_type": "GAUGE",
|
2018-02-08 03:28:46 -02:00
|
|
|
"state_name": null
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_deleted": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_class": "temperature",
|
|
|
|
|
"poller_type": "snmp",
|
|
|
|
|
"sensor_oid": ".1.3.6.1.4.1.28557.2.28.1.2.1.3.4",
|
|
|
|
|
"sensor_index": "4",
|
|
|
|
|
"sensor_type": "stoneos",
|
|
|
|
|
"sensor_descr": "Switch",
|
2019-01-11 16:42:56 -06:00
|
|
|
"group": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_divisor": 1,
|
|
|
|
|
"sensor_multiplier": 1,
|
|
|
|
|
"sensor_current": 68,
|
|
|
|
|
"sensor_limit": 88,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_limit_low": 58,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_low_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_alert": 1,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_custom": "No",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"entPhysicalIndex_measured": null,
|
|
|
|
|
"sensor_prev": null,
|
|
|
|
|
"user_func": null,
|
2022-10-25 15:31:02 +02:00
|
|
|
"rrd_type": "GAUGE",
|
2018-02-08 03:28:46 -02:00
|
|
|
"state_name": null
|
|
|
|
|
},
|
|
|
|
|
{
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_deleted": 0,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_class": "temperature",
|
|
|
|
|
"poller_type": "snmp",
|
|
|
|
|
"sensor_oid": ".1.3.6.1.4.1.28557.2.28.1.2.1.3.5",
|
|
|
|
|
"sensor_index": "5",
|
|
|
|
|
"sensor_type": "stoneos",
|
|
|
|
|
"sensor_descr": "Slot_Inlet",
|
2019-01-11 16:42:56 -06:00
|
|
|
"group": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_divisor": 1,
|
|
|
|
|
"sensor_multiplier": 1,
|
|
|
|
|
"sensor_current": 28,
|
|
|
|
|
"sensor_limit": 48,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_limit_low": 18,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_limit_low_warn": null,
|
2018-09-05 07:34:50 -05:00
|
|
|
"sensor_alert": 1,
|
2018-02-08 03:28:46 -02:00
|
|
|
"sensor_custom": "No",
|
|
|
|
|
"entPhysicalIndex": null,
|
|
|
|
|
"entPhysicalIndex_measured": null,
|
|
|
|
|
"sensor_prev": null,
|
|
|
|
|
"user_func": null,
|
2022-10-25 15:31:02 +02:00
|
|
|
"rrd_type": "GAUGE",
|
2018-02-08 03:28:46 -02:00
|
|
|
"state_name": null
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"state_indexes": [
|
|
|
|
|
{
|
|
|
|
|
"state_name": "hillstonePowerState",
|
|
|
|
|
"state_descr": "fine",
|
2018-09-05 07:34:50 -05:00
|
|
|
"state_draw_graph": 0,
|
|
|
|
|
"state_value": 0,
|
|
|
|
|
"state_generic_value": 0
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"state_name": "hillstonePowerState",
|
|
|
|
|
"state_descr": "absent",
|
2018-09-05 07:34:50 -05:00
|
|
|
"state_draw_graph": 0,
|
|
|
|
|
"state_value": 1,
|
|
|
|
|
"state_generic_value": 1
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"state_name": "hillstonePowerState",
|
|
|
|
|
"state_descr": "warning",
|
2018-09-05 07:34:50 -05:00
|
|
|
"state_draw_graph": 0,
|
|
|
|
|
"state_value": 2,
|
|
|
|
|
"state_generic_value": 1
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"state_name": "hillstonePowerState",
|
|
|
|
|
"state_descr": "fail",
|
2018-09-05 07:34:50 -05:00
|
|
|
"state_draw_graph": 0,
|
|
|
|
|
"state_value": 3,
|
|
|
|
|
"state_generic_value": 2
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"state_name": "hillstonePowerState",
|
|
|
|
|
"state_descr": "fail or nopower",
|
2018-09-05 07:34:50 -05:00
|
|
|
"state_draw_graph": 0,
|
|
|
|
|
"state_value": 4,
|
|
|
|
|
"state_generic_value": 2
|
2018-02-08 03:28:46 -02:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"state_name": "hillstonePowerState",
|
|
|
|
|
"state_descr": "unsupport",
|
2018-09-05 07:34:50 -05:00
|
|
|
"state_draw_graph": 0,
|
|
|
|
|
"state_value": 5,
|
|
|
|
|
"state_generic_value": 3
|
2018-02-08 03:28:46 -02:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
},
|
|
|
|
|
"poller": "matches discovery"
|
2018-01-08 19:48:29 -02:00
|
|
|
}
|
2018-02-08 03:28:46 -02:00
|
|
|
}
|