22-EVB

HomeSupportReference GuidesMIB CompanionH3C S6800 & S6860 Switch Series MIB Companion-Release 671x-6W10022-EVB
Table of Contents
Related Documents
01-HH3C-EVB-MIB
Title Size Download
01-HH3C-EVB-MIB 87.62 KB

HH3C-EVB-MIB

About this MIB

Use this private MIB to manage EVB features extended based on the standard EVB MIB, for example, the default VSI manager configuration and manual creation of S-channels and VSI interfaces.

MIB file name

hh3c-evb.mib

Root object

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

Scalar objects

hh3cEvbSetResult

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cEvbSetResult(1.3.6.1.4.1.25506.2.134.1.1)

read-only

INTEGER

unknown(1), processing(2), success(3), failed(4)

EVB set operation result.

As per the MIB.

 

Tabular objects

hh3cEvbDefaultManagerTable

About this table

Use this table to configure or obtain information about the default VSI manager.

Support for operations

Create

Edit/Modify

Delete

Read

·     You must specify the hh3cEvbManagerType object when creating the default VSI manager.

·     If the value of the hh3cEvbManagerType object is local, you must delete the hh3cEvbManagerID and hh3cEvbManagerPort objects when creating the default VSI manager.

·     If the value of the hh3cEvbManagerType object is ipv4 or ipv6, you must specify the hh3cEvbManagerID object when creating the default VSI manager. The value of the hh3cEvbManagerID object is the IPv4 or IPv6 address of the default VSI manager.

·     If the value of the hh3cEvbManagerType object is name, you must specify the hh3cEvbManagerID object when creating the default VSI manager. The value of the hh3cEvbManagerID object is a string of 1 to 127 characters, which represents the name of the default VSI manager.

·     The restrictions for modifying the hh3cEvbManagerType object are the same as those for creating the default VSI manager.

·     If you change the value of the hh3cEvbManagerType object to ipv4, ipv6, or name, you must specify the hh3cEvbManagerID object. The hh3cEvbManagerPort object is optional. If you do not specify the hh3cEvbManagerPort object, the object automatically uses the default value.

·     If you change the value of the hh3cEvbManagerType object to local, the values of the hh3cEvbManagerID and hh3cEvbManagerPort objects automatically change to a zero-length string and zero, respectively. The new values are invalid values.

·     When the value of the hh3cEvbManagerType object is set to local, you cannot modify the hh3cEvbManagerID or hh3cEvbManagerPort object.

Supported

Supported

 

Columns

The table index is hh3cSystemDiagInfoIndex.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cEvbManagerIndex(1.3.6.1.4.1.25506.2.134.1.2.1.1)

not-accessible

Unsigned32

Standard MIB values.

Index value.

The value is fixed at 1.

hh3cEvbManagerType(1.3.6.1.4.1.25506.2.134.1.2.1.2)

read-create

INTEGER

ipv4 (1),

ipv6 (2),

name (3),

local (4)

Type of the default VSI manager.

As per the MIB.

hh3cEvbManagerID(1.3.6.1.4.1.25506.2.134.1.2.1.3)

read-create

OCTET STRING

OCTET STRING (0..127)

ID of the default VSI manager.

The value is a zero-length string when the default VSI manager type is local.

hh3cEvbManagerPort(1.3.6.1.4.1.25506.2.134.1.2.1.4)

read-create

Unsigned32

Unsigned32 (0..65535)

Port number of the default VSI manager.

If the default VSI manager type is local, the return value is zero.

hh3cEvbManagerRowStatus

(1.3.6.1.4.1.25506.2.134.1.2.1.5)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cEvbPortConfigTable

About this table

Use this table to manage the VDP keepalive exponent and the VDP resource-wait-delay exponent.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Supported

Not supported

Supported

 

Columns

The table index is hh3cEvbPortNumber.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cEvbPortNumber(1.3.6.1.4.1.25506.2.134.2.1.1.1)

not-accessible

IEEE8021BridgePortNumber

Unsigned32 (1..65535)

Port number.

As per the MIB.

hh3cEvbRWD(1.3.6.1.4.1.25506.2.134.2.1.1.2)

read- write

Unsigned32

Unsigned32 (15..31)

VDP resource-wait-delay exponent.

As per the MIB.

hh3cEvbRKA(1.3.6.1.4.1.25506.2.134.2.1.1.3)

read- write

Unsigned32

Unsigned32 (14..31)

VDP keepalive exponent.

As per the MIB.

 

hh3cEvbSchannelConfigTable

About this table

Use this table to create S-channels and enable or disable MAC address learning and RR mode for S-channels.

Support for operations

Create

Edit/Modify

Delete

Read

·     When you create an S-channel on a port, make sure the ieee8021BridgeEvbUAPConfigTable table already has a row with the port number as the index. The hh3cEvbPortNumber objects represents the port number.

·     When you create an S-channel on a port, the supported values for the hh3cEvbSchannelID object are 2 to 167 and 4094. The ID of the default S-channel is 1. You cannot create the default S-channel, but you can change the enabling status of MAC address learning and RR mode for the default S-channel.

·     When you create an S-channel on a port, the supported values for the hh3cEvbSchannelSVLAN object are 0 and 2 to 4094. The value of 0 indicates that no S-VLAN ID (SVID) is specified for the S-channel. The system automatically assigns an SVID to the S-channel.

·     To ensure successful creation, make sure the value specified for the hh3cEvbSchannelSVLAN object has not been used by other S-channels on the same port.

·     When you create an S-channel on a port, you must delete the hh3cEvbMacLearningStatus and hh3cEvbRRStatus objects. You can change them after S-channel creation.

You cannot modify the hh3cEvbSchannelSVLAN object.

Supported

You cannot delete the default S-channel whose S-channel ID (hh3cEvbSchannelID) is 1.

 

Columns

The table indexes are hh3cEvbPortNumber and hh3cEvbSchannelID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cEvbSchannelID(1.3.6.1.4.1.25506.2.134.2.2.1.1)

not-accessible

Unsigned32

Standard MIB values.

S-channel ID (SCID).

Value range: 1 to 167 and 4094.

hh3cEvbSchannelSVLAN(1.3.6.1.4.1.25506.2.134.2.2.1.2)

read-create

Unsigned32

Unsigned32 (0..4094)

S-VLAN ID (SVID) of the S-channel.

The value of 0 indicates that no SVID is specified for the S-channel.

The system automatically assigns an SVID to the S-channel.

hh3cEvbMacLearningStatus(1.3.6.1.4.1.25506.2.134.2.2.1.3)

read-write

TruthValue

true(1),

false(2)

Enabling status of MAC address learning.

As per the MIB.

hh3cEvbRRStatus(1.3.6.1.4.1.25506.2.134.2.2.1.4)

read-write

TruthValue

true(1),

false(2)

Enabling status of the RR mode.

As per the MIB.

hh3cEvbSchannelRowStatus(1.3.6.1.4.1.25506.2.134.2.2.1.5)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cEvbVSIConfigTable

About this table

Use this table to create VSI interfaces and activate VSI interfaces.

Support for operations

Create

Edit/Modify

Delete

Read

·     The value of the hh3cEvbVSILocalID object must be in the range of 0 to 1023.

·     When creating a VSI interface, you must specify the hh3cEvbVSICommand object. This object supports only preAssociate and associate.

·     When creating a VSI interface, you cannot specify the hh3cEvbVSIIsActive object. This object can be modified after VSI creation.

·     You can change the value of the hh3cEvbVSIIsActive object to true for a VSI interface only when the VSI interface has filter information.

·     You can set the value of the hh3cEvbVSICommand object only to preAssociate or associate.

Supported

Supported

 

Columns

The table indexes are hh3cEvbSBPPortNumber and hh3cEvbVSILocalID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cEvbSBPPortNumber(1.3.6.1.4.1.25506.2.134.2.3.1.1)

not-accessible

IEEE8021BridgePortNumber

Unsigned32 (1..65535)

Port number of a Station-facing Bridge Port (SBP).

As per the MIB.

hh3cEvbVSILocalID(1.3.6.1.4.1.25506.2.134.2.3.1.2)

not-accessible

Unsigned32

Standard MIB values.

Local ID of a VSI interface.

Value range: 0 to 1023.

hh3cEvbVSICommand(1.3.6.1.4.1.25506.2.134.2.3.1.3)

read-create

INTEGER

 

preAssociate(1),

preAssociateWithRsrcReservation (2),

associate (3),

deAssociate (4)

Association property of the VSI interface.

Supports only preAssociate(1) and associate(3).

hh3cEvbVSIIfIndex(1.3.6.1.4.1.25506.2.134.2.3.1.4)

read-only

InterfaceIndexOrZero

Integer32 (0..2147483647)

VSI interface index.

As per the MIB.

hh3cEvbVSIIsActive(1.3.6.1.4.1.25506.2.134.2.3.1.5)

read-write

TruthValue

true(1),

false(2)

Whether the VSI interface is activated.

As per the MIB.

hh3cEvbVSIRowStatus(1.3.6.1.4.1.25506.2.134.2.3.1.6)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cEvbVSIFilterConfigTable

About this table

Use this table to create VSI filters on a VSI interface or obtain VSI filter information.

Support for operations

Create

Edit/Modify

Delete

Read

When you create a VSI filter on a VSI interface, make sure the VSI interface is not activated.

Not supported

Before you delete a VSI filter on a VSI interface, change the value of the hh3cEvbVSIIsActive object to false in the hh3cEvbVSIConfigTable table.

Supported

 

Columns

The table indexes are hh3cEvbSBPPortNumber, hh3cEvbVSILocalID, hh3cEvbGroupID, hh3cEvbVSIMac, and hh3cEvbVSIVlanId.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cEvbGroupID(1.3.6.1.4.1.25506.2.134.2.4.1.1)

not-accessibl

Unsigned32

Standard MIB values.

Group ID contained in a VSI filter.

The group ID used by the VSI filter to filter traffic.

A group ID and a VLAN ID together identify a VLAN.

hh3cEvbVSIMac(1.3.6.1.4.1.25506.2.134.2.4.1.2)

not-accessibl

MacAddress

OCTET STRING (6)

MAC address contained in the VSI filter.

The MAC address used by the VSI filter to filter traffic.

hh3cEvbVSIVlanId(1.3.6.1.4.1.25506.2.134.2.4.1.3)

not-accessibl

VlanIndex

Unsigned32(0..4294967295)

VLAN ID in the VSI filter.

As per the MIB.

The VLAN ID used by the VSI filter to filter traffic.

hh3cEvbVSIRowStatus(1.3.6.1.4.1.25506.2.134.2.4.1.4)

read-create

RowStatus

active(1),

notInService(2),

notReady(3),

createAndGo(4),

createAndWait(5),

destroy(6)

Row status.

As per the MIB.

 

hh3cFlex10PortConfigTable

About this table

Use this table to enable or disable Flex10 on ports.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Flex10 and EVB cannot be both enabled on a port.

Not supported

Supported

 

Columns

The table index is hh3cFlex10PortNumber.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cFlex10PortNumber(1.3.6.1.4.1.25506.2.134.3.1.1.1)

not-accessible

IEEE8021BridgePortNumber

Unsigned32 (1..65535)

Port number.

As per the MIB.

hh3cFlex10PortEnableStatus(1.3.6.1.4.1.25506.2.134.3.1.1.2)

read-write

TruthValue

true(1),

false(2)

Enabling status of Flex10.

As per the MIB.

 

hh3cFlex10RemoteSchannelTable

About this table

Use this table to obtain remote S-channel information, including the remote S-channel description format, termination type, termination capability, traffic class, Committed Information Rate (CIR), Peak Information Rate (PIR), and connection instance ID.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table indexes are hh3cFlex10PortNumber and hh3cEvbSchannelID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cFlex10RemSchDesFormat(1.3.6.1.4.1.25506.2.134.3.2.1.1)

read-only

BITS

format0 (0),

format1 (1)

Description format of a remote S-channel.

As per the MIB.

hh3cFlex10RemSchTerminationType(1.3.6.1.4.1.25506.2.134.3.2.1.2)

read-only

Integer32

Standard MIB values.

Termination type of the remote S-channel.

As per the MIB.

hh3cFlex10RemSchTerminationCap(1.3.6.1.4.1.25506.2.134.3.2.1.3)

read-only

BITS

ethernet (0),

fCoE(1),

iSCSI(2),

roCEE(3)

Termination capability of the remote S-channel.

As per the MIB.

hh3cFlex10RemSchTrafficClass(1.3.6.1.4.1.25506.2.134.3.2.1.4)

read-only

BITS

class0 (0),

class1 (1),

class2 (2),

class3 (3),

class4 (4),

class5 (5),

class6 (6),

class7 (7)

Traffic class of the remote S-channel.

As per the MIB.

hh3cFlex10RemSchCir(1.3.6.1.4.1.25506.2.134.3.2.1.5)

read-only

Integer32

Standard MIB values.

CIR of the remote S-channel.

As per the MIB.

hh3cFlex10RemSchPir(1.3.6.1.4.1.25506.2.134.3.2.1.6)

read-only

Integer32

Standard MIB values.

PIR of the remote S-channel.

As per the MIB.

hh3cFlex10RemSchConnectionID(1.3.6.1.4.1.25506.2.134.3.2.1.7)

read-only

OCTET STRING

OCTET STRING (0..16)

Connection instance ID of the remote S-channel.

As per the MIB.

 

hh3cFlex10SchannelLinkCtlTable

About this table

Use this table to obtain link status information about Flex10 S-channels.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

 

Columns

The table indexes are hh3cFlex10PortNumber and hh3cEvbSchannelID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cFlex10SchannelSVID(1.3.6.1.4.1.25506.2.134.3.3.1.1)

read-only

Integer32

Integer32

(1..4094)

S-VLAN ID of an S-channel

As per the MIB.

hh3cFlex10SchannelLocalStatus(1.3.6.1.4.1.25506.2.134.3.3.1.2)

read-only

Integer32

Integer32

{

unknown(1),

disabled (2),

enabled (3)

}

Link status of the local end.

As per the MIB.

hh3cFlex10SchannelRemoteStatus(1.3.6.1.4.1.25506.2.134.3.3.1.3)

read-only

Integer32

Integer32

{

unknown(1),

disabled (2),

enabled (3)

}

Link status of the remote end.

As per the MIB.

 

  • 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
新华三官网