Partition-MIB

File: Partition-MIB.mib (64478 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC INET-ADDRESS-MIB

Imported symbols

MODULE-IDENTITY OBJECT-TYPE enterprises
Integer32 Counter32 Gauge32
TimeTicks IpAddress RowStatus
TruthValue TEXTUAL-CONVENTION PhysAddress
InetAddress

Defined Types

PortDirection  
The following type is used to specify the direction of the label ranges and the bandwidth in the physical port of the switch as well as the virtual port of the virtual switch.
TEXTUAL-CONVENTION    
  INTEGER incoming(1), outgoing(2)  

OwnerString  
This data type is used to model an administratively assigned name of the owner of a resource. It is suggested that this name contain one or more of the following: manager station's transport address, management station name (e.g., domain name), network management personnel's name, location, or phone number. In some cases the agent itself will be the owner of an entry. In these cases, this string shall be set to a string starting with 'agent'. To facilitate internationalization, this information is represented using the ISO/IEC IS 10646-1 character set, encoded as an octet string using the UTF-8 transformation format described in [RFC2279]. Since additional code points are added by amendments to the 10646 standard from time to time, implementations must be prepared to encounter any code point from 0x00000000 to 0x7fffffff. Byte sequences that do not correspond to the valid UTF-8 encoding of a code point or are outside this range are prohibited. The use of control codes should be avoided. When it is necessary to represent a newline, the control code sequence CR LF should be used. For code points not directly supported by user interface hardware or software, an alternative means of entry and display, such as hexadecimal, may be provided. For information encoded in 7-bit US-ASCII, the UTF-8 encoding is identical to the US-ASCII encoding. UTF-8 may require multiple bytes to represent a single character / code point; thus the length of this object in octets may be different from the number of characters encoded. Similarly, size constraints refer to the number of encoded octets, not the number of characters represented by an encoding. When this TC is used for an object that is used or envisioned to be used as an index, then a SIZE restriction MUST be specified so that the number of sub-identifiers for any object instance does not exceed the limit of 128, as defined by [RFC1905].
TEXTUAL-CONVENTION    
  OCTET STRING Size(0..255)  

RatioString  
This data type is used to model a floating number, specifically here the cell loss ratio and a probability number. It is required to be of the form m:n, where m and n are both integers and represent a floating number m divided by n.
TEXTUAL-CONVENTION    
  OCTET STRING Size(3)  

VectorString  
This data type is used to model a 2-dimentional number (x,y). Here it is used to specify the vpi/vci range for an ATM interface. 2 vectors, (minVpi, minVci) and (maxVpi, maxVci), make up a label range. It is required to have the format x:y
TEXTUAL-CONVENTION    
  OCTET STRING Size(3..8)  

SwitchPortConfigEntry  
SEQUENCE    
  switchPortConfigPortID Integer32
  switchPortConfigPortLabelType INTEGER
  switchPortConfigNumBWs INTEGER
  switchPortConfigNumLabelRanges INTEGER
  switchNumRoutingEntries INTEGER
  switchPortAllowsSci TruthValue

PerformanceParamEntry  
SEQUENCE    
  performanceParamIndex Integer32
  performancePLR RatioString
  performanceMaxDelay INTEGER
  performanceDelayOverProb RatioString

SwitchPortConfigBWEntry  
SEQUENCE    
  switchPortConfigBWPortID Integer32
  switchPortConfigBWID Integer32
  switchPortConfigEqiBW INTEGER
  switchPortPerformanceIndex INTEGER
  switchPortConfigBWPortDirection PortDirection

SwitchPortConfigLabelRangeEntry  
SEQUENCE    
  switchPortConfigLabelRangePortID Integer32
  switchPortConfigLabelRangeID Integer32
  switchPortConfigLabelRangePortDirection PortDirection
  switchPortConfigLabelRangeIndex INTEGER

AtmLabelRangeEntry  
SEQUENCE    
  atmLabelRangeIndex Integer32
  atmLabelRangeMinVpiVci VectorString
  atmLabelRangeMaxVpiVci VectorString
  atmLabelRangeAllowsVP TruthValue
  atmLabelRangeAllowsP2MP TruthValue
  atmLabelRangeAllowsMP2P TruthValue
  atmLabelRangeMaxMulticast INTEGER

FrLabelRangeEntry  
SEQUENCE    
  frLabelRangeIndex Integer32
  frLabelRangeMinDLCI INTEGER
  frLabelRangeMaxDLCI INTEGER

VlanLabelRangeEntry  
SEQUENCE    
  vlanLabelRangeIndex Integer32
  vlanLabelRangeMinID INTEGER
  vlanLabelRangeMaxID INTEGER

MplsLabelRangeEntry  
SEQUENCE    
  mplsLabelRangeIndex Integer32
  mplsLabelRangeMinID INTEGER
  mplsLabelRangeMaxID INTEGER

IpLabelRangeEntry  
SEQUENCE    
  ipLabelRangeIndex Integer32
  ipLabelRangeIP IpAddress
  ipLabelRangeIPMask IpAddress

VSwitchConfigEntry  
SEQUENCE    
  vSwitchConfigVsID Integer32
  vSwitchAdminStatus INTEGER
  vSwitchOperStatus INTEGER
  vSwitchNumCtrls INTEGER
  vSwitchNumPorts INTEGER
  vSwitchNumSynPorts INTEGER
  vSwitchPortNumRoutingEntries INTEGER
  vSwitchTableOwner OwnerString
  vSwitchTableRowStatus RowStatus

VSwitchCtrlConfigEntry  
SEQUENCE    
  vSwitchCtrlVsID Integer32
  vSwitchCtrlID INTEGER
  vSwitchSciType INTEGER
  vSwitchNumCurrentControllers INTEGER
  vSwitchCtrlConfigTableRowStatus RowStatus

VSwitchCurCtrlEntry  
SEQUENCE    
  vSwitchCurCtrlVS Integer32
  vSwitchCurCtrlAddr InetAddress
  vSwitchCurCtrlType INTEGER

VSwitchEthernetCtrlEntry  
SEQUENCE    
  vSwitchEthernetConfigVsID Integer32
  vSwitchEthernetCtrlID Integer32
  vSwitchEthernetCtrlSourceMAC PhysAddress

VSwitchAtmCtrlEntry  
SEQUENCE    
  vSwitchAtmCtrlLabelIndex Integer32
  vSwitchAtmCtrlID INTEGER
  vSwitchAtmCtrlLabelVpi INTEGER
  vSwitchAtmCtrlLabelVci INTEGER

VSwitchTcpCtrlEntry  
SEQUENCE    
  vSwitchTcpCtrlPortIndex Integer32
  vSwitchTcpCtrlID INTEGER
  vSwitchTcpCtrlPortNumber INTEGER
  vSwitchTcpCtrlSourceIP IpAddress
  vSwitchTcpCtrlSourceNetmask IpAddress

VSwitchPortConfigEntry  
SEQUENCE    
  vSwitchPortConfigVSID Integer32
  vSwitchVirtualPortID Integer32
  vSwitchPhysicalPortNumber INTEGER
  vSwitchPortConfigPortNumBWs INTEGER
  vSwitchPortConfigNumLabelRanges INTEGER
  vSwitchPortConfigRowStatus RowStatus

VSwitchPortConfigBWEntry  
SEQUENCE    
  vSwitchBWConfigVSID Integer32
  vSwitchBWVirtualPortID Integer32
  vSwitchPortConfigBWID Integer32
  vSwitchPortConfigEqiBW INTEGER
  vSwitchBWPerformanceIndex INTEGER
  vSwitchPortConfigBWPortDirection PortDirection
  vSwitchPortConfigBWRowStatus RowStatus

VSwitchPortConfigLabelRangeEntry  
SEQUENCE    
  vSwitchLRTConfigVSID Integer32
  vSwitchLRTVirtualPortID Integer32
  vSwitchPortConfigLabelRangeID Integer32
  vSwitchPortConfigPortDirection PortDirection
  vSwitchPortConfigLabelRangeType INTEGER
  vSwitchPortConfigLabelRangeIndex INTEGER
  vSwitchPortConfigLabelRowStatus RowStatus

VsAtmLabelRangeEntry  
SEQUENCE    
  vsAtmLabelRangeIndex Integer32
  vsAtmLabelRangeMinVpiVci VectorString
  vsAtmLabelRangeMaxVpiVci VectorString
  vsAtmLabelRangeAllowsVP TruthValue
  vsAtmLabelRangeAllowsP2MP TruthValue
  vsAtmLabelRangeAllowsMP2P TruthValue
  vsAtmLabelRangeMaxMulticast INTEGER
  vsAtmLabelRangeRowStatus RowStatus

VsFrLabelRangeEntry  
SEQUENCE    
  vsFrLabelRangeIndex Integer32
  vsFrLabelRangeMinDLCI INTEGER
  vsFrLabelRangeMaxDLCI INTEGER
  vsFrLabelRangeRowStatus RowStatus

VsVlanLabelRangeEntry  
SEQUENCE    
  vsVlanLabelRangeIndex Integer32
  vsVlanLabelRangeMinID INTEGER
  vsVlanLabelRangeMaxID INTEGER
  vsVlanLabelRangeRowStatus RowStatus

VsMplsLabelRangeEntry  
SEQUENCE    
  vsMplsLabelRangeIndex Integer32
  vsMplsLabelRangeMinID INTEGER
  vsMplsLabelRangeMaxID INTEGER
  vsMplsLabelRangeRowStatus RowStatus

VsIpLabelRangeEntry  
SEQUENCE    
  vsIpLabelRangeIndex Integer32
  vsIpLabelRangeIP IpAddress
  vsIpLabelRangeIPMask IpAddress
  vsIpLabelRangeRowStatus RowStatus

VSwitchCrossVSEntry  
SEQUENCE    
  vSwitchVConnectID Integer32
  vSwitchVConnect1VSID Integer32
  vSwitchVConnect1PortID Integer32
  vSwitchVConnect2VSID Integer32
  vSwitchVConnect2PortID Integer32
  vSwitchVLinkType INTEGER

Defined Values

partition 1.3.6.1.4.1.2000
The network element partitioning MIB.
MODULE-IDENTITY    

msf 1.3.6.1.4.1.2000
OBJECT IDENTIFIER    

switchConfig 1.3.6.1.4.1.2000.1
OBJECT IDENTIFIER    

vSwitchConfig 1.3.6.1.4.1.2000.2
OBJECT IDENTIFIER    

numRoutingEntries 1.3.6.1.4.1.2000.1.1
The number of routing table entries of this switch. This value is ignored if the switch has only per port routing tables (i.e., no switch-wide routing table)
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchPortConfigNumPorts 1.3.6.1.4.1.2000.1.2
Number of ports in this switch
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchPortConfigTable 1.3.6.1.4.1.2000.1.3
Resource configuration for each port on the switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwitchPortConfigEntry

switchPortConfigEntry 1.3.6.1.4.1.2000.1.3.1
This table gives the resources configured for the various ports at the switch level
Status: current Access: not-accessible
OBJECT-TYPE    
  SwitchPortConfigEntry  

switchPortConfigPortID 1.3.6.1.4.1.2000.1.3.1.1
This is the physical port id
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65536  

switchPortConfigPortLabelType 1.3.6.1.4.1.2000.1.3.1.2
Indicates the type of protocol for labels at this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER atm(1), frame-relay(2), vlan(3), mpls(4), ip(5)  

switchPortConfigNumBWs 1.3.6.1.4.1.2000.1.3.1.3
Number of equivalent bandwidths for this port in the incoming and outgoing directions.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchPortConfigNumLabelRanges 1.3.6.1.4.1.2000.1.3.1.4
Number of label ranges for this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchNumRoutingEntries 1.3.6.1.4.1.2000.1.3.1.5
Number of routing entries for this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

switchPortAllowsSci 1.3.6.1.4.1.2000.1.3.1.6
Indicates whether this port can be used to connect to the SCI.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

performanceParamTable 1.3.6.1.4.1.2000.1.4
Table giving the configured performance targets for this switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    PerformanceParamEntry

performanceParamEntry 1.3.6.1.4.1.2000.1.4.1
This table entry gives each performance target parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  PerformanceParamEntry  

performanceParamIndex 1.3.6.1.4.1.2000.1.4.1.1
Identifies each performance target
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

performancePLR 1.3.6.1.4.1.2000.1.4.1.2
This indicates the packet loss ratio
Status: current Access: read-only
OBJECT-TYPE    
  RatioString  

performanceMaxDelay 1.3.6.1.4.1.2000.1.4.1.3
This indicates the maximum packet delay
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

performanceDelayOverProb 1.3.6.1.4.1.2000.1.4.1.4
This indicates the possibility that the packet delay is bigger than the maximum delay allowed
Status: current Access: read-only
OBJECT-TYPE    
  RatioString  

switchPortConfigBWTable 1.3.6.1.4.1.2000.1.5
Table giving the configured equivalent bandwidths for the various switch ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwitchPortConfigBWEntry

switchPortConfigBWEntry 1.3.6.1.4.1.2000.1.5.1
This table gives the per port equivalent bandwidths
Status: current Access: not-accessible
OBJECT-TYPE    
  SwitchPortConfigBWEntry  

switchPortConfigBWPortID 1.3.6.1.4.1.2000.1.5.1.1
Identifies the switch port number
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

switchPortConfigBWID 1.3.6.1.4.1.2000.1.5.1.2
This is the equivalent bandwidth ID in the switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

switchPortConfigEqiBW 1.3.6.1.4.1.2000.1.5.1.3
Indicates the equivalent bandwidth for this port.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

switchPortPerformanceIndex 1.3.6.1.4.1.2000.1.5.1.4
Indicates an entry in the performanceParamTable which represents the performance target associated with this equivalent bandwidth
Status: current Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

switchPortConfigBWPortDirection 1.3.6.1.4.1.2000.1.5.1.5
Indicates the direction for which this equivalent bandwidth is valid
Status: current Access: read-only
OBJECT-TYPE    
  PortDirection  

switchPortConfigLabelRangeTable 1.3.6.1.4.1.2000.1.6
Table giving the configured label range information for the various switch ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SwitchPortConfigLabelRangeEntry

switchPortConfigLabelRangeEntry 1.3.6.1.4.1.2000.1.6.1
This table gives the per port label ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  SwitchPortConfigLabelRangeEntry  

switchPortConfigLabelRangePortID 1.3.6.1.4.1.2000.1.6.1.1
Identifies the port to which this range belongs
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

switchPortConfigLabelRangeID 1.3.6.1.4.1.2000.1.6.1.2
Identifies a certain label range for the port. For any port, its label ranges are sequentially numbered from 1 to switchPortConfigNumLabelRanges defined in switchPortConfigEntry
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

switchPortConfigLabelRangePortDirection 1.3.6.1.4.1.2000.1.6.1.3
Indicates the direction for which this range is valid
Status: current Access: read-only
OBJECT-TYPE    
  PortDirection  

switchPortConfigLabelRangeIndex 1.3.6.1.4.1.2000.1.6.1.4
The index into the protocol-dependent label range table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

atmLabelRangeTable 1.3.6.1.4.1.2000.1.7
Table giving the configured ATM label range information for the various switch ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AtmLabelRangeEntry

atmLabelRangeEntry 1.3.6.1.4.1.2000.1.7.1
This table gives the per port ATM label ranges and capabilities.
Status: current Access: not-accessible
OBJECT-TYPE    
  AtmLabelRangeEntry  

atmLabelRangeIndex 1.3.6.1.4.1.2000.1.7.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

atmLabelRangeMinVpiVci 1.3.6.1.4.1.2000.1.7.1.2
Lower bound of the vpi and vci range.
Status: current Access: read-only
OBJECT-TYPE    
  VectorString  

atmLabelRangeMaxVpiVci 1.3.6.1.4.1.2000.1.7.1.3
Upper bound of the vpi and vci range.
Status: current Access: read-only
OBJECT-TYPE    
  VectorString  

atmLabelRangeAllowsVP 1.3.6.1.4.1.2000.1.7.1.4
Indicates whether this label range can be used for VP connections.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atmLabelRangeAllowsP2MP 1.3.6.1.4.1.2000.1.7.1.5
Indicates whether this label range can be used to create point-to-multipoint connections.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atmLabelRangeAllowsMP2P 1.3.6.1.4.1.2000.1.7.1.6
Indicates whether this label range can be used to create multipoint-to-point connections.
Status: current Access: read-only
OBJECT-TYPE    
  TruthValue  

atmLabelRangeMaxMulticast 1.3.6.1.4.1.2000.1.7.1.7
Indicates the maximum number of multicast connections that can be created within this range.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

frLabelRangeTable 1.3.6.1.4.1.2000.1.8
Table giving the configured label range information for the various frame relay ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    FrLabelRangeEntry

frLabelRangeEntry 1.3.6.1.4.1.2000.1.8.1
This table gives the per port label ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  FrLabelRangeEntry  

frLabelRangeIndex 1.3.6.1.4.1.2000.1.8.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

frLabelRangeMinDLCI 1.3.6.1.4.1.2000.1.8.1.2
Lower bound of the DLCI range for this Frame Relay interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

frLabelRangeMaxDLCI 1.3.6.1.4.1.2000.1.8.1.3
Upper bound of the DLCI range for this Frame Relay interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanLabelRangeTable 1.3.6.1.4.1.2000.1.9
Table giving the configured label range information for the VLAN-aware Ethernet ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VlanLabelRangeEntry

vlanLabelRangeEntry 1.3.6.1.4.1.2000.1.9.1
This table gives the per port VLAN ID ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanLabelRangeEntry  

vlanLabelRangeIndex 1.3.6.1.4.1.2000.1.9.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

vlanLabelRangeMinID 1.3.6.1.4.1.2000.1.9.1.2
Lower bound of the VLAN ID range on this VLAN-aware Ethernet switch interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vlanLabelRangeMaxID 1.3.6.1.4.1.2000.1.9.1.3
Upper bound of the VLAN ID range on this VLAN-aware Ethernet switch interface.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mplsLabelRangeTable 1.3.6.1.4.1.2000.1.10
Table giving the configured label range information for MPLS ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    MplsLabelRangeEntry

mplsLabelRangeEntry 1.3.6.1.4.1.2000.1.10.1
This table gives the per port MPLS ranges.
Status: current Access: not-accessible
OBJECT-TYPE    
  MplsLabelRangeEntry  

mplsLabelRangeIndex 1.3.6.1.4.1.2000.1.10.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

mplsLabelRangeMinID 1.3.6.1.4.1.2000.1.10.1.2
Lower bound of the MPLS label range.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

mplsLabelRangeMaxID 1.3.6.1.4.1.2000.1.10.1.3
Upper bound of the MPLS label range.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

ipLabelRangeTable 1.3.6.1.4.1.2000.1.11
Table giving the configured IP ranges for IP ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    IpLabelRangeEntry

ipLabelRangeEntry 1.3.6.1.4.1.2000.1.11.1
This table gives the per port IP ranges.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpLabelRangeEntry  

ipLabelRangeIndex 1.3.6.1.4.1.2000.1.11.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

ipLabelRangeIP 1.3.6.1.4.1.2000.1.11.1.2
Indicates the IP address for a particular network.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

ipLabelRangeIPMask 1.3.6.1.4.1.2000.1.11.1.3
Indicates the subnet's mask address.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

numberOfVirtualSwitches 1.3.6.1.4.1.2000.2.1
The number of virtual switches that have been currently configured on this switch
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchConfigTable 1.3.6.1.4.1.2000.2.2
Each row in this table describes a virtual switch that has been created on this switch
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchConfigEntry

vSwitchConfigEntry 1.3.6.1.4.1.2000.2.2.1
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchConfigEntry  

vSwitchConfigVsID 1.3.6.1.4.1.2000.2.2.1.1
Identifies the virtual switch within this switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchAdminStatus 1.3.6.1.4.1.2000.2.2.1.2
The administrative state of the virtual switch. A virtual switch's administrative status can not be up until all the necessary parameters for this virtual switch have been specified
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER up(1), down(2), testing(3)  

vSwitchOperStatus 1.3.6.1.4.1.2000.2.2.1.3
The current operational state of the virtual switch
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER up(1), down(2)  

vSwitchNumCtrls 1.3.6.1.4.1.2000.2.2.1.4
The number of controllers for this virtual switch
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchNumPorts 1.3.6.1.4.1.2000.2.2.1.5
The number of virtual ports in this virtual switch
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchNumSynPorts 1.3.6.1.4.1.2000.2.2.1.6
The number of synthetic ports in this virtual switch
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchPortNumRoutingEntries 1.3.6.1.4.1.2000.2.2.1.7
The number of routing table entries allocated to this virtual port from the physical port. This value is used only if the switch has per port routing tables
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchTableOwner 1.3.6.1.4.1.2000.2.2.1.8
Standard owner string (rowstatus convention)
Status: current Access: read-write
OBJECT-TYPE    
  OwnerString  

vSwitchTableRowStatus 1.3.6.1.4.1.2000.2.2.1.9
Used in creating/deleting the row
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vSwitchCtrlConfigTable 1.3.6.1.4.1.2000.2.3
This table gives the controllers configured for the VS
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchCtrlConfigEntry

vSwitchCtrlConfigEntry 1.3.6.1.4.1.2000.2.3.1
Configuration for a controller for the VS
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchCtrlConfigEntry  

vSwitchCtrlVsID 1.3.6.1.4.1.2000.2.3.1.1
Identifies the virtual switch within this switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchCtrlID 1.3.6.1.4.1.2000.2.3.1.2
Identifies the virtual switch controller across the SCI
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchSciType 1.3.6.1.4.1.2000.2.3.1.3
The switch control protocol used to control this virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER gsmp(1)  

vSwitchNumCurrentControllers 1.3.6.1.4.1.2000.2.3.1.4
The number of controllers currently connected to this VS
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchCtrlConfigTableRowStatus 1.3.6.1.4.1.2000.2.3.1.5
Used in creating/deleting the row
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vSwitchCurCtrlsTable 1.3.6.1.4.1.2000.2.7
Table giving the addresses of controllers currently connected to a virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchCurCtrlEntry

vSwitchCurCtrlEntry 1.3.6.1.4.1.2000.2.7.1
The virtual switch and the address of one of the currently connected controllers.
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchCurCtrlEntry  

vSwitchCurCtrlVS 1.3.6.1.4.1.2000.2.7.1.1
Identifies the virtual switch within this switch
Status: current Access: read-only
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchCurCtrlAddr 1.3.6.1.4.1.2000.2.7.1.2
The Internet address by which this controller can be contacted
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchCurCtrlType 1.3.6.1.4.1.2000.2.7.1.3
The type of connected controller
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER gsmp(1)  

vSwitchEthernetCtrlTable 1.3.6.1.4.1.2000.2.4
Table giving the source MAC of the controller for this virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchEthernetCtrlEntry

vSwitchEthernetCtrlEntry 1.3.6.1.4.1.2000.2.4.1
Table giving the source MAC of the controller for this virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchEthernetCtrlEntry  

vSwitchEthernetConfigVsID 1.3.6.1.4.1.2000.2.4.1.1
Identifies the virtual switch within this switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchEthernetCtrlID 1.3.6.1.4.1.2000.2.4.1.2
Identifies the virtual switch controller across the SCI
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchEthernetCtrlSourceMAC 1.3.6.1.4.1.2000.2.4.1.3
The source MAC to be used for the controller of this virtual switch.
Status: current Access: read-write
OBJECT-TYPE    
  PhysAddress  

vSwitchAtmCtrlTable 1.3.6.1.4.1.2000.2.5
Table giving the VPI/VCI used by a protocol to control a virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchAtmCtrlEntry

vSwitchAtmCtrlEntry 1.3.6.1.4.1.2000.2.5.1
Table giving the VPI/VCI used by a protocol to control a virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchAtmCtrlEntry  

vSwitchAtmCtrlLabelIndex 1.3.6.1.4.1.2000.2.5.1.1
Identifies the virtual switch within this switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchAtmCtrlID 1.3.6.1.4.1.2000.2.5.1.2
Identifies the virtual switch controller across the SCI
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchAtmCtrlLabelVpi 1.3.6.1.4.1.2000.2.5.1.3
The VPI on which the control messages are exchanged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchAtmCtrlLabelVci 1.3.6.1.4.1.2000.2.5.1.4
The VCI on which the control messages are exchanged.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchTcpCtrlTable 1.3.6.1.4.1.2000.2.6
Table giving the TCP port number used by a protocol to control a virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchTcpCtrlEntry

vSwitchTcpCtrlEntry 1.3.6.1.4.1.2000.2.6.1
Table giving the TCP port number used by a protocol to control a virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchTcpCtrlEntry  

vSwitchTcpCtrlPortIndex 1.3.6.1.4.1.2000.2.6.1.1
Identifies the virtual switch within this switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchTcpCtrlID 1.3.6.1.4.1.2000.2.6.1.2
Identifies the virtual switch controller across the SCI
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchTcpCtrlPortNumber 1.3.6.1.4.1.2000.2.6.1.3
The local port number used to control the virtual switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchTcpCtrlSourceIP 1.3.6.1.4.1.2000.2.6.1.3
The source subnet or specific IP address from which the controller of the virtual switch must originate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchTcpCtrlSourceNetmask 1.3.6.1.4.1.2000.2.6.1.4
The source subnet mask (255.255.255.255 to specify a specific IP address) from which the controller of the virtual switch must originate.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchPortConfigTable 1.3.6.1.4.1.2000.2.8
Resource configuration for the virtual ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchPortConfigEntry

vSwitchPortConfigEntry 1.3.6.1.4.1.2000.2.8.1
This table gives the per port resource configured for the virtual switch. The vSwitchPortConfigVSID and vSwitchVirtualPortID combination must be unique between this table and vSwitchCrossVSTable.
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchPortConfigEntry  

vSwitchPortConfigVSID 1.3.6.1.4.1.2000.2.8.1.1
This is the virtual switch ID of the virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchVirtualPortID 1.3.6.1.4.1.2000.2.8.1.2
This is the virtual port id in that virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchPhysicalPortNumber 1.3.6.1.4.1.2000.2.8.1.3
The physical port number that is mapped to virtual port
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchPortConfigPortNumBWs 1.3.6.1.4.1.2000.2.8.1.4
Number of equivalent bandwidth pointing to different performance targets (packet loss ratio and delay)in both incoming and outgoing directions for this port.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchPortConfigNumLabelRanges 1.3.6.1.4.1.2000.2.8.1.5
Number of label ranges for this port. The label can be of different types depending on the interface service type.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER  

vSwitchPortConfigRowStatus 1.3.6.1.4.1.2000.2.8.1.5
Used in creating/deleting the row
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vSwitchPortConfigBWTable 1.3.6.1.4.1.2000.2.9
Table giving the configured bandwidth information for the various virtual ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchPortConfigBWEntry

vSwitchPortConfigBWEntry 1.3.6.1.4.1.2000.2.9.1
This table gives the configured bandwidth information for the various virtual ports
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchPortConfigBWEntry  

vSwitchBWConfigVSID 1.3.6.1.4.1.2000.2.9.1.1
This is the virtual switch ID of the virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchBWVirtualPortID 1.3.6.1.4.1.2000.2.9.1.2
This is the virtual port id in the current virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchPortConfigBWID 1.3.6.1.4.1.2000.2.9.1.3
This is the equivalent bandwidth ID in the current virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..2147483647  

vSwitchPortConfigEqiBW 1.3.6.1.4.1.2000.2.9.1.4
Indicates the equivalent bandwidth assigned to this VS
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchBWPerformanceIndex 1.3.6.1.4.1.2000.2.9.1.5
Indicates an entry in the performanceParamTable which represents the performance target associated to by this equivalent bandwidth
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchPortConfigBWPortDirection 1.3.6.1.4.1.2000.2.9.1.6
Indicates the direction for which this equivalent bandwidth is valid
Status: current Access: read-write
OBJECT-TYPE    
  PortDirection  

vSwitchPortConfigBWRowStatus 1.3.6.1.4.1.2000.2.9.1.7
Used in creation/deletion of the row
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vSwitchPortConfigLabelRangeTable 1.3.6.1.4.1.2000.2.10
Table giving the configured label range information for the various virtual ports
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchPortConfigLabelRangeEntry

vSwitchPortConfigLabelRangeEntry 1.3.6.1.4.1.2000.2.10.1
This table gives the per port label ranges configured for the virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchPortConfigLabelRangeEntry  

vSwitchLRTConfigVSID 1.3.6.1.4.1.2000.2.10.1.1
This is the virtual switch ID of the virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchLRTVirtualPortID 1.3.6.1.4.1.2000.2.10.1.2
This is the virtual port id in the current virtual switch
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchPortConfigLabelRangeID 1.3.6.1.4.1.2000.2.10.1.3
Identifies the label range
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchPortConfigPortDirection 1.3.6.1.4.1.2000.2.10.1.4
Indicates the direction for which this range is valid
Status: current Access: read-write
OBJECT-TYPE    
  PortDirection  

vSwitchPortConfigLabelRangeType 1.3.6.1.4.1.2000.2.10.1.5
Indicates the type of protocol for this label range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchPortConfigLabelRangeIndex 1.3.6.1.4.1.2000.2.10.1.6
The index into the protocol-dependent label range table for this virtual switch.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vSwitchPortConfigLabelRowStatus 1.3.6.1.4.1.2000.2.10.1.7
Used in creation/deletion of row.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vsAtmLabelRangeTable 1.3.6.1.4.1.2000.2.11
Table giving the configured ATM label range information for the various switch ports on this virtual switch.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VsAtmLabelRangeEntry

vsAtmLabelRangeEntry 1.3.6.1.4.1.2000.2.11.1
This table gives the per port ATM label ranges and capabilities.
Status: current Access: not-accessible
OBJECT-TYPE    
  VsAtmLabelRangeEntry  

vsAtmLabelRangeIndex 1.3.6.1.4.1.2000.2.11.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vsAtmLabelRangeMinVpiVci 1.3.6.1.4.1.2000.2.11.1.2
Lower bound of the vpi and vci range.
Status: current Access: read-write
OBJECT-TYPE    
  VectorString  

vsAtmLabelRangeMaxVpiVci 1.3.6.1.4.1.2000.2.11.1.3
Upper bound of the vpi and vci range.
Status: current Access: read-write
OBJECT-TYPE    
  VectorString  

vsAtmLabelRangeAllowsVP 1.3.6.1.4.1.2000.2.11.1.4
Indicates whether this label range can be used for VP connections.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vsAtmLabelRangeAllowsP2MP 1.3.6.1.4.1.2000.2.11.1.5
Indicates whether this label range can be used to create point-to-multipoint connections.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vsAtmLabelRangeAllowsMP2P 1.3.6.1.4.1.2000.2.11.1.6
Indicates whether this label range can be used to create multipoint-to-point connections.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

vsAtmLabelRangeMaxMulticast 1.3.6.1.4.1.2000.2.11.1.7
Indicates the maximum number of multicast connections that can be created within this range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsAtmLabelRangeRowStatus 1.3.6.1.4.1.2000.2.11.1.8
Indicates the maximum number of multicast connections that can be created within this range.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vsFrLabelRangeTable 1.3.6.1.4.1.2000.2.12
Table giving the configured label range information for the various frame relay ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VsFrLabelRangeEntry

vsFrLabelRangeEntry 1.3.6.1.4.1.2000.2.12.1
This table gives the per port label ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  VsFrLabelRangeEntry  

vsFrLabelRangeIndex 1.3.6.1.4.1.2000.2.12.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vsFrLabelRangeMinDLCI 1.3.6.1.4.1.2000.2.12.1.2
Lower bound of the DLCI range for this Frame Relay interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsFrLabelRangeMaxDLCI 1.3.6.1.4.1.2000.2.12.1.3
Upper bound of the DLCI range for this Frame Relay interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsFrLabelRangeRowStatus 1.3.6.1.4.1.2000.2.12.1.4
Used to create and delete this row.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsVlanLabelRangeTable 1.3.6.1.4.1.2000.1.13
Table giving the configured label range information for the VLAN-aware Ethernet ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VsVlanLabelRangeEntry

vsVlanLabelRangeEntry 1.3.6.1.4.1.2000.1.13.1
This table gives the per port VLAN ID ranges
Status: current Access: not-accessible
OBJECT-TYPE    
  VsVlanLabelRangeEntry  

vsVlanLabelRangeIndex 1.3.6.1.4.1.2000.1.13.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vsVlanLabelRangeMinID 1.3.6.1.4.1.2000.1.13.1.2
Lower bound of the VLAN ID range on this VLAN-aware Ethernet switch interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsVlanLabelRangeMaxID 1.3.6.1.4.1.2000.1.13.1.3
Upper bound of the VLAN ID range on this VLAN-aware Ethernet switch interface.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsVlanLabelRangeRowStatus 1.3.6.1.4.1.2000.1.13.1.4
Used to create and delete this row.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vsMplsLabelRangeTable 1.3.6.1.4.1.2000.2.14
Table giving the configured label range information for MPLS ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VsMplsLabelRangeEntry

vsMplsLabelRangeEntry 1.3.6.1.4.1.2000.2.14.1
This table gives the per port MPLS ranges.
Status: current Access: not-accessible
OBJECT-TYPE    
  VsMplsLabelRangeEntry  

vsMplsLabelRangeIndex 1.3.6.1.4.1.2000.2.14.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vsMplsLabelRangeMinID 1.3.6.1.4.1.2000.2.14.1.2
Lower bound of the MPLS label range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsMplsLabelRangeMaxID 1.3.6.1.4.1.2000.2.14.1.3
Upper bound of the MPLS label range.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER  

vsMplsLabelRangeRowStatus 1.3.6.1.4.1.2000.2.14.1.4
Used to create or delete this row.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vsIpLabelRangeTable 1.3.6.1.4.1.2000.2.15
Table giving the configured IP ranges for IP ports.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VsIpLabelRangeEntry

vsIpLabelRangeEntry 1.3.6.1.4.1.2000.2.15.1
This table gives the per port IP ranges.
Status: current Access: not-accessible
OBJECT-TYPE    
  VsIpLabelRangeEntry  

vsIpLabelRangeIndex 1.3.6.1.4.1.2000.2.15.1.1
Index into this table.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vsIpLabelRangeIP 1.3.6.1.4.1.2000.2.15.1.2
Indicates the IP address for a particular network.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

vsIpLabelRangeIPMask 1.3.6.1.4.1.2000.2.15.1.3
Indicates the subnet's mask address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

vsIpLabelRangeRowStatus 1.3.6.1.4.1.2000.2.15.1.4
Used for creating and deleting this row.
Status: current Access: read-write
OBJECT-TYPE    
  RowStatus  

vSwitchCrossVSTable 1.3.6.1.4.1.2000.2.17
This table manages the virtual connection configured between two VSs
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    VSwitchCrossVSEntry

vSwitchCrossVSEntry 1.3.6.1.4.1.2000.2.17.1
Configuration for each virtual connection in the switch
Status: current Access: not-accessible
OBJECT-TYPE    
  VSwitchCrossVSEntry  

vSwitchVConnectID 1.3.6.1.4.1.2000.2.17.1.1
Identifies this virtual connection
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER 1..65536  

vSwitchVConnect1VSID 1.3.6.1.4.1.2000.2.17.1.2
This is the virtual switch ID of the first virtual switch attached to this synthetic connection.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchVConnect1PortID 1.3.6.1.4.1.2000.2.17.1.3
This is the virtual port id associated with this synthetic connection in virtual switch vSwitchVConnect1VSID.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchVConnect2VSID 1.3.6.1.4.1.2000.2.17.1.4
This is the virtual switch ID of the second virtual switch attached to this synthetic connection.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchVConnect2PortID 1.3.6.1.4.1.2000.2.17.1.5
This is the virtual port id associated with this synthetic connection in virtual switch vSwitchVConnect2VSID.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..65536  

vSwitchVLinkType 1.3.6.1.4.1.2000.2.17.1.6
Specifies the layer-2 link type that the virtual ports associated with this synthetic connection will appear to be.
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER ethernet(1), atm(2), frame-relay(3)