Commit version 24.12.13800
This commit is contained in:
@ -5,17 +5,17 @@ IMPORTS
|
||||
FROM SNMPv2-SMI
|
||||
TruthValue
|
||||
FROM SNMPv2-TC
|
||||
PortList
|
||||
FROM Q-BRIDGE-MIB
|
||||
IdList
|
||||
FROM RAPID-CITY
|
||||
-- PortList
|
||||
-- FROM Q-BRIDGE-MIB
|
||||
-- IdList
|
||||
-- FROM RAPID-CITY
|
||||
bayStackMibs
|
||||
FROM SYNOPTICS-ROOT-MIB
|
||||
ifIndex
|
||||
FROM IF-MIB;
|
||||
|
||||
bayStackLinkStateTrackingMib MODULE-IDENTITY
|
||||
LAST-UPDATED "201310110000Z"
|
||||
LAST-UPDATED "201809280000Z"
|
||||
ORGANIZATION "Avaya"
|
||||
CONTACT-INFO "avaya.com"
|
||||
DESCRIPTION
|
||||
@ -23,6 +23,15 @@ bayStackLinkStateTrackingMib MODULE-IDENTITY
|
||||
The purpose of Link-state tracking feature is to bind the link state of multiple
|
||||
interfaces, by creating link-state groups with upstream and downstream interfaces."
|
||||
|
||||
REVISION "201809280000Z" -- September 28, 2018
|
||||
DESCRIPTION
|
||||
"Ver 7: Removed PortList and IdList from IMPORTS declaration, since they are
|
||||
defined below - this was causing compilation errors (azmeu)"
|
||||
REVISION "201708310000Z" -- August 31, 2017
|
||||
DESCRIPTION
|
||||
"Ver 6: Added textual conventions: PortList, IdList.
|
||||
Requested by Caludiu Gabriel Mitroi and Marian Adrian Cepoi (prempa)."
|
||||
|
||||
REVISION "201310110000Z" -- October 11, 2013
|
||||
DESCRIPTION
|
||||
"Ver 5: Changed the MAX-ACCESS of bsLstGroupIndex to read-only."
|
||||
@ -55,6 +64,29 @@ bsLstScalars
|
||||
bsLstNotifObjects
|
||||
OBJECT IDENTIFIER ::= { bsLstObjects 3 }
|
||||
|
||||
-- Textual Conventions
|
||||
|
||||
PortList ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"Each octet within this value specifies a set of eight
|
||||
ports, with the first octet specifying ports 1 through
|
||||
8, the second octet specifying ports 9 through 16, etc.
|
||||
Within each octet, the most significant bit represents
|
||||
the lowest numbered port, and the least significant bit
|
||||
represents the highest numbered port. Thus, each port
|
||||
of the bridge is represented by a single bit within the
|
||||
values of this object. If that bit has a value of '1',
|
||||
then that port is included in the set of ports; the port
|
||||
is not included if its bit has a value of '0'."
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
IdList ::= TEXTUAL-CONVENTION
|
||||
STATUS current
|
||||
DESCRIPTION
|
||||
"An identifier for a list of Ids."
|
||||
SYNTAX OCTET STRING
|
||||
|
||||
--
|
||||
-- Link-state tracking global objects
|
||||
--
|
||||
|
Reference in New Issue
Block a user