ARUBAWIRED-CIPT-MIB

File: ARUBAWIRED-CIPT-MIB.mib (13801 bytes)

Imported modules

SNMPv2-SMI SNMPv2-TC SNMPv2-CONF
Q-BRIDGE-MIB ARUBAWIRED-NETWORKING-OID IF-MIB
INET-ADDRESS-MIB

Imported symbols

OBJECT-TYPE MODULE-IDENTITY Unsigned32
TruthValue TEXTUAL-CONVENTION MacAddress
MODULE-COMPLIANCE OBJECT-GROUP VlanIndex
wndFeatures InterfaceIndex InetAddress
InetAddressType

Defined Types

VidList  
Each octet within this value specifies a set of eight VlanIndex (VID), with the first octet specifying VIDs 1 through 8, the second octet specifying VIDs 9 through 16, etc. Within each octet, the most significant bit represents the lowest numbered VID, and the least significant bit represents the highest numbered VID. Thus, each VID is represented by a single bit within the value of this object. If that bit has a value of 1 then that VID is included in the set of VIDs; the VID is not included if its bit has a value of 0. This list represents the entire range of VlanIndex values defined in the scope of IEEE 802.1Q.
TEXTUAL-CONVENTION    
  OCTET STRING Size(512)  

ArubaWiredCiptPortEntry  
SEQUENCE    
  arubaWiredCiptPortIfIndex InterfaceIndex
  arubaWiredCiptPortEnable INTEGER
  arubaWiredCiptPortUpdateInterval Unsigned32
  arubaWiredCiptPortClientLimit Unsigned32

ArubaWiredCiptClientEntry  
SEQUENCE    
  arubaWiredCiptClientMacAddress MacAddress
  arubaWiredCiptClientVlanId VlanIndex
  arubaWiredCiptClientIpIndex Unsigned32
  arubaWiredCiptClientIpAddrType InetAddressType
  arubaWiredCiptClientIpAddress InetAddress
  arubaWiredCiptClientPortIfIndex InterfaceIndex

Defined Values

arubaWiredCiptMIB 1.3.6.1.4.1.47196.4.1.1.3.12
This MIB module contains HP proprietary client IP tracker MIBs.
MODULE-IDENTITY    

arubaWiredCiptConfig 1.3.6.1.4.1.47196.4.1.1.3.12.1
OBJECT IDENTIFIER    

arubaWiredCiptClients 1.3.6.1.4.1.47196.4.1.1.3.12.2
OBJECT IDENTIFIER    

arubaWiredCiptGlobalConfig 1.3.6.1.4.1.47196.4.1.1.3.12.1.1
OBJECT IDENTIFIER    

arubaWiredCiptEnable 1.3.6.1.4.1.47196.4.1.1.3.12.1.1.1
Indicates whether client IP tracker is enabled or disabled. By default this object will have a value of false(2).
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

arubaWiredCiptProbeEnable 1.3.6.1.4.1.47196.4.1.1.3.12.1.1.2
This object is used to enable client IP tracker probing to update client IP.
Status: current Access: read-write
OBJECT-TYPE    
  TruthValue  

arubaWiredCiptVlanConfig 1.3.6.1.4.1.47196.4.1.1.3.12.1.2
OBJECT IDENTIFIER    

arubaWiredCiptVidList 1.3.6.1.4.1.47196.4.1.1.3.12.1.2.1
A list of VLANs on which client IP tracker is enabled.
Status: current Access: read-write
OBJECT-TYPE    
  VidList  

arubaWiredCiptPortConfig 1.3.6.1.4.1.47196.4.1.1.3.12.1.3
OBJECT IDENTIFIER    

arubaWiredCiptPortTable 1.3.6.1.4.1.47196.4.1.1.3.12.1.3.1
Per-port configuration of Client IP tracker.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArubaWiredCiptPortEntry

arubaWiredCiptPortEntry 1.3.6.1.4.1.47196.4.1.1.3.12.1.3.1.1
Client IP tracker configuration information for a single port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArubaWiredCiptPortEntry  

arubaWiredCiptPortIfIndex 1.3.6.1.4.1.47196.4.1.1.3.12.1.3.1.1.1
The index value that uniquely identifies the port on which the client IP tracker entry is enabled. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex.
Status: current Access: not-accessible
OBJECT-TYPE    
  InterfaceIndex  

arubaWiredCiptPortEnable 1.3.6.1.4.1.47196.4.1.1.3.12.1.3.1.1.2
This object indicates whether client IP tracker is enabled on a port or not . The default value is auto(2)
Status: current Access: read-write
OBJECT-TYPE    
  INTEGER disable(0), enable(1), auto(2)  

arubaWiredCiptPortUpdateInterval 1.3.6.1.4.1.47196.4.1.1.3.12.1.3.1.1.3
The interval in seconds at which client IP is refreshed. The default value is 1800 seconds.
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 60..28800  

arubaWiredCiptPortClientLimit 1.3.6.1.4.1.47196.4.1.1.3.12.1.3.1.1.4
Maximum number of clients which can be tracked on this port. 6100 max clients - 128 6200, 6300 max clients - 2048 6400 max client - 4096
Status: current Access: read-write
OBJECT-TYPE    
  Unsigned32 1..4096  

arubaWiredCiptTrackedClients 1.3.6.1.4.1.47196.4.1.1.3.12.2.1
OBJECT IDENTIFIER    

arubaWiredCiptClientTable 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1
Client IP tracker learnt IP addresses for a client MAC.
Status: current Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    ArubaWiredCiptClientEntry

arubaWiredCiptClientEntry 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1.1
Learnt IP address of a client MAC on a port.
Status: current Access: not-accessible
OBJECT-TYPE    
  ArubaWiredCiptClientEntry  

arubaWiredCiptClientMacAddress 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1.1.1
MAC address of the client whose IP is being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  MacAddress  

arubaWiredCiptClientVlanId 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1.1.2
The VLAN on which the client IP is being tracked.
Status: current Access: not-accessible
OBJECT-TYPE    
  VlanIndex  

arubaWiredCiptClientIpIndex 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1.1.3
The index of IP when a client being tracked has multiple IP addresses.
Status: current Access: not-accessible
OBJECT-TYPE    
  Unsigned32 1..4294967295  

arubaWiredCiptClientIpAddrType 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1.1.4
The address type of the InetAddress variables in this table.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddressType  

arubaWiredCiptClientIpAddress 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1.1.5
Tracked IP address of the client.
Status: current Access: read-only
OBJECT-TYPE    
  InetAddress  

arubaWiredCiptClientPortIfIndex 1.3.6.1.4.1.47196.4.1.1.3.12.2.1.1.1.6
IfIndex of the port on which client IP address is being tracked.
Status: current Access: read-only
OBJECT-TYPE    
  InterfaceIndex  

arubaWiredCiptConformance 1.3.6.1.4.1.47196.4.1.1.3.12.3
OBJECT IDENTIFIER    

arubaWiredCiptGroups 1.3.6.1.4.1.47196.4.1.1.3.12.3.1
OBJECT IDENTIFIER    

arubaWiredCiptCompliances 1.3.6.1.4.1.47196.4.1.1.3.12.3.2
OBJECT IDENTIFIER    

arubaWiredCiptConfigGlobalGroup 1.3.6.1.4.1.47196.4.1.1.3.12.3.1.1
A collection of objects providing global configuration of client IP tracker.
Status: current Access: read-only
OBJECT-GROUP    

arubaWiredCiptVlanConfigGroup 1.3.6.1.4.1.47196.4.1.1.3.12.3.1.2
A collection of objects providing per VLAN configuration of client IP tracker.
Status: current Access: read-only
OBJECT-GROUP    

arubaWiredCiptPortConfigGroup 1.3.6.1.4.1.47196.4.1.1.3.12.3.1.3
A collection of objects providing per port configuration of client IP tracker.
Status: current Access: read-only
OBJECT-GROUP    

arubaWiredCiptTrackedClientsGroup 1.3.6.1.4.1.47196.4.1.1.3.12.3.1.4
A collection of objects providing details of client whose IP address is being tracked.
Status: current Access: read-only
OBJECT-GROUP    

arubaWiredCiptCompliance 1.3.6.1.4.1.47196.4.1.1.3.12.3.2.1
The compliance statement for HP Switches with support for arubaWired client IP tracker objects.
Status: current Access: read-only
MODULE-COMPLIANCE