HH3C-SMLK-MIB

File: HH3C-SMLK-MIB.mib (13056 bytes)

Imported modules

HH3C-OID-MIB SNMPv2-TC SNMPv2-SMI
IF-MIB

Imported symbols

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

Defined Types

Hh3cSmlkGroupEntry  
SEQUENCE    
  hh3cSmlkGroupID Integer32
  hh3cSmlkDeviceID MacAddress
  hh3cSmlkPreemptionMode INTEGER
  hh3cSmlkSpeedThreshold Integer32
  hh3cSmlkPreemptionDelay Integer32
  hh3cSmlkControlVlanID Integer32
  hh3cSmlkInstanceListLow OCTET STRING
  hh3cSmlkInstanceListHigh OCTET STRING
  hh3cSmlkGroupRowStatus RowStatus

Hh3cSmlkPortEntry  
SEQUENCE    
  hh3cSmlkPortIfIndex InterfaceIndex
  hh3cSmlkPortRole INTEGER
  hh3cSmlkPortStatus INTEGER
  hh3cSmlkFlushCount Counter64
  hh3cSmlkLastFlushTime DateAndTime
  hh3cSmlkPortRowStatus RowStatus

Hh3cSmlkFlushEnableEntry  
SEQUENCE    
  hh3cSmlkIfIndex InterfaceIndex
  hh3cSmlkControlVlanListLow OCTET STRING
  hh3cSmlkControlVlanListHigh OCTET STRING

Defined Values

hh3cSmlk 1.3.6.1.4.1.25506.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    

hh3cSmlkObject 1.3.6.1.4.1.25506.2.147.1
OBJECT IDENTIFIER    

hh3cSmlkGroupTable 1.3.6.1.4.1.25506.2.147.1.1
A list of entries of a smart link group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSmlkGroupEntry

hh3cSmlkGroupEntry 1.3.6.1.4.1.25506.2.147.1.1.1
A list of parameters that describe a smart link group.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cSmlkGroupEntry  

hh3cSmlkGroupID 1.3.6.1.4.1.25506.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  

hh3cSmlkDeviceID 1.3.6.1.4.1.25506.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  

hh3cSmlkPreemptionMode 1.3.6.1.4.1.25506.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)  

hh3cSmlkSpeedThreshold 1.3.6.1.4.1.25506.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 hh3cSmlkPreemptionMode is 'speed'.
Status: current Access: read-create
OBJECT-TYPE    
  Integer32 0..10000  

hh3cSmlkPreemptionDelay 1.3.6.1.4.1.25506.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  

hh3cSmlkControlVlanID 1.3.6.1.4.1.25506.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  

hh3cSmlkInstanceListLow 1.3.6.1.4.1.25506.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 hh3cSmlkInstanceListHigh at the same time when a SET operation is performed.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(256)  

hh3cSmlkInstanceListHigh 1.3.6.1.4.1.25506.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 hh3cSmlkInstanceListLow at the same time when a SET operation is performed.
Status: current Access: read-create
OBJECT-TYPE    
  OCTET STRING Size(256)  

hh3cSmlkGroupRowStatus 1.3.6.1.4.1.25506.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  

hh3cSmlkPortTable 1.3.6.1.4.1.25506.2.147.1.2
A list of port entries of a smart link group.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSmlkPortEntry

hh3cSmlkPortEntry 1.3.6.1.4.1.25506.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    
  Hh3cSmlkPortEntry  

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

hh3cSmlkPortRole 1.3.6.1.4.1.25506.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)  

hh3cSmlkPortStatus 1.3.6.1.4.1.25506.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)  

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

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

hh3cSmlkPortRowStatus 1.3.6.1.4.1.25506.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  

hh3cSmlkFlushEnableTable 1.3.6.1.4.1.25506.2.147.1.3
A list of ports on which flush message receiving is enabled.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cSmlkFlushEnableEntry

hh3cSmlkFlushEnableEntry 1.3.6.1.4.1.25506.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    
  Hh3cSmlkFlushEnableEntry  

hh3cSmlkIfIndex 1.3.6.1.4.1.25506.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  

hh3cSmlkControlVlanListLow 1.3.6.1.4.1.25506.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)  

hh3cSmlkControlVlanListHigh 1.3.6.1.4.1.25506.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)  

hh3cSmlkTrap 1.3.6.1.4.1.25506.2.147.2
OBJECT IDENTIFIER    

hh3cSmlkTrapPrefix 1.3.6.1.4.1.25506.2.147.2.0
OBJECT IDENTIFIER    

hh3cSmlkGroupLinkActive 1.3.6.1.4.1.25506.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