ACC-IPMISC

File: ACC-IPMISC.mib (5966 bytes)

Imported modules

RFC1155-SMI ACC-SYSTEM ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress Gauge
Counter accTrapLogSeqNum accBRG
DisplayString RowStatus IfIndex
SmdsAddress

Defined Types

AccIpAssignRangeEntry  
SEQUENCE    
  accIpAssignStartAddr IpAddress
  accIpAssignEndAddr IpAddress
  accIpAssignAccessPartition DisplayString

AccIpNegAddrEntry  
SEQUENCE    
  accIpNegIfIndex INTEGER
  accIpNegType INTEGER
  accIpNegAddr IpAddress
  accIpNegAccessPartition DisplayString

Defined Values

accIpMisc 1.3.6.1.4.1.5.1.1.45
OBJECT IDENTIFIER    

accIpAssign 1.3.6.1.4.1.5.1.1.45.1
OBJECT IDENTIFIER    

accIpAssignRangeTable 1.3.6.1.4.1.5.1.1.45.1.1
Table defining the address ranges which make up the pool from which addresses may be assigned
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpAssignRangeEntry

accIpAssignRangeEntry 1.3.6.1.4.1.5.1.1.45.1.1.1
A single entry or range in the range table which makes up the address pool.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIpAssignRangeEntry  

accIpAssignStartAddr 1.3.6.1.4.1.5.1.1.45.1.1.1.1
Start of IP address range to assign
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpAssignEndAddr 1.3.6.1.4.1.5.1.1.45.1.1.1.2
End of IP address range to assign
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accIpAssignAccessPartition 1.3.6.1.4.1.5.1.1.45.1.1.1.3
The access partition assigned to this range of addresses. An IP address in this range can only be assigned to an interface belonging to the designated partition.
Status: obsolete Access: read-write
OBJECT-TYPE    
  DisplayString  

accIpAssignCurrent 1.3.6.1.4.1.5.1.1.45.1.3
Count of currently assigned addresses
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accIpAssignAvail 1.3.6.1.4.1.5.1.1.45.1.4
Count of currently unassigned addresses
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accIpAssignTotals 1.3.6.1.4.1.5.1.1.45.1.5
Count of address assignments
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpAssignReleases 1.3.6.1.4.1.5.1.1.45.1.6
Count of address releases
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accIpAssignFailures 1.3.6.1.4.1.5.1.1.45.1.7
Count of address assignments that have failed due to lack of addresses in pool
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accIpAssignAssignments 1.3.6.1.4.1.5.1.1.45.1.8
The number address assignments that have been made from the addresses in pool
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accIpAssignLasts 1.3.6.1.4.1.5.1.1.45.1.9
The last address assigned from the address pool
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accIpNegAddrTable 1.3.6.1.4.1.5.1.1.45.2
Table containing currently assigned & negotiated addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIpNegAddrEntry

accIpNegAddrEntry 1.3.6.1.4.1.5.1.1.45.2.1
Table entry for currently assigned & negotiated addresses.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIpNegAddrEntry  

accIpNegIfIndex 1.3.6.1.4.1.5.1.1.45.2.1.1
The ifIndex for the interface that has negotiated/assigned the network entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIpNegType 1.3.6.1.4.1.5.1.1.45.2.1.2
The type of the negotiated entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER configured(1), assigned(2), user(3)  

accIpNegAddr 1.3.6.1.4.1.5.1.1.45.2.1.3
The assigned or negotiated address
Status: mandatory Access: read-only
OBJECT-TYPE    
  IpAddress  

accIpNegAccessPartition 1.3.6.1.4.1.5.1.1.45.2.1.4
The access partition associated with the range this IP address was assigned from.
Status: obsolete Access: read-only
OBJECT-TYPE    
  DisplayString