Observium_CE/mibs/huawei/HUAWEI-WAN-MIB

2098 lines
67 KiB
Plaintext

-- ==================================================================
-- Copyright (C) 2021 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: This MIB module defines MIB objects of hwIBTable, hw3GTable and hwSPRTrap.
-- Reference:
-- Version: V1.31
-- History:
-- V1.0 2007-10-21 publish
-- ==================================================================
HUAWEI-WAN-MIB DEFINITIONS ::= BEGIN
IMPORTS
hwDatacomm
FROM HUAWEI-MIB
OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
FROM SNMPv2-CONF
InterfaceIndex
FROM IF-MIB
TimeTicks, Unsigned32, Integer32, OBJECT-TYPE, MODULE-IDENTITY, Counter64, NOTIFICATION-TYPE
-- FROM SNMPv2-SMI;
-- DisplayString,TruthValue,RowStatus
-- FROM SNMPv2-TC;
-- EnabledStatus
FROM SNMPv2-SMI;
hwWANMIB MODULE-IDENTITY
LAST-UPDATED "202108161627Z"
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
"Huawei Industrial Base
Bantian, Longgang
Shenzhen 518129
People's Republic of China
Website: http://www.huawei.com
Email: support@huawei.com
"
DESCRIPTION
"The private mib file includes the general extent
information of the device.hwDatacomm(241).hwWANMIB"
REVISION "202108161627Z"
DESCRIPTION "V1.31, update version"
REVISION "202106240957Z"
DESCRIPTION "V1.30, update version"
REVISION "202106151657Z"
DESCRIPTION "V1.29, update version"
REVISION "202104082001Z"
DESCRIPTION "V1.28, update version"
REVISION "202103261509Z"
DESCRIPTION "V1.27, update version"
REVISION "202103171138Z"
DESCRIPTION "V1.26, update version"
REVISION "202102021454Z"
DESCRIPTION "V1.25, update version"
REVISION "202102011631Z"
DESCRIPTION "V1.24, update version"
REVISION "202101201022Z"
DESCRIPTION "V1.23, update version"
REVISION "202012221146Z"
DESCRIPTION "V1.22, update version"
REVISION "202012091146Z"
DESCRIPTION "V1.21, update version"
REVISION "202009151601Z"
DESCRIPTION "V1.20, update version"
REVISION "202006221530Z"
DESCRIPTION "V1.19, update version"
REVISION "202006051042Z"
DESCRIPTION "V1.18, update version"
REVISION "202005301933Z"
DESCRIPTION "V1.17, update version"
REVISION "202003061741Z"
DESCRIPTION "V1.16, update version"
REVISION "202002071035Z"
DESCRIPTION "V1.15, update version"
REVISION "202001071501Z"
DESCRIPTION "V1.14, update version"
REVISION "201905151601Z"
DESCRIPTION "V1.13, update version"
REVISION "201904151601Z"
DESCRIPTION "V1.12, update version"
REVISION "201505151601Z"
DESCRIPTION "V1.11, update version"
REVISION "201503171451Z"
DESCRIPTION "V1.10, update version"
REVISION "201410071451Z"
DESCRIPTION "V1.09, update version"
REVISION "201408081451Z"
DESCRIPTION "V1.08, update version"
REVISION "201406201451Z"
DESCRIPTION "V1.07, update version"
REVISION "201401091451Z"
DESCRIPTION "V1.06, update version"
REVISION "201310162047Z"
DESCRIPTION "V1.05, update version"
REVISION "201309111647Z"
DESCRIPTION "V1.04, update version"
REVISION "201308261942Z"
DESCRIPTION "V1.03, update version"
REVISION "201306242018Z"
DESCRIPTION "V1.02, update version"
REVISION "201304261142Z"
DESCRIPTION "V1.01, update version"
::= { hwDatacomm 241 }
hwWANMIBObjects OBJECT IDENTIFIER ::= { hwWANMIB 1 }
hwIB OBJECT IDENTIFIER ::= { hwWANMIBObjects 1 }
--
-- hwIBTable Table
--
hwIBTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwIBEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the IB interface formed by timeslots.
This table lists the physical attributes of the IB interface."
::= { hwIB 1 }
hwIBEntry OBJECT-TYPE
SYNTAX HwIBEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the IB interface formed by timeslots.
This table lists the physical attributes of the IB interface."
INDEX { hwIBMainIfIndex }
::= { hwIBTable 1 }
HwIBEntry ::=
SEQUENCE{
hwIBMainIfIndex
InterfaceIndex,
hwIBStandbyIf1
Integer32,
hwIBPri1
Integer32,
hwIBStandbyIf2
Integer32,
hwIBPri2
Integer32,
hwIBStandbyIf3
Integer32,
hwIBPri3
Integer32,
hwIBStandbyType
INTEGER,
hwIBStandbyBandWidth
Integer32,
hwIBEnableThreshold
Integer32,
hwIBDisableThreshold
Integer32,
hwIBActiveTimer
Integer32,
hwIBInactiveTimer
Integer32
}
hwIBMainIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Interface index(es) of IB(s) present on the device ."
::= { hwIBEntry 1 }
hwIBStandbyIf1 OBJECT-TYPE
SYNTAX Integer32(0..32767)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Standby Interface1."
::= { hwIBEntry 11 }
hwIBPri1 OBJECT-TYPE
SYNTAX Integer32(0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Pri1."
::= { hwIBEntry 12 }
hwIBStandbyIf2 OBJECT-TYPE
SYNTAX Integer32(0..32767)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Standby Interface2."
::= { hwIBEntry 13 }
hwIBPri2 OBJECT-TYPE
SYNTAX Integer32(0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Pri2."
::= { hwIBEntry 14 }
hwIBStandbyIf3 OBJECT-TYPE
SYNTAX Integer32(0..32767)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Standby Interface3."
::= { hwIBEntry 15 }
hwIBPri3 OBJECT-TYPE
SYNTAX Integer32(0..255)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Pri3."
::= { hwIBEntry 16 }
hwIBStandbyType OBJECT-TYPE
SYNTAX INTEGER{
masterslave(0),
loadbalance(1)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Standby Type."
::= { hwIBEntry 17 }
hwIBStandbyBandWidth OBJECT-TYPE
SYNTAX Integer32(0..32767)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Standby BandWidth."
::= { hwIBEntry 18 }
hwIBEnableThreshold OBJECT-TYPE
SYNTAX Integer32(0..99)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Enable Threshold."
::= { hwIBEntry 19 }
hwIBDisableThreshold OBJECT-TYPE
SYNTAX Integer32(0..99)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Disable Threshold."
::= { hwIBEntry 20 }
hwIBActiveTimer OBJECT-TYPE
SYNTAX Integer32(0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Active Timer."
::= { hwIBEntry 21 }
hwIBInactiveTimer OBJECT-TYPE
SYNTAX Integer32(0..65535)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IB Inactive Timer"
::= { hwIBEntry 22 }
hw3G OBJECT IDENTIFIER ::= { hwWANMIBObjects 2 }
--
-- hw3GTable Table
--
hw3GTable OBJECT-TYPE
SYNTAX SEQUENCE OF Hw3GEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the cellular interface ."
::= { hw3G 1 }
hw3GEntry OBJECT-TYPE
SYNTAX Hw3GEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the cellular interface ."
INDEX { hw3GIfIndex }
::= { hw3GTable 1 }
Hw3GEntry ::=
SEQUENCE{
hw3GIfIndex
InterfaceIndex,
hw3GModemStatus
INTEGER,
hw3GDeviceNumber
OCTET STRING,
hw3GManufaceturer
OCTET STRING,
hw3GLicense
OCTET STRING,
hw3GDeviceSerialNumber
OCTET STRING,
hw3GUIMStatus
INTEGER,
hw3GIMSI
OCTET STRING,
hw3GMV
Integer32,
hw3GOper
OCTET STRING,
hw3GCSQ
Integer32,
hw3GAPNName
OCTET STRING,
hw3GNetworkConnectionType
INTEGER,
hw3GTotalConnectionTime
Integer32,
hw3GTxRate
Integer32,
hw3GRxRate
Integer32,
hw3GBytesSent
Counter64,
hw3GBytesReceived
Counter64,
hw3GBytesRateSent
Integer32,
hw3GBytesRateReceived
Integer32,
hw3GUpBand
Integer32,
hw3GDownBand
Integer32,
hw3GPacketSessionStatus
INTEGER,
hw3GIccId
OCTET STRING,
hw3GCurrentNetworkConnection
OCTET STRING,
hw3GCurrentRSSI
OCTET STRING,
hw3GCurrentRSCP
OCTET STRING,
hw3GCurrentECIO
OCTET STRING,
hw3GCurrentLteRSRP
OCTET STRING,
hw3GCurrentLteSINR
OCTET STRING,
hw3GCurrentLteRSRQ
OCTET STRING,
hw3GIMEI
OCTET STRING,
hw3GMSISDN
OCTET STRING,
hw3GMCC
Integer32,
hw3GMNC
Integer32,
hw3GAPNUser
OCTET STRING,
hw3GAPNPassword
OCTET STRING,
hw3GBER
Integer32,
hw3GCELLID
Integer32,
hw3GSimChangeCounts
Integer32,
hw3GSimChangeForce
INTEGER,
hw3GCurUseSimId
INTEGER,
hw3GFirmwareVersion
OCTET STRING,
hw3GConnectionStatus
INTEGER,
hw3GNetworkConnectionSubType
OCTET STRING,
hw3GUpTime
TimeTicks,
hw3GCurrentNrRSRP
OCTET STRING,
hw3GCurrentNrSINR
OCTET STRING,
hw3GCurrentNrRSRQ
OCTET STRING
}
hw3GIfIndex OBJECT-TYPE
SYNTAX InterfaceIndex
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"Index(es) of port(s) present on the device ."
::= { hw3GEntry 1 }
hw3GModemStatus OBJECT-TYPE
SYNTAX INTEGER{
online(1),
offline(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The ModemState of cellular interface is used to test whether online or not"
::= { hw3GEntry 11 }
hw3GDeviceNumber OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device Number"
::= { hw3GEntry 12 }
hw3GManufaceturer OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device Manufaceturer"
::= { hw3GEntry 13 }
hw3GLicense OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..1023))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"License"
::= { hw3GEntry 14 }
hw3GDeviceSerialNumber OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Device Serial Number"
::= { hw3GEntry 15 }
hw3GUIMStatus OBJECT-TYPE
SYNTAX INTEGER{
nocard(0),
sim(1),
uim(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The Status of UIM"
::= { hw3GEntry 16 }
hw3GIMSI OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"IMSI"
::= { hw3GEntry 17 }
hw3GMV OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"3G MV "
::= { hw3GEntry 18 }
hw3GOper OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Oper"
::= { hw3GEntry 19 }
hw3GCSQ OBJECT-TYPE
SYNTAX Integer32(0..200)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signal Intensity"
::= { hw3GEntry 20 }
hw3GAPNName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..256))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"APN Name"
::= { hw3GEntry 21 }
hw3GNetworkConnectionType OBJECT-TYPE
SYNTAX INTEGER{
gsmOnly(0),
gsmPrecedence(1),
wcdmaOnly(2),
wcdmaPrecedence(3),
evdoOnly(4),
cdma1xrttOnly(5),
hybrid(8),
auto(17),
lteOnly(18),
umtsOnly(19)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Connection Type"
::= { hw3GEntry 22 }
hw3GTotalConnectionTime OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Total Connection Time"
::= { hw3GEntry 23 }
hw3GTxRate OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Sent Rate (packets/s)"
::= { hw3GEntry 24 }
hw3GRxRate OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Receive Rate (packets/s)"
::= { hw3GEntry 25 }
hw3GBytesSent OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bytes Sent (bytes)"
::= { hw3GEntry 26 }
hw3GBytesReceived OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Bytes Received (bytes)"
::= { hw3GEntry 27 }
hw3GBytesRateSent OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Sent Bytes Rate (bytes/s)"
::= { hw3GEntry 28 }
hw3GBytesRateReceived OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Receive Bytes Rate (bytes/s)"
::= { hw3GEntry 29 }
hw3GUpBand OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Up Band"
::= { hw3GEntry 30 }
hw3GDownBand OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Down Band"
::= { hw3GEntry 31 }
hw3GPacketSessionStatus OBJECT-TYPE
SYNTAX INTEGER{
active(1),
inactive(0)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Packet Session Status"
::= { hw3GEntry 32 }
hw3GIccId OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Integrate Circuit Card Identity "
::= { hw3GEntry 33 }
hw3GCurrentNetworkConnection OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Current Connection Type"
::= { hw3GEntry 34 }
hw3GCurrentRSSI OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Received Signal Strength Indicator"
::= { hw3GEntry 35 }
hw3GCurrentRSCP OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Received Signal Code Power, only for 3G Network"
::= { hw3GEntry 36 }
hw3GCurrentECIO OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Energy Per Chip to Interference of Other Cell Ratio, only for 3G Network"
::= { hw3GEntry 37 }
hw3GCurrentLteRSRP OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reference Signal Received Power, only for LTE Network"
::= { hw3GEntry 38 }
hw3GCurrentLteSINR OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signal to Interference Plus Noise Ratio, only for LTE Network"
::= { hw3GEntry 39 }
hw3GCurrentLteRSRQ OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reference Signal Received Quality, only for LTE Network"
::= { hw3GEntry 40 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.41
hw3GIMEI OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Current IMEI "
::= { hw3GEntry 41 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.42
hw3GMSISDN OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..11))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Current MSISDN "
::= { hw3GEntry 42 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.43
hw3GMCC OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Current MCC "
::= { hw3GEntry 43 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.44
hw3GMNC OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Current MNC "
::= { hw3GEntry 44 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.45
hw3GAPNUser OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..64))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"APN User name"
::= { hw3GEntry 45 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.46
hw3GAPNPassword OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..64))
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"APN password"
::= { hw3GEntry 46 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.47
hw3GBER OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Current BER "
::= { hw3GEntry 47 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.48
hw3GCELLID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Current cellid "
::= { hw3GEntry 48 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.49
hw3GSimChangeCounts OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Sim card switch counts "
::= { hw3GEntry 49 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.50
hw3GSimChangeForce OBJECT-TYPE
SYNTAX INTEGER
{
null(0),
sim1(1),
sim2(2)
}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Change the simcard force by user input simID "
::= { hw3GEntry 50 }
-- 1.3.6.1.4.1.2011.5.25.241.1.2.1.1.51
hw3GCurUseSimId OBJECT-TYPE
SYNTAX INTEGER
{
sim1(1),
sim2(2)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Get current used sim ID"
::= { hw3GEntry 51 }
hw3GFirmwareVersion OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Current Firmware Version"
::= { hw3GEntry 52 }
hw3GConnectionStatus OBJECT-TYPE
SYNTAX INTEGER
{
noService(0),
emergency(1),
serviceAvailable(2),
regionEmergency(3),
savingStatus(4)
}
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Connection Status"
::= { hw3GEntry 53 }
hw3GNetworkConnectionSubType OBJECT-TYPE
SYNTAX OCTET STRING
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Network Connection SubType"
::= { hw3GEntry 54 }
hw3GUpTime OBJECT-TYPE
SYNTAX TimeTicks
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Connection Time"
::= { hw3GEntry 55 }
hw3GCurrentNrRSRP OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reference Signal Received Power, Only for NR Network"
::= { hw3GEntry 56 }
hw3GCurrentNrSINR OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Signal to Interference Plus Noise Ratio, Only for NR Network"
::= { hw3GEntry 57 }
hw3GCurrentNrRSRQ OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..16))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Reference Signal Received Quality, Only for NR Network"
::= { hw3GEntry 58 }
hwSPRMIBTrap OBJECT IDENTIFIER ::= { hwWANMIB 2 }
hwSPRTrapOid OBJECT IDENTIFIER ::= { hwSPRMIBTrap 1 }
hwSPRLinkStateIndex OBJECT-TYPE
SYNTAX Integer32 (0..1023)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Link Index"
::= { hwSPRTrapOid 1 }
hwSPRLinkStateName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Link Name"
::= { hwSPRTrapOid 2 }
hwSPRLinkStateEligibility OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Link State.0 is eligible;1 is not eligible"
::= { hwSPRTrapOid 3 }
hwSPRTrapDefine OBJECT IDENTIFIER ::= { hwSPRMIBTrap 2 }
hwSPRTrap OBJECT IDENTIFIER ::= { hwSPRTrapDefine 1 }
hwSPRLinkReport NOTIFICATION-TYPE
OBJECTS {hwSPRLinkStateIndex, hwSPRLinkStateName, hwSPRLinkStateEligibility}
STATUS current
DESCRIPTION
"
1 Notice/Trap name: Link not eligible
2 Notice/Trap generation cause: Link not eligible
3 Repair suggestions:
Check the links according to not eligible reasons.
"
::= { hwSPRTrap 1 }
hwSPR OBJECT IDENTIFIER ::= { hwSPRMIBTrap 3 }
hwSPRServiceTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwSPRServiceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the SPR service map."
::= { hwSPR 1 }
hwSPRServiceEntry OBJECT-TYPE
SYNTAX HwSPRServiceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the SPR service map."
INDEX { hwSPRServiceIndex }
::= { hwSPRServiceTable 1 }
HwSPRServiceEntry ::=
SEQUENCE{
hwSPRServiceIndex
Integer32,
hwSPRServiceName
OCTET STRING,
hwSPRServiceCurLinkName
OCTET STRING,
hwSPRSystemName
OCTET STRING,
hwSPROriginalIpaddress
OCTET STRING
}
hwSPRServiceIndex OBJECT-TYPE
SYNTAX Integer32 (1..65535)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the index of the service map"
::= { hwSPRServiceEntry 1 }
hwSPRServiceName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..32))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the name of the service map"
::= { hwSPRServiceEntry 2 }
hwSPRServiceCurLinkName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the current link name of the service map"
::= { hwSPRServiceEntry 3 }
hwSPRSystemName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..246))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the system name of the service map"
::= { hwSPRServiceEntry 4 }
hwSPROriginalIpaddress OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..15))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the original ip address of the service map"
::= { hwSPRServiceEntry 5 }
hwSPRTraps OBJECT IDENTIFIER ::= { hwSPRMIBTrap 4 }
hwSPRServiceReport NOTIFICATION-TYPE
OBJECTS {hwSPRServiceIndex, hwSPRServiceName, hwSPRServiceCurLinkName, hwSPRSystemName, hwSPROriginalIpaddress}
STATUS current
DESCRIPTION
"
The notification indicates that the current link of SPR service map was changed.
"
::= { hwSPRTraps 1 }
hwSPRInstanceReport NOTIFICATION-TYPE
OBJECTS { hwSPRSiteIndex,
hwSPRPolicyName,
hwSPRPreviousLink,
hwSPRPreviousLinkLoss,
hwSPRPreviousLinkDelay,
hwSPRPreviousLinkJitter,
hwSPRPreviousLinkCMI,
hwSPRCurrentLink,
hwSPRCurrentLinkLoss,
hwSPRCurrentLinkDelay,
hwSPRCurrentLinkJitter,
hwSPRCurrentLinkCMI,
hwSPRChangedReason }
STATUS current
DESCRIPTION
"
The notification indicates that the current link of SPR instacne was changed.
"
::= { hwSPRTraps 2 }
hwSPRSiteLinkDegrade NOTIFICATION-TYPE
OBJECTS { hwSPRSiteIndex,
hwSPRVpnInstance,
hwSPRPolicyIndex,
hwSPRWorstLinkLoss,
hwSPRWorstLinkDelay,
hwSPRWorstLinkJitter,
hwSPRBestLinkLoss,
hwSPRBestLinkDelay,
hwSPRBestLinkJitter }
STATUS current
DESCRIPTION
"
The notification indicates that SPR detects site link degrade.
"
::= { hwSPRTraps 3 }
hwSPRSiteLinkResume NOTIFICATION-TYPE
OBJECTS { hwSPRSiteIndex,
hwSPRVpnInstance,
hwSPRPolicyIndex,
hwSPRWorstLinkLoss,
hwSPRWorstLinkDelay,
hwSPRWorstLinkJitter,
hwSPRBestLinkLoss,
hwSPRBestLinkDelay,
hwSPRBestLinkJitter }
STATUS current
DESCRIPTION
"
The notification indicates that SPR detects site link resume.
"
::= { hwSPRTraps 4 }
hwSPRInstanceChangedStatistics NOTIFICATION-TYPE
OBJECTS { hwSPRSiteIndex,
hwSPRPolicyName,
hwSPRChangedReason,
hwSPRChangedCount,
hwSPRStatisticalTime }
STATUS current
DESCRIPTION
"
The notification indicates that the current link of SPR instacne was changed in a period of time.
"
::= { hwSPRTraps 5 }
-- ============== spr instacne ==============
hwSPRInstanceTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwSPRInstanceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the SPR instance."
::= { hwSPR 2 }
hwSPRInstanceEntry OBJECT-TYPE
SYNTAX HwSPRInstanceEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the SPR instance."
INDEX { hwSPRSiteIndex, hwSPRPolicyName}
::= { hwSPRInstanceTable 1 }
HwSPRInstanceEntry ::=
SEQUENCE{
hwSPRSiteIndex
Unsigned32,
hwSPRVpnInstance
OCTET STRING,
hwSPRPolicyName
OCTET STRING,
hwSPRPreviousLink
OCTET STRING,
hwSPRPreviousLinkLoss
Unsigned32,
hwSPRPreviousLinkDelay
Unsigned32,
hwSPRPreviousLinkJitter
Unsigned32,
hwSPRPreviousLinkCMI
Unsigned32,
hwSPRCurrentLink
OCTET STRING,
hwSPRChangedReason
OCTET STRING,
hwSPRPolicyIndex
Unsigned32,
hwSPRWorstLinkLoss
Unsigned32,
hwSPRWorstLinkDelay
Unsigned32,
hwSPRWorstLinkJitter
Unsigned32,
hwSPRBestLinkLoss
Unsigned32,
hwSPRBestLinkDelay
Unsigned32,
hwSPRBestLinkJitter
Unsigned32,
hwSPRChangedCount
Unsigned32,
hwSPRStatisticalTime
Unsigned32,
hwSPRCurrentLinkLoss
Unsigned32,
hwSPRCurrentLinkDelay
Unsigned32,
hwSPRCurrentLinkJitter
Unsigned32,
hwSPRCurrentLinkCMI
Unsigned32
}
hwSPRSiteIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the destination site of SPR instance."
::= { hwSPRInstanceEntry 1 }
hwSPRVpnInstance OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..32))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the VPN instance of SPR instance."
::= { hwSPRInstanceEntry 2 }
hwSPRPolicyName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..128))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the policy name of SPR instance."
::= { hwSPRInstanceEntry 3 }
hwSPRPreviousLink OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the previous link of SPR instance."
::= { hwSPRInstanceEntry 4 }
hwSPRPreviousLinkLoss OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the loss value of previous link."
::= { hwSPRInstanceEntry 5 }
hwSPRPreviousLinkDelay OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the delay value of previous link."
::= { hwSPRInstanceEntry 6 }
hwSPRPreviousLinkJitter OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the jitter value of previous link."
::= { hwSPRInstanceEntry 7 }
hwSPRPreviousLinkCMI OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the CMI(Composite Measure Indicator) value of previous link."
::= { hwSPRInstanceEntry 8 }
hwSPRCurrentLink OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the current link of SPR instance."
::= { hwSPRInstanceEntry 9 }
hwSPRChangedReason OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the changed reason of SPR instance."
::= { hwSPRInstanceEntry 10 }
hwSPRPolicyIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the policy index of SPR instance."
::= { hwSPRInstanceEntry 11 }
hwSPRWorstLinkLoss OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the loss value of worst link."
::= { hwSPRInstanceEntry 12 }
hwSPRWorstLinkDelay OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the delay value of worst link."
::= { hwSPRInstanceEntry 13 }
hwSPRWorstLinkJitter OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the jitter value of worst link."
::= { hwSPRInstanceEntry 14 }
hwSPRBestLinkLoss OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the loss value of best link."
::= { hwSPRInstanceEntry 15 }
hwSPRBestLinkDelay OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the delay value of best link."
::= { hwSPRInstanceEntry 16 }
hwSPRBestLinkJitter OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the jitter value of best link."
::= { hwSPRInstanceEntry 17 }
hwSPRChangedCount OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the changed count of SPR instance."
::= { hwSPRInstanceEntry 18 }
hwSPRStatisticalTime OBJECT-TYPE
SYNTAX Unsigned32 (120..86400)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the statistic time of SPR instance."
::= { hwSPRInstanceEntry 19 }
hwSPRCurrentLinkLoss OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the loss value of current link."
::= { hwSPRInstanceEntry 20 }
hwSPRCurrentLinkDelay OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the delay value of current link."
::= { hwSPRInstanceEntry 21 }
hwSPRCurrentLinkJitter OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the jitter value of current link."
::= { hwSPRInstanceEntry 22 }
hwSPRCurrentLinkCMI OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the CMI(Composite Measure Indicator) value of current link."
::= { hwSPRInstanceEntry 23 }
-- ============== conformance information ==============
hwWANConformance OBJECT IDENTIFIER ::= { hwWANMIB 3 }
hwWANCompliances OBJECT IDENTIFIER ::= { hwWANConformance 1 }
hwWANCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the this module."
MODULE -- this module
MANDATORY-GROUPS {hwIBGroup, hw3GGroup, hwSPRMIBTrapObjectGroup, hwSPRMIBTrapsDefineGroup, hwSPRServiceGroup, hwSPRTrapsGroup, hw3gTrapGroup}
::= { hwWANCompliances 1 }
-- ============== groups ==============
hwWANGroups OBJECT IDENTIFIER ::= { hwWANConformance 2 }
hwIBGroup OBJECT-GROUP
OBJECTS {
hwIBMainIfIndex,
hwIBStandbyIf1,
hwIBPri1,
hwIBStandbyIf2,
hwIBPri2,
hwIBStandbyIf3,
hwIBPri3,
hwIBStandbyType,
hwIBStandbyBandWidth,
hwIBEnableThreshold,
hwIBDisableThreshold,
hwIBActiveTimer,
hwIBInactiveTimer
}
STATUS current
DESCRIPTION
"The IB group."
::= { hwWANGroups 1 }
hw3GGroup OBJECT-GROUP
OBJECTS {
hw3GIfIndex,
hw3GModemStatus,
hw3GDeviceNumber,
hw3GManufaceturer,
hw3GLicense,
hw3GDeviceSerialNumber ,
hw3GUIMStatus,
hw3GIMSI,
hw3GMV,
hw3GOper,
hw3GCSQ,
hw3GAPNName,
hw3GNetworkConnectionType,
hw3GTotalConnectionTime,
hw3GTxRate,
hw3GRxRate,
hw3GBytesSent,
hw3GBytesReceived,
hw3GBytesRateSent,
hw3GBytesRateReceived,
hw3GUpBand,
hw3GDownBand,
hw3GPacketSessionStatus,
hw3GIccId,
hw3GCurrentNetworkConnection,
hw3GCurrentRSSI,
hw3GCurrentRSCP,
hw3GCurrentECIO,
hw3GCurrentLteRSRP,
hw3GCurrentLteSINR,
hw3GCurrentLteRSRQ,
hw3GIMEI,
hw3GMSISDN,
hw3GMCC,
hw3GMNC,
hw3GAPNUser,
hw3GAPNPassword,
hw3GBER,
hw3GCELLID,
hw3GSimChangeCounts,
hw3GSimChangeForce,
hw3GCurUseSimId,
hw3GFirmwareVersion,
hw3GConnectionStatus,
hw3GNetworkConnectionSubType ,
hw3GUpTime,
hw3GCurrentNrRSRP,
hw3GCurrentNrSINR,
hw3GCurrentNrRSRQ
}
STATUS current
DESCRIPTION
"The 3G group."
::= { hwWANGroups 2 }
hwSPRMIBTrapObjectGroup OBJECT-GROUP
OBJECTS {
hwSPRLinkStateIndex,
hwSPRLinkStateName,
hwSPRLinkStateEligibility
}
STATUS current
DESCRIPTION
"The SPR Link group."
::= { hwWANGroups 3 }
hwSPRMIBTrapsDefineGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwSPRLinkReport}
STATUS current
DESCRIPTION
"The SPR Link Trap Define group."
::= { hwWANGroups 4 }
hwSPRServiceGroup OBJECT-GROUP
OBJECTS {
hwSPRServiceIndex,
hwSPRServiceName,
hwSPRServiceCurLinkName,
hwSPRSystemName,
hwSPROriginalIpaddress
}
STATUS current
DESCRIPTION
"The SPR Service group."
::= { hwWANGroups 5 }
hwSPRTrapsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hwSPRServiceReport,
hwSPRInstanceReport,
hwSPRSiteLinkDegrade,
hwSPRSiteLinkResume,
hwSPRInstanceChangedStatistics
}
STATUS current
DESCRIPTION
"The SPR Traps group."
::= { hwWANGroups 6 }
-- 1.3.6.1.4.1.2011.5.25.241.3.2.7
hw3gTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS { hw3gAttachedGPRS, hw3gDeviceStartUpInfo}
STATUS current
DESCRIPTION
"The 3G Traps group."
::= { hwWANGroups 7 }
hw3GMIBTrapObjectGroup OBJECT-GROUP
OBJECTS {
hw3GMIBTrapIfName,
hw3GMIBTrapOldCellId,
hw3GMIBTrapNewCellId
}
STATUS current
DESCRIPTION
"The 3G MIB TrapOid group."
::= { hwWANGroups 8 }
hw3GMIBTrapGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hw3GMIBTrapCellIdChange
}
STATUS current
DESCRIPTION
"The 3G MIB Traps group."
::= { hwWANGroups 9 }
hwSPRInstanceGroup OBJECT-GROUP
OBJECTS {
hwSPRSiteIndex,
hwSPRVpnInstance,
hwSPRPolicyName,
hwSPRPreviousLink,
hwSPRPreviousLinkLoss,
hwSPRPreviousLinkDelay,
hwSPRPreviousLinkJitter,
hwSPRPreviousLinkCMI,
hwSPRCurrentLink,
hwSPRChangedReason,
hwSPRPolicyIndex,
hwSPRWorstLinkLoss,
hwSPRWorstLinkDelay,
hwSPRWorstLinkJitter,
hwSPRBestLinkLoss,
hwSPRBestLinkDelay,
hwSPRBestLinkJitter,
hwSPRChangedCount,
hwSPRStatisticalTime
}
STATUS current
DESCRIPTION
"The SPR Instance group."
::= { hwWANGroups 10 }
-- 1.3.6.1.4.1.2011.5.25.241.4
hwWANMIBNotifications OBJECT IDENTIFIER ::= { hwWANMIB 4 }
-- 1.3.6.1.4.1.2011.5.25.241.4.1
hw3gTrap OBJECT IDENTIFIER ::= { hwWANMIBNotifications 1 }
-- 1.3.6.1.4.1.2011.5.25.241.4.1.1
hw3gDeviceStartUpInfo NOTIFICATION-TYPE
OBJECTS { hw3GManufaceturer, hw3GDeviceSerialNumber,hw3GFirmwareVersion, hw3GMSISDN }
STATUS current
DESCRIPTION
"
1 Notice/Trap name: hw3gDeviceStartUpInfo
2 Notice/Trap generation cause: 3G mode startup
3 Repair suggestions:
Check the 3G mode startup Info.
"
::= { hw3gTrap 1 }
-- 1.3.6.1.4.1.2011.5.25.241.4.1.2
hw3gAttachedGPRS NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"
1 Notice/Trap name: hw3gAttachedGPRS
2 Notice/Trap generation cause: 3g attached the network
3 Repair suggestions:
Check the 3G attached the network.
"
::= { hw3gTrap 2 }
-- ============== conformance information define end ==============
hw3GMIBTrap OBJECT IDENTIFIER ::= { hwWANMIB 5 }
hw3GMIBTrapOid OBJECT IDENTIFIER ::= { hw3GMIBTrap 1 }
hw3GMIBTrapIfName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface Name"
::= { hw3GMIBTrapOid 1 }
hw3GMIBTrapOldCellId OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Net Old CellID"
::= { hw3GMIBTrapOid 2 }
hw3GMIBTrapNewCellId OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Net New CellID"
::= { hw3GMIBTrapOid 3 }
hw3GMIBTraps OBJECT IDENTIFIER ::= { hw3GMIBTrap 2 }
hw3GMIBTrapCellIdChange NOTIFICATION-TYPE
OBJECTS {hw3GMIBTrapIfName, hw3GMIBTrapOldCellId, hw3GMIBTrapNewCellId}
STATUS current
DESCRIPTION
"
The notification indicates that interface cellId was changed.
"
::= { hw3GMIBTraps 1 }
-- ============== evpn trap ==============
hwConnectionMIBTrap OBJECT IDENTIFIER ::= { hwWANMIB 6 }
hwConnectionTrapDefine OBJECT IDENTIFIER ::= { hwConnectionMIBTrap 1 }
hwConnection OBJECT IDENTIFIER ::= { hwConnectionMIBTrap 2 }
hwConnectionTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwConnectionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the connection."
::= { hwConnection 1 }
hwConnectionEntry OBJECT-TYPE
SYNTAX HwConnectionEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the connection."
INDEX { hwConnectionIndex }
::= { hwConnectionTable 1 }
HwConnectionEntry ::=
SEQUENCE{
hwConnectionIndex
Unsigned32,
hwConnectionDestSite
Unsigned32,
hwConnectionSrcSite
Unsigned32,
hwConnectionDestTnp
Unsigned32,
hwConnectionSrcTnp
Unsigned32,
hwConnectionDownReason
OCTET STRING
}
hwConnectionIndex OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the index of connection."
::= { hwConnectionEntry 1 }
hwConnectionDestSite OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the destination site of connection."
::= { hwConnectionEntry 2 }
hwConnectionSrcSite OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the source site of connection."
::= { hwConnectionEntry 3 }
hwConnectionDestTnp OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the destination transport network point of connection."
::= { hwConnectionEntry 4 }
hwConnectionSrcTnp OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the source transport network point of connection."
::= { hwConnectionEntry 5 }
hwConnectionDownReason OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the reason of the connection down."
::= { hwConnectionEntry 6 }
-- ============== Connection Spec ==============
hwConnectionSpecTable OBJECT-TYPE
SYNTAX SEQUENCE OF HwConnectionSpecEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the connection."
::= { hwConnection 2 }
hwConnectionSpecEntry OBJECT-TYPE
SYNTAX HwConnectionSpecEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Indicates the attribute of the connection."
INDEX { hwConnectionMaxLimit }
::= { hwConnectionSpecTable 1 }
HwConnectionSpecEntry::=
SEQUENCE{
hwConnectionMaxLimit
Unsigned32,
hwConnectionKaInterval
Unsigned32,
hwConnectionCurrentNumber
Unsigned32,
hwConnectionThreshold
Unsigned32,
hwConnectionResumeThreshold
Unsigned32
}
hwConnectionMaxLimit OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the maximum number of connections."
::= { hwConnectionSpecEntry 1 }
hwConnectionKaInterval OBJECT-TYPE
SYNTAX Unsigned32 (10..2000)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the maximum number of connections."
::= { hwConnectionSpecEntry 2 }
hwConnectionCurrentNumber OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the current number of connections."
::= { hwConnectionSpecEntry 3 }
hwConnectionThreshold OBJECT-TYPE
SYNTAX Unsigned32 (0..100)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the threshold of connections."
::= { hwConnectionSpecEntry 4 }
hwConnectionResumeThreshold OBJECT-TYPE
SYNTAX Unsigned32 (0..100)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"This object indicates the resuming threshold of connections."
::= { hwConnectionSpecEntry 5 }
hwConnectionTraps OBJECT IDENTIFIER ::= { hwConnectionMIBTrap 3 }
hwConnectionUpReport NOTIFICATION-TYPE
OBJECTS {hwConnectionIndex, hwConnectionDestSite, hwConnectionSrcSite, hwConnectionDestTnp, hwConnectionSrcTnp}
STATUS current
DESCRIPTION
"
The notification indicates that the connection has entered UP state.
"
::= { hwConnectionTraps 1 }
hwConnectionDownReport NOTIFICATION-TYPE
OBJECTS {hwConnectionIndex, hwConnectionDestSite, hwConnectionSrcSite, hwConnectionDestTnp, hwConnectionSrcTnp, hwConnectionDownReason}
STATUS current
DESCRIPTION
"
The notification indicates that the connection has entered DOWN state.
"
::= { hwConnectionTraps 2 }
hwConnectionMaxExceed NOTIFICATION-TYPE
OBJECTS {hwConnectionMaxLimit}
STATUS current
DESCRIPTION
"This notification is generated when the number of connections exceeds the maximum number."
::= { hwConnectionTraps 3 }
hwConnectionMaxClear NOTIFICATION-TYPE
OBJECTS {hwConnectionMaxLimit}
STATUS current
DESCRIPTION
"This notification is generated when the number of connections decreases below the maximum number."
::= { hwConnectionTraps 4 }
hwConnectionThresholdExceed NOTIFICATION-TYPE
OBJECTS {hwConnectionMaxLimit, hwConnectionCurrentNumber, hwConnectionThreshold, hwConnectionResumeThreshold}
STATUS current
DESCRIPTION
"This notification is generated when the number of connections exceeds the threshold number."
::= { hwConnectionTraps 5 }
hwConnectionThresholdClear NOTIFICATION-TYPE
OBJECTS {hwConnectionMaxLimit, hwConnectionCurrentNumber, hwConnectionThreshold, hwConnectionResumeThreshold}
STATUS current
DESCRIPTION
"This notification is generated when the number of connections decreases below the resuming threshold number."
::= { hwConnectionTraps 6 }
-- ============== conformance information ==============
hwConnectionConformance OBJECT IDENTIFIER ::= { hwWANMIB 7 }
hwConnectionCompliances OBJECT IDENTIFIER ::= { hwConnectionConformance 1 }
hwConnectionCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the this module."
MODULE -- this module
MANDATORY-GROUPS { hwConnectionGroup, hwConnectionTrapsGroup }
::= { hwConnectionCompliances 1 }
-- ============== groups ==============
hwEVPNGroups OBJECT IDENTIFIER ::= { hwConnectionConformance 2 }
hwConnectionGroup OBJECT-GROUP
OBJECTS {
hwConnectionIndex,
hwConnectionDestSite,
hwConnectionSrcSite,
hwConnectionDestTnp,
hwConnectionSrcTnp,
hwConnectionMaxLimit,
hwConnectionKaInterval,
hwConnectionCurrentNumber,
hwConnectionThreshold,
hwConnectionResumeThreshold,
hwConnectionDownReason
}
STATUS current
DESCRIPTION
"The connection group."
::= { hwEVPNGroups 1 }
hwConnectionTrapsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hwConnectionUpReport,hwConnectionDownReport,hwConnectionMaxExceed,hwConnectionMaxClear,hwConnectionThresholdExceed,hwConnectionThresholdClear
}
STATUS current
DESCRIPTION
"The connection Traps group."
::= { hwEVPNGroups 2 }
-- ============== ms-channel trap ==============
hwMschannelMIBTrap OBJECT IDENTIFIER ::= { hwWANMIB 8 }
hwMschannelTraps OBJECT IDENTIFIER ::= { hwMschannelMIBTrap 1 }
hwMschannelUpReport NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"
The notification indicates that the ms-channel has entered UP state.
"
::= { hwMschannelTraps 1 }
hwMschannelDownReport NOTIFICATION-TYPE
STATUS current
DESCRIPTION
"
The notification indicates that the ms-channel has entered DOWN state.
"
::= { hwMschannelTraps 2 }
-- ============== conformance information ==============
hwMschannelConformance OBJECT IDENTIFIER ::= { hwWANMIB 9 }
hwMschannelCompliances OBJECT IDENTIFIER ::= { hwMschannelConformance 1 }
hwMschannelCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the this module."
MODULE -- this module
MANDATORY-GROUPS { hwMschannelTrapsGroup }
::= { hwMschannelCompliances 1 }
-- ============== groups ==============
hwMschannelGroups OBJECT IDENTIFIER ::= { hwMschannelConformance 2 }
hwMschannelTrapsGroup NOTIFICATION-GROUP
NOTIFICATIONS {
hwMschannelUpReport,hwMschannelDownReport
}
STATUS current
DESCRIPTION
"The mschannel Traps group."
::= { hwMschannelGroups 1 }
-- ==============fpm ==============
-- 1.3.6.1.4.1.2011.5.25.241.10
hwTcpFpm OBJECT IDENTIFIER ::= { hwWANMIB 10 }
-- 1.3.6.1.4.1.2011.5.25.241.10.1
hwTcpFpmTrapObject OBJECT IDENTIFIER ::= { hwTcpFpm 1 }
-- 1.3.6.1.4.1.2011.5.25.241.10.1.1
hwTcpfpmSessionMaxNumber OBJECT-TYPE
SYNTAX Unsigned32 (0..4294967295)
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Tcp fpm session max number."
::= { hwTcpFpmTrapObject 1 }
-- 1.3.6.1.4.1.2011.5.25.241.10.2
hwTcpfpmTraps OBJECT IDENTIFIER ::= { hwTcpFpm 2 }
-- 1.3.6.1.4.1.2011.5.25.241.10.2.1
hwTcpfpmSessionMaxExceed NOTIFICATION-TYPE
OBJECTS { hwTcpfpmSessionMaxNumber }
STATUS current
DESCRIPTION
"This notification is generated when the number of tcp fpm session number exceeds the maximum number."
::= { hwTcpfpmTraps 1 }
-- 1.3.6.1.4.1.2011.5.25.241.10.2.2
hwTcpfpmSessionMaxClear NOTIFICATION-TYPE
OBJECTS { hwTcpfpmSessionMaxNumber }
STATUS current
DESCRIPTION
"This notification is generated when the number of tcp fpm session number decreases below the resuming threshold number."
::= { hwTcpfpmTraps 2 }
-- 1.3.6.1.4.1.2011.5.25.241.10.3
hwTcpFpmConformance OBJECT IDENTIFIER ::= { hwTcpFpm 3 }
-- 1.3.6.1.4.1.2011.5.25.241.10.3.1
hwTcpFpmCompliances OBJECT IDENTIFIER ::= { hwTcpFpmConformance 1 }
-- 1.3.6.1.4.1.2011.5.25.241.10.3.1.1
hwTcpFpmCompliance MODULE-COMPLIANCE
STATUS current
DESCRIPTION
"The compliance statement for systems supporting
the this module."
MODULE -- this module
MANDATORY-GROUPS { hwTcpFpmTrapsGroup}
::= { hwTcpFpmCompliances 1 }
-- 1.3.6.1.4.1.2011.5.25.241.10.3.2
hwTcpFpmGroups OBJECT IDENTIFIER ::= { hwTcpFpmConformance 2 }
-- 1.3.6.1.4.1.2011.5.25.241.10.3.2.1
hwTcpFpmTrapsGroup NOTIFICATION-GROUP
NOTIFICATIONS { hwTcpfpmSessionMaxExceed, hwTcpfpmSessionMaxClear }
STATUS current
DESCRIPTION
"The fpm traps group."
::= { hwTcpFpmGroups 1 }
-- 1.3.6.1.4.1.2011.5.25.241.10.3.2.2
hwTcpFpmTrapsObjectGroup OBJECT-GROUP
OBJECTS { hwTcpfpmSessionMaxNumber }
STATUS current
DESCRIPTION
"The fpm traps object group."
::= { hwTcpFpmGroups 2 }
hwRuMIBTrap OBJECT IDENTIFIER ::= { hwWANMIB 11 }
hwRuMIBTrapObject OBJECT IDENTIFIER ::= { hwRuMIBTrap 1 }
hwRuMIBTrapIfName OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Interface Name"
::= { hwRuMIBTrapObject 1 }
hwRuMIBTrapRuIndex OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Unit index"
::= { hwRuMIBTrapObject 2 }
hwRuMIBTrapRuType OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Unit type"
::= { hwRuMIBTrapObject 3 }
hwRuMIBTrapRuESN OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Unit ESN"
::= { hwRuMIBTrapObject 4 }
hwRuMIBTrapRuIP OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Unit IP"
::= { hwRuMIBTrapObject 5 }
hwRuMIBTrapAlarmType OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..64))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Unit alarm type"
::= { hwRuMIBTrapObject 6 }
hwRuMIBTrapAlarmID OBJECT-TYPE
SYNTAX Integer32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Unit alarm ID"
::= { hwRuMIBTrapObject 7 }
hwRuMIBTrapAlarmDesc OBJECT-TYPE
SYNTAX OCTET STRING(SIZE (0..256))
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"Remote Unit alarm description"
::= { hwRuMIBTrapObject 8 }
hwRuMIBTraps OBJECT IDENTIFIER ::= { hwRuMIBTrap 2 }
hwRuMIBTrapRuOnline NOTIFICATION-TYPE
OBJECTS {hwRuMIBTrapIfName, hwRuMIBTrapRuIndex, hwRuMIBTrapRuType, hwRuMIBTrapRuESN, hwRuMIBTrapRuIP}
STATUS current
DESCRIPTION
" The notification indicates that Remote Unit is online."
::= { hwRuMIBTraps 1 }
hwRuMIBTrapRuOffline NOTIFICATION-TYPE
OBJECTS {hwRuMIBTrapIfName, hwRuMIBTrapRuIndex, hwRuMIBTrapRuType, hwRuMIBTrapRuESN, hwRuMIBTrapRuIP}
STATUS current
DESCRIPTION
" The notification indicates that Remote Unit is offline."
::= { hwRuMIBTraps 2 }
hwRuMIBTrapReportAlarm NOTIFICATION-TYPE
OBJECTS {hwRuMIBTrapIfName, hwRuMIBTrapRuESN, hwRuMIBTrapAlarmType, hwRuMIBTrapAlarmID, hwRuMIBTrapAlarmDesc}
STATUS current
DESCRIPTION
" The notification indicates that Remote Unit report one alarm."
::= { hwRuMIBTraps 3 }
hwRuMIBTrapReportResume NOTIFICATION-TYPE
OBJECTS {hwRuMIBTrapIfName, hwRuMIBTrapRuESN, hwRuMIBTrapAlarmType, hwRuMIBTrapAlarmID, hwRuMIBTrapAlarmDesc}
STATUS current
DESCRIPTION
" The notification indicates that Remote Unit report one alarm resumed."
::= { hwRuMIBTraps 4 }
-- ==============IEC101==============
-- 1.3.6.1.4.1.2011.5.25.241.12
hwIEC101 OBJECT IDENTIFIER ::= { hwWANMIB 12 }
-- 1.3.6.1.4.1.2011.5.25.241.12.1
hwIEC101MIBTrapObject OBJECT IDENTIFIER ::= { hwIEC101 1 }
-- 1.3.6.1.4.1.2011.5.25.241.12.1.1
hwIEC101SlaveLinkAddress OBJECT-TYPE
SYNTAX Unsigned32 (1..65535)
MAX-ACCESS accessible-for-notify
STATUS current
DESCRIPTION
"The iec101 slave link address."
::= { hwIEC101MIBTrapObject 1 }
-- 1.3.6.1.4.1.2011.5.25.241.12.2
hwIEC101MIBTraps OBJECT IDENTIFIER ::= { hwIEC101 2 }
-- 1.3.6.1.4.1.2011.5.25.241.12.2.1
hwIEC101SlaveConnected NOTIFICATION-TYPE
OBJECTS {hwIEC101SlaveLinkAddress}
STATUS current
DESCRIPTION
"The iec101 slave is connected."
::= { hwIEC101MIBTraps 1 }
-- 1.3.6.1.4.1.2011.5.25.241.12.2.2
hwIEC101SlaveDisconnected NOTIFICATION-TYPE
OBJECTS {hwIEC101SlaveLinkAddress}
STATUS current
DESCRIPTION
"The iec101 slave is disconnected."
::= { hwIEC101MIBTraps 2 }
END
--
-- HUAWEI-WAN-MIB.mib