H3C-SMLK-MIB

File: H3C-SMLK-MIB.mib (12967 bytes)

Imported modules

HUAWEI-3COM-OID-MIB SNMPv2-TC SNMPv2-SMI
IF-MIB

Imported symbols

h3cCommon RowStatus DateAndTime
MacAddress Integer32 Counter64
OBJECT-TYPE MODULE-IDENTITY NOTIFICATION-TYPE
InterfaceIndex

Defined Types

H3cSmlkGroupEntry  
SEQUENCE    
  h3cSmlkGroupID Integer32
  h3cSmlkDeviceID MacAddress
  h3cSmlkPreemptionMode INTEGER
  h3cSmlkSpeedThreshold Integer32
  h3cSmlkPreemptionDelay Integer32
  h3cSmlkControlVlanID Integer32
  h3cSmlkInstanceListLow OCTET STRING
  h3cSmlkInstanceListHigh OCTET STRING
  h3cSmlkGroupRowStatus RowStatus

H3cSmlkPortEntry  
SEQUENCE    
  h3cSmlkPortIfIndex InterfaceIndex
  h3cSmlkPortRole INTEGER
  h3cSmlkPortStatus INTEGER
  h3cSmlkFlushCount Counter64
  h3cSmlkLastFlushTime DateAndTime
  h3cSmlkPortRowStatus RowStatus

H3cSmlkFlushEnableEntry  
SEQUENCE    
  h3cSmlkIfIndex InterfaceIndex
  h3cSmlkControlVlanListLow OCTET STRING
  h3cSmlkControlVlanListHigh OCTET STRING

Defined Values

h3cSmlk 1.3.6.1.4.1.2011.10.2.147
This MIB defines objects for managing Smart Link. Smart Link is a feature developed to address the slow convergence issue with STP. It provides link redundancy and fast convergence in a dual uplink network, allowing the backup link to take over quickly when the primary link fails.
MODULE-IDENTITY    

h3cSmlkObject 1.3.6.1.4.1.2011.10.2.147.1
OBJECT IDENTIFIER    

h3cSmlkGroupTable 1.3.6.1.4.1.2011.10.2.147.1.1
A list of entries of a smart link group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cSmlkGroupEntry

h3cSmlkGroupEntry 1.3.6.1.4.1.2011.10.2.147.1.1.1
A list of parameters that describe a smart link group.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cSmlkGroupEntry  

h3cSmlkGroupID 1.3.6.1.4.1.2011.10.2.147.1.1.1.1
An index that uniquely identifies an entry in the smart link group table.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  Integer32 1..256  

h3cSmlkDeviceID 1.3.6.1.4.1.2011.10.2.147.1.1.1.2
Device ID of a smart link group. The device ID is the bridge MAC of the device.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

h3cSmlkPreemptionMode 1.3.6.1.4.1.2011.10.2.147.1.1.1.3
Preemption mode of a smart link group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER none(1), role(2), speed(3)  

h3cSmlkSpeedThreshold 1.3.6.1.4.1.2011.10.2.147.1.1.1.4
Speed threshold for a smart link group in speed mode. This object is valid only when the value of h3cSmlkPreemptionMode is 'speed'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10000  

h3cSmlkPreemptionDelay 1.3.6.1.4.1.2011.10.2.147.1.1.1.5
Preemption delay for a smart link group, in the range of 0 to 300 seconds.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..300  

h3cSmlkControlVlanID 1.3.6.1.4.1.2011.10.2.147.1.1.1.6
Index of the control VLAN specified for a smart link group. The value 65535 indicates that the control VLAN has not been configured.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 1..4094 | 65535  

h3cSmlkInstanceListLow 1.3.6.1.4.1.2011.10.2.147.1.1.1.7
Each octet contained in this value specifies an eight-instance group, with the first octet specifying instances 0 through 7, the second octet specifying instances 8 through 15, and so on. Within each octet, the most significant bit represents the highest numbered instance, and the least significant bit represents the lowest numbered instance. Each instance to which the protected VLANs of a smart link group are mapped corresponds to a bit within the value of this object. A bit with a value of '1' indicates that the VLANs mapped to the instance are protected VLANs of the smart link group. The VLANs mapped to the instance are not protected VLANs if the corresponding bit has a value of '0'. The value of this object must be set with h3cSmlkInstanceListHigh at the same time when a SET operation is performed.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(256)  

h3cSmlkInstanceListHigh 1.3.6.1.4.1.2011.10.2.147.1.1.1.8
Each octet contained in this value specifies an eight-instance group, with the first octet specifying instances 2048 through 2055, the second octet specifying instances 2056 through 2063, and so on. Within each octet, the most significant bit represents the highest numbered instance, and the least significant bit represents the lowest numbered instance. The most significant bit of the last octet is invalid. Each instance to which the protected VLANs of a smart link group are mapped corresponds to a bit within the value of this object. A bit with a value of '1' indicates that the VLANs mapped to the instance are protected VLANs of the smart link group. The VLANs mapped to the instance are not protected VLANs if the corresponding bit has a value of '0'. The value of this object must be set with h3cSmlkInstanceListLow at the same time when a SET operation is performed.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(256)  

h3cSmlkGroupRowStatus 1.3.6.1.4.1.2011.10.2.147.1.1.1.9
This object is responsible for managing creation, deletion, and modification of rows. The rows support active status, CreatAndGo, and destroy operations.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cSmlkPortTable 1.3.6.1.4.1.2011.10.2.147.1.2
A list of port entries of a smart link group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cSmlkPortEntry

h3cSmlkPortEntry 1.3.6.1.4.1.2011.10.2.147.1.2.1
A list of parameters that describe a port to be added to a smart link group.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cSmlkPortEntry  

h3cSmlkPortIfIndex 1.3.6.1.4.1.2011.10.2.147.1.2.1.1
IfIndex of a port in a smart link group.
Status: current Access: accessible-for-notify
OBJECT-TYPE    
  InterfaceIndex  

h3cSmlkPortRole 1.3.6.1.4.1.2011.10.2.147.1.2.1.2
Role of a port in a smart link group.
Status: current Access: read-create
OBJECT-TYPE    
  INTEGER primary(1), secondary(2)  

h3cSmlkPortStatus 1.3.6.1.4.1.2011.10.2.147.1.2.1.3
Status of a port in a smart link group.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER down(1), active(2), standby(3)  

h3cSmlkFlushCount 1.3.6.1.4.1.2011.10.2.147.1.2.1.4
Number of transmitted flush messages.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

h3cSmlkLastFlushTime 1.3.6.1.4.1.2011.10.2.147.1.2.1.5
Time when the last flush message was transmitted.
Status: current Access: read-only
OBJECT-TYPE    
  DateAndTime  

h3cSmlkPortRowStatus 1.3.6.1.4.1.2011.10.2.147.1.2.1.6
This object is responsible for managing creation, deletion, and modification of rows. The rows support active status, CreatAndGo, and destroy operations.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cSmlkFlushEnableTable 1.3.6.1.4.1.2011.10.2.147.1.3
A list of ports on which flush message receiving is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cSmlkFlushEnableEntry

h3cSmlkFlushEnableEntry 1.3.6.1.4.1.2011.10.2.147.1.3.1
A list of parameters that describe a port on which flush message receiving is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cSmlkFlushEnableEntry  

h3cSmlkIfIndex 1.3.6.1.4.1.2011.10.2.147.1.3.1.1
IfIndex of a port on which flush message receiving is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

h3cSmlkControlVlanListLow 1.3.6.1.4.1.2011.10.2.147.1.3.1.2
Specifies the control VLANs used for receiving flush messages. The VLAN ID range, described by bitmap, is from 1 to 2048. The length of bitmap is 256 in bytes. Each octet within this value specifies a set of eight VLANs, with the first octet specifying VLANs 1 through 8, the second octet specifying VLANs 9 through 16, and so on. Within each octet, the most significant bit represents the highest numbered VLAN, and the least significant bit represents the lowest numbered VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(256)  

h3cSmlkControlVlanListHigh 1.3.6.1.4.1.2011.10.2.147.1.3.1.3
Specifies the control VLANs used for receiving flush messages. The VLAN ID range, described by bitmap, is from 2049 to 4094. The length of bitmap is 256 in bytes. Each octet within this value specifies a set of eight VLANs, with the first octet specifying VLANs 2049 through 2056, the second octet specifying VLANs 2057 through 2064, and so on. Within each octet, the most significant bit represents the highest numbered VLAN, and the least significant bit represents the lowest numbered VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  OCTET STRING Size(256)  

h3cSmlkTrap 1.3.6.1.4.1.2011.10.2.147.2
OBJECT IDENTIFIER    

h3cSmlkTrapPrefix 1.3.6.1.4.1.2011.10.2.147.2.0
OBJECT IDENTIFIER    

h3cSmlkGroupLinkActive 1.3.6.1.4.1.2011.10.2.147.2.0.1
A trap message is generated when the status of a port in a smart link group changes to active.
Status: current Access: read-write
NOTIFICATION-TYPE