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,10 +1,10 @@
-- =============================================================================
-- Copyright (c) 2004-2016 New H3C Tech. Co., Ltd. All rights reserved.
-- Copyright (c) 2004-2021 New H3C Tech. Co., Ltd. All rights reserved.
--
-- Description:
-- The file defines a MIB to provide root node and TC for 802.11 MIB series.
-- Reference:
-- Version: V2.1
-- Version: V2.2
-- History:
-- V1.0 created by shiyang (Richard)
-- Initial version 2006-05-10
@ -39,6 +39,8 @@
-- Add Hh3cDot11TruthValueCM
-- V2.1 2016-03-11 modified by yubo 04460
-- Modify Hh3cDot11RadioType, Hh3cDot11RadioType2
-- V2.2 2021-01-08 modified by suting
-- Modify Hh3cDot11RadioType and Hh3cDot11RadioType2
-- =============================================================================
HH3C-DOT11-REF-MIB DEFINITIONS ::= BEGIN
@ -52,7 +54,7 @@ IMPORTS
FROM HH3C-OID-MIB;
hh3cDot11 MODULE-IDENTITY
LAST-UPDATED "201603111800Z" -- Mar 11, 2016 at 18:00 GMT
LAST-UPDATED "202101081800Z" -- Jan 08, 2021 at 18:00 GMT
ORGANIZATION
"New H3C Tech. Co., Ltd."
CONTACT-INFO
@ -100,7 +102,9 @@ hh3cDot11 MODULE-IDENTITY
AKM
The authentication and key management method defined by
802.11i, and which includes 802.1x and pre-shared key."
REVISION "202101081800Z" -- Jan 08, 2021 at 18:00 GMT
DESCRIPTION
"Modified to fix some issue."
REVISION "201603111800Z" -- Mar 11, 2016 at 18:00 GMT
DESCRIPTION
"Modified to fix some issue."
@ -152,6 +156,8 @@ Hh3cDot11RadioType ::= TEXTUAL-CONVENTION
dot11an - 802.11an
dot11ac - 802.11ac
dot11gac - 802.11gac
dot11ax - 802.11ax
dot11gax - 802.11gax
"
SYNTAX INTEGER
{
@ -162,7 +168,9 @@ Hh3cDot11RadioType ::= TEXTUAL-CONVENTION
dot11gn(16),
dot11an(32),
dot11ac(64),
dot11gac(128)
dot11gac(128),
dot11ax(256),
dot11gax(512)
}
Hh3cDot11RadioType2 ::= TEXTUAL-CONVENTION
@ -178,6 +186,8 @@ Hh3cDot11RadioType2 ::= TEXTUAL-CONVENTION
dot11gn - 802.11gn
dot11ac - 802.11ac
dot11gac - 802.11gac
dot11ax - 802.11ax
dot11gax - 802.11gax
"
SYNTAX INTEGER
{
@ -187,7 +197,9 @@ Hh3cDot11RadioType2 ::= TEXTUAL-CONVENTION
dot11an(8),
dot11gn(16),
dot11ac(32),
dot11gac(64)
dot11gac(64),
dot11ax(128),
dot11gax(256)
}
Hh3cDot11MACModeType ::= TEXTUAL-CONVENTION