mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Adding basic support for Symertricom-Microsemi SSU2000 (#12145)
This commit is contained in:
90
includes/definitions/discovery/ssu2000.yaml
Normal file
90
includes/definitions/discovery/ssu2000.yaml
Normal file
@@ -0,0 +1,90 @@
|
||||
mib: SSU2000-MIB:DATUM-MIB
|
||||
modules:
|
||||
os:
|
||||
hardware:
|
||||
- SSU2000-MIB::inName.1.2
|
||||
- SSU2000-MIB::inHwPart.1.2
|
||||
hardware_template: '{{ SSU2000-MIB::inName.1.2 }} Module {{ SSU2000-MIB::inHwPart.1.2 }}'
|
||||
serial: SSU2000-MIB::inSerial.1.2
|
||||
version: SSU2000-MIB::inSwPart.1.2
|
||||
features: SSU2000-MIB::inFeature.1
|
||||
features_template: 'NTP {{ SSU2000-MIB::inFeature.1 }}'
|
||||
sensors:
|
||||
pre-cache:
|
||||
data:
|
||||
-
|
||||
oid:
|
||||
- staPtPtpTable
|
||||
- staPtNtpTable
|
||||
- staGpsTable
|
||||
- staClkTable
|
||||
state:
|
||||
data:
|
||||
-
|
||||
oid: staPtPtpTable
|
||||
num_oid: '.1.3.6.1.4.1.601.3.1.1.2.16.1.1.3.{{ $index }}'
|
||||
value: staPtPtpStatus
|
||||
descr: 'PTP Status - Chassis.Slot# {{ $index }}'
|
||||
states:
|
||||
- { descr: normal, graph: 0, value: 1, generic: 0 }
|
||||
- { descr: disabled, graph: 0, value: 3, generic: 1 }
|
||||
- { descr: fault, graph: 0, value: 4, generic: 2 }
|
||||
- { descr: reject, graph: 0, value: 5, generic: 1 }
|
||||
-
|
||||
oid: staPtNtpTable
|
||||
num_oid: '.1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.{{ $index }}'
|
||||
value: staPtNtpStatus
|
||||
descr: 'NTP Status - Chassis.Slot# {{ $index }}'
|
||||
states:
|
||||
- { descr: normal, graph: 0, value: 1, generic: 0 }
|
||||
- { descr: disabled, graph: 0, value: 3, generic: 1 }
|
||||
- { descr: fault, graph: 0, value: 4, generic: 2 }
|
||||
- { descr: reject, graph: 0, value: 5, generic: 1 }
|
||||
-
|
||||
oid: staGpsTable
|
||||
num_oid: '.1.3.6.1.4.1.601.3.1.1.2.5.1.1.3.{{ $index }}'
|
||||
value: staGpsStatus
|
||||
descr: 'GPS Status - Chassis.Slot# {{ $index }}'
|
||||
states:
|
||||
- { descr: normal, graph: 0, value: 1, generic: 0 }
|
||||
- { descr: selected, graph: 0, value: 2, generic: 0 }
|
||||
- { descr: disabled, graph: 0, value: 3, generic: 1 }
|
||||
- { descr: fault, graph: 0, value: 4, generic: 2 }
|
||||
- { descr: reject, graph: 0, value: 5, generic: 1 }
|
||||
-
|
||||
oid: staClkTable
|
||||
num_oid: '.1.3.6.1.4.1.601.3.1.1.2.2.1.1.3.{{ $index }}'
|
||||
value: staCkStatus
|
||||
descr: 'Clock Status - Chassis.Slot# {{ $index }}'
|
||||
states:
|
||||
- { descr: normal, graph: 0, value: 1, generic: 0 }
|
||||
- { descr: selected, graph: 0, value: 2, generic: 0 }
|
||||
- { descr: disabled, graph: 0, value: 3, generic: 1 }
|
||||
- { descr: fault, graph: 0, value: 4, generic: 2 }
|
||||
-
|
||||
oid: staClkTable
|
||||
num_oid: '.1.3.6.1.4.1.601.3.1.1.2.2.1.1.4.{{ $index }}'
|
||||
value: staCkPLLMode
|
||||
descr: 'PLL Mode - Chassis.Slot# {{ $index }}'
|
||||
states:
|
||||
- { descr: failed, graph: 0, value: 1, generic: 2 }
|
||||
- { descr: warmup, graph: 0, value: 2, generic: 1 }
|
||||
- { descr: acquire, graph: 0, value: 3, generic: 1 }
|
||||
- { descr: holdover, graph: 0, value: 4, generic: 1 }
|
||||
- { descr: lock, graph: 0, value: 5, generic: 0 }
|
||||
delay:
|
||||
data:
|
||||
-
|
||||
oid: staGpsTable
|
||||
num_oid: '.1.3.6.1.4.1.601.3.1.1.2.5.1.1.4.{{ $index }}'
|
||||
value: staGpsPhaseA
|
||||
index: 'staGpsPhaseA.{{ $index }}'
|
||||
descr: 'GPS Phase A - Chassis.Slot# {{ $index }}'
|
||||
divisor: 1000000000
|
||||
-
|
||||
oid: staGpsTable
|
||||
num_oid: '.1.3.6.1.4.1.601.3.1.1.2.5.1.1.5.{{ $index }}'
|
||||
value: staGpsPhaseB
|
||||
index: 'staGpsPhaseB.{{ $index }}'
|
||||
descr: 'GPS Phase B - Chassis.Slot# {{ $index }}'
|
||||
divisor: 1000000000
|
49
includes/definitions/ssu2000.yaml
Normal file
49
includes/definitions/ssu2000.yaml
Normal file
@@ -0,0 +1,49 @@
|
||||
os: ssu2000
|
||||
text: 'Microsemi Synchronization Supply Unit'
|
||||
type: appliance
|
||||
icon: microsemi
|
||||
mib_dir: microsemi
|
||||
discovery:
|
||||
-
|
||||
sysObjectID:
|
||||
- .1.3.6.1.4.1.601.3.1.
|
||||
discovery_modules:
|
||||
ports: false
|
||||
storage: false
|
||||
bgp-peers: false
|
||||
ntp: false
|
||||
stp: false
|
||||
ospf: false
|
||||
vlans: false
|
||||
arp-table: false
|
||||
mempools: false
|
||||
entity-physical: false
|
||||
ucd-diskio: false
|
||||
processors: false
|
||||
mpls: false
|
||||
wireless: false
|
||||
fdb-table: false
|
||||
services: false
|
||||
cisco-vrf-lite: false
|
||||
ucd-mib: false
|
||||
applications: false
|
||||
poller_modules:
|
||||
ucd-mib: false
|
||||
ports: false
|
||||
storage: false
|
||||
bgp-peers: false
|
||||
ntp: false
|
||||
stp: false
|
||||
vlans: false
|
||||
arp-table: false
|
||||
mempools: false
|
||||
entity-physical: false
|
||||
ucd-diskio: false
|
||||
processors: false
|
||||
mpls: false
|
||||
wireless: false
|
||||
fdb-table: false
|
||||
services: false
|
||||
cisco-vrf-lite: false
|
||||
applications: false
|
||||
ospf: false
|
46
mibs/microsemi/DATUM-MIB
Normal file
46
mibs/microsemi/DATUM-MIB
Normal file
@@ -0,0 +1,46 @@
|
||||
-- **************************************************************
|
||||
-- **************************************************************
|
||||
-- +++
|
||||
-- Copyright 2000 Datum Austin (Austron)
|
||||
--
|
||||
-- FILENAME: DATUM.MIB
|
||||
-- PRODUCT: SSU2000 COMM Module
|
||||
-- DESCRIPTION:
|
||||
-- This file contains the top level node of the Datum-Austin
|
||||
-- private MIB.
|
||||
--
|
||||
-- COMMENTS/CHANGES:
|
||||
--
|
||||
-- 01/11/2001 Jay Wang: Created
|
||||
--
|
||||
-- CURRENT VERSION:
|
||||
-- Part No - 12613250-000-2
|
||||
-- 04/16/2001 - A.00
|
||||
--
|
||||
-- +++
|
||||
-- **************************************************************
|
||||
-- **************************************************************
|
||||
|
||||
|
||||
DATUM-MIB DEFINITIONS ::= BEGIN
|
||||
|
||||
|
||||
IMPORTS
|
||||
enterprises
|
||||
FROM RFC1155-SMI;
|
||||
|
||||
|
||||
datum OBJECT IDENTIFIER ::= { enterprises 601 }
|
||||
bancomm OBJECT IDENTIFIER ::= { datum 1 }
|
||||
timing OBJECT IDENTIFIER ::= { datum 2 }
|
||||
austron OBJECT IDENTIFIER ::= { datum 3 }
|
||||
fts OBJECT IDENTIFIER ::= { datum 4 }
|
||||
efratom OBJECT IDENTIFIER ::= { datum 5 }
|
||||
experiment OBJECT IDENTIFIER ::= { datum 99 }
|
||||
|
||||
products OBJECT IDENTIFIER ::= { austron 1 }
|
||||
ssu2000 OBJECT IDENTIFIER ::= { products 1 }
|
||||
ot21 OBJECT IDENTIFIER ::= { products 2 }
|
||||
|
||||
|
||||
END
|
15402
mibs/microsemi/SSU2000-MIB
Normal file
15402
mibs/microsemi/SSU2000-MIB
Normal file
File diff suppressed because it is too large
Load Diff
978
tests/data/ssu2000.json
Normal file
978
tests/data/ssu2000.json
Normal file
@@ -0,0 +1,978 @@
|
||||
{
|
||||
"os": {
|
||||
"discovery": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.601.3.1.1",
|
||||
"sysDescr": "SSU-2000, Synchronization Supply Unit",
|
||||
"sysContact": null,
|
||||
"version": "14313012-003-5",
|
||||
"hardware": "Communication Module 23413012-000-0",
|
||||
"features": "NTP ena",
|
||||
"os": "ssu2000",
|
||||
"type": "appliance",
|
||||
"serial": "R04334",
|
||||
"icon": "microsemi.png",
|
||||
"location": "<private>"
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"devices": [
|
||||
{
|
||||
"sysName": "<private>",
|
||||
"sysObjectID": ".1.3.6.1.4.1.601.3.1.1",
|
||||
"sysDescr": "SSU-2000, Synchronization Supply Unit",
|
||||
"sysContact": "<private>",
|
||||
"version": "14313012-003-5",
|
||||
"hardware": "Communication Module 23413012-000-0",
|
||||
"features": "NTP ena",
|
||||
"os": "ssu2000",
|
||||
"type": "appliance",
|
||||
"serial": "R04334",
|
||||
"icon": "microsemi.png",
|
||||
"location": "<private>"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"sensors": {
|
||||
"discovery": {
|
||||
"sensors": [
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.4.1.3",
|
||||
"sensor_index": "staGpsPhaseA.1.3",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase A - Chassis.Slot# 1.3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.23e-7,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.4.1.5",
|
||||
"sensor_index": "staGpsPhaseA.1.5",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase A - Chassis.Slot# 1.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.34e-7,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.5.1.3",
|
||||
"sensor_index": "staGpsPhaseB.1.3",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase B - Chassis.Slot# 1.3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.2e-8,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.5.1.5",
|
||||
"sensor_index": "staGpsPhaseB.1.5",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase B - Chassis.Slot# 1.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": -1.23e-7,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.2.1.1.4.1.1",
|
||||
"sensor_index": "1.1",
|
||||
"sensor_type": "staClkTable",
|
||||
"sensor_descr": "PLL Mode - Chassis.Slot# 1.1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 2,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staClkTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.2.1.1.4.1.12",
|
||||
"sensor_index": "1.12",
|
||||
"sensor_type": "staClkTable",
|
||||
"sensor_descr": "PLL Mode - Chassis.Slot# 1.12",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staClkTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.3.1.3",
|
||||
"sensor_index": "1.3",
|
||||
"sensor_type": "staGpsTable",
|
||||
"sensor_descr": "GPS Status - Chassis.Slot# 1.3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 2,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staGpsTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.3.1.5",
|
||||
"sensor_index": "1.5",
|
||||
"sensor_type": "staGpsTable",
|
||||
"sensor_descr": "GPS Status - Chassis.Slot# 1.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staGpsTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.1",
|
||||
"sensor_index": "2.1",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.13",
|
||||
"sensor_index": "2.13",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.13",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.5",
|
||||
"sensor_index": "2.5",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.9",
|
||||
"sensor_index": "2.9",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.9",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.16.1.1.3.1.10",
|
||||
"sensor_index": "1.10",
|
||||
"sensor_type": "staPtPtpTable",
|
||||
"sensor_descr": "PTP Status - Chassis.Slot# 1.10",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtPtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.16.1.1.3.1.11",
|
||||
"sensor_index": "1.11",
|
||||
"sensor_type": "staPtPtpTable",
|
||||
"sensor_descr": "PTP Status - Chassis.Slot# 1.11",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtPtpTable"
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "failed",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "warmup",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "acquire",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "holdover",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "lock",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "selected",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "disabled",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "fault",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "reject",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "disabled",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "fault",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "reject",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "disabled",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "fault",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "reject",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 1
|
||||
}
|
||||
]
|
||||
},
|
||||
"poller": {
|
||||
"sensors": [
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.4.1.3",
|
||||
"sensor_index": "staGpsPhaseA.1.3",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase A - Chassis.Slot# 1.3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.23e-7,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.4.1.5",
|
||||
"sensor_index": "staGpsPhaseA.1.5",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase A - Chassis.Slot# 1.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.34e-7,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.5.1.3",
|
||||
"sensor_index": "staGpsPhaseB.1.3",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase B - Chassis.Slot# 1.3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1.2e-8,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "delay",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.5.1.5",
|
||||
"sensor_index": "staGpsPhaseB.1.5",
|
||||
"sensor_type": "ssu2000",
|
||||
"sensor_descr": "GPS Phase B - Chassis.Slot# 1.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1000000000,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": -1.23e-7,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": null
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.2.1.1.4.1.1",
|
||||
"sensor_index": "1.1",
|
||||
"sensor_type": "staClkTable",
|
||||
"sensor_descr": "PLL Mode - Chassis.Slot# 1.1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 5,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": 2,
|
||||
"user_func": null,
|
||||
"state_name": "staClkTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.2.1.1.4.1.12",
|
||||
"sensor_index": "1.12",
|
||||
"sensor_type": "staClkTable",
|
||||
"sensor_descr": "PLL Mode - Chassis.Slot# 1.12",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 5,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": 1,
|
||||
"user_func": null,
|
||||
"state_name": "staClkTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.3.1.3",
|
||||
"sensor_index": "1.3",
|
||||
"sensor_type": "staGpsTable",
|
||||
"sensor_descr": "GPS Status - Chassis.Slot# 1.3",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 2,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staGpsTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.5.1.1.3.1.5",
|
||||
"sensor_index": "1.5",
|
||||
"sensor_type": "staGpsTable",
|
||||
"sensor_descr": "GPS Status - Chassis.Slot# 1.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staGpsTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.1",
|
||||
"sensor_index": "2.1",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.1",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.13",
|
||||
"sensor_index": "2.13",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.13",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.5",
|
||||
"sensor_index": "2.5",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.5",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.9",
|
||||
"sensor_index": "2.9",
|
||||
"sensor_type": "staPtNtpTable",
|
||||
"sensor_descr": "NTP Status - Chassis.Slot# 2.9",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtNtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.16.1.1.3.1.10",
|
||||
"sensor_index": "1.10",
|
||||
"sensor_type": "staPtPtpTable",
|
||||
"sensor_descr": "PTP Status - Chassis.Slot# 1.10",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtPtpTable"
|
||||
},
|
||||
{
|
||||
"sensor_deleted": 0,
|
||||
"sensor_class": "state",
|
||||
"poller_type": "snmp",
|
||||
"sensor_oid": ".1.3.6.1.4.1.601.3.1.1.2.16.1.1.3.1.11",
|
||||
"sensor_index": "1.11",
|
||||
"sensor_type": "staPtPtpTable",
|
||||
"sensor_descr": "PTP Status - Chassis.Slot# 1.11",
|
||||
"group": null,
|
||||
"sensor_divisor": 1,
|
||||
"sensor_multiplier": 1,
|
||||
"sensor_current": 1,
|
||||
"sensor_limit": null,
|
||||
"sensor_limit_warn": null,
|
||||
"sensor_limit_low": null,
|
||||
"sensor_limit_low_warn": null,
|
||||
"sensor_alert": 1,
|
||||
"sensor_custom": "No",
|
||||
"entPhysicalIndex": null,
|
||||
"entPhysicalIndex_measured": null,
|
||||
"sensor_prev": null,
|
||||
"user_func": null,
|
||||
"state_name": "staPtPtpTable"
|
||||
}
|
||||
],
|
||||
"state_indexes": [
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "failed",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "warmup",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "acquire",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "holdover",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staClkTable",
|
||||
"state_descr": "lock",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "selected",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 2,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "disabled",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "fault",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staGpsTable",
|
||||
"state_descr": "reject",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "disabled",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "fault",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staPtNtpTable",
|
||||
"state_descr": "reject",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "normal",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 1,
|
||||
"state_generic_value": 0
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "disabled",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 3,
|
||||
"state_generic_value": 1
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "fault",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 4,
|
||||
"state_generic_value": 2
|
||||
},
|
||||
{
|
||||
"state_name": "staPtPtpTable",
|
||||
"state_descr": "reject",
|
||||
"state_draw_graph": 0,
|
||||
"state_value": 5,
|
||||
"state_generic_value": 1
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
208
tests/snmpsim/ssu2000.snmprec
Normal file
208
tests/snmpsim/ssu2000.snmprec
Normal file
@@ -0,0 +1,208 @@
|
||||
1.3.6.1.2.1.1.1.0|4|SSU-2000, Synchronization Supply Unit
|
||||
1.3.6.1.2.1.1.2.0|6|1.3.6.1.4.1.601.3.1.1
|
||||
1.3.6.1.2.1.1.3.0|67|474943120
|
||||
1.3.6.1.2.1.1.4.0|4|<private>
|
||||
1.3.6.1.2.1.1.5.0|4|<private>
|
||||
1.3.6.1.2.1.1.6.0|4|<private>
|
||||
1.3.6.1.2.1.4.3.0|65|81346784
|
||||
1.3.6.1.2.1.4.4.0|65|0
|
||||
1.3.6.1.2.1.4.5.0|65|726
|
||||
1.3.6.1.2.1.4.6.0|65|0
|
||||
1.3.6.1.2.1.4.7.0|65|3227
|
||||
1.3.6.1.2.1.4.8.0|65|0
|
||||
1.3.6.1.2.1.4.9.0|65|81342829
|
||||
1.3.6.1.2.1.4.10.0|65|67738757
|
||||
1.3.6.1.2.1.4.11.0|65|0
|
||||
1.3.6.1.2.1.4.12.0|65|0
|
||||
1.3.6.1.2.1.4.14.0|65|2
|
||||
1.3.6.1.2.1.4.15.0|65|1
|
||||
1.3.6.1.2.1.4.16.0|65|0
|
||||
1.3.6.1.2.1.4.17.0|65|1
|
||||
1.3.6.1.2.1.4.18.0|65|0
|
||||
1.3.6.1.2.1.4.19.0|65|1
|
||||
1.3.6.1.2.1.4.20.1.2.10.120.4.5|2|1
|
||||
1.3.6.1.2.1.4.20.1.2.127.0.0.1|2|2
|
||||
1.3.6.1.2.1.4.20.1.3.10.120.4.5|64|255.255.255.0
|
||||
1.3.6.1.2.1.4.20.1.3.127.0.0.1|64|255.0.0.0
|
||||
1.3.6.1.2.1.5.1.0|65|1489342
|
||||
1.3.6.1.2.1.5.2.0|65|0
|
||||
1.3.6.1.2.1.5.3.0|65|2034
|
||||
1.3.6.1.2.1.5.4.0|65|1190
|
||||
1.3.6.1.2.1.5.5.0|65|0
|
||||
1.3.6.1.2.1.5.6.0|65|0
|
||||
1.3.6.1.2.1.5.7.0|65|0
|
||||
1.3.6.1.2.1.5.8.0|65|1486112
|
||||
1.3.6.1.2.1.5.9.0|65|2
|
||||
1.3.6.1.2.1.5.10.0|65|2
|
||||
1.3.6.1.2.1.5.11.0|65|0
|
||||
1.3.6.1.2.1.5.12.0|65|2
|
||||
1.3.6.1.2.1.5.13.0|65|0
|
||||
1.3.6.1.2.1.5.14.0|65|1490848
|
||||
1.3.6.1.2.1.5.15.0|65|0
|
||||
1.3.6.1.2.1.5.16.0|65|4732
|
||||
1.3.6.1.2.1.5.17.0|65|0
|
||||
1.3.6.1.2.1.5.18.0|65|0
|
||||
1.3.6.1.2.1.5.19.0|65|0
|
||||
1.3.6.1.2.1.5.20.0|65|0
|
||||
1.3.6.1.2.1.5.21.0|65|0
|
||||
1.3.6.1.2.1.5.22.0|65|1486112
|
||||
1.3.6.1.2.1.5.23.0|65|0
|
||||
1.3.6.1.2.1.5.24.0|65|2
|
||||
1.3.6.1.2.1.5.25.0|65|0
|
||||
1.3.6.1.2.1.5.26.0|65|2
|
||||
1.3.6.1.2.1.6.5.0|65|210
|
||||
1.3.6.1.2.1.6.6.0|65|758
|
||||
1.3.6.1.2.1.6.7.0|65|135
|
||||
1.3.6.1.2.1.6.8.0|65|219
|
||||
1.3.6.1.2.1.6.9.0|66|0
|
||||
1.3.6.1.2.1.6.10.0|65|18190262
|
||||
1.3.6.1.2.1.6.11.0|65|16164324
|
||||
1.3.6.1.2.1.6.12.0|65|12215
|
||||
1.3.6.1.2.1.6.14.0|65|0
|
||||
1.3.6.1.2.1.6.15.0|65|3
|
||||
1.3.6.1.2.1.7.1.0|65|61661750
|
||||
1.3.6.1.2.1.7.2.0|65|4732
|
||||
1.3.6.1.2.1.7.3.0|65|0
|
||||
1.3.6.1.2.1.7.4.0|65|50083614
|
||||
1.3.6.1.2.1.11.1.0|65|28826904
|
||||
1.3.6.1.2.1.11.2.0|65|28828215
|
||||
1.3.6.1.2.1.11.3.0|65|0
|
||||
1.3.6.1.2.1.11.4.0|65|157
|
||||
1.3.6.1.2.1.11.5.0|65|0
|
||||
1.3.6.1.2.1.11.6.0|65|0
|
||||
1.3.6.1.2.1.11.8.0|65|0
|
||||
1.3.6.1.2.1.11.9.0|65|0
|
||||
1.3.6.1.2.1.11.10.0|65|0
|
||||
1.3.6.1.2.1.11.11.0|65|0
|
||||
1.3.6.1.2.1.11.12.0|65|0
|
||||
1.3.6.1.2.1.11.13.0|65|142422471
|
||||
1.3.6.1.2.1.11.14.0|65|0
|
||||
1.3.6.1.2.1.11.15.0|65|17255951
|
||||
1.3.6.1.2.1.11.16.0|65|603840
|
||||
1.3.6.1.2.1.11.17.0|65|0
|
||||
1.3.6.1.2.1.11.18.0|65|0
|
||||
1.3.6.1.2.1.11.19.0|65|0
|
||||
1.3.6.1.2.1.11.20.0|65|0
|
||||
1.3.6.1.2.1.11.21.0|65|80
|
||||
1.3.6.1.2.1.11.22.0|65|0
|
||||
1.3.6.1.2.1.11.24.0|65|0
|
||||
1.3.6.1.2.1.11.25.0|65|0
|
||||
1.3.6.1.2.1.11.26.0|65|0
|
||||
1.3.6.1.2.1.11.27.0|65|0
|
||||
1.3.6.1.2.1.11.28.0|65|28826748
|
||||
1.3.6.1.2.1.11.29.0|65|1469
|
||||
1.3.6.1.2.1.11.30.0|2|2
|
||||
1.3.6.1.2.1.11.31.0|65|0
|
||||
1.3.6.1.2.1.11.32.0|65|0
|
||||
1.3.6.1.4.1.601.3.1.1.1.1.1.4.1.2|4|Communication
|
||||
1.3.6.1.4.1.601.3.1.1.1.1.1.5.1.2|4|R04334
|
||||
1.3.6.1.4.1.601.3.1.1.1.1.1.7.1.2|4|23413012-000-0
|
||||
1.3.6.1.4.1.601.3.1.1.1.1.1.10.1.2|4|14313012-003-5
|
||||
1.3.6.1.4.1.601.3.1.1.1.2.1.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.3.1.1|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.3.1.12|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.4.1.1|2|5
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.4.1.12|2|5
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.5.1.1|65|4563
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.5.1.12|65|9000
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.6.1.1|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.6.1.12|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.7.1.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.2.1.1.7.1.12|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.3.1.3|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.3.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.4.1.3|2|123
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.4.1.5|2|134
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.5.1.3|2|12
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.5.1.5|2|-123
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.6.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.6.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.7.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.7.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.8.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.8.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.9.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.9.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.10.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.10.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.11.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.11.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.12.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.12.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.13.1.3|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.13.1.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.14.1.3|4|3.60E-17
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.14.1.5|4|1E-18
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.15.1.3|4|2.03E-15
|
||||
1.3.6.1.4.1.601.3.1.1.2.5.1.1.15.1.5|4|2.03E-15
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.9|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.3.2.13|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.4.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.4.2.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.4.2.9|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.4.2.13|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.5.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.5.2.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.5.2.9|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.5.2.13|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.6.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.6.2.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.6.2.9|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.6.2.13|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.7.2.1|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.7.2.5|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.7.2.9|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.7.2.13|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.8.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.8.2.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.8.2.9|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.8.2.13|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.9.2.1|2|0
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.9.2.5|2|0
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.9.2.9|2|0
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.9.2.13|2|0
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.10.2.1|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.10.2.5|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.10.2.9|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.10.2.13|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.11.2.1|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.11.2.5|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.11.2.9|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.11.2.13|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.12.2.1|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.12.2.5|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.12.2.9|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.12.2.13|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.13.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.13.2.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.13.2.9|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.13.2.13|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.14.2.1|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.14.2.5|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.14.2.9|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.15.1.1.14.2.13|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.3.1.10|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.3.1.11|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.4.1.10|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.4.1.11|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.5.1.10|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.5.1.11|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.6.1.10|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.6.1.11|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.7.1.10|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.7.1.11|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.8.1.10|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.8.1.11|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.9.1.10|2|11
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.9.1.11|2|10
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.10.1.10|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.10.1.11|2|2
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.11.1.10|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.11.1.11|2|4
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.12.1.10|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.12.1.11|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.13.1.10|2|1
|
||||
1.3.6.1.4.1.601.3.1.1.2.16.1.1.13.1.11|2|1
|
||||
1.3.6.1.6.3.10.2.1.3.0|2|219497778
|
Reference in New Issue
Block a user