17-High Availability

HomeSupportReference GuidesMIB CompanionH3C S6800 & S6860 Switch Series MIB Companion-Release 671x-6W10017-High Availability
07-HH3C-SMLK-MIB
Title Size Download
07-HH3C-SMLK-MIB 73.71 KB

HH3C-SMLK-MIB

About this MIB

HH3C-SMLK-MIB is a private MIB defined to implement network management on the Smart Link feature. You can use this MIB to create, modify, and delete smart link groups. Smart link group settings include preemption mode, control VLAN, and protected VLAN. You can also configure primary and secondary ports for a smart link group, configure the flush message receiving function, and obtain configuration information.

MIB file name

hh3c-smlk.mib

Root object

iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hh3c(25506).h3cCommon(2).hh3cSmlk(147)

Tabular objects

hh3cSmlkGroupTable

About this table

Use this table to obtain and set basic smart link group information.

Support for operations

Create

Edit/Modify

Delete

Read

If a valid value is set for hh3cSmlkSpeedThreshold, hh3cSmlkPreemptionMode must be set to speed.

hh3cSmlkInstanceListLow and hh3cSmlkInstanceListHigh are optional. If configuration is required, they must be both configured.

 

If a valid value is set for hh3cSmlkSpeedThreshold, hh3cSmlkPreemptionMode must be set to speed.

hh3cSmlkInstanceListLow and hh3cSmlkInstanceListHigh must be both configured.

If member ports are configured for a smart link group, hh3cSmlkInstanceListLow and hh3cSmlkInstanceListHigh cannot be both set to 0.

To delete a smart link group with member ports configured, delete the member ports from the group first.

Supported

Columns

The table index is hh3cSmlkGroupID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cSmlkGroupID (1.3.6.1.4.1.25506.2.147.1.1.1.1)

accessible-for-notify

Integer32

Integer32(1..256)

Table index.

Smart link group ID. The valid value range is 1 to 256. Supported value varies by device model.

hh3cSmlkDeviceID (1.3.6.1.4.1.25506.2.147.1.1.1.2)

read-only

MacAddress

OCTET STRING (6)

Device ID.

As per the MIB.

hh3cSmlkPreemptionMode (1.3.6.1.4.1.25506.2.147.1.1.1.3)

read-create

INTEGER

none(1),

role(2),

speed(3)

Preemption mode.

As per the MIB.

hh3cSmlkSpeedThreshold (1.3.6.1.4.1.25506.2.147.1.1.1.4)

read-create

Integer32

Integer32(0..10000)

Speed preemption threshold that applies only to speed preemption mode.

Default: 0.

The value takes effect when hh3cSmlkPreemptionMode is set to speed.

hh3cSmlkPreemptionDelay (1.3.6.1.4.1.25506.2.147.1.1.1.5)

read-create

Integer32

Integer32(0..300)

Preemption delay.

As per the MIB.

hh3cSmlkControlVlanID (1.3.6.1.4.1.25506.2.147.1.1.1.6)

read-create

Integer32

Integer32(1..4094|65535)

Control VLAN.

Default: 1.

The value 65535 is invalid, indicating not configured.

hh3cSmlkInstanceListLow (1.3.6.1.4.1.25506.2.147.1.1.1.7)

read-create

OCTET STRING

OCTET STRING (256)

Low bits of MSTIs mapped to protected VLANs.

As per the MIB.

hh3cSmlkInstanceListHigh (1.3.6.1.4.1.25506.2.147.1.1.1.8)

read-create

OCTET STRING

OCTET STRING (256)

High bits of MSTIs mapped to protected VLANs.

As per the MIB.

hh3cSmlkGroupRowStatus (1.3.6.1.4.1.25506.2.147.1.1.1.9)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cSmlkPortTable

About this table

Use this table to obtain and set Smart Link port information.

Support for operations

Create

Edit/Modify

Delete

Read

Before creating hh3cSmlkPortTable, you must create protected VLANs.

Do not enable STP, RRPP, or ERPS for the port.

When assigning a port to multiple smart link groups, configure each group with a different protected VLAN.

Port roles must be specified for the smart link group.

Once set, the port roles of the smart link group cannot be modified.

Supported

Supported

Columns

The table indexes are hh3cSmlkGroupID and hh3cSmlkPortIfIndx.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cSmlkPortIfIndex (1.3.6.1.4.1.25506.2.147.1.2.1.1)

accessible-for-notify

InterfaceIndex

Integer32 (1..2147483647)

Interface index of the smart link group.

As per the MIB.

hh3cSmlkPortRole (1.3.6.1.4.1.25506.2.147.1.2.1.2)

read-create

INTEGER

primary(1),

secondary(2)

Port role.

As per the MIB.

hh3cSmlkPortStatus

(1.3.6.1.4.1.25506.2.147.1.2.1.3)

read-only

INTEGER

down(1),

active(2),

standby(3)

Port state.

As per the MIB.

hh3cSmlkFlushCount

(1.3.6.1.4.1.25506.2.147.1.2.1.4)

read-only

Counter64

Standard MIB values.

Number of flush messages sent by the port.

As per the MIB.

hh3cSmlkLastFlushTime

(1.3.6.1.4.1.25506.2.147.1.2.1.5)

read-only

TimeStamp

Standard MIB values.

Most recent time when flush messages were sent.

As per the MIB.

hh3cSmlkPortRowStatus

(1.3.6.1.4.1.25506.2.147.1.2.1.6)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cSmlkFlushEnableTable

About this table

Use this table to enable flush message receiving on a port and obtain flush message configuration information.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

hh3cSmlkControlVlanListLow and hh3cSmlkControlVlanListHigh must be both specified.

Not supported

Supported

Columns

The table index is hh3cSmlkIfIndx.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cSmlkIfIndex (1.3.6.1.4.1.25506.2.147.1.3.1.1)

not-accessible

InterfaceIndex

Integer32 (1..2147483647)

Interface index.

As per the MIB.

hh3cSmlkControlVlanListLow (1.3.6.1.4.1.25506.2.147.1.3.1.2)

read-write

OCTET STRING

OCTET STRING (256)

Low bits of control VLANs for receiving flush messages.

As per the MIB.

hh3cSmlkControlVlanListHigh

(1.3.6.1.4.1.25506.2.147.1.3.1.3)

read-write

OCTET STRING

OCTET STRING (256)

High bits of control VLANs for receiving flush messages.

As per the MIB.

 

Notifications

This section contains trap notifications.

hh3cSmlkGroupLinkActive

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.147.2.0.1

A member port transitions to forwarding state.

Informational

N/A

N/A

ON

 

Description

A notification sent when a member port becomes active.

Status control

The notification cannot be disabled.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.147.1.1.1.1

(hh3cSmlkGroupID)

Smart link group ID.

No

Integer32

1..256

1.3.6.1.4.1.25506.2.147.1.2.1.1

(hh3cSmlkPortIfIndex)

Index of the member port.

Yes

InterfaceIndex

1..2147483647

 

This table does not contain indexes. For information about the index or indexes of a MIB object instance in an SNMP variable binding, see the section for that MIB object.

Recommended action

Detect the link of the blocked port.

 

hh3cSmlkGroupStatusSwitch

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

(1.3.6.1.4.1.25506.2.147.2.0.2

The state of the smart link group changes.

Informational

N/A

N/A

ON

 

Description

A notification sent when the state of the smart link group changes.

Status control

The notification cannot be disabled.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.147.1.1.1.1

(hh3cSmlkGroupID)

Smart link group ID.

No

Integer32

Integer32 (1..256)

1.3.6.1.4.1.25506.2.147.2.1.1

(hh3cSmlkGroupStatus)

Smart link group state

No

INTEGER

unknown(0),

alldown(1),

oneup(2),

twoup(3),

delay(4)

 

Recommended action

To resolve the issue:

1.     Check the state of the link attached to the smart link group member port and the smart link group configuration.

2.     If the issue persists, contact H3C Support.

hh3cSmlkInactiveLinkDown

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.147.2.0.3

The backup link of the smart link group fails.

Informational

Warning

1.3.6.1.4.1.25506.2.147.2.0.3 (hh3cSmlkInactiveLinkUp)

ON

 

Description

A notification sent when the backup link of the smart link group fails.

Status control

The notification cannot be disabled.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.147.1.1.1.1

(hh3cSmlkGroupID)

Smart link group ID.

No

Integer32

Integer32 (1..256)

1.3.6.1.4.1.25506.2.147.1.2.1.1

(hh3cSmlkPortIfIndex)

Index of the member port.

No

InterfaceIndex

1..2147483647

1.3.6.1.2.1.2.2.1.2

(ifDescr)

Interface name.

Yes

OCTET STRING

OCTET STRING (0..255)

 

Recommended action

To resolve the issue:

1.     Check the state of the link attached to the smart link group member port.

2.     If the issue persists, contact H3C Support.

hh3cSmlkInactiveLinkUp

Basic information

OID

Event

Type

Severity

Recovery notification

Default status

1.3.6.1.4.1.25506.2.147.2.0.4

The backup link of the smart link group recovers.

Informational

Warning

N/A

ON

 

Description

A notification sent when the backup link of the smart link group recovers.

Status control

The notification cannot be disabled.

Objects

OID (object name)

Description

Index

Type

Value range

1.3.6.1.4.1.25506.2.147.1.1.1.1

(hh3cSmlkGroupID)

Smart link group ID.

No

Integer32

Integer32 (1..256)

1.3.6.1.4.1.25506.2.147.1.2.1.1

(hh3cSmlkPortIfIndex)

Index of the member port.

No

InterfaceIndex

1..2147483647

1.3.6.1.2.1.2.2.1.2

(ifDescr)

Interface name

Yes

OCTET STRING

OCTET STRING (0..255)

 

Recommended action

No action is required.

 

  • Cloud & AI
  • InterConnect
  • Intelligent Computing
  • Security
  • SMB Products
  • Intelligent Terminal Products
  • Product Support Services
  • Technical Service Solutions
All Services
  • Resource Center
  • Policy
  • Online Help
All Support
  • Become a Partner
  • Partner Resources
  • Partner Business Management
All Partners
  • Profile
  • News & Events
  • Online Exhibition Center
  • Contact Us
All About Us
新华三官网