HH3C-VXLAN-MIB

File: HH3C-VXLAN-MIB.mib (13570 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI INET-ADDRESS-MIB
HH3C-OID-MIB

Imported symbols

RowStatus TruthValue MacAddress
MODULE-IDENTITY OBJECT-TYPE Unsigned32
Counter64 InetAddressType InetAddress
hh3cCommon

Defined Types

Hh3cVxlanEntry  
SEQUENCE    
  hh3cVxlanID Unsigned32
  hh3cVxlanAddrType InetAddressType
  hh3cVxlanGroupAddr InetAddress
  hh3cVxlanSourceAddr InetAddress
  hh3cVxlanVsiIndex Unsigned32
  hh3cVxlanRemoteMacCount Unsigned32
  hh3cVxlanRowStatus RowStatus

Hh3cVxlanTunnelEntry  
SEQUENCE    
  hh3cVxlanTunnelID Unsigned32
  hh3cVxlanTunnelRowStatus RowStatus
  hh3cVxlanTunnelOctets Counter64
  hh3cVxlanTunnelPackets Counter64

Hh3cVxlanTunnelBoundEntry  
SEQUENCE    
  hh3cVxlanTunnelBoundVxlanNum Unsigned32

Hh3cVxlanMacEntry  
SEQUENCE    
  hh3cVxlanMacAddr MacAddress
  hh3cVxlanMacTunnelID Unsigned32
  hh3cVxlanMacType INTEGER

Hh3cVxlanStaticMacEntry  
SEQUENCE    
  hh3cVxlanStaticMacAddr MacAddress
  hh3cVxlanStaticMacTunnelID Unsigned32
  hh3cVxlanStaticMacRowStatus RowStatus

Defined Values

hh3cVxlan 1.3.6.1.4.1.25506.2.150
The overlay MIB.
MODULE-IDENTITY    

hh3cVxlanObjects 1.3.6.1.4.1.25506.2.150.1
OBJECT IDENTIFIER    

hh3cVxlanScalarGroup 1.3.6.1.4.1.25506.2.150.1.1
OBJECT IDENTIFIER    

hh3cVxlanLocalMacNotify 1.3.6.1.4.1.25506.2.150.1.1.1
Local MAC(Media Access Control) address report capability.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cVxlanRemoteMacLearn 1.3.6.1.4.1.25506.2.150.1.1.2
Remote MAC address self-learning capability.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

hh3cVxlanNextVxlanID 1.3.6.1.4.1.25506.2.150.1.1.3
Next available VXLAN ID(identifier), in the range of 0x0 to 0xFFFFFF. The invalid value 0xFFFFFFFF indicates that no ID can be set.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanConfigured 1.3.6.1.4.1.25506.2.150.1.1.4
Number of currently configured VXLANs.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanTable 1.3.6.1.4.1.25506.2.150.1.2
A table for VXLAN parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVxlanEntry

hh3cVxlanEntry 1.3.6.1.4.1.25506.2.150.1.2.1
Each entry represents the parameters of a VXLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVxlanEntry  

hh3cVxlanID 1.3.6.1.4.1.25506.2.150.1.2.1.1
The VXLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanAddrType 1.3.6.1.4.1.25506.2.150.1.2.1.2
The type of multicast group address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddressType  

hh3cVxlanGroupAddr 1.3.6.1.4.1.25506.2.150.1.2.1.3
Group destination address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hh3cVxlanSourceAddr 1.3.6.1.4.1.25506.2.150.1.2.1.4
Group source address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

hh3cVxlanVsiIndex 1.3.6.1.4.1.25506.2.150.1.2.1.5
VSI index. A unique index for the conceptual row identifying a VSI in the hh3cVsiTable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanRemoteMacCount 1.3.6.1.4.1.25506.2.150.1.2.1.6
Remote MAC address count of this VXLAN.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanRowStatus 1.3.6.1.4.1.25506.2.150.1.2.1.7
Operation status of this table entry. When a row in this table is in active state, no objects in that row can be modified by the agent except hh3cVxlanGroupAddr, hh3cVxlanSourceAddr.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cVxlanTunnelTable 1.3.6.1.4.1.25506.2.150.1.3
A table for VXLAN tunnel parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVxlanTunnelEntry

hh3cVxlanTunnelEntry 1.3.6.1.4.1.25506.2.150.1.3.1
Each entry represents the parameters of a VXLAN tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVxlanTunnelEntry  

hh3cVxlanTunnelID 1.3.6.1.4.1.25506.2.150.1.3.1.1
A unique index for tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanTunnelRowStatus 1.3.6.1.4.1.25506.2.150.1.3.1.2
Operation status of this table entry.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

hh3cVxlanTunnelOctets 1.3.6.1.4.1.25506.2.150.1.3.1.3
The number of octets that have been forwarded over the tunnel. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cVxlanTunnelPackets 1.3.6.1.4.1.25506.2.150.1.3.1.4
The number of packets that have been forwarded over the tunnel. Discontinuities in the value of this counter can occur at re-initialization of the management system and at other times.
Status: current Access: read-only
OBJECT-TYPE    
  Counter64  

hh3cVxlanTunnelBoundTable 1.3.6.1.4.1.25506.2.150.1.4
A table for the number of VXLANs to which the tunnel is bound.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVxlanTunnelBoundEntry

hh3cVxlanTunnelBoundEntry 1.3.6.1.4.1.25506.2.150.1.4.1
An entry represents the number of VXLANs to which a tunnel is bound.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVxlanTunnelBoundEntry  

hh3cVxlanTunnelBoundVxlanNum 1.3.6.1.4.1.25506.2.150.1.4.1.1
The number of VXLANs to which this tunnel is bound.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanMacTable 1.3.6.1.4.1.25506.2.150.1.5
A table for VXLAN remote MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVxlanMacEntry

hh3cVxlanMacEntry 1.3.6.1.4.1.25506.2.150.1.5.1
A VXLAN remote MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVxlanMacEntry  

hh3cVxlanMacAddr 1.3.6.1.4.1.25506.2.150.1.5.1.1
MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hh3cVxlanMacTunnelID 1.3.6.1.4.1.25506.2.150.1.5.1.2
A unique index for tunnel.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanMacType 1.3.6.1.4.1.25506.2.150.1.5.1.3
The type of an MAC address.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER selfLearned(1), staticConfigured(2), protocolLearned(3)  

hh3cVxlanStaticMacTable 1.3.6.1.4.1.25506.2.150.1.6
A table for VXLAN static remote MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Hh3cVxlanStaticMacEntry

hh3cVxlanStaticMacEntry 1.3.6.1.4.1.25506.2.150.1.6.1
A VXLAN static MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  Hh3cVxlanStaticMacEntry  

hh3cVxlanStaticMacAddr 1.3.6.1.4.1.25506.2.150.1.6.1.1
Static MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

hh3cVxlanStaticMacTunnelID 1.3.6.1.4.1.25506.2.150.1.6.1.2
A unique index for tunnel.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

hh3cVxlanStaticMacRowStatus 1.3.6.1.4.1.25506.2.150.1.6.1.3
Operation status of this table entry. When a row in this table is in active state, no objects in that row can be modified by the agent.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus