Commit version 24.12.13800

This commit is contained in:
2025-01-06 17:35:06 -05:00
parent b7f6a79c2c
commit 55d9218816
6133 changed files with 4239740 additions and 1374287 deletions

View File

@ -1,9 +1,9 @@
-- ==================================================================
-- Copyright (C) 2018 by HUAWEI TECHNOLOGIES. All rights reserved.
-- Copyright (C) 2020 by HUAWEI TECHNOLOGIES. All rights reserved.
--
-- Description: HUAWEI VPLS Management Extended MIB
-- Reference:
-- Version: V2.52
-- Version: V2.57
-- History:
-- V1.0 PanJun, 2006-05-08, publish
-- ==================================================================
@ -33,8 +33,8 @@
FROM HUAWEI-L2VPN-MIB;
hwL2VpnVplsExt MODULE-IDENTITY
LAST-UPDATED "201803141000Z" --Mac 14, 2018 at 10:00 GMT
hwL2VpnVplsExt MODULE-IDENTITY
LAST-UPDATED "202007221110Z" --July 22, 2020 at 11:10 GMT
ORGANIZATION
"Huawei Technologies Co.,Ltd."
CONTACT-INFO
@ -49,6 +49,22 @@
"The HUAWEI-VPLS-EXT-MIB contains objects to
manage VPLS."
REVISION "202007221110Z" --July 22, 2020 at 11:10 GMT
DESCRIPTION "modified the descriptions of hwVplsQosStatDiscardByteRate, hwVplsLdpQosStatPassByteRate, hwVplsLdpQosStatDiscardByteRate"
REVISION "202007201110Z" --July 20, 2020 at 11:10 GMT
DESCRIPTION "modified the descriptions of hwVplsQosStatDiscardByteRate, hwVplsQosStatPassByteRate, hwVplsLdpQosStatDiscardByteRate, hwVplsLdpQosStatPassByteRate"
REVISION "202003031920Z" --Mac 3, 2020 at 19:20 GMT
DESCRIPTION "modified the syntax value of hwVplsDiffServDSName"
REVISION "201909161520Z" --Sep 16, 2019 at 15:20 GMT
DESCRIPTION "modified the syntax value of hwVplsDiffServDSName"
REVISION "201810081020Z" --Oct 8, 2018 at 10:20 GMT
DESCRIPTION "add change reason
Add hwVplsAdPwSuppStatisticsTable"
REVISION "201803141000Z" -- Mac 14, 2018 at 10:00 GMT
DESCRIPTION "modified hwVplsVCDown."
@ -840,7 +856,7 @@
hwVplsDiffServDSName OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..8))
SYNTAX OCTET STRING (SIZE (0..48))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
@ -2575,7 +2591,7 @@
STATUS current
DESCRIPTION
"Rate of passed packets for the last 30 seconds,
based on LDP peer and QoS. Unit: pps"
based on LDP peer and QoS."
::= { hwVplsLdpQosStatisticEntry 8 }
@ -2585,7 +2601,7 @@
STATUS current
DESCRIPTION
"Rate of passed bytes for the last 30 seconds,
based on LDP peer and QoS. Unit: bps"
based on LDP peer and QoS."
::= { hwVplsLdpQosStatisticEntry 9 }
@ -2595,7 +2611,7 @@
STATUS current
DESCRIPTION
"Rate of discarded packets for the last 30 seconds,
based on LDP peer and QoS. Unit: pps"
based on LDP peer and QoS."
::= { hwVplsLdpQosStatisticEntry 10 }
@ -2605,7 +2621,7 @@
STATUS current
DESCRIPTION
"Rate of discarded bytes for the last 30 seconds,
based on LDP peer and QoS. Unit: bps"
based on LDP peer and QoS."
::= { hwVplsLdpQosStatisticEntry 11 }
@ -2823,7 +2839,7 @@
STATUS current
DESCRIPTION
"Rate of passed packets for the last 30 seconds,
based on VSI and QoS. Unit: pps"
based on VSI and QoS."
::= { hwVplsQosStatisticEntry 6 }
@ -2833,7 +2849,7 @@
STATUS current
DESCRIPTION
"Rate of passed bytes for the last 30 seconds,
based on VSI and QoS. Unit: bps"
based on VSI and QoS."
::= { hwVplsQosStatisticEntry 7 }
@ -2843,7 +2859,7 @@
STATUS current
DESCRIPTION
"Rate of discarded packets for the last 30 seconds,
based on VSI and QoS. Unit: pps"
based on VSI and QoS."
::= { hwVplsQosStatisticEntry 8 }
@ -2853,7 +2869,7 @@
STATUS current
DESCRIPTION
"Rate of discarded bytes for the last 30 seconds,
based on VSI and QoS. Unit: bps"
based on VSI and QoS."
::= { hwVplsQosStatisticEntry 9 }
--
@ -5190,6 +5206,400 @@
::= { hwVplsBgpMHPwSuppStatisticsEntry 37 }
--
-- The VPLS AD PW Suppression's Statistic Table
--
hwVplsAdPwSuppStatisticsTable OBJECT-TYPE
SYNTAX SEQUENCE OF HWVplsAdPwSuppStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This table contains the VPLS-AD-PW's suppresssion Traffic Statistic."
::= { hwVplsMIBObjects 23 }
hwVplsAdPwSuppStatisticsEntry OBJECT-TYPE
SYNTAX HWVplsAdPwSuppStatisticsEntry
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"Provides the information of the VPLS-AD-PW's suppresssion Traffic Statistic."
INDEX { hwVplsVsiName, hwVplsAdPwSuppStatRemoteIpAddr}
::= { hwVplsAdPwSuppStatisticsTable 1 }
HWVplsAdPwSuppStatisticsEntry::=
SEQUENCE {
hwVplsAdPwSuppStatRemoteIpAddr
IpAddress,
hwVplsAdPwSuppStatBroCir
Unsigned32,
hwVplsAdPwSuppStatBroPir
Unsigned32,
hwVplsAdPwSuppStatBroCbs
Unsigned32,
hwVplsAdPwSuppStatBroPbs
Unsigned32,
hwVplsAdPwSuppStatBroPassFrames
Counter64,
hwVplsAdPwSuppStatBroPassBytes
Counter64,
hwVplsAdPwSuppStatBroDropFrames
Counter64,
hwVplsAdPwSuppStatBroDropBytes
Counter64,
hwVplsAdPwSuppStatBroPassBpsRate
Counter64,
hwVplsAdPwSuppStatBroPassPpsRate
Counter64,
hwVplsAdPwSuppStatBroDropBpsRate
Counter64,
hwVplsAdPwSuppStatBroDropPpsRate
Counter64,
hwVplsAdPwSuppStatMulCir
Unsigned32,
hwVplsAdPwSuppStatMulPir
Unsigned32,
hwVplsAdPwSuppStatMulCbs
Unsigned32,
hwVplsAdPwSuppStatMulPbs
Unsigned32,
hwVplsAdPwSuppStatMulPassFrames
Counter64,
hwVplsAdPwSuppStatMulPassBytes
Counter64,
hwVplsAdPwSuppStatMulDropFrames
Counter64,
hwVplsAdPwSuppStatMulDropBytes
Counter64,
hwVplsAdPwSuppStatMulPassBpsRate
Counter64,
hwVplsAdPwSuppStatMulPassPpsRate
Counter64,
hwVplsAdPwSuppStatMulDropBpsRate
Counter64,
hwVplsAdPwSuppStatMulDropPpsRate
Counter64,
hwVplsAdPwSuppStatUnkCir
Unsigned32,
hwVplsAdPwSuppStatUnkPir
Unsigned32,
hwVplsAdPwSuppStatUnkCbs
Unsigned32,
hwVplsAdPwSuppStatUnkPbs
Unsigned32,
hwVplsAdPwSuppStatUnkPassFrames
Counter64,
hwVplsAdPwSuppStatUnkPassBytes
Counter64,
hwVplsAdPwSuppStatUnkDropFrames
Counter64,
hwVplsAdPwSuppStatUnkDropBytes
Counter64,
hwVplsAdPwSuppStatUnkPassBpsRate
Counter64,
hwVplsAdPwSuppStatUnkPassPpsRate
Counter64,
hwVplsAdPwSuppStatUnkDropBpsRate
Counter64,
hwVplsAdPwSuppStatUnkDropPpsRate
Counter64
}
hwVplsAdPwSuppStatRemoteIpAddr OBJECT-TYPE
SYNTAX IpAddress
MAX-ACCESS not-accessible
STATUS current
DESCRIPTION
"This object indicates the IP address of the remote end."
::= { hwVplsAdPwSuppStatisticsEntry 1 }
hwVplsAdPwSuppStatBroCir OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the broadcast committed information rate, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 2 }
hwVplsAdPwSuppStatBroPir OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the broadcast peak information rate, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 3 }
hwVplsAdPwSuppStatBroCbs OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the broadcast CBS limitation, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 4}
hwVplsAdPwSuppStatBroPbs OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the broadcast PBS limitation, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 5 }
hwVplsAdPwSuppStatBroPassFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of broadcast frames passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 6 }
hwVplsAdPwSuppStatBroPassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The broadcast bytes passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 7 }
hwVplsAdPwSuppStatBroDropFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of broadcast frames dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 8 }
hwVplsAdPwSuppStatBroDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The broadcast bytes dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 9 }
hwVplsAdPwSuppStatBroPassBpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The broadcast rate of bps passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 10 }
hwVplsAdPwSuppStatBroPassPpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The broadcast rate of pps passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 11 }
hwVplsAdPwSuppStatBroDropBpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The broadcast rate of bps dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 12 }
hwVplsAdPwSuppStatBroDropPpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The broadcast rate of pps dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 13 }
hwVplsAdPwSuppStatMulCir OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the multicast committed information rate, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 14 }
hwVplsAdPwSuppStatMulPir OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the multicast peak information rate, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 15 }
hwVplsAdPwSuppStatMulCbs OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the multicast CBS limitation, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 16 }
hwVplsAdPwSuppStatMulPbs OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the multicast PBS limitation, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 17 }
hwVplsAdPwSuppStatMulPassFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of multicast frames passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 18 }
hwVplsAdPwSuppStatMulPassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The multicast bytes passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 19 }
hwVplsAdPwSuppStatMulDropFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of multicast frames dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 20 }
hwVplsAdPwSuppStatMulDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The multicast bytes dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 21 }
hwVplsAdPwSuppStatMulPassBpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The multicast rate of bps passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 22 }
hwVplsAdPwSuppStatMulPassPpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The multicast rate of pps passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 23 }
hwVplsAdPwSuppStatMulDropBpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The multicast rate of bps dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 24 }
hwVplsAdPwSuppStatMulDropPpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The multicast rate of pps dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 25 }
hwVplsAdPwSuppStatUnkCir OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the unknown-unicast committed information rate, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 26 }
hwVplsAdPwSuppStatUnkPir OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the unknown-unicast peak information rate, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 27 }
hwVplsAdPwSuppStatUnkCbs OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the unknown-unicast CBS limitation, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 28 }
hwVplsAdPwSuppStatUnkPbs OBJECT-TYPE
SYNTAX Unsigned32
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"This object indicates the unknown-unicast PBS limitation, based on VSI AD PW."
::= { hwVplsAdPwSuppStatisticsEntry 29 }
hwVplsAdPwSuppStatUnkPassFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of unknown-unicast frames passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 30 }
hwVplsAdPwSuppStatUnkPassBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unknown-unicast bytes passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 31 }
hwVplsAdPwSuppStatUnkDropFrames OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The total number of unknown-unicast frames dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 32 }
hwVplsAdPwSuppStatUnkDropBytes OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unknown-unicast bytes dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 33 }
hwVplsAdPwSuppStatUnkPassBpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unknown-unicast rate of bps passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 34 }
hwVplsAdPwSuppStatUnkPassPpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unknown-unicast rate of pps passed from PW."
::= { hwVplsAdPwSuppStatisticsEntry 35 }
hwVplsAdPwSuppStatUnkDropBpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unknown-unicast rate of bps dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 36 }
hwVplsAdPwSuppStatUnkDropPpsRate OBJECT-TYPE
SYNTAX Counter64
MAX-ACCESS read-only
STATUS current
DESCRIPTION
"The unknown-unicast rate of pps dropped from PW."
::= { hwVplsAdPwSuppStatisticsEntry 37 }
--
-- VPLS MIB Trap Definitions
--
hwVplsMIBTraps OBJECT IDENTIFIER ::= { hwL2VpnVplsExt 2 }