OLD-CISCO-IP-MIB

File: OLD-CISCO-IP-MIB.mib (15788 bytes)

Imported modules

RFC1155-SMI RFC-1212 RFC1213-MIB
CISCO-SMI

Imported symbols

IpAddress Counter TimeTicks
OBJECT-TYPE ipAdEntAddr ipRouteDest
DisplayString local

Defined Types

LipAddrEntry  
SEQUENCE    
  locIPHow DisplayString
  locIPWho IpAddress
  locIPHelper IpAddress
  locIPSecurity INTEGER
  locIPRedirects INTEGER
  locIPUnreach INTEGER

LipRouteEntry  
SEQUENCE    
  locRtMask IpAddress
  locRtCount INTEGER
  locRtUses INTEGER

LipAccountEntry  
SEQUENCE    
  actSrc IpAddress
  actDst IpAddress
  actPkts INTEGER
  actByts INTEGER
  actViolation INTEGER

LipCkAccountEntry  
SEQUENCE    
  ckactSrc IpAddress
  ckactDst IpAddress
  ckactPkts INTEGER
  ckactByts INTEGER
  ckactViolation INTEGER

Defined Values

lip 2.4
OBJECT IDENTIFIER    

lipAddrTable 2.4.1
A list of IP address entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LipAddrEntry

lipAddrEntry 2.4.1.1
A collection of additional objects in the cisco IP implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LipAddrEntry  

locIPHow 2.4.1.1.1
Method of how this interface obtained its IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

locIPWho 2.4.1.1.2
IP address of who supplied this interface its IP address.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

locIPHelper 2.4.1.1.3
IP helper address for broadcast forwarding support.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

locIPSecurity 2.4.1.1.4
IP security level. See RFC 1038.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

locIPRedirects 2.4.1.1.5
Boolean whether ICMP redirects will be sent or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

locIPUnreach 2.4.1.1.6
Boolean whether ICMP unreachables will be sent or not.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lipRouteTable 2.4.2
A list of IP routing entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LipRouteEntry

lipRouteEntry 2.4.2.1
A collection of additional objects in the cisco IP routing implementation.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LipRouteEntry  

locRtMask 2.4.2.1.1
Routing table network mask.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

locRtCount 2.4.2.1.2
Number of parallel routes within routing table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

locRtUses 2.4.2.1.3
Number of times this route was used in a forward operation.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

actThresh 2.4.4
Threshold of IP accounting records in use before IP traffic will be unaccounted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

actLostPkts 2.4.5
Lost IP packets due to memory limitations.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

actLostByts 2.4.6
Total bytes of lost IP packets.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

lipAccountingTable 2.4.7
A list of IP accounting entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LipAccountEntry

lipAccountEntry 2.4.7.1
A collection of objects necessary for IP accounting.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LipAccountEntry  

actSrc 2.4.7.1.1
IP Source address for host traffic matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

actDst 2.4.7.1.2
IP Destination address for host traffic matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

actPkts 2.4.7.1.3
Number of IP packets sent from source to destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

actByts 2.4.7.1.4
Total number of bytes in IP packets from source to destination.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

actViolation 2.4.7.1.5
Access list number violated by packets from this source to this destination. A zero value indicates that no access list was violated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

actAge 2.4.8
The age of the data in the current data matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

lipCkAccountingTable 2.4.9
A list of IP checkpoint accounting entries.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    LipCkAccountEntry

lipCkAccountEntry 2.4.9.1
A collection of objects necessary for IP checkpoint accounting.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  LipCkAccountEntry  

ckactSrc 2.4.9.1.1
IP Source address for host in checkpoint traffic matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ckactDst 2.4.9.1.2
IP Destination address for host in checkpoint traffic matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

ckactPkts 2.4.9.1.3
Number of IP packets sent from source to destination in checkpoint matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ckactByts 2.4.9.1.4
Total number of bytes in IP packets from source to destination in checkpoint matrix. A zero value indicates that no access list was violated.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ckactViolation 2.4.9.1.5
Access list number violated by packets from source to destination in checkpoint matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

ckactAge 2.4.10
Age of data in the checkpoint matrix.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

actCheckPoint 2.4.11
Check points the accounting database. This mib variable must be read and then set with the same value for the check point to succeed. The value read and then set will be incremented after a successful set request
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

ipNoaccess 2.4.12
Total number of packets dropped due to access control failure.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter