H3C-EVB-MIB

File: H3C-EVB-MIB.mib (20677 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC HUAWEI-3COM-OID-MIB
IEEE8021-TC-MIB Q-BRIDGE-MIB IF-MIB

Imported symbols

Integer32 OBJECT-TYPE MODULE-IDENTITY
Unsigned32 RowStatus TruthValue
MacAddress h3cCommon IEEE8021BridgePortNumber
VlanIndex InterfaceIndexOrZero

Defined Types

H3cEvbDefaultManagerEntry  
SEQUENCE    
  h3cEvbManagerIndex Unsigned32
  h3cEvbManagerType INTEGER
  h3cEvbManagerID OCTET STRING
  h3cEvbManagerPort Unsigned32
  h3cEvbManagerRowStatus RowStatus

H3cEvbPortConfigEntry  
SEQUENCE    
  h3cEvbPortNumber IEEE8021BridgePortNumber
  h3cEvbRWD Unsigned32
  h3cEvbRKA Unsigned32

H3cEvbSchannelConfigEntry  
SEQUENCE    
  h3cEvbSchannelID Unsigned32
  h3cEvbSchannelSVLAN Unsigned32
  h3cEvbMacLearningStatus TruthValue
  h3cEvbRRStatus TruthValue
  h3cEvbSchannelRowStatus RowStatus

H3cEvbVSIConfigEntry  
SEQUENCE    
  h3cEvbSBPPortNumber IEEE8021BridgePortNumber
  h3cEvbVSILocalID Unsigned32
  h3cEvbVSICommand INTEGER
  h3cEvbVSIIfIndex InterfaceIndexOrZero
  h3cEvbVSIIsActive TruthValue
  h3cEvbVSIRowStatus RowStatus

H3cEvbVSIFilterConfigEntry  
SEQUENCE    
  h3cEvbGroupID Unsigned32
  h3cEvbVSIMac MacAddress
  h3cEvbVSIVlanId VlanIndex
  h3cEvbVSIFilterRowStatus RowStatus

H3cFlex10PortConfigEntry  
SEQUENCE    
  h3cFlex10PortNumber IEEE8021BridgePortNumber
  h3cFlex10PortEnableStatus TruthValue

H3cFlex10RemoteSchannelEntry  
SEQUENCE    
  h3cFlex10RemSchDesFormat BITS
  h3cFlex10RemSchTerminationType Integer32
  h3cFlex10RemSchTerminationCap BITS
  h3cFlex10RemSchTrafficClass BITS
  h3cFlex10RemSchCir Integer32
  h3cFlex10RemSchPir Integer32
  h3cFlex10RemSchConnectionID OCTET STRING

H3cFlex10SchannelLinkCtlEntry  
SEQUENCE    
  h3cFlex10SchannelSVID VlanIndex
  h3cFlex10SchannelLocalStatus INTEGER
  h3cFlex10SchannelRemoteStatus INTEGER

Defined Values

h3cEvb 1.3.6.1.4.1.2011.10.2.134
EVB management information base for managing devices that support Ethernet Virtual Bridging. This MIB is an extension of IEEE8021-EVB-MIB.
MODULE-IDENTITY    

h3cEvbSysObjects 1.3.6.1.4.1.2011.10.2.134.1
OBJECT IDENTIFIER    

h3cEvbPortObjects 1.3.6.1.4.1.2011.10.2.134.2
OBJECT IDENTIFIER    

h3cFlex10Objects 1.3.6.1.4.1.2011.10.2.134.3
OBJECT IDENTIFIER    

h3cEvbSetResult 1.3.6.1.4.1.2011.10.2.134.1.1
If a set operation on EVB-MIB-tables returns success, this object indicates the actual result of this operation. Otherwise, it is meaningless. unknown: The set operation on the node has been completed, but the result could only be got from the table which the set operation happended. processing: The set operation is in process. Another set operation cannot be performed at this time. success: The set operation has succeeded. failed: The set operation has failed.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), processing(2), success(3), failed(4)  

h3cEvbDefaultManagerTable 1.3.6.1.4.1.2011.10.2.134.1.2
A table that contains configuration information for the default Virtual Station Interface (VSI) manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvbDefaultManagerEntry

h3cEvbDefaultManagerEntry 1.3.6.1.4.1.2011.10.2.134.1.2.1
A list of objects containing information for the default VSI manager.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvbDefaultManagerEntry  

h3cEvbManagerIndex 1.3.6.1.4.1.2011.10.2.134.1.2.1.1
Index of the default manager table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

h3cEvbManagerType 1.3.6.1.4.1.2011.10.2.134.1.2.1.2
Type of the default VSI manager. ipv4: Specifies the IPv4 address of the default VSI manager. ipv6: Specifies the IPv6 address of the default VSI manager. name: Specifies the name of the default VSI manager, a case-insensitive string of 1 to 127 characters. local: Specifies the device as the default VSI manager.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER ipv4(1), ipv6(2), name(3), local(4)  

h3cEvbManagerID 1.3.6.1.4.1.2011.10.2.134.1.2.1.3
Default VSI manager. The value is zero-length string when the VSI manager type is 'local'.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(0..127)  

h3cEvbManagerPort 1.3.6.1.4.1.2011.10.2.134.1.2.1.4
Port number of the default VSI manager. Optional when the VSI manager type is not 'local'. If the VSI manager type is 'local', it returns zero.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..65535  

h3cEvbManagerRowStatus 1.3.6.1.4.1.2011.10.2.134.1.2.1.5
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cEvbPortConfigTable 1.3.6.1.4.1.2011.10.2.134.2.1
A table that contains configuration information for the EVB bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvbPortConfigEntry

h3cEvbPortConfigEntry 1.3.6.1.4.1.2011.10.2.134.2.1.1
A list of objects containing information for the EVB bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvbPortConfigEntry  

h3cEvbPortNumber 1.3.6.1.4.1.2011.10.2.134.2.1.1.1
Port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

h3cEvbRWD 1.3.6.1.4.1.2011.10.2.134.2.1.1.2
VDP resource wait delay exponent.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 15..31  

h3cEvbRKA 1.3.6.1.4.1.2011.10.2.134.2.1.1.3
VDP keepalive exponent.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 14..31  

h3cEvbSchannelConfigTable 1.3.6.1.4.1.2011.10.2.134.2.2
A table that contains configuration information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvbSchannelConfigEntry

h3cEvbSchannelConfigEntry 1.3.6.1.4.1.2011.10.2.134.2.2.1
A list of objects containing information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvbSchannelConfigEntry  

h3cEvbSchannelID 1.3.6.1.4.1.2011.10.2.134.2.2.1.1
S-channel ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

h3cEvbSchannelSVLAN 1.3.6.1.4.1.2011.10.2.134.2.2.1.2
S-VLAN ID. 0 means that the S-channel is not bound to any S-VLAN. 1 represents the SVID for the default S-channel S-channel 1.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32 0..4094  

h3cEvbMacLearningStatus 1.3.6.1.4.1.2011.10.2.134.2.2.1.3
The MAC address learning function is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cEvbRRStatus 1.3.6.1.4.1.2011.10.2.134.2.2.1.4
The RR mode for the S-channel is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cEvbSchannelRowStatus 1.3.6.1.4.1.2011.10.2.134.2.2.1.5
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cEvbVSIConfigTable 1.3.6.1.4.1.2011.10.2.134.2.3
A table that contains configuration information for the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvbVSIConfigEntry

h3cEvbVSIConfigEntry 1.3.6.1.4.1.2011.10.2.134.2.3.1
A list of objects containing information for the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvbVSIConfigEntry  

h3cEvbSBPPortNumber 1.3.6.1.4.1.2011.10.2.134.2.3.1.1
The Station-facing Bridge Port (SBP) port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

h3cEvbVSILocalID 1.3.6.1.4.1.2011.10.2.134.2.3.1.2
VSI local ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

h3cEvbVSICommand 1.3.6.1.4.1.2011.10.2.134.2.3.1.3
This object indicates the association or pre-associate property of the VSI.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER preAssociate(1), preAssociateWithRsrcReservation(2), associate(3), deAssociate(4)  

h3cEvbVSIIfIndex 1.3.6.1.4.1.2011.10.2.134.2.3.1.4
VSI interface index.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndexOrZero  

h3cEvbVSIIsActive 1.3.6.1.4.1.2011.10.2.134.2.3.1.5
The VSI is activated or not. Activate a VSI after configuring a VSI filter, and deactivate a VSI before removing a VSI filter.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cEvbVSIRowStatus 1.3.6.1.4.1.2011.10.2.134.2.3.1.6
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cEvbVSIFilterConfigTable 1.3.6.1.4.1.2011.10.2.134.2.4
A table that contains configuration information for filters of the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cEvbVSIFilterConfigEntry

h3cEvbVSIFilterConfigEntry 1.3.6.1.4.1.2011.10.2.134.2.4.1
A list of objects containing information for filters of the VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cEvbVSIFilterConfigEntry  

h3cEvbGroupID 1.3.6.1.4.1.2011.10.2.134.2.4.1.1
Group ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

h3cEvbVSIMac 1.3.6.1.4.1.2011.10.2.134.2.4.1.2
The MAC address part of the MAC/VLANs for a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

h3cEvbVSIVlanId 1.3.6.1.4.1.2011.10.2.134.2.4.1.3
The VLAN ID part of the MAC/VLANs for a VSI.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

h3cEvbVSIFilterRowStatus 1.3.6.1.4.1.2011.10.2.134.2.4.1.4
Row status: CreateAndGo, Active, or Destroy.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cFlex10PortConfigTable 1.3.6.1.4.1.2011.10.2.134.3.1
A table that contains configuration information for the flex10 bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlex10PortConfigEntry

h3cFlex10PortConfigEntry 1.3.6.1.4.1.2011.10.2.134.3.1.1
A list of objects containing information for the flex10 bridge port.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlex10PortConfigEntry  

h3cFlex10PortNumber 1.3.6.1.4.1.2011.10.2.134.3.1.1.1
Port number.
Status: current Access: not-accessible
OBJECT-TYPE    
  IEEE8021BridgePortNumber  

h3cFlex10PortEnableStatus 1.3.6.1.4.1.2011.10.2.134.3.1.1.2
The flex10 function is enabled or not.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

h3cFlex10RemoteSchannelTable 1.3.6.1.4.1.2011.10.2.134.3.2
A table that contains remote S-channel details.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlex10RemoteSchannelEntry

h3cFlex10RemoteSchannelEntry 1.3.6.1.4.1.2011.10.2.134.3.2.1
A list of objects describing remote S-channels.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlex10RemoteSchannelEntry  

h3cFlex10RemSchDesFormat 1.3.6.1.4.1.2011.10.2.134.3.2.1.1
Description format of the remote S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  BITS format0(0), format1(1)  

h3cFlex10RemSchTerminationType 1.3.6.1.4.1.2011.10.2.134.3.2.1.2
Termination type of the remote S-channel. 0: PCI Physical Function (Primary). 1: SRIOV Virtual Function. 2: PCI Physical Function (Secondary). 3: Virtual Switch Port. 4: NCSI Port. 2147483647: This value means a Description TLV with format 0 has not been received. other: Unknown termination type.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlex10RemSchTerminationCap 1.3.6.1.4.1.2011.10.2.134.3.2.1.3
Termination capabilities of the remote S-channel. If a Description TLV with format 0 has not been received, it returns all zeros.
Status: current Access: read-only
OBJECT-TYPE    
  BITS ethernet(0), fCOE(1), iSCSI(2), roCEE(3)  

h3cFlex10RemSchTrafficClass 1.3.6.1.4.1.2011.10.2.134.3.2.1.4
Traffic classes of the remote S-channel. If a Description TLV with format 0 has not been received, it returns all zeros.
Status: current Access: read-only
OBJECT-TYPE    
  BITS class0(0), class1(1), class2(2), class3(3), class4(4), class5(5), class6(6), class7(7)  

h3cFlex10RemSchCir 1.3.6.1.4.1.2011.10.2.134.3.2.1.5
Committed Information Rate (CIR) of the remote S-channel. If a Description TLV with format 0 has not been received, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlex10RemSchPir 1.3.6.1.4.1.2011.10.2.134.3.2.1.6
Peak Information Rate (PIR) of the remote S-channel. If a Description TLV with format 0 has not been received, it returns 0.
Status: current Access: read-only
OBJECT-TYPE    
  Integer32  

h3cFlex10RemSchConnectionID 1.3.6.1.4.1.2011.10.2.134.3.2.1.7
Connection instance ID of the remote S-channel. The value is a zero-length string if a Description TLV with format 1 has not been received. Otherwise it returns a string with length 16.
Status: current Access: read-only
OBJECT-TYPE    
  OCTET STRING Size(0..16)  

h3cFlex10SchannelLinkCtlTable 1.3.6.1.4.1.2011.10.2.134.3.3
A table that contains link status information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cFlex10SchannelLinkCtlEntry

h3cFlex10SchannelLinkCtlEntry 1.3.6.1.4.1.2011.10.2.134.3.3.1
A list of objects containing information for the S-channel.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cFlex10SchannelLinkCtlEntry  

h3cFlex10SchannelSVID 1.3.6.1.4.1.2011.10.2.134.3.3.1.1
S-VLAN ID for the S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  VlanIndex  

h3cFlex10SchannelLocalStatus 1.3.6.1.4.1.2011.10.2.134.3.3.1.2
Link status of the local S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), disabled(2), enabled(3)  

h3cFlex10SchannelRemoteStatus 1.3.6.1.4.1.2011.10.2.134.3.3.1.3
Link status of the remote S-channel.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER unknown(1), disabled(2), enabled(3)