mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
ZTE ZXA10 Update (Added dBm graphs) (#14049)
* First commit ZXA10 Update * ZTE ZXA10 Update 2 * ZTE ZXA10 Update 3 * ZTE ZXA10 Update 4 * ZTE ZXA10 Update 5 * ZTE ZXA10 Update 6 * ZTE ZXA10 Update 7 * Update, disable snmpbulk * Update test data * Remove unneeded php files and update yaml add OLT Tx power too * Update test data * Update zxa10.yaml Co-authored-by: Tony Murray <murraytony@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
mib: ZTE-AN-SMI:ZTE-AN-CHASSIS-MIB:ZTE-AN-ENVMON-MIB:ZTE-AN-OPTICAL-MODULE-MIB
|
mib: ZTE-AN-SMI:ZTE-AN-CHASSIS-MIB:ZTE-AN-ENVMON-MIB:ZTE-AN-OPTICAL-MODULE-MIB:ZTE-AN-PON-BASE-MIB:IF-MIB
|
||||||
modules:
|
modules:
|
||||||
mempools:
|
mempools:
|
||||||
pre-cache:
|
pre-cache:
|
||||||
@@ -8,7 +8,7 @@ modules:
|
|||||||
-
|
-
|
||||||
total: ZTE-AN-CHASSIS-MIB::zxAnCardMemSize
|
total: ZTE-AN-CHASSIS-MIB::zxAnCardMemSize
|
||||||
percent_used: ZTE-AN-CHASSIS-MIB::zxAnCardMemUsage
|
percent_used: ZTE-AN-CHASSIS-MIB::zxAnCardMemUsage
|
||||||
descr: 'Card {{ ZTE-AN-CHASSIS-MIB::zxAnCardActualType }}'
|
descr: 'Card {{ ZTE-AN-CHASSIS-MIB::zxAnCardActualType }} ({{ subindex2 }})'
|
||||||
skip_values:
|
skip_values:
|
||||||
-
|
-
|
||||||
oid: ZTE-AN-CHASSIS-MIB::zxAnCardMemUsage
|
oid: ZTE-AN-CHASSIS-MIB::zxAnCardMemUsage
|
||||||
@@ -20,23 +20,28 @@ modules:
|
|||||||
oid: zxAnCardTable
|
oid: zxAnCardTable
|
||||||
value: zxAnCardCpuLoad
|
value: zxAnCardCpuLoad
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.{{ $index }}'
|
||||||
descr: '{{ $zxAnCardActualType }} Processor'
|
descr: '{{ $zxAnCardActualType }} ({{ subindex2 }}) Processor'
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: zxAnCardCpuLoad
|
||||||
|
op: '='
|
||||||
|
value: 0
|
||||||
sensors:
|
sensors:
|
||||||
pre-cache:
|
pre-cache:
|
||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
oid:
|
oid:
|
||||||
- zxAnCardActualType
|
- zxAnCardActualType
|
||||||
- zxAnEnvRack
|
- ifName
|
||||||
- zxAnEnvShelf
|
|
||||||
- zxAnEnvSlot
|
|
||||||
temperature:
|
temperature:
|
||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
oid: zxAnCardEnvParamTable
|
oid: zxAnCardEnvParamTable
|
||||||
value: zxAnCardTemp
|
value: zxAnCardTemp
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.{{ $index }}'
|
||||||
descr: "Temp Card {{ $zxAnCardActualType }}"
|
descr: "Temp Card {{ $zxAnCardActualType }} ({{ subindex2 }})"
|
||||||
|
low_limit: 0
|
||||||
|
skip_value_lt: 1
|
||||||
fanspeed:
|
fanspeed:
|
||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
@@ -58,17 +63,67 @@ modules:
|
|||||||
oid: zxAnCardEnvParamTable
|
oid: zxAnCardEnvParamTable
|
||||||
value: zxAnCardVoltage
|
value: zxAnCardVoltage
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.{{ $index }}'
|
||||||
descr: "Voltage Card {{ $zxAnCardActualType }}"
|
descr: "Voltage Card {{ $zxAnCardActualType }} ({{ subindex2 }})"
|
||||||
skip_value_lt: 1
|
skip_value_lt: 1
|
||||||
divisor: 1000
|
divisor: 1000
|
||||||
|
dbm:
|
||||||
|
data:
|
||||||
|
-
|
||||||
|
oid: zxAnOpticalModuleInfoTable
|
||||||
|
value: zxAnOpticalIfRxPwrCurrValue
|
||||||
|
num_oid: '.1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.{{ $index }}'
|
||||||
|
index: 'zxAnOpticalIfRxPwrCurrValue.{{ $index }}'
|
||||||
|
descr: "{{ $ifName }} Rx"
|
||||||
|
group: OLT Interfaces
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: zxAnOpticalIfRxPwrCurrValue
|
||||||
|
op: '='
|
||||||
|
value: '2147483647'
|
||||||
|
divisor: 1000
|
||||||
|
high_limit: -8
|
||||||
|
warn_limit: -10
|
||||||
|
low_warn_limit: -30
|
||||||
|
low_limit: -34
|
||||||
|
-
|
||||||
|
oid: zxAnOpticalModuleInfoTable
|
||||||
|
value: zxAnOpticalIfTxPwrCurrValue
|
||||||
|
num_oid: '.1.3.6.1.4.1.3902.1082.30.40.2.4.1.2.{{ $index }}'
|
||||||
|
index: 'zxAnOpticalIfTxPwrCurrValue.{{ $index }}'
|
||||||
|
descr: "{{ $ifName }} Tx"
|
||||||
|
group: OLT Interfaces
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: zxAnOpticalIfTxPwrCurrValue
|
||||||
|
op: '='
|
||||||
|
value: '2147483647'
|
||||||
|
divisor: 1000
|
||||||
|
high_limit: 4
|
||||||
|
low_limit: -4
|
||||||
|
-
|
||||||
|
oid: zxAnPonRxOpticalPowerTable
|
||||||
|
value: zxAnPonRxOpticalPower
|
||||||
|
num_oid: '.1.3.6.1.4.1.3902.1082.500.1.2.4.2.1.2.{{ $index }}'
|
||||||
|
index: 'zxAnPonRxOpticalPower.{{ $index }}'
|
||||||
|
descr: 'ONU Rx {{ $ifName }}:{{ $subindex1 }}'
|
||||||
|
group: '{{ $ifName }} ONU Rx Signals'
|
||||||
|
skip_values:
|
||||||
|
-
|
||||||
|
oid: zxAnPonRxOpticalPower
|
||||||
|
op: '='
|
||||||
|
value: '65535000'
|
||||||
|
divisor: 1000
|
||||||
|
high_limit: -8
|
||||||
|
warn_limit: -10
|
||||||
|
low_warn_limit: -32
|
||||||
|
low_limit: -34
|
||||||
power:
|
power:
|
||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
oid: zxAnCardEnvParamTable
|
oid: zxAnCardEnvParamTable
|
||||||
value: zxAnCardPowerConsumption
|
value: zxAnCardPowerConsumption
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.{{ $index }}'
|
||||||
descr: "Power Consumption Card {{ $zxAnCardActualType }}"
|
descr: "Power Consumption Card {{ $zxAnCardActualType }} ({{ subindex2 }})"
|
||||||
skip_value_lt: 1
|
skip_value_lt: 1
|
||||||
divisor: 1000
|
divisor: 1000
|
||||||
current:
|
current:
|
||||||
@@ -77,7 +132,7 @@ modules:
|
|||||||
oid: zxAnCardEnvParamTable
|
oid: zxAnCardEnvParamTable
|
||||||
value: zxAnCardCurrent
|
value: zxAnCardCurrent
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.{{ $index }}'
|
||||||
descr: "Current Card {{ $zxAnCardActualType }}"
|
descr: "Current Card {{ $zxAnCardActualType }} ({{ subindex2 }})"
|
||||||
skip_value_lt: 1
|
skip_value_lt: 1
|
||||||
divisor: 1000
|
divisor: 1000
|
||||||
|
|
||||||
@@ -85,35 +140,38 @@ modules:
|
|||||||
data:
|
data:
|
||||||
-
|
-
|
||||||
oid: zxAnEnvFanTable
|
oid: zxAnEnvFanTable
|
||||||
|
value: zxAnEnvFanOperStatus
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.{{ $index }}'
|
||||||
index: 'zxAnEnvFanOperStatus.{{ $index}}'
|
index: 'zxAnEnvFanOperStatus.{{ $index }}'
|
||||||
descr: "Fan speed Slot {{ $index }} Oper Status"
|
descr: "Fan speed Slot {{ $subindex2 }} Oper Status"
|
||||||
group: Fans
|
group: Fans
|
||||||
state_name: zxAnEnvFanOperStatus
|
state_name: zxAnEnvFanOperStatus
|
||||||
states:
|
states:
|
||||||
- { value: 1, generic: 0, graph: 0, descr: 'up' }
|
- { value: 1, generic: 0, graph: 1, descr: 'up' }
|
||||||
- { value: 2, generic: 1, graph: 0, descr: 'down' }
|
- { value: 2, generic: 1, graph: 1, descr: 'down' }
|
||||||
- { value: 3, generic: 2, graph: 0, descr: 'unknown' }
|
- { value: 3, generic: 2, graph: 1, descr: 'unknown' }
|
||||||
-
|
-
|
||||||
oid: zxAnEnvFanTable
|
oid: zxAnEnvFanTable
|
||||||
|
value: zxAnEnvFanOnlineStatus
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.{{ $index }}'
|
||||||
index: 'zxAnEnvFanOnlineStatus.{{ $index }}'
|
index: 'zxAnEnvFanOnlineStatus.{{ $index }}'
|
||||||
descr: "Fan speed Slot {{ $index }} Online Status"
|
descr: "Fan speed Slot {{ $subindex2 }} Online Status"
|
||||||
group: Fans
|
group: Fans
|
||||||
state_name: zxAnEnvFanOnlineStatus
|
state_name: zxAnEnvFanOnlineStatus
|
||||||
states:
|
states:
|
||||||
- { value: 1, generic: 0, graph: 0, descr: 'online' }
|
- { value: 1, generic: 0, graph: 1, descr: 'online' }
|
||||||
- { value: 2, generic: 1, graph: 0, descr: 'offline' }
|
- { value: 2, generic: 1, graph: 1, descr: 'offline' }
|
||||||
- { value: 3, generic: 2, graph: 0, descr: 'unknown' }
|
- { value: 3, generic: 2, graph: 1, descr: 'unknown' }
|
||||||
-
|
-
|
||||||
oid: zxAnPowerSupplyTable
|
oid: zxAnPowerSupplyTable
|
||||||
|
value: zxAnPowerSupplyInVoltageStatus
|
||||||
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.{{ $index }}'
|
num_oid: '.1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.{{ $index }}'
|
||||||
index: 'zxAnPowerSupplyInVoltageStatus.{{ $index }}'
|
index: 'zxAnPowerSupplyInVoltageStatus.{{ $index }}'
|
||||||
descr: "Power Supply {{ $index }} Status"
|
descr: "Power Supply {{ $subindex2 }} Voltage Status"
|
||||||
group: Power
|
group: Power
|
||||||
state_name: zxAnPowerSupplyInVoltageStatus
|
state_name: zxAnPowerSupplyInVoltageStatus
|
||||||
states:
|
states:
|
||||||
- { value: 1, generic: 0, graph: 0, descr: 'normal' }
|
- { value: 1, generic: 0, graph: 1, descr: 'normal' }
|
||||||
- { value: 2, generic: 1, graph: 0, descr: 'overVoltage' }
|
- { value: 2, generic: 1, graph: 1, descr: 'overVoltage' }
|
||||||
- { value: 3, generic: 1, graph: 0, descr: 'underVoltage' }
|
- { value: 3, generic: 1, graph: 1, descr: 'underVoltage' }
|
||||||
- { value: 4, generic: 2, graph: 0, descr: 'off' }
|
- { value: 4, generic: 2, graph: 1, descr: 'off' }
|
||||||
|
82
mibs/zte/ZTE-AN-IF-MIB
Normal file
82
mibs/zte/ZTE-AN-IF-MIB
Normal file
@@ -0,0 +1,82 @@
|
|||||||
|
--------------------------------------------------------------------------------
|
||||||
|
-- File Name : ZTE-AN-IF-MIB.mib
|
||||||
|
-- Date : 2006-09-05
|
||||||
|
-- Author : ZTE Nms dept.
|
||||||
|
--
|
||||||
|
-- ZTE Interface MIB for Access Node
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
ZTE-AN-IF-MIB DEFINITIONS ::= BEGIN
|
||||||
|
IMPORTS
|
||||||
|
MODULE-IDENTITY, OBJECT-TYPE, NOTIFICATION-TYPE FROM SNMPv2-SMI
|
||||||
|
DisplayString FROM SNMPv2-TC
|
||||||
|
ifIndex FROM IF-MIB
|
||||||
|
ZxAnSubIfIndex FROM ZTE-AN-TC-MIB
|
||||||
|
zxAnInterface FROM ZTE-AN-SMI;
|
||||||
|
|
||||||
|
zxAnIfMib MODULE-IDENTITY
|
||||||
|
LAST-UPDATED "201106081500Z"
|
||||||
|
ORGANIZATION "ZTE Corporation"
|
||||||
|
CONTACT-INFO "Su Chunshan
|
||||||
|
Mail: suchunshan@zte.com.cn
|
||||||
|
Tel : 021-68896284"
|
||||||
|
DESCRIPTION "The MIB module for the management of the interface for
|
||||||
|
ZTE Access Node."
|
||||||
|
REVISION "201106081500Z"
|
||||||
|
DESCRIPTION
|
||||||
|
"New oid assignments for xxx xxx."
|
||||||
|
|
||||||
|
::= { zxAnInterface 5 }
|
||||||
|
|
||||||
|
zxAnIfObjects OBJECT IDENTIFIER ::= { zxAnIfMib 5 }
|
||||||
|
zxAnIfNotifications OBJECT IDENTIFIER ::= { zxAnIfMib 6 }
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
-- Following objects are defined.
|
||||||
|
-- 1.Interface Extended Table
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
-- 1.Interface Extended Table
|
||||||
|
--------------------------------------------------------------------------------
|
||||||
|
zxAnIfTable OBJECT-TYPE
|
||||||
|
SYNTAX SEQUENCE OF ZxAnIfEntry
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"This table includes the general interface infomation."
|
||||||
|
::= { zxAnIfObjects 1 }
|
||||||
|
|
||||||
|
zxAnIfEntry OBJECT-TYPE
|
||||||
|
SYNTAX ZxAnIfEntry
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"An entry in zxAnIfTable."
|
||||||
|
INDEX { ifIndex, zxAnSubIfIndex }
|
||||||
|
::= { zxAnIfTable 1 }
|
||||||
|
|
||||||
|
ZxAnIfEntry ::= SEQUENCE {
|
||||||
|
zxAnSubIfIndex ZxAnSubIfIndex,
|
||||||
|
zxAnSubIfAlias DisplayString
|
||||||
|
}
|
||||||
|
|
||||||
|
zxAnSubIfIndex OBJECT-TYPE
|
||||||
|
SYNTAX ZxAnSubIfIndex
|
||||||
|
MAX-ACCESS not-accessible
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"Sub-interface index at this interface."
|
||||||
|
::= { zxAnIfEntry 2 }
|
||||||
|
|
||||||
|
zxAnSubIfAlias OBJECT-TYPE
|
||||||
|
SYNTAX DisplayString (SIZE(0..64))
|
||||||
|
MAX-ACCESS read-write
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"The alias of the sub-interface."
|
||||||
|
::= { zxAnIfEntry 3 }
|
||||||
|
|
||||||
|
END
|
||||||
|
|
1238
mibs/zte/ZTE-AN-PON-BASE-MIB
Normal file
1238
mibs/zte/ZTE-AN-PON-BASE-MIB
Normal file
File diff suppressed because it is too large
Load Diff
135
mibs/zte/ZTE-AN-PON-TC-MIB
Normal file
135
mibs/zte/ZTE-AN-PON-TC-MIB
Normal file
@@ -0,0 +1,135 @@
|
|||||||
|
ZTE-AN-PON-TC-MIB DEFINITIONS ::= BEGIN
|
||||||
|
|
||||||
|
IMPORTS
|
||||||
|
enterprises FROM SNMPv2-SMI
|
||||||
|
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||||
|
OBJECT-TYPE FROM SNMPv2-SMI
|
||||||
|
Integer32 FROM SNMPv2-SMI
|
||||||
|
TEXTUAL-CONVENTION FROM SNMPv2-TC
|
||||||
|
zxAnPon FROM ZTE-AN-SMI;
|
||||||
|
|
||||||
|
zxAnPonTcMib MODULE-IDENTITY
|
||||||
|
LAST-UPDATED "201202291600Z"
|
||||||
|
ORGANIZATION "ZTE Corporation"
|
||||||
|
CONTACT-INFO
|
||||||
|
"Guo HongJian ZTE Corporation
|
||||||
|
Mail: guo.hongjian@zte.com.cn
|
||||||
|
Tel: +86-21-68897417"
|
||||||
|
DESCRIPTION "The MIB module which provides a ZTE access node device PON
|
||||||
|
managment MIB Textual Conventions."
|
||||||
|
|
||||||
|
REVISION "201202291600Z"
|
||||||
|
DESCRIPTION
|
||||||
|
"Initial version of this MIB module."
|
||||||
|
::= { zxAnPon 100 }
|
||||||
|
|
||||||
|
-- -------------------------------------------------------------
|
||||||
|
-- Textual Conventions
|
||||||
|
-- -------------------------------------------------------------
|
||||||
|
ZxAnPonOnuIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnPonOnuIndex represents the index of ONU.
|
||||||
|
Each bit field of ZxAnPonOnuIndex has
|
||||||
|
its definitions such as follows.
|
||||||
|
|
||||||
|
MSB -- Most Significant Byte
|
||||||
|
LSB -- Least Significant Byte
|
||||||
|
|
||||||
|
|MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB|
|
||||||
|
|---------------------------------------------------------|
|
||||||
|
| Type | Index |
|
||||||
|
|(4bits)| (28bits) |
|
||||||
|
+-------+-------------------------------------------------+
|
||||||
|
|
||||||
|
ZxAnPonOnuIndex type :
|
||||||
|
The values definition is,
|
||||||
|
0 - Normal ONU index
|
||||||
|
3 - Virtual ONU index for profile
|
||||||
|
|
||||||
|
0 - Normal ONU index
|
||||||
|
|MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB|
|
||||||
|
|-----------------------------+---------------------------|
|
||||||
|
| 0 | Reserve | ONU Index(1..128) |
|
||||||
|
|(4bits)| (20bits) | |
|
||||||
|
+---------------------------------------------------------+
|
||||||
|
|
||||||
|
3 - Virtual ONU index for profile
|
||||||
|
|MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB|
|
||||||
|
|-----------------------------+---------------------------|
|
||||||
|
| 3 | Profile Index |
|
||||||
|
|(4bits)| (28bits) |
|
||||||
|
+---------------------------------------------------------+
|
||||||
|
The 'Profile Index' is derived from 'zxAnPonSrvOnuPrfId' of
|
||||||
|
'zxAnPonSrvOnuProfileTable'.
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
ZxAnPonRmOnuIfIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnPonRmOnuIfIndex reprensents the index of interface in ONU.
|
||||||
|
The definition is as follows:
|
||||||
|
| MSB Byte 4 | Byte 3 | Byte 2 | Byte 1 LSB |
|
||||||
|
| Type | Reserved | | |
|
||||||
|
|----------------------+--------------+----------------+--------------|
|
||||||
|
| 0: ETH UNI | 0 | Slot No. | Port No. |
|
||||||
|
| 1: WiFi UNI | 0 | Slot No. | Port No. |
|
||||||
|
| 2: IP host | 0 | 0 | Index |
|
||||||
|
| 3: Flow | 0 | 0 | Index |
|
||||||
|
| 4: GEM port | 0 | 0 | Index |
|
||||||
|
| 5: Multicast GEM port| 0 | 0 | Index |
|
||||||
|
| 6: VEIP | 0 | 0 | Index |
|
||||||
|
| 7: WAN | 0 | 0 | Index |
|
||||||
|
| 8: xDSL UNI | 0 | Slot No. | Port No. |
|
||||||
|
|---------------------------------------------------------------------|
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
ZxAnPonRmOnuAniIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnPonRmOnuAniIndex reprensents the index of ANI in ONU.
|
||||||
|
Usually there's only one ANI in ONU.
|
||||||
|
Two ANIs appear in ONU that supports type C/D protection function.
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
ZxAnPonRmOnuUniIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnPonRmOnuUniIndex reprensents the index of UNI in ONU.
|
||||||
|
|
||||||
|
|MSB Byte 2 | Byte 1 LSB|
|
||||||
|
|------------------------------+---------------------------|
|
||||||
|
| Slot No. | Port No. |
|
||||||
|
+------------------------------+---------------------------+
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
ZxAnGponOnuTcontIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnGponOnuTcontIndex reprensents the index of T-CONT in ONU,
|
||||||
|
from 1 to upper limit supported T-CONT count of ONU type.
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
ZxAnGponOnuGemPortIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnGponOnuGemPortIndex reprensents the index of GEM port in ONU,
|
||||||
|
from 1 to upper limit supported GEM port count of ONU type.
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
ZxAnGponOnuVportIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnGponOnuVportIndex reprensents the index of vport in ONU,
|
||||||
|
from 1 to 256.
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
END
|
||||||
|
|
377
mibs/zte/ZTE-AN-TC-MIB
Normal file
377
mibs/zte/ZTE-AN-TC-MIB
Normal file
@@ -0,0 +1,377 @@
|
|||||||
|
ZTE-AN-TC-MIB DEFINITIONS ::= BEGIN
|
||||||
|
|
||||||
|
IMPORTS
|
||||||
|
enterprises FROM SNMPv2-SMI
|
||||||
|
MODULE-IDENTITY FROM SNMPv2-SMI
|
||||||
|
OBJECT-TYPE FROM SNMPv2-SMI
|
||||||
|
Integer32 FROM SNMPv2-SMI
|
||||||
|
Unsigned32 FROM SNMPv2-SMI
|
||||||
|
TEXTUAL-CONVENTION FROM SNMPv2-TC
|
||||||
|
zxAccessNode FROM ZTE-AN-SMI;
|
||||||
|
|
||||||
|
zxAnTcMib MODULE-IDENTITY
|
||||||
|
LAST-UPDATED "201107111600Z"
|
||||||
|
ORGANIZATION "ZTE Corporation"
|
||||||
|
CONTACT-INFO "ZTE NMS dept.
|
||||||
|
Su Chunshan 68896292,
|
||||||
|
Zeng Nanxi 68896250,
|
||||||
|
Ma Jian 68896249"
|
||||||
|
DESCRIPTION "The MIB module which provides a ZTE access node device MIB
|
||||||
|
Textual Conventions."
|
||||||
|
-- Revision history
|
||||||
|
REVISION "201107111600Z"
|
||||||
|
DESCRIPTION
|
||||||
|
"Add description of ifIndex."
|
||||||
|
REVISION "200605181400Z"
|
||||||
|
DESCRIPTION
|
||||||
|
"Initial version of this MIB module."
|
||||||
|
::= { zxAccessNode 1010 }
|
||||||
|
|
||||||
|
-- -------------------------------------------------------------
|
||||||
|
-- Textual Conventions
|
||||||
|
-- -------------------------------------------------------------
|
||||||
|
|
||||||
|
VlanId ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"A 12-bit VLAN ID used in the VLAN Tag header."
|
||||||
|
SYNTAX Integer32 (1..4094)
|
||||||
|
|
||||||
|
ZxAnSubIfIndex ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnSubIfIndex represents a sub-interface of a physical port.
|
||||||
|
It must be used with ifIndex. ZxAnSubIfIndex uses a complex coding
|
||||||
|
to construct the subIfIndex. Each bit field of ZxAnSubIfIndex has
|
||||||
|
its definitions such as follows.
|
||||||
|
|
||||||
|
MSB -- Most Significant Byte
|
||||||
|
LSB -- Least Significant Byte
|
||||||
|
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+----------------------------------------------|
|
||||||
|
| SubIfType | SubIf No. |
|
||||||
|
| (5bits) | (27bits) |
|
||||||
|
+-----------+----------------------------------------------+
|
||||||
|
|
||||||
|
SubIfType :
|
||||||
|
The values definition is,
|
||||||
|
0 - Invalid sub-interface
|
||||||
|
1 - ONU sub-interface
|
||||||
|
2 - ONU vport sub-interface
|
||||||
|
3 - ONU service port sub-interface
|
||||||
|
4 - ONU gemport sub-interface
|
||||||
|
5 - ONU UNI sub-interface
|
||||||
|
6 - DSL PVC sub-interface
|
||||||
|
7 - ATM/IMA PVC sub-interface
|
||||||
|
8 - VLAN sub-interface
|
||||||
|
9 - Ethernet service port sub-interface
|
||||||
|
|
||||||
|
0 - Invalid sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+----------------------------------------------|
|
||||||
|
| 0 | 0 |
|
||||||
|
| (5bits) | (27bits) |
|
||||||
|
+-----------+----------------------------------------------+
|
||||||
|
|
||||||
|
1 - ONU sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+------------------+---------------------------|
|
||||||
|
| 1 | ONU No. | 0 |
|
||||||
|
| (5bits) | (11bits) | (16bits) |
|
||||||
|
+-----------+------------------+---------------------------+
|
||||||
|
|
||||||
|
2 - ONU vport sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+------------------+--------------+------------|
|
||||||
|
| 2 | ONU No. | VPort No. | 0 |
|
||||||
|
| (5bits) | (11bits) | (8bits) | (8bits) |
|
||||||
|
+-----------+------------------+--------------+------------+
|
||||||
|
|
||||||
|
3 - ONU service port sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+------------------+---------------------------|
|
||||||
|
| 3 | ONU No. | Service Port | 0 |
|
||||||
|
| | | No. | |
|
||||||
|
| (5bits) | (11bits) | (8bits) | (8bits) |
|
||||||
|
+-----------+------------------+--------------+------------+
|
||||||
|
|
||||||
|
4 - ONU gemport sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+------------------+--------------+------------|
|
||||||
|
| 4 | ONU No. | Gemport No. | 0 |
|
||||||
|
| (5bits) | (11bits) | (8bits) | (8bits) |
|
||||||
|
+-----------+------------------+--------------+------------+
|
||||||
|
|
||||||
|
5 - ONU UNI sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+------------------+--------------+------------|
|
||||||
|
| 5 | ONU No. | ONU Slot No. |ONU UNI No. |
|
||||||
|
| (5bits) | (11bits) | (8bits) | (8bits) |
|
||||||
|
+-----------+------------------+--------------+------------+
|
||||||
|
|
||||||
|
6 - DSL PVC sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+---------------------------------+------------|
|
||||||
|
| 6 | 0 | PVC No. |
|
||||||
|
| (5bits) | (19bits) | (8bits) |
|
||||||
|
+-----------+---------------------------------+------------+
|
||||||
|
|
||||||
|
7 - ATM/IMA PVC sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+------------------+---------------------------|
|
||||||
|
| 7 | 0 | PVC No. |
|
||||||
|
| (5bits) | (11bits) | (16bits) |
|
||||||
|
+-----------+------------------+---------------------------+
|
||||||
|
|
||||||
|
8 - VLAN sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+---+----------------------+-------------------|
|
||||||
|
| 8 | 0 | SVLAN ID | CVLAN ID |
|
||||||
|
| (5bits) |(3)| (12bits) | (12bits) |
|
||||||
|
+-----------+---+----------------------+-------------------+
|
||||||
|
|
||||||
|
9 - Ethernet service port sub-interface
|
||||||
|
| MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
|-----------+---------------------------------+------------|
|
||||||
|
| 9 | 0 |Service Port|
|
||||||
|
| | | No. |
|
||||||
|
| (5bits) | (19bits) | (8bits) |
|
||||||
|
+-----------+---------------------------------+------------+
|
||||||
|
|
||||||
|
"
|
||||||
|
SYNTAX Integer32
|
||||||
|
|
||||||
|
ZxAnPortList ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnPortList reprensents a map of ports. It uses a complex coding
|
||||||
|
to construct a OCTET STRING.
|
||||||
|
ZxAnPortList is consisted of many physical port units. Each port
|
||||||
|
unit is the type of OCTET STRING which including some bit fields.
|
||||||
|
|
||||||
|
+-----------+-----------+ +-------------+-------------+
|
||||||
|
| Phy Port 1| Phy Port 2| ... | Phy Port n-1| Phy Port n |
|
||||||
|
| Unit | Unit | | Unit | Unit |
|
||||||
|
+-----------+-----------+------+-------------+-------------+
|
||||||
|
|
||||||
|
Each port unit has some bit fields to indicate some information.
|
||||||
|
The definition of a port unit is as follows.
|
||||||
|
|
||||||
|
| Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n|
|
||||||
|
|---------|-------------|----------|-----------|----------------|
|
||||||
|
|Unit Size|InterfaceType| Port No. |ServiceType| Ports List |
|
||||||
|
| | |(Phy port)| | (logical port) |
|
||||||
|
+---------+-------------+----------+-----------+----------------+
|
||||||
|
|
||||||
|
Unit Size:
|
||||||
|
The length of this port unit, UNIT is byte.
|
||||||
|
InterfaceType:
|
||||||
|
The values definition of interfaceType
|
||||||
|
1 - Physical Port
|
||||||
|
2 - DSL PVC
|
||||||
|
4 - EPON/GPON vport
|
||||||
|
5 - ATM PVC
|
||||||
|
6 - VDSL PVC
|
||||||
|
241 - Smartgroup
|
||||||
|
Port No.:
|
||||||
|
The port No. in a slot.
|
||||||
|
ServiceType:
|
||||||
|
The service is carried by these ports or virtual circuits.
|
||||||
|
Ports List:
|
||||||
|
Each octet within this field specifies a set of eight
|
||||||
|
ports, with the first octet specifying ports 1 through
|
||||||
|
8, the second octet specifying ports 9 through 16, etc.
|
||||||
|
Within each octet, the most significant bit represents
|
||||||
|
the lowest numbered port, and the least significant bit
|
||||||
|
represents the highest numbered port. Thus, each port
|
||||||
|
of the service entity is represented by a single bit within
|
||||||
|
the value of this object. If that bit has a value of '1'
|
||||||
|
then that port is included in the set of ports, the port
|
||||||
|
is not included if its bit has a value of '0'.
|
||||||
|
|
||||||
|
For Example:
|
||||||
|
|
||||||
|
InterfaceType: 1 - Physical Port
|
||||||
|
| Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n|
|
||||||
|
|---------|----------|----------|----------|----------------------|
|
||||||
|
|Unit Size| 1 | 0 | 0 |Physical Ports List |
|
||||||
|
+---------+----------+----------+----------+----------------------+
|
||||||
|
|
||||||
|
InterfaceType: 2 - DSL PVC
|
||||||
|
| Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n|
|
||||||
|
|---------|----------|----------|----------|----------------------|
|
||||||
|
|Unit Size| 2 | Port No. | 0 |DSL PVCs List |
|
||||||
|
+---------+----------+----------+----------+----------------------+
|
||||||
|
|
||||||
|
InterfaceType: 4 - EPON/GPON vport
|
||||||
|
| Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n|
|
||||||
|
|---------|----------|----------|----------|----------------------|
|
||||||
|
|Unit Size| 4 | Port No. | ONU |VPorts List |
|
||||||
|
+---------+----------+----------+----------+----------------------+
|
||||||
|
|
||||||
|
InterfaceType: 5 - ATM PVC
|
||||||
|
| Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n|
|
||||||
|
|---------|----------|----------|----------|----------------------|
|
||||||
|
|Unit Size| 5 | Port No. | 0 |ATM PVCs List |
|
||||||
|
+---------+----------+----------+----------+----------------------+
|
||||||
|
|
||||||
|
InterfaceType: 6 - VDSL PVC
|
||||||
|
| Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n|
|
||||||
|
|---------|----------|----------|----------|----------------------|
|
||||||
|
|Unit Size| 6 | Port No. | 0 |VDSL PVCs List |
|
||||||
|
+---------+----------+----------+----------+----------------------+
|
||||||
|
|
||||||
|
InterfaceType: 241 - Smartgroup
|
||||||
|
| Byte 0 | Byte 1 | Byte 2 | Byte 3 |Byte 4 .. Byte n|
|
||||||
|
|---------|----------|----------|----------|----------------------|
|
||||||
|
|Unit Size| 241 | 0 | 0 |Smart Groups List |
|
||||||
|
+---------+----------+----------+----------+----------------------+
|
||||||
|
"
|
||||||
|
SYNTAX OCTET STRING
|
||||||
|
|
||||||
|
ZxAnIdList ::= TEXTUAL-CONVENTION
|
||||||
|
STATUS current
|
||||||
|
DESCRIPTION
|
||||||
|
"ZxAnIdList reprensents a map of id,such as vlan id list,
|
||||||
|
multicast pkg id list.
|
||||||
|
Each octet within this field specifies a set of eight
|
||||||
|
id, with the first octet specifying id 1 through
|
||||||
|
8, the second octet specifying id 9 through 16, etc.
|
||||||
|
Within each octet, the most significant bit represents
|
||||||
|
the lowest numbered id, and the least significant bit
|
||||||
|
represents the highest numbered id. Thus, each id
|
||||||
|
of the service entity is represented by a single bit within the
|
||||||
|
value of this object. If that bit has a value of '1'
|
||||||
|
then that id is included in the set of ids; the id
|
||||||
|
is not included if its bit has a value of '0'.
|
||||||
|
"
|
||||||
|
SYNTAX OCTET STRING
|
||||||
|
|
||||||
|
-- -------------------------------------------------------------
|
||||||
|
-- Description of ifIndex.
|
||||||
|
-- -------------------------------------------------------------
|
||||||
|
--
|
||||||
|
-- A unique index value of a physical interface or a logical
|
||||||
|
-- interface. Each bit field of ifIndex has its definitions such as
|
||||||
|
-- follows.
|
||||||
|
--
|
||||||
|
-- MSB : Most Significant Byte
|
||||||
|
-- LSB : Least Significant Byte
|
||||||
|
--
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- |IfType | If No. |
|
||||||
|
-- |(4bits)| (28bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- IfType:
|
||||||
|
-- The values definition is,
|
||||||
|
-- 1 - Physical Interface
|
||||||
|
-- 2 - Logical Interface
|
||||||
|
-- 3 - Inner-port Interface
|
||||||
|
--
|
||||||
|
-- 1 - Physical Interface
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 1 |Rack No.| Shelf No. | Slot No. | Port No. |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (8bits) | (8bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
--
|
||||||
|
-- 2 - Logical Interface
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 |SubType | Logical If No. |
|
||||||
|
-- |(4bits)|(4bits) | (24bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- SubType:
|
||||||
|
-- The values definition is,
|
||||||
|
-- 1 - Smartgroup
|
||||||
|
-- 2 - Interface VLAN
|
||||||
|
-- 3 - Interface Super VLAN
|
||||||
|
-- 4 - Loopback ID
|
||||||
|
-- 5 - Interface Inband VLAN
|
||||||
|
-- 6 - Pseudo-wire
|
||||||
|
-- 7 - If Mng
|
||||||
|
-- 8 - CIP
|
||||||
|
-- 9 - CPU
|
||||||
|
--
|
||||||
|
-- 1 - Smartgroup
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 1 | 0 | Smartgroup ID |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 2 - Interface VLAN
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 2 | 0 | If VLAN ID |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 3 - Interface Super VLAN
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 3 | 0 | If Super VLAN ID |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 4 - Loopback Id
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 4 | 0 | Loopback ID |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 5 - Interface Inband VLAN
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 5 | 0 | If Inband VLAN ID |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 6 - Pseudo Wire
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 6 | 0 | Pseudo-wire No. |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 7 - Interface MNG
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 7 | 0 | If Mng No. |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 8 - CIP
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 8 | 0 | CIP |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- 9 - CPU
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | LSB |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
-- | 2 | 9 | 0 | CPU |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (16bits) |
|
||||||
|
-- |--------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
-- -----------------------------------------------------------------------------
|
||||||
|
--
|
||||||
|
-- 3 - Inner-port Interface
|
||||||
|
-- | MSB | Byte 2 | Byte 1 | Type | LSB |
|
||||||
|
-- |----------------------------------------------------------------- |
|
||||||
|
-- | 3 |Rack No.| Shelf No. | Slot No. | Type | Port No. |
|
||||||
|
-- | | | | | | Smartgroup |
|
||||||
|
-- |(4bits)|(4bits) | (8bits) | (8bits) |(1bit) | (7bits) |
|
||||||
|
-- |----------------------------------------------------------------- |
|
||||||
|
--
|
||||||
|
|
||||||
|
END
|
||||||
|
|
@@ -2350,18 +2350,7 @@
|
|||||||
"processor_index": "1.1.1",
|
"processor_index": "1.1.1",
|
||||||
"processor_type": "zxa10",
|
"processor_type": "zxa10",
|
||||||
"processor_usage": 11,
|
"processor_usage": 11,
|
||||||
"processor_descr": "GTGOG Processor",
|
"processor_descr": "GTGOG (1) Processor",
|
||||||
"processor_precision": 1,
|
|
||||||
"processor_perc_warn": 75
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"entPhysicalIndex": 0,
|
|
||||||
"hrDeviceIndex": 0,
|
|
||||||
"processor_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.9.1.1.3",
|
|
||||||
"processor_index": "1.1.3",
|
|
||||||
"processor_type": "zxa10",
|
|
||||||
"processor_usage": 0,
|
|
||||||
"processor_descr": "PRAM Processor",
|
|
||||||
"processor_precision": 1,
|
"processor_precision": 1,
|
||||||
"processor_perc_warn": 75
|
"processor_perc_warn": 75
|
||||||
},
|
},
|
||||||
@@ -2372,7 +2361,7 @@
|
|||||||
"processor_index": "1.1.4",
|
"processor_index": "1.1.4",
|
||||||
"processor_type": "zxa10",
|
"processor_type": "zxa10",
|
||||||
"processor_usage": 8,
|
"processor_usage": 8,
|
||||||
"processor_descr": "SMXA Processor",
|
"processor_descr": "SMXA (4) Processor",
|
||||||
"processor_precision": 1,
|
"processor_precision": 1,
|
||||||
"processor_perc_warn": 75
|
"processor_perc_warn": 75
|
||||||
}
|
}
|
||||||
@@ -2389,7 +2378,7 @@
|
|||||||
"mempool_type": "zxa10",
|
"mempool_type": "zxa10",
|
||||||
"mempool_class": "system",
|
"mempool_class": "system",
|
||||||
"mempool_precision": 1,
|
"mempool_precision": 1,
|
||||||
"mempool_descr": "Card GTGOG",
|
"mempool_descr": "Card GTGOG (1)",
|
||||||
"mempool_perc": 26,
|
"mempool_perc": 26,
|
||||||
"mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.1",
|
"mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.1",
|
||||||
"mempool_used": 133,
|
"mempool_used": 133,
|
||||||
@@ -2409,7 +2398,7 @@
|
|||||||
"mempool_type": "zxa10",
|
"mempool_type": "zxa10",
|
||||||
"mempool_class": "system",
|
"mempool_class": "system",
|
||||||
"mempool_precision": 1,
|
"mempool_precision": 1,
|
||||||
"mempool_descr": "Card SMXA",
|
"mempool_descr": "Card SMXA (4)",
|
||||||
"mempool_perc": 25,
|
"mempool_perc": 25,
|
||||||
"mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.4",
|
"mempool_perc_oid": ".1.3.6.1.4.1.3902.1082.10.1.2.4.1.11.1.1.4",
|
||||||
"mempool_used": 512,
|
"mempool_used": 512,
|
||||||
@@ -2437,7 +2426,7 @@
|
|||||||
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.1",
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.5.1.1.1",
|
||||||
"sensor_index": "1.1.1",
|
"sensor_index": "1.1.1",
|
||||||
"sensor_type": "zxa10",
|
"sensor_type": "zxa10",
|
||||||
"sensor_descr": "Current Card GTGOG",
|
"sensor_descr": "Current Card GTGOG (1)",
|
||||||
"group": null,
|
"group": null,
|
||||||
"sensor_divisor": 1000,
|
"sensor_divisor": 1000,
|
||||||
"sensor_multiplier": 1,
|
"sensor_multiplier": 1,
|
||||||
@@ -2509,7 +2498,7 @@
|
|||||||
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.1",
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.1",
|
||||||
"sensor_index": "1.1.1",
|
"sensor_index": "1.1.1",
|
||||||
"sensor_type": "zxa10",
|
"sensor_type": "zxa10",
|
||||||
"sensor_descr": "Power Consumption Card GTGOG",
|
"sensor_descr": "Power Consumption Card GTGOG (1)",
|
||||||
"group": null,
|
"group": null,
|
||||||
"sensor_divisor": 1000,
|
"sensor_divisor": 1000,
|
||||||
"sensor_multiplier": 1,
|
"sensor_multiplier": 1,
|
||||||
@@ -2533,7 +2522,7 @@
|
|||||||
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.3",
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.3.1.1.3",
|
||||||
"sensor_index": "1.1.3",
|
"sensor_index": "1.1.3",
|
||||||
"sensor_type": "zxa10",
|
"sensor_type": "zxa10",
|
||||||
"sensor_descr": "Power Consumption Card PRAM",
|
"sensor_descr": "Power Consumption Card PRAM (3)",
|
||||||
"group": null,
|
"group": null,
|
||||||
"sensor_divisor": 1000,
|
"sensor_divisor": 1000,
|
||||||
"sensor_multiplier": 1,
|
"sensor_multiplier": 1,
|
||||||
@@ -2550,6 +2539,150 @@
|
|||||||
"user_func": null,
|
"user_func": null,
|
||||||
"state_name": null
|
"state_name": null
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"sensor_deleted": 0,
|
||||||
|
"sensor_class": "state",
|
||||||
|
"poller_type": "snmp",
|
||||||
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.1",
|
||||||
|
"sensor_index": "zxAnEnvFanOnlineStatus.1.1.1",
|
||||||
|
"sensor_type": "zxAnEnvFanOnlineStatus",
|
||||||
|
"sensor_descr": "Fan speed Slot 1 Online Status",
|
||||||
|
"group": "Fans",
|
||||||
|
"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": "zxAnEnvFanOnlineStatus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sensor_deleted": 0,
|
||||||
|
"sensor_class": "state",
|
||||||
|
"poller_type": "snmp",
|
||||||
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.6.1.1.2",
|
||||||
|
"sensor_index": "zxAnEnvFanOnlineStatus.1.1.2",
|
||||||
|
"sensor_type": "zxAnEnvFanOnlineStatus",
|
||||||
|
"sensor_descr": "Fan speed Slot 2 Online Status",
|
||||||
|
"group": "Fans",
|
||||||
|
"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": "zxAnEnvFanOnlineStatus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sensor_deleted": 0,
|
||||||
|
"sensor_class": "state",
|
||||||
|
"poller_type": "snmp",
|
||||||
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.1",
|
||||||
|
"sensor_index": "zxAnEnvFanOperStatus.1.1.1",
|
||||||
|
"sensor_type": "zxAnEnvFanOperStatus",
|
||||||
|
"sensor_descr": "Fan speed Slot 1 Oper Status",
|
||||||
|
"group": "Fans",
|
||||||
|
"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": "zxAnEnvFanOperStatus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sensor_deleted": 0,
|
||||||
|
"sensor_class": "state",
|
||||||
|
"poller_type": "snmp",
|
||||||
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.4.11.1.5.1.1.2",
|
||||||
|
"sensor_index": "zxAnEnvFanOperStatus.1.1.2",
|
||||||
|
"sensor_type": "zxAnEnvFanOperStatus",
|
||||||
|
"sensor_descr": "Fan speed Slot 2 Oper Status",
|
||||||
|
"group": "Fans",
|
||||||
|
"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": "zxAnEnvFanOperStatus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sensor_deleted": 0,
|
||||||
|
"sensor_class": "state",
|
||||||
|
"poller_type": "snmp",
|
||||||
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.3",
|
||||||
|
"sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.3",
|
||||||
|
"sensor_type": "zxAnPowerSupplyInVoltageStatus",
|
||||||
|
"sensor_descr": "Power Supply 3 Voltage Status",
|
||||||
|
"group": "Power",
|
||||||
|
"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": "zxAnPowerSupplyInVoltageStatus"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"sensor_deleted": 0,
|
||||||
|
"sensor_class": "state",
|
||||||
|
"poller_type": "snmp",
|
||||||
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.3.11.1.3.1.1.4",
|
||||||
|
"sensor_index": "zxAnPowerSupplyInVoltageStatus.1.1.4",
|
||||||
|
"sensor_type": "zxAnPowerSupplyInVoltageStatus",
|
||||||
|
"sensor_descr": "Power Supply 4 Voltage Status",
|
||||||
|
"group": "Power",
|
||||||
|
"sensor_divisor": 1,
|
||||||
|
"sensor_multiplier": 1,
|
||||||
|
"sensor_current": 4,
|
||||||
|
"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": "zxAnPowerSupplyInVoltageStatus"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"sensor_deleted": 0,
|
"sensor_deleted": 0,
|
||||||
"sensor_class": "temperature",
|
"sensor_class": "temperature",
|
||||||
@@ -2557,14 +2690,14 @@
|
|||||||
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.1",
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.1",
|
||||||
"sensor_index": "1.1.1",
|
"sensor_index": "1.1.1",
|
||||||
"sensor_type": "zxa10",
|
"sensor_type": "zxa10",
|
||||||
"sensor_descr": "Temp Card GTGOG",
|
"sensor_descr": "Temp Card GTGOG (1)",
|
||||||
"group": null,
|
"group": null,
|
||||||
"sensor_divisor": 1,
|
"sensor_divisor": 1,
|
||||||
"sensor_multiplier": 1,
|
"sensor_multiplier": 1,
|
||||||
"sensor_current": 38,
|
"sensor_current": 38,
|
||||||
"sensor_limit": 58,
|
"sensor_limit": 58,
|
||||||
"sensor_limit_warn": null,
|
"sensor_limit_warn": null,
|
||||||
"sensor_limit_low": 28,
|
"sensor_limit_low": 0,
|
||||||
"sensor_limit_low_warn": null,
|
"sensor_limit_low_warn": null,
|
||||||
"sensor_alert": 1,
|
"sensor_alert": 1,
|
||||||
"sensor_custom": "No",
|
"sensor_custom": "No",
|
||||||
@@ -2581,14 +2714,14 @@
|
|||||||
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.3",
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.3",
|
||||||
"sensor_index": "1.1.3",
|
"sensor_index": "1.1.3",
|
||||||
"sensor_type": "zxa10",
|
"sensor_type": "zxa10",
|
||||||
"sensor_descr": "Temp Card PRAM",
|
"sensor_descr": "Temp Card PRAM (3)",
|
||||||
"group": null,
|
"group": null,
|
||||||
"sensor_divisor": 1,
|
"sensor_divisor": 1,
|
||||||
"sensor_multiplier": 1,
|
"sensor_multiplier": 1,
|
||||||
"sensor_current": 37,
|
"sensor_current": 37,
|
||||||
"sensor_limit": 57,
|
"sensor_limit": 57,
|
||||||
"sensor_limit_warn": null,
|
"sensor_limit_warn": null,
|
||||||
"sensor_limit_low": 27,
|
"sensor_limit_low": 0,
|
||||||
"sensor_limit_low_warn": null,
|
"sensor_limit_low_warn": null,
|
||||||
"sensor_alert": 1,
|
"sensor_alert": 1,
|
||||||
"sensor_custom": "No",
|
"sensor_custom": "No",
|
||||||
@@ -2605,14 +2738,14 @@
|
|||||||
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.4",
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.2.1.1.4",
|
||||||
"sensor_index": "1.1.4",
|
"sensor_index": "1.1.4",
|
||||||
"sensor_type": "zxa10",
|
"sensor_type": "zxa10",
|
||||||
"sensor_descr": "Temp Card SMXA",
|
"sensor_descr": "Temp Card SMXA (4)",
|
||||||
"group": null,
|
"group": null,
|
||||||
"sensor_divisor": 1,
|
"sensor_divisor": 1,
|
||||||
"sensor_multiplier": 1,
|
"sensor_multiplier": 1,
|
||||||
"sensor_current": 43,
|
"sensor_current": 43,
|
||||||
"sensor_limit": 63,
|
"sensor_limit": 63,
|
||||||
"sensor_limit_warn": null,
|
"sensor_limit_warn": null,
|
||||||
"sensor_limit_low": 33,
|
"sensor_limit_low": 0,
|
||||||
"sensor_limit_low_warn": null,
|
"sensor_limit_low_warn": null,
|
||||||
"sensor_alert": 1,
|
"sensor_alert": 1,
|
||||||
"sensor_custom": "No",
|
"sensor_custom": "No",
|
||||||
@@ -2629,7 +2762,7 @@
|
|||||||
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.1.1.1",
|
"sensor_oid": ".1.3.6.1.4.1.3902.1082.10.10.2.1.6.1.4.1.1.1",
|
||||||
"sensor_index": "1.1.1",
|
"sensor_index": "1.1.1",
|
||||||
"sensor_type": "zxa10",
|
"sensor_type": "zxa10",
|
||||||
"sensor_descr": "Voltage Card GTGOG",
|
"sensor_descr": "Voltage Card GTGOG (1)",
|
||||||
"group": null,
|
"group": null,
|
||||||
"sensor_divisor": 1000,
|
"sensor_divisor": 1000,
|
||||||
"sensor_multiplier": 1,
|
"sensor_multiplier": 1,
|
||||||
@@ -2670,6 +2803,78 @@
|
|||||||
"user_func": null,
|
"user_func": null,
|
||||||
"state_name": null
|
"state_name": null
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"state_indexes": [
|
||||||
|
{
|
||||||
|
"state_name": "zxAnEnvFanOnlineStatus",
|
||||||
|
"state_descr": "online",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 1,
|
||||||
|
"state_generic_value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnEnvFanOnlineStatus",
|
||||||
|
"state_descr": "offline",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 2,
|
||||||
|
"state_generic_value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnEnvFanOnlineStatus",
|
||||||
|
"state_descr": "unknown",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 3,
|
||||||
|
"state_generic_value": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnEnvFanOperStatus",
|
||||||
|
"state_descr": "up",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 1,
|
||||||
|
"state_generic_value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnEnvFanOperStatus",
|
||||||
|
"state_descr": "down",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 2,
|
||||||
|
"state_generic_value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnEnvFanOperStatus",
|
||||||
|
"state_descr": "unknown",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 3,
|
||||||
|
"state_generic_value": 2
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnPowerSupplyInVoltageStatus",
|
||||||
|
"state_descr": "normal",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 1,
|
||||||
|
"state_generic_value": 0
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnPowerSupplyInVoltageStatus",
|
||||||
|
"state_descr": "overVoltage",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 2,
|
||||||
|
"state_generic_value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnPowerSupplyInVoltageStatus",
|
||||||
|
"state_descr": "underVoltage",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 3,
|
||||||
|
"state_generic_value": 1
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"state_name": "zxAnPowerSupplyInVoltageStatus",
|
||||||
|
"state_descr": "off",
|
||||||
|
"state_draw_graph": 1,
|
||||||
|
"state_value": 4,
|
||||||
|
"state_generic_value": 2
|
||||||
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"poller": "matches discovery"
|
"poller": "matches discovery"
|
||||||
@@ -2826,5 +3031,31 @@
|
|||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"stp": {
|
||||||
|
"discovery": {
|
||||||
|
"stp": [
|
||||||
|
{
|
||||||
|
"vlan": null,
|
||||||
|
"rootBridge": 0,
|
||||||
|
"bridgeAddress": "000000000000",
|
||||||
|
"protocolSpecification": "ieee8021d",
|
||||||
|
"priority": 24576,
|
||||||
|
"timeSinceTopologyChange": "0",
|
||||||
|
"topChanges": 0,
|
||||||
|
"designatedRoot": "d4c1c8188650",
|
||||||
|
"rootCost": 0,
|
||||||
|
"rootPort": 0,
|
||||||
|
"maxAge": 20,
|
||||||
|
"helloTime": 2,
|
||||||
|
"holdTime": 6,
|
||||||
|
"forwardDelay": 15,
|
||||||
|
"bridgeMaxAge": 20,
|
||||||
|
"bridgeHelloTime": 2,
|
||||||
|
"bridgeForwardDelay": 15
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"poller": "matches discovery"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
28385
tests/data/zxa10_c320v2.json
Normal file
28385
tests/data/zxa10_c320v2.json
Normal file
File diff suppressed because it is too large
Load Diff
1947
tests/snmpsim/zxa10_c320v2.snmprec
Normal file
1947
tests/snmpsim/zxa10_c320v2.snmprec
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user