ZXR10-VXLAN-MIB

File: ZXR10-VXLAN-MIB.mib (20443 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC IPV6-TC
ZXR10-SMI

Imported symbols

MODULE-IDENTITY OBJECT-TYPE Unsigned32
IpAddress enterprises MacAddress
DisplayString Ipv6Address zxr10RosngMIB

Defined Types

Zxr10VxlanEntry  
SEQUENCE    
  zxr10VxlanId Unsigned32
  zxr10VxlanMapType INTEGER
  zxr10VxlanDescription DisplayString
  zxr10VxlanUnknowUnicast INTEGER
  zxr10VxlanFilterVrrp INTEGER

Zxr10VxlanMapVlanEntry  
SEQUENCE    
  zxr10MapVlanVxlanId Unsigned32
  zxr10MapVlanVlanId Unsigned32

Zxr10VxlanMapL2InterfaceEntry  
SEQUENCE    
  zxr10MapL2InterfaceVxlanId Unsigned32
  zxr10MapL2InterfaceVlanId Unsigned32
  zxr10MapL2InterfaceName DisplayString
  zxr10MapL2InterfaceIngressAdjust INTEGER

Zxr10VxlanMapL3InterfaceEntry  
SEQUENCE    
  zxr10MapL3InterfaceVxlanId Unsigned32
  zxr10MapL3InterfaceName DisplayString

Zxr10VxlanMapMacEntry  
SEQUENCE    
  zxr10MapMacVxlanId Unsigned32
  zxr10MapMacAddress MacAddress

Zxr10VxlanMulticastEntry  
SEQUENCE    
  zxr10MulticastVxlanId Unsigned32
  zxr10MulticastIp IpAddress

Zxr10VtepEntry  
SEQUENCE    
  zxr10VtepName DisplayString
  zxr10VtepMode INTEGER

Zxr10VtepSourceInterfaceEntry  
SEQUENCE    
  zxr10SourceInterfaceVtepName DisplayString
  zxr10SourceInterfaceName DisplayString

Zxr10VxlanVtepBindEntry  
SEQUENCE    
  zxr10VxlanVtepBindVtepName DisplayString
  zxr10VxlanVtepBindVxlanId Unsigned32

Zxr10VtepMulticastV4Entry  
SEQUENCE    
  zxr10VtepMulticastV4VtepName DisplayString
  zxr10VtepMulticastV4Ip IpAddress

Zxr10VtepMulticastV6Entry  
SEQUENCE    
  zxr10VtepMulticastV6VtepName DisplayString
  zxr10VtepMulticastV6Ip Ipv6Address

Defined Values

zxr10VxlanMIB 1.3.6.1.4.1.3902.3.6000.509
The MIB module to describe VXLAN table information.
MODULE-IDENTITY    

zxr10VxlanGlobalObjects 1.3.6.1.4.1.3902.3.6000.509.1
OBJECT IDENTIFIER    

zxr10VxlanObjects 1.3.6.1.4.1.3902.3.6000.509.2
OBJECT IDENTIFIER    

zxr10VxlanNotifications 1.3.6.1.4.1.3902.3.6000.509.3
OBJECT IDENTIFIER    

zxr10VxlanConformance 1.3.6.1.4.1.3902.3.6000.509.4
OBJECT IDENTIFIER    

zxr10VxlanGlobalEnable 1.3.6.1.4.1.3902.3.6000.509.1.1
Configuration of global VXLAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

zxr10VxlanTable 1.3.6.1.4.1.3902.3.6000.509.2.1
The VXLAN information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VxlanEntry

zxr10VxlanEntry 1.3.6.1.4.1.3902.3.6000.509.2.1.1
The VXLAN table entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VxlanEntry  

zxr10VxlanId 1.3.6.1.4.1.3902.3.6000.509.2.1.1.1
The VXLAN ID.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zxr10VxlanMapType 1.3.6.1.4.1.3902.3.6000.509.2.1.1.2
The map type of VXLAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER vlan1to1(1), vlan1ton(2), l3Interface(3), mac(4), l2Interface(5)  

zxr10VxlanDescription 1.3.6.1.4.1.3902.3.6000.509.2.1.1.3
The description of VXLAN.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..64)  

zxr10VxlanUnknowUnicast 1.3.6.1.4.1.3902.3.6000.509.2.1.1.4
The unknow unicast policy of VXLAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enableDrop(1), disableDrop(2)  

zxr10VxlanFilterVrrp 1.3.6.1.4.1.3902.3.6000.509.2.1.1.5
The VRRP filter policy of VXLAN.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER enableFilter(1), disableFilter(2)  

zxr10VxlanMapVlanTable 1.3.6.1.4.1.3902.3.6000.509.2.2
The VXLAN mapping VLAN information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VxlanMapVlanEntry

zxr10VxlanMapVlanEntry 1.3.6.1.4.1.3902.3.6000.509.2.2.1
The VXLAN mapping VLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VxlanMapVlanEntry  

zxr10MapVlanVxlanId 1.3.6.1.4.1.3902.3.6000.509.2.2.1.1
The VXLAN ID of mapping VLAN table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zxr10MapVlanVlanId 1.3.6.1.4.1.3902.3.6000.509.2.2.1.2
The VLAN ID of mapping VLAN table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

zxr10VxlanMapL2InterfaceTable 1.3.6.1.4.1.3902.3.6000.509.2.3
The VXLAN mapping layer 2 interface information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VxlanMapL2InterfaceEntry

zxr10VxlanMapL2InterfaceEntry 1.3.6.1.4.1.3902.3.6000.509.2.3.1
The VXLAN mapping layer 2 interface entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VxlanMapL2InterfaceEntry  

zxr10MapL2InterfaceVxlanId 1.3.6.1.4.1.3902.3.6000.509.2.3.1.1
The VXLAN ID of mapping layer 2 interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zxr10MapL2InterfaceVlanId 1.3.6.1.4.1.3902.3.6000.509.2.3.1.2
The VLAN ID of mapping layer 2 interface table.
Status: obsolete Access: read-only
OBJECT-TYPE    
  Unsigned32  

zxr10MapL2InterfaceName 1.3.6.1.4.1.3902.3.6000.509.2.3.1.3
The layer 2 interface name of mapping layer 2 interface table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10MapL2InterfaceIngressAdjust 1.3.6.1.4.1.3902.3.6000.509.2.3.1.4
The ingress tag as payload flag of mapping layer 2 interface table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER all(1), fromSublayer(2), default(255)  

zxr10VxlanMapL3InterfaceTable 1.3.6.1.4.1.3902.3.6000.509.2.4
The VXLAN mapping layer 3 interface information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VxlanMapL3InterfaceEntry

zxr10VxlanMapL3InterfaceEntry 1.3.6.1.4.1.3902.3.6000.509.2.4.1
The VXLAN mapping layer 3 interface entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VxlanMapL3InterfaceEntry  

zxr10MapL3InterfaceVxlanId 1.3.6.1.4.1.3902.3.6000.509.2.4.1.1
The VXLAN ID of mapping layer 3 interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zxr10MapL3InterfaceName 1.3.6.1.4.1.3902.3.6000.509.2.4.1.2
The layer 3 interface name of mapping layer 3 interface table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10VxlanMapMacTable 1.3.6.1.4.1.3902.3.6000.509.2.5
The VXLAN mapping MAC information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VxlanMapMacEntry

zxr10VxlanMapMacEntry 1.3.6.1.4.1.3902.3.6000.509.2.5.1
The VXLAN mapping MAC entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VxlanMapMacEntry  

zxr10MapMacVxlanId 1.3.6.1.4.1.3902.3.6000.509.2.5.1.1
The VXLAN ID of mapping MAC table.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zxr10MapMacAddress 1.3.6.1.4.1.3902.3.6000.509.2.5.1.2
The MAC of mapping MAC table.
Status: current Access: read-only
OBJECT-TYPE    
  MacAddress  

zxr10VxlanMulticastTable 1.3.6.1.4.1.3902.3.6000.509.2.6
The VXLAN multicast information table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VxlanMulticastEntry

zxr10VxlanMulticastEntry 1.3.6.1.4.1.3902.3.6000.509.2.6.1
The VXLAN multicast entry.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Zxr10VxlanMulticastEntry  

zxr10MulticastVxlanId 1.3.6.1.4.1.3902.3.6000.509.2.6.1.1
The VXLAN ID of multicast table.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Unsigned32  

zxr10MulticastIp 1.3.6.1.4.1.3902.3.6000.509.2.6.1.2
The IP of multicast table.
Status: obsolete Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10VtepTable 1.3.6.1.4.1.3902.3.6000.509.2.7
The VTEP information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VtepEntry

zxr10VtepEntry 1.3.6.1.4.1.3902.3.6000.509.2.7.1
The VTEP entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VtepEntry  

zxr10VtepName 1.3.6.1.4.1.3902.3.6000.509.2.7.1.1
The VTEP name of VTEP table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10VtepMode 1.3.6.1.4.1.3902.3.6000.509.2.7.1.2
The mode of VTEP table.
Status: current Access: read-only
OBJECT-TYPE    
  INTEGER discardInnerVlan(1), noDiscardInnerVlan(2)  

zxr10VtepSourceInterfaceTable 1.3.6.1.4.1.3902.3.6000.509.2.8
The VTEP source Interface information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VtepSourceInterfaceEntry

zxr10VtepSourceInterfaceEntry 1.3.6.1.4.1.3902.3.6000.509.2.8.1
The VTEP source Interface entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VtepSourceInterfaceEntry  

zxr10SourceInterfaceVtepName 1.3.6.1.4.1.3902.3.6000.509.2.8.1.1
The VTEP name of VTEP source interface table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10SourceInterfaceName 1.3.6.1.4.1.3902.3.6000.509.2.8.1.2
The source interface name of VTEP source interface table.
Status: current Access: read-only
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10VxlanVtepBindTable 1.3.6.1.4.1.3902.3.6000.509.2.9
The VTEP bind VXLAN information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VxlanVtepBindEntry

zxr10VxlanVtepBindEntry 1.3.6.1.4.1.3902.3.6000.509.2.9.1
The VTEP bind VXLAN entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VxlanVtepBindEntry  

zxr10VxlanVtepBindVtepName 1.3.6.1.4.1.3902.3.6000.509.2.9.1.1
The VTEP name of VTEP bind VXLAN table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10VxlanVtepBindVxlanId 1.3.6.1.4.1.3902.3.6000.509.2.9.1.2
The VXLAN ID of VTEP bind VXLAN table.
Status: current Access: read-only
OBJECT-TYPE    
  Unsigned32  

zxr10VtepMulticastV4Table 1.3.6.1.4.1.3902.3.6000.509.2.10
The vtep multicast v4 information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VtepMulticastV4Entry

zxr10VtepMulticastV4Entry 1.3.6.1.4.1.3902.3.6000.509.2.10.1
The VTEP multicast v4 entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VtepMulticastV4Entry  

zxr10VtepMulticastV4VtepName 1.3.6.1.4.1.3902.3.6000.509.2.10.1.1
The VTEP name of multicast v4 table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10VtepMulticastV4Ip 1.3.6.1.4.1.3902.3.6000.509.2.10.1.2
The IP of multicast v4 table.
Status: current Access: read-only
OBJECT-TYPE    
  IpAddress  

zxr10VtepMulticastV6Table 1.3.6.1.4.1.3902.3.6000.509.2.11
The VTEP multicast v6 information table.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    Zxr10VtepMulticastV6Entry

zxr10VtepMulticastV6Entry 1.3.6.1.4.1.3902.3.6000.509.2.11.1
The VTEP multicast v6 entry.
Status: current Access: not-accessible
OBJECT-TYPE    
  Zxr10VtepMulticastV6Entry  

zxr10VtepMulticastV6VtepName 1.3.6.1.4.1.3902.3.6000.509.2.11.1.1
The VTEP name of multicast v6 table.
Status: current Access: not-accessible
OBJECT-TYPE    
  DisplayString Size(1..31)  

zxr10VtepMulticastV6Ip 1.3.6.1.4.1.3902.3.6000.509.2.11.1.2
The IP of multicast v6 table.
Status: current Access: read-only
OBJECT-TYPE    
  Ipv6Address