11-VXLAN

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

HH3C-VXLAN-MIB

About this MIB

Use this table to manage VXLAN configuration.

MIB file name

hh3c-vxlan.mib

Root object

iso(1).org(3).dod(6).internet(1).private(4).enterprises(1).hh3c(25506).hh3cCommon(2).hh3cVxlan(150)

Tabular objects

hh3cVxlanScalarGroup

About this table

Use this table to configure global VXLAN settings.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Not supported

Supported

Supported

Columns

This table does not has an index.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cVxlanLocalMacNotify (1.3.6.1.4.1.25506.2.150.1.1.1)

read-write

TruthValue

true(1)

false(2)

Status of local-MAC logging.

As per the MIB.

hh3cVxlanRemoteMacLearn (1.3.6.1.4.1.25506.2.150.1.1.2)

read-write

TruthValue

true(1)

false(2)

Status of remote MAC address learning.

As per the MIB.

hh3cVxlanNextVxlanID (1.3.6.1.4.1.25506.2.150.1.1.3)

read-only

Unsigned32

Unsigned32 (0..4294967295)

Next available VNI.

As per the MIB.

hh3cVxlanConfigured (1.3.6.1.4.1.25506.2.150.1.1.4)

read-only

Unsigned32

Unsigned32 (0..4294967295)

Total number of VXLANs configured on the device.

As per the MIB.

 

hh3cVxlanTable

About this table

Use this table to configure VXLANs.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Not supported

Supported

Supported

Columns

The table index is hh3cVxlanID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cVxlanID (1.3.6.1.4.1.25506.2.150.1.2.1.1)

not-accessible

Unsigned32

Unsigned32 (0..4294967295)

VNI.

As per the MIB.

hh3cVxlanAddrType (1.3.6.1.4.1.25506.2.150.1.2.1.2)

read-create

InetAddressType·

unknown(0)

ipv4(1)

ipv6(2)

ipv4z(3)

ipv6z(4)

dns(16)

Address type.

Supports only ipv4(1).

hh3cVxlanGroupAddr (1.3.6.1.4.1.25506.2.150.1.2.1.3)

read-create

InetAddress

OCTET STRING (0..255)

Destination address.

As per the MIB.

hh3cVxlanSourceAddr (1.3.6.1.4.1.25506.2.150.1.2.1.4)

read-create

InetAddress

OCTET STRING (0..255)

Source address.

As per the MIB.

hh3cVxlanVsiIndex (1.3.6.1.4.1.25506.2.150.1.2.1.5)

read-create

Unsigned32

Unsigned32 (0..4294967295)

VSI index.

Does not support modification after object creation.

hh3cVxlanRemoteMacCount (1.3.6.1.4.1.25506.2.150.1.2.1.6)

read-only

Unsigned32

Unsigned32 (0..4294967295)

Remote MAC address count.

As per the MIB.

hh3cVxlanRowStatus (1.3.6.1.4.1.25506.2.150.1.2.1.7)

read-create

RowStatus

active(1)

notInService(2)

notReady(3)

createAndGo(4)

createAndWait(5)

destroy(6)

Row status.

Supports only active(1), createAndGo(4), and destroy(6).

You can use active(1) to modify only the hh3cVxlanGroupAddr and hh3cVxlanSourceAddr objects.

 

hh3cVxlanTunnelTable

About this table

Use this table to configure tunnels for VXLANs.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Not supported

Supported

Supported

Columns

The table indexes are hh3cVxlanID and hh3cVxlanTunnelID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cVxlanTunnelID (1.3.6.1.4.1.25506.2.150.1.3.1.1)

not-accessible

Unsigned32

Unsigned32 (0..4294967295)

Tunnel ID.

As per the MIB.

hh3cVxlanTunnelRowStatus (1.3.6.1.4.1.25506.2.150.1.3.1.2)

read-create

RowStatus

active(1)

notInService(2)

notReady(3)

createAndGo(4)

createAndWait(5)

destroy(6)

Row status.

Supports only active(1), createAndGo(4), and destroy(6).

hh3cVxlanTunnelOctets (1.3.6.1.4.1.25506.2.150.1.3.1.3)

read-only

Counter64

Counter64 (0..18446744073709551615)

Byte count on the VXLAN tunnel.

Not supported

hh3cVxlanTunnelPackets (1.3.6.1.4.1.25506.2.150.1.3.1.4)

read-only

Counter64

Counter64 (0..18446744073709551615)

Packet count on the VXLAN tunnel.

Not supported

hh3cVxlanTunnelInputOctets (1.3.6.1.4.1.25506.2.150.1.3.1.5)

read-only

Counter64

Counter64 (0..18446744073709551615)

Incoming byte count on the VXLAN tunnel.

Not supported

hh3cVxlanTunnelOutputOctets (1.3.6.1.4.1.25506.2.150.1.3.1.6)

read-only

Counter64

Counter64 (0..18446744073709551615)

Outgoing byte count on the VXLAN tunnel.

Not supported

hh3cVxlanTunnelInputPackets (1.3.6.1.4.1.25506.2.150.1.3.1.7)

read-only

Counter64

Counter64 (0..18446744073709551615)

Incoming packet count on the VXLAN tunnel.

Not supported

hh3cVxlanTunnelOutputPackets (1.3.6.1.4.1.25506.2.150.1.3.1.8)

read-only

Counter64

Counter64 (0..18446744073709551615)

Outgoing packet count on the VXLAN tunnel.

Not supported

hh3cVxlanTunnelInputDiscards (1.3.6.1.4.1.25506.2.150.1.3.1.9)

read-only

Counter64

Counter64 (0..18446744073709551615)

Dropped incoming packet count on the VXLAN tunnel.

Not supported

hh3cVxlanTunnelOutputDiscards (1.3.6.1.4.1.25506.2.150.1.3.1.10)

read-only

Counter64

Counter64 (0..18446744073709551615)

Dropped outgoing packet count on the VXLAN tunnel.

Not supported

 

hh3cVxlanTunnelBoundTable

About this table

Use this table to display the number of VXLANs bound to a VXLAN tunnel.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Supported

Supported

Columns

The table index is hh3cVxlanTunnelID.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cVxlanTunnelBoundVxlanNum (1.3.6.1.4.1.25506.2.150.1.4.1.1)

read-only

Unsigned32

Unsigned32 (0..4294967295)

The number of VXLANs bound to a VXLAN tunnel.

As per the MIB.

 

hh3cVxlanMacTable

About this table

Use this table to display remote MAC address information about VXLANs.

Support for operations

Create

Edit/Modify

Delete

Read

Not supported

Not supported

Not supported

Supported

Columns

The table indexes are hh3cVxlanVsiIndex and hh3cVxlanMacAddr.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cVxlanMacAddr (1.3.6.1.4.1.25506.2.150.1.5.1.1)

not-accessible

MacAddress

OCTET STRING (6)

MAC address.

As per the MIB.

hh3cVxlanTunnelID (1.3.6.1.4.1.25506.2.150.1.5.1.2)

read-only

Unsigned32

Unsigned32 (0..4294967295)

VXLAN tunnel ID.

As per the MIB.

hh3cVxlanMacType (1.3.6.1.4.1.25506.2.150.1.5.1.3)

read-only

INTEGER

unknown (0)

selfLearned (1)

staticConfigured (2)

protocolLearned (3)

openflow (4)

ovsdb (5)

MAC address type.

As per the MIB.

 

hh3cVxlanStaticMacTable

About this table

Use this table to display static remote MAC address information about VXLANs.

Support for operations

Create

Edit/Modify

Delete

Read

Supported

Not supported

Supported

Supported

Columns

The table indexes are hh3cVxlanVsiIndex and hh3cVxlanStaticMacAddr.

Object (OID)

Access

Syntax

Value range

Description

Implementation

hh3cVxlanStaticMacAddr (1.3.6.1.4.1.25506.2.150.1.6.1.1)

not-accessible

MacAddress

OCTET STRING (6)

MAC address.

As per the MIB.

hh3cVxlanStaticMacTunnelID (1.3.6.1.4.1.25506.2.150.1.6.1.2)

read-create

Unsigned32

Unsigned32 (0..4294967295)

VXLAN tunnel ID.

Does not support modification after object creation.

hh3cVxlanStaticMacRowStatus (1.3.6.1.4.1.25506.2.150.1.6.1.3)

read-create

RowStatus

active(1)

notInService(2)

notReady(3)

createAndGo(4)

createAndWait(5)

destroy(6)

Row status.

Supports only active(1), createAndGo(4), and destroy(6).

 

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