H3C-VXLAN-MIB

File: H3C-VXLAN-MIB.mib (13451 bytes)

Imported modules

SNMPv2-TC SNMPv2-SMI INET-ADDRESS-MIB
HUAWEI-3COM-OID-MIB

Imported symbols

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

Defined Types

H3cVxlanEntry  
SEQUENCE    
  h3cVxlanID Unsigned32
  h3cVxlanAddrType InetAddressType
  h3cVxlanGroupAddr InetAddress
  h3cVxlanSourceAddr InetAddress
  h3cVxlanVsiIndex Unsigned32
  h3cVxlanRemoteMacCount Unsigned32
  h3cVxlanRowStatus RowStatus

H3cVxlanTunnelEntry  
SEQUENCE    
  h3cVxlanTunnelID Unsigned32
  h3cVxlanTunnelRowStatus RowStatus
  h3cVxlanTunnelOctets Counter64
  h3cVxlanTunnelPackets Counter64

H3cVxlanTunnelBoundEntry  
SEQUENCE    
  h3cVxlanTunnelBoundVxlanNum Unsigned32

H3cVxlanMacEntry  
SEQUENCE    
  h3cVxlanMacAddr MacAddress
  h3cVxlanMacTunnelID Unsigned32
  h3cVxlanMacType INTEGER

H3cVxlanStaticMacEntry  
SEQUENCE    
  h3cVxlanStaticMacAddr MacAddress
  h3cVxlanStaticMacTunnelID Unsigned32
  h3cVxlanStaticMacRowStatus RowStatus

Defined Values

h3cVxlan 1.3.6.1.4.1.2011.10.2.150
The overlay MIB.
MODULE-IDENTITY    

h3cVxlanObjects 1.3.6.1.4.1.2011.10.2.150.1
OBJECT IDENTIFIER    

h3cVxlanScalarGroup 1.3.6.1.4.1.2011.10.2.150.1.1
OBJECT IDENTIFIER    

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

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

h3cVxlanNextVxlanID 1.3.6.1.4.1.2011.10.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  

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

h3cVxlanTable 1.3.6.1.4.1.2011.10.2.150.1.2
A table for VXLAN parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cVxlanEntry

h3cVxlanEntry 1.3.6.1.4.1.2011.10.2.150.1.2.1
Each entry represents the parameters of a VXLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cVxlanEntry  

h3cVxlanID 1.3.6.1.4.1.2011.10.2.150.1.2.1.1
The VXLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

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

h3cVxlanGroupAddr 1.3.6.1.4.1.2011.10.2.150.1.2.1.3
Group destination address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

h3cVxlanSourceAddr 1.3.6.1.4.1.2011.10.2.150.1.2.1.4
Group source address.
Status: current Access: read-create
OBJECT-TYPE    
  InetAddress  

h3cVxlanVsiIndex 1.3.6.1.4.1.2011.10.2.150.1.2.1.5
VSI index. A unique index for the conceptual row identifying a VSI in the h3cVsiTable.
Status: current Access: read-create
OBJECT-TYPE    
  Unsigned32  

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

h3cVxlanRowStatus 1.3.6.1.4.1.2011.10.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 h3cVxlanGroupAddr, h3cVxlanSourceAddr.
Status: current Access: read-create
OBJECT-TYPE    
  RowStatus  

h3cVxlanTunnelTable 1.3.6.1.4.1.2011.10.2.150.1.3
A table for VXLAN tunnel parameters.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cVxlanTunnelEntry

h3cVxlanTunnelEntry 1.3.6.1.4.1.2011.10.2.150.1.3.1
Each entry represents the parameters of a VXLAN tunnel.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cVxlanTunnelEntry  

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

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

h3cVxlanTunnelOctets 1.3.6.1.4.1.2011.10.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  

h3cVxlanTunnelPackets 1.3.6.1.4.1.2011.10.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  

h3cVxlanTunnelBoundTable 1.3.6.1.4.1.2011.10.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  
    H3cVxlanTunnelBoundEntry

h3cVxlanTunnelBoundEntry 1.3.6.1.4.1.2011.10.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    
  H3cVxlanTunnelBoundEntry  

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

h3cVxlanMacTable 1.3.6.1.4.1.2011.10.2.150.1.5
A table for VXLAN remote MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cVxlanMacEntry

h3cVxlanMacEntry 1.3.6.1.4.1.2011.10.2.150.1.5.1
A VXLAN remote MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cVxlanMacEntry  

h3cVxlanMacAddr 1.3.6.1.4.1.2011.10.2.150.1.5.1.1
MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

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

h3cVxlanMacType 1.3.6.1.4.1.2011.10.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)  

h3cVxlanStaticMacTable 1.3.6.1.4.1.2011.10.2.150.1.6
A table for VXLAN static remote MAC addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    H3cVxlanStaticMacEntry

h3cVxlanStaticMacEntry 1.3.6.1.4.1.2011.10.2.150.1.6.1
A VXLAN static MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  H3cVxlanStaticMacEntry  

h3cVxlanStaticMacAddr 1.3.6.1.4.1.2011.10.2.150.1.6.1.1
Static MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

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

h3cVxlanStaticMacRowStatus 1.3.6.1.4.1.2011.10.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