ENTERASYS-VIRTUAL-SWITCH-BONDING-MIB

File: ENTERASYS-VIRTUAL-SWITCH-BONDING-MIB.mib (21827 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
SNMP-FRAMEWORK-MIB IF-MIB ENTERASYS-MIB-NAMES

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
TEXTUAL-CONVENTION TruthValue TimeStamp
MacAddress MODULE-COMPLIANCE OBJECT-GROUP
SnmpAdminString ifIndex etsysModules

Defined Types

VsbId  
An octet string value that uniquely identifies a virtual switch. A string of zero length means no ID is configured for this device.
TEXTUAL-CONVENTION    
  OCTET STRING Size(0|8)  

VsbChassisStatus  
This textual convention describes chassis bonding status. up(1) indicates chassis is present and bonded to all virtual switch members. down(2) indicates chassis is not present. incomplete(3) indicates chassis is present but not bonded to all virtual switch members. inactive(4) indicates chassis is present but not active in the bond.
TEXTUAL-CONVENTION    
  INTEGER up(1), down(2), incomplete(3), inactive(4)  

VsbSlotList  
Each octet within this value specifies a set of eight slots, with the first octet specifying slots 1 through 8, the second octet specifying slots 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered slot, and the least significant bit represents the highest numbered slot. Thus, each slot of the virtual switch is represented by a single bit within the value of this object. If that bit has a value of '1' then that slot is included in the set of slots; the slot is not included if its bit has a value of '0'.
TEXTUAL-CONVENTION    
  OCTET STRING  

EtsysVsbChassisEntry  
SEQUENCE    
  etsysVsbChassisIndex Unsigned32
  etsysVsbChassisSystemId VsbId
  etsysVsbChassisSerialNum SnmpAdminString
  etsysVsbChassisFirstSlotNumber Unsigned32
  etsysVsbChassisLocalSlotList VsbSlotList
  etsysVsbChassisSystemSlotList VsbSlotList
  etsysVsbChassisStatus VsbChassisStatus
  etsysVsbChassisLastBondTime TimeStamp
  etsysVsbChassisSharedSecret SnmpAdminString
  etsysVsbChassisSecretEntered TruthValue
  etsysVsbChassisLfrOperPriority Unsigned32

EtsysVsbPortEntry  
SEQUENCE    
  etsysVsbPortAdminStatus INTEGER
  etsysVsbPortOperStatus INTEGER

Defined Values

etsysVirtualSwitchBondingMIB 1.3.6.1.4.1.5624.1.2.83
This MIB module defines a portion of the SNMP MIB under Enterasys Networks' enterprise OID pertaining to Virtual Switch Bonding (VSB). VSB is meant to accomplish two similar goals: to allow the aggregation of two or more chassis-type products into a single, virtual network device; and similarly to support building a stack of two or more stand-alone-type products. The key operational benefit behind this (and similar) technologies is the ability to provide transparent Layer 2 physical redundancy (redundancy of both links and network devices) all the way to the edge of the network.
MODULE-IDENTITY    

etsysVsbObjects 1.3.6.1.4.1.5624.1.2.83.1
OBJECT IDENTIFIER    

etsysVsbSystem 1.3.6.1.4.1.5624.1.2.83.1.1
OBJECT IDENTIFIER    

etsysVsbChassis 1.3.6.1.4.1.5624.1.2.83.1.2
OBJECT IDENTIFIER    

etsysVsbPort 1.3.6.1.4.1.5624.1.2.83.1.3
OBJECT IDENTIFIER    

etsysVsbSystemEnable 1.3.6.1.4.1.5624.1.2.83.1.1.1
The administrative enable/disable state for VSB. Enabling this object turns on VSB in a system.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

etsysVsbSystemMaxChassis 1.3.6.1.4.1.5624.1.2.83.1.1.2
The maximum number of physical chassis supported in the virtual switch.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysVsbSystemMaxSlotNumber 1.3.6.1.4.1.5624.1.2.83.1.1.3
The maximum slot number supported in the virtual switch.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

etsysVsbAdministrativeMacAddress 1.3.6.1.4.1.5624.1.2.83.1.1.4
The administratively configured mac address of the virtual switch.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

etsysVsbOperationalMacAddress 1.3.6.1.4.1.5624.1.2.83.1.1.5
The operationally assigned mac address of the virtual switch. If no mac address is administratively configured, the VSB system will be responsible for selecting and assigning the virtual switch mac address.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

etsysVsbSystemLinkFailureResponse 1.3.6.1.4.1.5624.1.2.83.1.1.6
The administrative state of the Link Failure Response for the VSB. Enabling this object turns on the default Link Failure Response algorithms.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

etsysVsbChassisTable 1.3.6.1.4.1.5624.1.2.83.1.2.1
This table contains the configuration information for the physical chassis of a virtual switch. Adding a chassis to a virtual switch is initiated by assigning a virtual switch system ID to an entry. The entry index is also the chassis ID in the virtual switch. A virtual switch ID can only be administratively assigned to one entry in the table because a chassis cannot simultaneously be a member of multiple virtual switches, or have multiple chassis IDs in the same virtual switch. A value of 'inconsistentValue' will be returned if attempts are made to assign the same virtual switch ID to more than one entry. Chassis ID is also used to indicate relative position in the virtual switch, where chassis 1 is assigned slot 1 through n, chassis 2 is assigned slots n+1 through n+m, where n and m are the max number of slots for chassis 1 and 2 respectively.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysVsbChassisEntry

etsysVsbChassisEntry 1.3.6.1.4.1.5624.1.2.83.1.2.1.1
The configuration for a physical chassis in the virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysVsbChassisEntry  

etsysVsbChassisIndex 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.1
The identifier of this chassis in the virtual switch. This value is in the range between 1..etsysVsbSystemMaxChassis.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

etsysVsbChassisSystemId 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.2
The virtual switch ID for this switch.
Status: current Access: read-write
OBJECT-TYPE    
  VsbId  

etsysVsbChassisSerialNum 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.3
The serial number string for the physical chassis or standalone device in a bonded setup.
Status: current Access: read-only
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

etsysVsbChassisFirstSlotNumber 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.4
The administratively assigned first slot position in the virtual switch. Manually initializing chassis position will override automatic positioning by the VSB system. In the event another chassis already occupies the position, this chassis will not be added to the bond. This value is in the range of 0|1..etsysVsbSystemMaxSlotNumber.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

etsysVsbChassisLocalSlotList 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.5
The set of slots local to this chassis that are present.
Status: current Access: read-only
OBJECT-TYPE    
  VsbSlotList  

etsysVsbChassisSystemSlotList 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.6
The set of local and bonded slots that are present.
Status: current Access: read-only
OBJECT-TYPE    
  VsbSlotList  

etsysVsbChassisStatus 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.7
The bonding status of this chassis.
Status: current Access: read-only
OBJECT-TYPE    
  VsbChassisStatus  

etsysVsbChassisLastBondTime 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.8
Last sysUpTime at which this chassis was connected to all other members of the virtual switch.
Status: current Access: read-only
OBJECT-TYPE    
  TimeStamp  

etsysVsbChassisSharedSecret 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.9
The secret shared between the chassis in a virtual switch used to authenticate the bonding protocol data being transmitted between chassis. On a read operation this object MUST return a zero length string. Writing this object with a zero length string clears the secret.
Status: current Access: read-write
OBJECT-TYPE    
  SnmpAdminString Size(0..32)  

etsysVsbChassisSecretEntered 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.10
true(1) - Indicates that etsysVsbChassisSharedSecret was last set with some value other than the empty string. false(2) - Indicates that etsysVsbChassisSharedSecret has never been set, or was last set to the empty string.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

etsysVsbChassisLfrOperPriority 1.3.6.1.4.1.5624.1.2.83.1.2.1.1.11
Operational priority assigned to the associated chassis identifier. When responding to a VSB link failure, the currently operational chassis with the highest priority is allowed to remain operational. This value is in the range between 1..255.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32  

etsysVsbPortTable 1.3.6.1.4.1.5624.1.2.83.1.3.1
A table of configuration and status objects for each port that supports Bonding Port mode.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    EtsysVsbPortEntry

etsysVsbPortEntry 1.3.6.1.4.1.5624.1.2.83.1.3.1.1
An entry containing per port bonding properties.
Status: current Access: not-accessible
OBJECT-TYPE    
  EtsysVsbPortEntry  

etsysVsbPortAdminStatus 1.3.6.1.4.1.5624.1.2.83.1.3.1.1.1
The desired state of the bonding port for this ifIndex.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2)  

etsysVsbPortOperStatus 1.3.6.1.4.1.5624.1.2.83.1.3.1.1.2
The operational status of the bonding port for this ifIndex. If the state is NOT up, then it is down for the stated reason, if known. If etsysVsbPortAdminStatus is down(2), then etsysVsbPortOperStatus should be down(2). If etsysVsbPortAdminStatus is changed to up(1) the etsysVsbPortOperStatus should change to up(1) if the interface is ready to transmit and receive bonding traffic. It should remain in the down(2) state if and only if there is a fault that prevents it from going to the up(1) state.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2), highLatency(3), probeLoop(4), probeTimeout(5), portInstability(6)  

etsysVsbConformance 1.3.6.1.4.1.5624.1.2.83.2
OBJECT IDENTIFIER    

etsysVsbGroups 1.3.6.1.4.1.5624.1.2.83.2.1
OBJECT IDENTIFIER    

etsysVsbCompliances 1.3.6.1.4.1.5624.1.2.83.2.2
OBJECT IDENTIFIER    

etsysVsbSystemGroup 1.3.6.1.4.1.5624.1.2.83.2.1.1
This section is for system configuration of the VSB system.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysVsbChassisGroup 1.3.6.1.4.1.5624.1.2.83.2.1.2
This section is for chassis based configuration of the VSB system.
Status: deprecated Access: read-only
OBJECT-GROUP    

etsysVsbPortGroup 1.3.6.1.4.1.5624.1.2.83.2.1.3
This section is for port configuration of the VSB system.
Status: current Access: read-only
OBJECT-GROUP    

etsysVsbSystemGroup2 1.3.6.1.4.1.5624.1.2.83.2.1.4
This section is for system configuration of the VSB system.
Status: current Access: read-only
OBJECT-GROUP    

etsysVsbChassisGroup2 1.3.6.1.4.1.5624.1.2.83.2.1.5
This section is for chassis based configuration of the VSB system.
Status: current Access: read-only
OBJECT-GROUP    

etsysVsbCompliance 1.3.6.1.4.1.5624.1.2.83.2.2.1
The compliance statement for devices that support VSB.
Status: deprecated Access: read-only
MODULE-COMPLIANCE    

etsysVsbCompliance2 1.3.6.1.4.1.5624.1.2.83.2.2.2
The compliance statement for devices that support VSB.
Status: current Access: read-only
MODULE-COMPLIANCE