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,7 +1,7 @@
--
-- Accedian Enterprise Specific MIB
--
-- Copyright (c) 2005-2010, Accedian Networks, Inc.
-- Copyright (c) 2005-2015, Accedian Networks, Inc.
-- All rights reserved.
--
-- The contents of this document are subject to change without notice.
@ -24,7 +24,7 @@ IMPORTS
acdVSet MODULE-IDENTITY
LAST-UPDATED "201201110100Z"
LAST-UPDATED "201505050100Z"
ORGANIZATION "Accedian Networks, Inc."
CONTACT-INFO
"Accedian Technical Assistance Center
@ -35,6 +35,18 @@ acdVSet MODULE-IDENTITY
DESCRIPTION
"The VLAN sets database for this Accedian Networks device."
REVISION "201505050100Z" -- 05 MAY 2015
DESCRIPTION
"Update default values for Outer VLAN configuration."
REVISION "201304040100Z" -- 04 APR 2013
DESCRIPTION
"Add Outer VLAN configuration. Move VLAN Type TC to ACCEDIAN-SMI"
REVISION "201302130100Z" -- 13 February 2013
DESCRIPTION
"Update AcdVsetVlanType textual convention to add t-vlan support."
REVISION "201201110100Z" -- 11 JAN 2012
DESCRIPTION
"Initial version of MIB module ACD-VSET-MIB."
@ -47,18 +59,30 @@ acdVSetConformance OBJECT IDENTIFIER ::= { acdVSet 2 }
acdVSetConfig OBJECT IDENTIFIER ::= { acdVSetMIBObjects 1 }
---------------------------------------------------------------------------
-- Textual conventions
---------------------------------------------------------------------------
-- Textual conventions
---------------------------------------------------------------------------
---------------------------------------------------------------------------
AcdVsetVlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
AcdVsetVlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of VLAN to be used."
SYNTAX INTEGER {
cvlan(1),
svlan(2),
tvlan(3)
}
AcdVsetOuterVlanType ::= TEXTUAL-CONVENTION
STATUS current
DESCRIPTION
"The type of VLAN to be used."
SYNTAX INTEGER {
none(0),
cvlan(1),
svlan(2),
tvlan(3)
}
---------------------------------------------------------------------------
-- The VLAN set configuration table
@ -91,7 +115,9 @@ AcdVSetConfigEntry ::= SEQUENCE {
acdVSetConfigVlanIDs0to1023 OCTET STRING,
acdVSetConfigVlanIDs1024to2047 OCTET STRING,
acdVSetConfigVlanIDs2048to3071 OCTET STRING,
::= { acdVSetConfigTable 1 }
acdVSetConfigVlanIDs3072to4095 OCTET STRING,
acdVSetConfigOuterVlanType AcdVsetOuterVlanType,
acdVSetConfigOuterVlanID Unsigned32
}
acdVSetConfigPolicyListID OBJECT-TYPE
@ -130,14 +156,14 @@ acdVSetConfigName OBJECT-TYPE
"This is a string to uniquely identify the VLAN set."
::= { acdVSetConfigEntry 4 }
destroy."
::= { acdVSetConfigEntry 3 }
acdVSetConfigName OBJECT-TYPE
SYNTAX DisplayString (SIZE (1..32))
MAX-ACCESS read-create
STATUS current
DESCRIPTION
acdVSetConfigVlanType OBJECT-TYPE
SYNTAX AcdVsetVlanType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"VLAN Ethernet type."
DEFVAL { cvlan }
::= { acdVSetConfigEntry 5 }
acdVSetConfigVlanIDs0to1023 OBJECT-TYPE
SYNTAX OCTET STRING (SIZE (0..128))
@ -187,6 +213,26 @@ acdVSetConfigVlanIDs3072to4095 OBJECT-TYPE
the VLAN is not included otherwise."
::= { acdVSetConfigEntry 9 }
acdVSetConfigOuterVlanType OBJECT-TYPE
SYNTAX AcdVsetOuterVlanType
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"VLAN Ethernet type. A VLAN type of none(0) indicate that
there is no outer VLAN"
DEFVAL { none }
::= { acdVSetConfigEntry 10 }
acdVSetConfigOuterVlanID OBJECT-TYPE
SYNTAX Unsigned32 (0..4095)
MAX-ACCESS read-create
STATUS current
DESCRIPTION
"A single VLAN ID for the VSet, a VID of zero indicate that
there is no outer vlan"
DEFVAL { 0 }
::= { acdVSetConfigEntry 11 }
---------------------------------------------------------------------------
-- ACD-SMAP-MIB Module - Conformance Information
@ -207,7 +253,9 @@ acdVSetConfigGroup OBJECT-GROUP
acdVSetConfigVlanIDs0to1023,
acdVSetConfigVlanIDs1024to2047,
acdVSetConfigVlanIDs2048to3071,
---------------------------------------------------------------------------
acdVSetConfigVlanIDs3072to4095,
acdVSetConfigOuterVlanType,
acdVSetConfigOuterVlanID
}
STATUS current
DESCRIPTION