summaryrefslogtreecommitdiff
path: root/MIBS/huawei/HUAWEI-VBST-MIB
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/huawei/HUAWEI-VBST-MIB
downloadmibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.tar.gz
mibs-98a672123c7872f6b9b75a9a2b6bb3aea504de6a.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/huawei/HUAWEI-VBST-MIB')
-rw-r--r--MIBS/huawei/HUAWEI-VBST-MIB318
1 files changed, 318 insertions, 0 deletions
diff --git a/MIBS/huawei/HUAWEI-VBST-MIB b/MIBS/huawei/HUAWEI-VBST-MIB
new file mode 100644
index 0000000..278e358
--- /dev/null
+++ b/MIBS/huawei/HUAWEI-VBST-MIB
@@ -0,0 +1,318 @@
+--
+-- HUAWEI-VBST-MIB.my
+-- MIB generated by MG-SOFT Visual MIB Builder Version 3.0 Build 253
+-- Monday, March 13, 2017 at 21:02:38
+--
+
+-- HUAWEI-VBST-MIB.mib
+-- MIB generated by MG-SOFT Visual MIB Builder Version 4.0 Build 347
+-- Thursday, February 16, 2017 at 03:06:08
+--
+-- =================================================================
+-- Copyright (C) 2018 by HUAWEI TECHNOLOGIES. All rights reserved
+--
+-- Description: VBST huawei mib define
+-- Reference: VBST
+-- Version: V1.04
+-- History:
+-- <zongchao 00240494>,<2013.09.29>,<create>
+-- =================================================================
+
+ HUAWEI-VBST-MIB DEFINITIONS ::= BEGIN
+
+ IMPORTS
+ entPhysicalName
+ FROM ENTITY-MIB
+ hwDatacomm
+ FROM HUAWEI-MIB
+ OBJECT-GROUP, MODULE-COMPLIANCE, NOTIFICATION-GROUP
+ FROM SNMPv2-CONF
+ Integer32, OBJECT-TYPE, MODULE-IDENTITY, NOTIFICATION-TYPE
+ FROM SNMPv2-SMI;
+
+
+-- 1.3.6.1.4.1.2011.5.25.323
+-- November 18, 2015 at 14:10 GMT
+-- February 16, 2017 at 03:05 GMT
+-- August 11, 2010 at 16:00 GMT
+-- November 18, 2015 at 14:10 GMT
+ hwVbstMIB MODULE-IDENTITY
+ LAST-UPDATED "201807040000Z"
+ 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
+ "Please provide the descritpion."
+
+ REVISION "201807040000Z" -- July 04, 2018 at 03:05 GMT
+ DESCRIPTION
+ "V1.04, Updated to include support for VBST."
+
+ REVISION "201703140305Z" -- March 14, 2017 at 03:05 GMT
+ DESCRIPTION
+ "V1.03, Updated to include support for VBST."
+
+ REVISION "201702160305Z" -- February 16, 2017 at 03:05 GMT
+ DESCRIPTION
+ "V1.02, Updated to include support for VBST."
+
+ REVISION "201511181410Z" -- November 18, 2015 at 14:10 GMT
+ DESCRIPTION
+ "V1.01, Updated to include support for VBST."
+ REVISION "201008111600Z" -- August 11, 2010 at 16:00 GMT
+ DESCRIPTION
+ "V1.00, initial version."
+ ::= { hwDatacomm 323 }
+
+
+
+--
+-- Node definitions
+--
+
+-- Node definitions
+--
+-- Top-level structure of the MIB
+-- 1.3.6.1.4.1.2011.5.25.323.1
+ -- 1.3.6.1.4.1.2011.5.25.323.1
+ hwVbstObjects OBJECT IDENTIFIER ::= { hwVbstMIB 1 }
+
+-- MIB Objects
+-- 1.3.6.1.4.1.2011.5.25.323.1.1
+ -- 1.3.6.1.4.1.2011.5.25.323.1.1
+ hwVbstMaxTrunkNum OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "The max number of the Eth-Trunk port."
+ ::= { hwVbstObjects 1 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.1.2
+ -- 1.3.6.1.4.1.2011.5.25.323.1.2
+ hwVbstMaxPVNum OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "The max number of the Port-Vlan."
+ ::= { hwVbstObjects 2 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.1.3
+ -- 1.3.6.1.4.1.2011.5.25.323.1.3
+ hwVbstMaxVlanNum OBJECT-TYPE
+ SYNTAX Integer32 (0..65535)
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "The max number of VLANs running VBST."
+ ::= { hwVbstObjects 3 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.1.4
+ -- 1.3.6.1.4.1.2011.5.25.323.1.4
+ hwVbstVlanNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Number of VLANs that cannot be calculated in the VBST packets received by interface."
+ ::= { hwVbstObjects 4 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.1.5
+ -- 1.3.6.1.4.1.2011.5.25.323.1.5
+ hwVbstTrapPort OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Interfaces where the VBST packets containing the VLANs that cannot be calculated are received."
+ ::= { hwVbstObjects 5 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.1.6
+ -- 1.3.6.1.4.1.2011.5.25.323.1.6
+ hwVbstTrapVlan OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Number of VLAN lists that cannot be calculated in the VBST packets received by interface."
+ ::= { hwVbstObjects 6 }
+
+ -- 1.3.6.1.4.1.2011.5.25.323.1.7
+ hwVbstMaxTrunkPVNum OBJECT-TYPE
+ SYNTAX Integer32
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "Number of Eth-Trunk Port VLANs with VBST enabled."
+ ::= { hwVbstObjects 7 }
+
+ -- 1.3.6.1.4.1.2011.5.25.323.1.8
+ hwVbstConflictDescription OBJECT-TYPE
+ SYNTAX OCTET STRING
+ MAX-ACCESS accessible-for-notify
+ STATUS current
+ DESCRIPTION
+ "The specific cause of the configuration conflict with the remote observing port configuration."
+ ::= { hwVbstObjects 8 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.2
+ -- 1.3.6.1.4.1.2011.5.25.323.2
+ hwVbstNotifications OBJECT IDENTIFIER ::= { hwVbstMIB 2 }
+
+-- Notifications
+-- 1.3.6.1.4.1.2011.5.25.323.2.1
+ -- 1.3.6.1.4.1.2011.5.25.323.2.1
+ hwVbstTrunkNumExceeded NOTIFICATION-TYPE
+ OBJECTS { hwVbstMaxTrunkNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that number of trunk ports has exceeded the specification limit."
+ ::= { hwVbstNotifications 1 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.2.2
+ -- 1.3.6.1.4.1.2011.5.25.323.2.2
+ hwVbstTrunkNumResumed NOTIFICATION-TYPE
+ OBJECTS { hwVbstMaxTrunkNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that the number of trunk ports has resumed below 95% of the specification limit."
+ ::= { hwVbstNotifications 2 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.2.3
+ -- 1.3.6.1.4.1.2011.5.25.323.2.3
+ hwVbstPVNumExceeded NOTIFICATION-TYPE
+ OBJECTS { entPhysicalName, hwVbstMaxPVNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that the number of PortVlan has exceeded the specification limit."
+ ::= { hwVbstNotifications 3 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.2.4
+ -- 1.3.6.1.4.1.2011.5.25.323.2.4
+ hwVbstPVNumResumed NOTIFICATION-TYPE
+ OBJECTS { entPhysicalName, hwVbstMaxPVNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that the number of PortVlan has resumed below 95% of the specification limit."
+ ::= { hwVbstNotifications 4 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.2.5
+ -- 1.3.6.1.4.1.2011.5.25.323.2.5
+ hwVbstVlanNumExceeded NOTIFICATION-TYPE
+ OBJECTS { hwVbstMaxVlanNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that the number of VLANs running VBST has exceeded the specification limit."
+ ::= { hwVbstNotifications 5 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.2.6
+ -- 1.3.6.1.4.1.2011.5.25.323.2.6
+ hwVbstVlanNumResumed NOTIFICATION-TYPE
+ OBJECTS { hwVbstMaxVlanNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that the number of VLANs running VBST has resumed below 95% of the specification limit."
+ ::= { hwVbstNotifications 6 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.2.7
+ -- 1.3.6.1.4.1.2011.5.25.323.2.7
+ hwVbstInvalidPV NOTIFICATION-TYPE
+ OBJECTS { hwVbstVlanNum, hwVbstTrapPort, hwVbstTrapVlan }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that the number of VLANs that cannot be calculated in the VBST packets received by interface exceeds the threshold. "
+ ::= { hwVbstNotifications 7 }
+
+ -- 1.3.6.1.4.1.2011.5.25.323.2.8
+ hwVbstTrunkPVNumExceeded NOTIFICATION-TYPE
+ OBJECTS { hwVbstMaxTrunkPVNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects that the number of VLANs on all Eth-Trunks exceeds the limit of VBST."
+ ::= { hwVbstNotifications 8 }
+
+ -- 1.3.6.1.4.1.2011.5.25.323.2.9
+ hwVbstTrunkPVNumResumed NOTIFICATION-TYPE
+ OBJECTS { hwVbstMaxTrunkPVNum }
+ STATUS current
+ DESCRIPTION
+ "Trap message is generated by VBST node when
+ it detects the number of VLANs on all Eth-Trunks falls below the limit of VBST."
+ ::= { hwVbstNotifications 9 }
+
+ -- 1.3.6.1.4.1.2011.5.25.323.2.10
+ hwVbstRspanCfgConflict NOTIFICATION-TYPE
+ OBJECTS { hwVbstConflictDescription }
+ STATUS current
+ DESCRIPTION
+ "In VBST mode, the Eth-Trunk configuration conflicts with the remote observing port configuration."
+ ::= { hwVbstNotifications 10 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.3
+ -- 1.3.6.1.4.1.2011.5.25.323.3
+ hwVbstConformance OBJECT IDENTIFIER ::= { hwVbstMIB 3 }
+
+-- Conformance
+-- 1.3.6.1.4.1.2011.5.25.323.3.1
+ -- 1.3.6.1.4.1.2011.5.25.323.3.1
+ hwVbstGroups OBJECT IDENTIFIER ::= { hwVbstConformance 1 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.3.1.1
+ -- 1.3.6.1.4.1.2011.5.25.323.3.1.1
+ hwVbstObjectGroup OBJECT-GROUP
+ OBJECTS { hwVbstMaxTrunkNum, hwVbstMaxPVNum, hwVbstMaxVlanNum, hwVbstVlanNum, hwVbstTrapPort,
+ hwVbstTrapVlan, hwVbstMaxTrunkPVNum, hwVbstConflictDescription }
+ STATUS current
+ DESCRIPTION
+ "The object group."
+ ::= { hwVbstGroups 1 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.3.1.2
+ -- 1.3.6.1.4.1.2011.5.25.323.3.1.2
+ hwVbstNotificationGroup NOTIFICATION-GROUP
+ NOTIFICATIONS { hwVbstTrunkNumExceeded, hwVbstTrunkNumResumed, hwVbstPVNumExceeded, hwVbstPVNumResumed, hwVbstVlanNumExceeded,
+ hwVbstVlanNumResumed, hwVbstInvalidPV, hwVbstTrunkPVNumExceeded, hwVbstTrunkPVNumResumed, hwVbstRspanCfgConflict }
+ STATUS current
+ DESCRIPTION
+ "The notification group."
+ ::= { hwVbstGroups 2 }
+
+-- 1.3.6.1.4.1.2011.5.25.323.3.2
+ -- 1.3.6.1.4.1.2011.5.25.323.3.2
+ hwVbstCompliances OBJECT IDENTIFIER ::= { hwVbstConformance 2 }
+
+-- this module
+-- 1.3.6.1.4.1.2011.5.25.323.3.2.1
+-- this module
+ -- 1.3.6.1.4.1.2011.5.25.323.3.2.1
+ hwVbstCompliance MODULE-COMPLIANCE
+ STATUS current
+ DESCRIPTION
+ "The core compliance statement for all implementations."
+ MODULE -- this module
+ MANDATORY-GROUPS { hwVbstObjectGroup, hwVbstNotificationGroup }
+ ::= { hwVbstCompliances 1 }
+
+
+ END
+
+--
+-- HUAWEI-VBST-MIB.my
+--