ME1200-ARP-INSPECTION-MIB

File: ME1200-ARP-INSPECTION-MIB.mib (19085 bytes)

Imported modules

SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
CISCOME1200-MIB ME1200-TC

Imported symbols

MODULE-COMPLIANCE OBJECT-GROUP MODULE-IDENTITY
OBJECT-TYPE TEXTUAL-CONVENTION me1200SwitchMgmt
ME1200InterfaceIndex ME1200RowEditorState Integer32
IpAddress MacAddress TruthValue

Defined Types

ME1200ArpInspectionLogType  
This enumeration indicates the ARP entry log type.
TEXTUAL-CONVENTION    
  INTEGER none(0), deny(1), permit(2), all(3)  

ME1200ArpInspectionRegisterStatus  
This enumeration indicates the ARP entry registration type.
TEXTUAL-CONVENTION    
  INTEGER static(0), dynamic(1)  

ME1200ArpInspectionPortConfigEntry  
SEQUENCE    
  me1200ArpInspectionPortConfigIfIndex ME1200InterfaceIndex
  me1200ArpInspectionPortConfigMode TruthValue
  me1200ArpInspectionPortConfigCheckVlan TruthValue
  me1200ArpInspectionPortConfigLogType ME1200ArpInspectionLogType

ME1200ArpInspectionVlanConfigEntry  
SEQUENCE    
  me1200ArpInspectionVlanConfigVlanId Integer32
  me1200ArpInspectionVlanConfigLogType ME1200ArpInspectionLogType
  me1200ArpInspectionVlanConfigAction ME1200RowEditorState

ME1200ArpInspectionStaticConfigEntry  
SEQUENCE    
  me1200ArpInspectionStaticConfigIfIndex ME1200InterfaceIndex
  me1200ArpInspectionStaticConfigVlanId Integer32
  me1200ArpInspectionStaticConfigMacAddress MacAddress
  me1200ArpInspectionStaticConfigIpAddress IpAddress
  me1200ArpInspectionStaticConfigAction ME1200RowEditorState

ME1200ArpInspectionDynamicAddressEntry  
SEQUENCE    
  me1200ArpInspectionDynamicAddressIfIndex ME1200InterfaceIndex
  me1200ArpInspectionDynamicAddressVlanId Integer32
  me1200ArpInspectionDynamicAddressMacAddress MacAddress
  me1200ArpInspectionDynamicAddressIpAddress IpAddress
  me1200ArpInspectionDynamicAddressType ME1200ArpInspectionRegisterStatus

Defined Values

me1200ArpInspectionMib 1.3.6.1.4.1.9.9.815.1.63
This is a private version of the ARP Inspection MIB
MODULE-IDENTITY    

me1200ArpInspectionMIBObjects 1.3.6.1.4.1.9.9.815.1.63.1
OBJECT IDENTIFIER    

me1200ArpInspectionConfig 1.3.6.1.4.1.9.9.815.1.63.1.2
OBJECT IDENTIFIER    

me1200ArpInspectionGlobals 1.3.6.1.4.1.9.9.815.1.63.1.2.1
OBJECT IDENTIFIER    

me1200ArpInspectionGlobalsAdminState 1.3.6.1.4.1.9.9.815.1.63.1.2.1.1
Enable/Disable the ARP Inspection global functionality.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

me1200ArpInspectionPortConfigTable 1.3.6.1.4.1.9.9.815.1.63.1.2.2
This is a table for managing ARP Inspection per port basis
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ME1200ArpInspectionPortConfigEntry

me1200ArpInspectionPortConfigEntry 1.3.6.1.4.1.9.9.815.1.63.1.2.2.1
Each port has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200ArpInspectionPortConfigEntry  

me1200ArpInspectionPortConfigIfIndex 1.3.6.1.4.1.9.9.815.1.63.1.2.2.1.1
Logical interface number of the physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200InterfaceIndex  

me1200ArpInspectionPortConfigMode 1.3.6.1.4.1.9.9.815.1.63.1.2.2.1.2
Enable/Disable the ARP Inspection per-port functionality. Only when both Global Mode and Port Mode on a given port are enabled, ARP Inspection is enabled on this given port.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

me1200ArpInspectionPortConfigCheckVlan 1.3.6.1.4.1.9.9.815.1.63.1.2.2.1.3
Enable the ARP Inspection VLAN checking will log the inspected entries by referring to arpInspectionVlanConfigTable setting. Disable the ARP Inspection VLAN checking will log the inspected entries by referring to arpInspectionPortConfigTable setting.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

me1200ArpInspectionPortConfigLogType 1.3.6.1.4.1.9.9.815.1.63.1.2.2.1.4
The capability to log the inspected entries per port basis. none(0) will log nothing. deny(1) will log the denied entries. permit(2) will log the permitted entries. all(3) will log all kinds of inspected entries.
Status: current Access: read-write
OBJECT-TYPE    
  ME1200ArpInspectionLogType  

me1200ArpInspectionVlanConfigTable 1.3.6.1.4.1.9.9.815.1.63.1.2.3
This is a table for managing ARP Inspection per VLAN basis
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ME1200ArpInspectionVlanConfigEntry

me1200ArpInspectionVlanConfigEntry 1.3.6.1.4.1.9.9.815.1.63.1.2.3.1
Each VLAN has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200ArpInspectionVlanConfigEntry  

me1200ArpInspectionVlanConfigVlanId 1.3.6.1.4.1.9.9.815.1.63.1.2.3.1.1
The VID of the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4095  

me1200ArpInspectionVlanConfigLogType 1.3.6.1.4.1.9.9.815.1.63.1.2.3.1.2
The capability to log the inspected entries per VLAN basis. none(0) will log nothing. deny(1) will log the denied entries. permit(2) will log the permitted entries. all(3) will log all kinds of inspected entries.
Status: current Access: read-write
OBJECT-TYPE    
  ME1200ArpInspectionLogType  

me1200ArpInspectionVlanConfigAction 1.3.6.1.4.1.9.9.815.1.63.1.2.3.1.100
Action
Status: current Access: read-write
OBJECT-TYPE    
  ME1200RowEditorState  

me1200ArpInspectionVlanConfigTableRowEditor 1.3.6.1.4.1.9.9.815.1.63.1.2.4
OBJECT IDENTIFIER    

me1200ArpInspectionVlanConfigTableRowEditorVlanId 1.3.6.1.4.1.9.9.815.1.63.1.2.4.1
The VID of the VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4095  

me1200ArpInspectionVlanConfigTableRowEditorLogType 1.3.6.1.4.1.9.9.815.1.63.1.2.4.2
The capability to log the inspected entries per VLAN basis. none(0) will log nothing. deny(1) will log the denied entries. permit(2) will log the permitted entries. all(3) will log all kinds of inspected entries.
Status: current Access: read-write
OBJECT-TYPE    
  ME1200ArpInspectionLogType  

me1200ArpInspectionVlanConfigTableRowEditorAction 1.3.6.1.4.1.9.9.815.1.63.1.2.4.100
Action
Status: current Access: read-write
OBJECT-TYPE    
  ME1200RowEditorState  

me1200ArpInspectionStaticConfigTable 1.3.6.1.4.1.9.9.815.1.63.1.2.5
This is a table for managing static ARP Inspection configuration
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ME1200ArpInspectionStaticConfigEntry

me1200ArpInspectionStaticConfigEntry 1.3.6.1.4.1.9.9.815.1.63.1.2.5.1
Each entry has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200ArpInspectionStaticConfigEntry  

me1200ArpInspectionStaticConfigIfIndex 1.3.6.1.4.1.9.9.815.1.63.1.2.5.1.1
Logical interface number of the physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200InterfaceIndex  

me1200ArpInspectionStaticConfigVlanId 1.3.6.1.4.1.9.9.815.1.63.1.2.5.1.2
The VID of the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4095  

me1200ArpInspectionStaticConfigMacAddress 1.3.6.1.4.1.9.9.815.1.63.1.2.5.1.3
Assigned MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

me1200ArpInspectionStaticConfigIpAddress 1.3.6.1.4.1.9.9.815.1.63.1.2.5.1.4
Assigned IPv4 address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

me1200ArpInspectionStaticConfigAction 1.3.6.1.4.1.9.9.815.1.63.1.2.5.1.100
Action
Status: current Access: read-write
OBJECT-TYPE    
  ME1200RowEditorState  

me1200ArpInspectionStaticConfigTableRowEditor 1.3.6.1.4.1.9.9.815.1.63.1.2.6
OBJECT IDENTIFIER    

me1200ArpInspectionStaticConfigTableRowEditorIfIndex 1.3.6.1.4.1.9.9.815.1.63.1.2.6.1
Logical interface number of the physical port.
Status: current Access: read-write
OBJECT-TYPE    
  ME1200InterfaceIndex  

me1200ArpInspectionStaticConfigTableRowEditorVlanId 1.3.6.1.4.1.9.9.815.1.63.1.2.6.2
The VID of the VLAN.
Status: current Access: read-write
OBJECT-TYPE    
  Integer32 1..4095  

me1200ArpInspectionStaticConfigTableRowEditorMacAddress 1.3.6.1.4.1.9.9.815.1.63.1.2.6.3
Assigned MAC address.
Status: current Access: read-write
OBJECT-TYPE    
  MacAddress  

me1200ArpInspectionStaticConfigTableRowEditorIpAddress 1.3.6.1.4.1.9.9.815.1.63.1.2.6.4
Assigned IPv4 address.
Status: current Access: read-write
OBJECT-TYPE    
  IpAddress  

me1200ArpInspectionStaticConfigTableRowEditorAction 1.3.6.1.4.1.9.9.815.1.63.1.2.6.100
Action
Status: current Access: read-write
OBJECT-TYPE    
  ME1200RowEditorState  

me1200ArpInspectionStatus 1.3.6.1.4.1.9.9.815.1.63.1.3
OBJECT IDENTIFIER    

me1200ArpInspectionDynamicAddressTable 1.3.6.1.4.1.9.9.815.1.63.1.3.1
This is a table for displaying all ARP Inspection entries
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ME1200ArpInspectionDynamicAddressEntry

me1200ArpInspectionDynamicAddressEntry 1.3.6.1.4.1.9.9.815.1.63.1.3.1.1
Each entry has a set of parameters
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200ArpInspectionDynamicAddressEntry  

me1200ArpInspectionDynamicAddressIfIndex 1.3.6.1.4.1.9.9.815.1.63.1.3.1.1.1
Logical interface number of the physical port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ME1200InterfaceIndex  

me1200ArpInspectionDynamicAddressVlanId 1.3.6.1.4.1.9.9.815.1.63.1.3.1.1.2
The VID of the VLAN.
Status: current Access: not-accessible
OBJECT-TYPE    
  Integer32 1..4095  

me1200ArpInspectionDynamicAddressMacAddress 1.3.6.1.4.1.9.9.815.1.63.1.3.1.1.3
Assigned MAC address.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

me1200ArpInspectionDynamicAddressIpAddress 1.3.6.1.4.1.9.9.815.1.63.1.3.1.1.4
Assigned IPv4 address.
Status: current Access: not-accessible
OBJECT-TYPE    
  IpAddress  

me1200ArpInspectionDynamicAddressType 1.3.6.1.4.1.9.9.815.1.63.1.3.1.1.5
Either static(0) or dynamic(1) for the specific ARP entry.
Status: current Access: read-only
OBJECT-TYPE    
  ME1200ArpInspectionRegisterStatus  

me1200ArpInspectionControl 1.3.6.1.4.1.9.9.815.1.63.1.4
OBJECT IDENTIFIER    

me1200ArpInspectionControlGlobals 1.3.6.1.4.1.9.9.815.1.63.1.4.1
OBJECT IDENTIFIER    

me1200ArpInspectionControlGlobalsTranslateDynamicToStatic 1.3.6.1.4.1.9.9.815.1.63.1.4.1.1
To trigger the control action (only) when TRUE.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

me1200ArpInspectionMIBConformance 1.3.6.1.4.1.9.9.815.1.63.2
OBJECT IDENTIFIER    

me1200ArpInspectionMIBCompliances 1.3.6.1.4.1.9.9.815.1.63.2.1
OBJECT IDENTIFIER    

me1200ArpInspectionMIBGroups 1.3.6.1.4.1.9.9.815.1.63.2.2
OBJECT IDENTIFIER    

me1200ArpInspectionGlobalsInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.1
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionPortConfigTableInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.2
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionVlanConfigTableInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.3
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionVlanConfigTableRowEditorInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.4
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionStaticConfigTableInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.5
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionStaticConfigTableRowEditorInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.6
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionDynamicAddressTableInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.7
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionControlGlobalsInfoGroup 1.3.6.1.4.1.9.9.815.1.63.2.2.8
A collection of objects suitable for bulk operations.
Status: current Access: read-write
OBJECT-GROUP    

me1200ArpInspectionMibCompliance 1.3.6.1.4.1.9.9.815.1.63.2.1.1
The compliance statement for the implementation.
Status: current Access: read-write
MODULE-COMPLIANCE