ACC-SYSTEM

File: ACC-SYSTEM.mib (70037 bytes)

Imported modules

RFC1155-SMI RFC-1215 ACC-MIB

Imported symbols

OBJECT-TYPE IpAddress TimeTicks
Gauge Counter TRAP-TYPE
accBRG DisplayString

Defined Types

AccMemStatEntry  
SEQUENCE    
  accMemBlkEntSize INTEGER
  accMemBlkEntTotal INTEGER
  accMemBlkEntMax Gauge
  accMemBlkEntInUse Gauge
  accMemBlkEntFails Counter
  accMemBlkEntType INTEGER
  accMemBlkEntAllocs Counter
  accMemBlkEntInitial INTEGER

AccTrapEntry  
SEQUENCE    
  accTrapAddr IpAddress
  accTrapSeverity INTEGER

AccAccessEntry  
SEQUENCE    
  accAccessCmty DisplayString
  accAccessAddr IpAddress
  accAccessNetMask IpAddress
  accAccessUdpPort INTEGER

AccIfNameEntry  
SEQUENCE    
  accIfNameIndex INTEGER
  accIfName DisplayString
  accIfNameDefault DisplayString

AccIfGroupEntry  
SEQUENCE    
  accIFGroupIndex INTEGER
  accIFGroupName DisplayString
  accIFGroupType INTEGER
  accIFGroupIndexBase INTEGER
  accIFGroupIndexMax INTEGER
  accIFGroupNameDefault DisplayString

AccTrapLogEntry  
SEQUENCE    
  accTrapLogTblTime TimeTicks
  accTrapLogTblType INTEGER
  accTrapLogTblLevel INTEGER
  accTrapLogTblData DisplayString
  accTrapLogSeverityType INTEGER
  accTrapLogEnterpriseOID OBJECT IDENTIFIER
  accSpecificTrapNum INTEGER
  accTrapLogSeqNum Counter

AccTrapLogSumEntry  
SEQUENCE    
  accTrapLogSumTime TimeTicks
  accTrapLogSumType INTEGER
  accTrapLogSumData DisplayString

AccSeepEntry  
SEQUENCE    
  accSeepEntrySlot DisplayString
  accSeepEntryType DisplayString
  accSeepEntrySerial DisplayString
  accSeepEntryAssembly DisplayString
  accSeepEntryRev DisplayString
  accSeepEntryDate DisplayString

AccSyslogEntry  
SEQUENCE    
  accSyslogAddr IpAddress
  accSyslogSeverity INTEGER
  accSyslogFacility INTEGER

AccMemPoolEntry  
SEQUENCE    
  accMemPoolName DisplayString
  accMemPoolMaximum Gauge
  accMemPoolBytes Gauge
  accMemPoolFrags Gauge
  accMemPoolAlign INTEGER
  accMemPoolAllocs Counter
  accMemPoolFails Counter

AccSlvConfEntry  
SEQUENCE    
  accSlvConfCPUIndex INTEGER
  accSlvConfCPUID DisplayString
  accSlvConfSysDesc DisplayString
  accSlvConfSWVers DisplayString
  accSlvConfProcType INTEGER
  accSlvConfLocalRam INTEGER
  accSlvConfGlobalRam INTEGER

AccSlvMemBlkEntry  
SEQUENCE    
  accSlvMemCPUID DisplayString
  accSlvMemBlkEntSize INTEGER
  accSlvMemBlkEntTotal INTEGER
  accSlvMemBlkEntMax Gauge
  accSlvMemBlkEntInUse Gauge
  accSlvMemBlkEntFails Counter
  accSlvMemBlkEntType INTEGER
  accSlvMemBlkEntAllocs Counter

AccSlvMemPoolEntry  
SEQUENCE    
  accSlvMemPoolCPUID DisplayString
  accSlvMemPoolName DisplayString
  accSlvMemPoolMaximum Gauge
  accSlvMemPoolBytes Gauge
  accSlvMemPoolFrags Gauge
  accSlvMemPoolAlign INTEGER
  accSlvMemPoolAllocs Counter
  accSlvMemPoolFails Counter

AccSlvSysEntry  
SEQUENCE    
  accSlvSysUpTime TimeTicks
  accSlvSysCpuAvgShort INTEGER
  accSlvSysCpuAvgLong INTEGER

AccMemDblkIncEntry  
SEQUENCE    
  accMemDblkIndex INTEGER
  accMemDblkSize INTEGER
  accMemDblkIncrement INTEGER

AccMemOptEntry  
SEQUENCE    
  accMemOptimiserFeature OCTET STRING
  accMemOptimiserMemory INTEGER
  accMemOptimiserPref INTEGER
  accMemOptimiserStatus INTEGER

AccSystemServiceEntry  
SEQUENCE    
  accSystemService INTEGER
  accSystemPort INTEGER

Defined Values

accSystem 1.3.6.1.4.1.5.1.1.1
OBJECT IDENTIFIER    

accSysInfo 1.3.6.1.4.1.5.1.1.1.1
OBJECT IDENTIFIER    

accUnitName 1.3.6.1.4.1.5.1.1.1.1.1
A printable ASCII string up to 32 octets long that is used to refer to a physical unit. This name is used in the prompt displayed at the maintenance terminal.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accRomId 1.3.6.1.4.1.5.1.1.1.1.2
A printable ASCII string that contains information about the hardware and the firmware (NOT the software).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSwVersion 1.3.6.1.4.1.5.1.1.1.1.3
A printable ASCII string representing the software version number of the running code.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accReset 1.3.6.1.4.1.5.1.1.1.1.4
A Set command on this object will cause an immediate reset of the unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accMemStatTable 1.3.6.1.4.1.5.1.1.1.1.5
Information about data buffer pools. Instance is pool number. 1 - 7 is D RAM 8 is M RAM 9 - is C RAM 10 - is H RAM
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMemStatEntry

accMemStatEntry 1.3.6.1.4.1.5.1.1.1.1.5.1
A single entry in the Memory stats table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMemStatEntry  

accMemBlkEntSize 1.3.6.1.4.1.5.1.1.1.1.5.1.1
Size (bytes) of these buffers
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemBlkEntTotal 1.3.6.1.4.1.5.1.1.1.1.5.1.2
Total number of these buffers in pool, whether or not they are in use
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemBlkEntMax 1.3.6.1.4.1.5.1.1.1.1.5.1.3
High water mark of usage of buffers
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMemBlkEntInUse 1.3.6.1.4.1.5.1.1.1.1.5.1.4
Number of buffers currently in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMemBlkEntFails 1.3.6.1.4.1.5.1.1.1.1.5.1.5
Number of times requests were made for a buffer of this size that failed because none were avaliable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMemBlkEntType 1.3.6.1.4.1.5.1.1.1.1.5.1.6
Numeric classification of the buffer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemBlkEntAllocs 1.3.6.1.4.1.5.1.1.1.1.5.1.7
Number of times a request was made for a buffer of this size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMemBlkEntInitial 1.3.6.1.4.1.5.1.1.1.1.5.1.8
Number of buffers of this size allocated at initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSessionCtrl 1.3.6.1.4.1.5.1.1.1.2
OBJECT IDENTIFIER    

accLogin 1.3.6.1.4.1.5.1.1.1.2.1
A read attempt of this object is interpreted as a request for login to the unit. The instance is an ASCII string with the following (case sensitive) format: CommunityString:Password The GetResponse-PDU will return the accUnitName of the unit. A write attempt is interpreted as a request to change the password. A GetNextRequest will not acknowledge the presence of this object.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accLogout 1.3.6.1.4.1.5.1.1.1.2.2
A read attempt of this object is interpreted as a request for logout to the unit. The instance is an ASCII string with the following format: CommunityString:Password A GetNextRequest will not acknowledge the presence of this object.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accLoginTimeout 1.3.6.1.4.1.5.1.1.1.2.3
Session inactivity timer. Zero disables timer (no timeout) Default value is zero Range is 0-86400 seconds
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

accTrapTable 1.3.6.1.4.1.5.1.1.1.3
A table of systems to which Trap Messages generated by this unit shall be sent. To delete an entry, a SetRequest-PDU for the specific instance of accTrapAddr with a NULL value encoding is used.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccTrapEntry

accTrapEntry 1.3.6.1.4.1.5.1.1.1.3.1
A Trap Table entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccTrapEntry  

accTrapAddr 1.3.6.1.4.1.5.1.1.1.3.1.1
An IP address to which SNMP traps generated by the unit are sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accTrapSeverity 1.3.6.1.4.1.5.1.1.1.3.1.2
severity level of the traps to be sent ACC products generate enterprise specific traps for which different severity levels from 1 through 7 are assigned. Level 1 refers to Only SNMP traps. Level 2 are specific traps of highest urgency, and thus progressively each level get more verbose. The normal operational level is expected to be 3 or 4. Higher levels (i.e., 5-7) are expected to generate many events which may be helpful in identifying/isolating configuration related problems, but may affect the performance of the unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7  

accClock 1.3.6.1.4.1.5.1.1.1.4
OBJECT IDENTIFIER    

accDate 1.3.6.1.4.1.5.1.1.1.4.1
The octet string of six bytes representing the date and time has the following format: YYMMDDHHMMSS where the valid range of values for each of the bytes is as follows: YY 0..99 MM 1..12 DD 1..31 HH 0..23 MM 0..59 SS 0..59
Status: deprecated Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accUToffset 1.3.6.1.4.1.5.1.1.1.4.2
3-byte date string, HH MM SS
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accSysBootTime 1.3.6.1.4.1.5.1.1.1.4.3
3-byte date string, HH MM SS
Status: deprecated Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accSysCpuAvgShort 1.3.6.1.4.1.5.1.1.1.4.4
percentage CPU used over the last minute
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSysCpuAvgLong 1.3.6.1.4.1.5.1.1.1.4.5
percentage CPU used over the last 5 minutes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSysDataSwitchStatus 1.3.6.1.4.1.5.1.1.1.4.6
The status of the hardware switch, to determine whether Data calls could be initiated/accepted over the ISDN line. ONLY voice calls will be accepted or initiated when this h/w switch status is OFF.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accSysLastConfig 1.3.6.1.4.1.5.1.1.1.4.8
System Last Configuration Time
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

accDateY2K 1.3.6.1.4.1.5.1.1.1.4.10
The seven byte long octet string indicates system date and time. The octet string represents year 2000 compliant date and time, and is laid out in the following structured format: 2 Byte unsigned short value of year 1 Byte value of month 1 Byte value of day of the month 1 Byte value of hour 1 Byte value of minutes 1 Byte value of seconds The valid range of values for each of the component is as follows: year 0..2079 month 1..12 day 1..31 hour 0..23 minutes 0..59 seconds 0..59
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accSysBootTimeY2K 1.3.6.1.4.1.5.1.1.1.4.11
The seven bytes long octet string indicates system boot time. The octet string represents year 2000 compliant date and time, and is laid out in the following structured format: 2 Byte unsigned short value of year 1 Byte value of month 1 Byte value of day of the month 1 Byte value of hour 1 Byte value of minutes 1 Byte value of seconds
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accDay 1.3.6.1.4.1.5.1.1.1.4.12
Day of the week (enumnerated MON-SUN [0-6])
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER tue(1), wed(2), thu(3), fri(4), sat(5), sun(6)  

accAccessTable 1.3.6.1.4.1.5.1.1.1.6
A table of users authorized to log in to this unit. To delete an entry, a SetRequest-PDU for the specific instance of accAccessAddr with a NULL value encoding is used.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccAccessEntry

accAccessEntry 1.3.6.1.4.1.5.1.1.1.6.1
An entry of information about an authorized user.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccAccessEntry  

accAccessCmty 1.3.6.1.4.1.5.1.1.1.6.1.1
Access community
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accAccessAddr 1.3.6.1.4.1.5.1.1.1.6.1.2
IP address from which a login request is honored.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessNetMask 1.3.6.1.4.1.5.1.1.1.6.1.3
Subnet mask used to validate login requests.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accAccessUdpPort 1.3.6.1.4.1.5.1.1.1.6.1.4
UDP port number of the SNMP application.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accReload 1.3.6.1.4.1.5.1.1.1.7
Time until system reload shall occur. Upon expiry of the timer, the system will load and execute a new image of the application code. The load file will come from diskette, local EPROM, or over the network, depending on the configuration of the unit.
Status: mandatory Access: read-write
OBJECT-TYPE    
  TimeTicks  

accIfNames 1.3.6.1.4.1.5.1.1.1.8
OBJECT IDENTIFIER    

accIfNumNames 1.3.6.1.4.1.5.1.1.1.8.1
Number of interfaces (physical and logical). There are this many entries in the Name table.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIfNameTable 1.3.6.1.4.1.5.1.1.1.8.2
A table of of mnemonic 'names' for physical and logical interfaces
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIfNameEntry

accIfNameEntry 1.3.6.1.4.1.5.1.1.1.8.2.1
An entry in the Interface Name table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIfNameEntry  

accIfNameIndex 1.3.6.1.4.1.5.1.1.1.8.2.1.1
Interface number
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIfName 1.3.6.1.4.1.5.1.1.1.8.2.1.2
Mnemonic name for this interface
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accIfNameDefault 1.3.6.1.4.1.5.1.1.1.8.2.1.3
Default Mnemonic name for this interface. The interface may always be referred to by this name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accIfGroupTable 1.3.6.1.4.1.5.1.1.1.9
A table of interface group descriptors supported by this unit. Interface groups may be populated by physical or logical interfaces, or combinations of the two.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccIfGroupEntry

accIfGroupEntry 1.3.6.1.4.1.5.1.1.1.9.1
An entry of information about an interface group.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccIfGroupEntry  

accIFGroupIndex 1.3.6.1.4.1.5.1.1.1.9.1.1
Index for the accIfGroupTable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIFGroupName 1.3.6.1.4.1.5.1.1.1.9.1.2
If accIFGroupIndexBase and accIFGroupIndexMax are equal then this object provides the full name of the port, else this object has the prefix of the port name. If this is a prefix then the suffix is a numeric value from 1 to (accIFGroupIndexMax - accIFGroupIndexBase + 1).
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accIFGroupType 1.3.6.1.4.1.5.1.1.1.9.1.3
Type of port group
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER physical-port(1), bridge-port(2), dial-port(3), multi-link(4)  

accIFGroupIndexBase 1.3.6.1.4.1.5.1.1.1.9.1.4
Lowest IFIndex in this IFGroup
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIFGroupIndexMax 1.3.6.1.4.1.5.1.1.1.9.1.5
The number of interfaces supported in this IFGroup
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accIFGroupNameDefault 1.3.6.1.4.1.5.1.1.1.9.1.6
If accIFGroupIndexBase and accIFGroupIndexMax are equal then this object provides the full name of the port, else this object has the prefix of the port name. If this is a prefix then the suffix is a numeric value from 1 to (accIFGroupIndexMax - accIFGroupIndexBase + 1). The interface group may always be referenced by this name. It cannot be changed by the user.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accTrapLog 1.3.6.1.4.1.5.1.1.1.10
OBJECT IDENTIFIER    

accTrapLogLevel 1.3.6.1.4.1.5.1.1.1.10.1
The base severity level at which traps are recorded in the log. Traps with values greater than this level will not be recorded in the log.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7  

accTrapLogSaveAction 1.3.6.1.4.1.5.1.1.1.10.2
Setting the value to save-now writes the current trap log to permanent storage.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER save-now(1)  

accTrapLogBufSize 1.3.6.1.4.1.5.1.1.1.10.3
The trap log buffer size in kilobytes.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..1024  

accTrapLogTable 1.3.6.1.4.1.5.1.1.1.10.4
The trap logging table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccTrapLogEntry

accTrapLogEntry 1.3.6.1.4.1.5.1.1.1.10.4.1
A single trap log entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccTrapLogEntry  

accTrapLogTblTime 1.3.6.1.4.1.5.1.1.1.10.4.1.1
SysUpTime when trap occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

accTrapLogTblType 1.3.6.1.4.1.5.1.1.1.10.4.1.2
SysUpTime when trap occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER trap-coldstart(1), trap-warmstart(2), trap-linkdown(3), trap-linkup(4), trap-authent-fail(5), trap-egpnborloss(6), trap-enterprise(7)  

accTrapLogTblLevel 1.3.6.1.4.1.5.1.1.1.10.4.1.3
The severity level associated with this trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..7  

accTrapLogTblData 1.3.6.1.4.1.5.1.1.1.10.4.1.4
The text message of the trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accTrapLogSeqNum 1.3.6.1.4.1.5.1.1.1.10.4.1.6
The Global Sequence Number for all Traps generated in the System
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accTrapLogSeverityType 1.3.6.1.4.1.5.1.1.1.10.4.1.7
Severity type of the Trap generated
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER critical(1), major(2), minor(3), warning(4), clear(5)  

accTrapLogEnterpriseOID 1.3.6.1.4.1.5.1.1.1.10.4.1.8
Enterprise OID for the sent trap
Status: mandatory Access: read-only
OBJECT-TYPE    
  OBJECT IDENTIFIER  

accSpecificTrapNum 1.3.6.1.4.1.5.1.1.1.10.4.1.9
Specific Trap number
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accTrapLogSumTable 1.3.6.1.4.1.5.1.1.1.10.5
The trap logging table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccTrapLogSumEntry

accTrapLogSumEntry 1.3.6.1.4.1.5.1.1.1.10.5.1
A single trap log entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccTrapLogSumEntry  

accTrapLogSumTime 1.3.6.1.4.1.5.1.1.1.10.5.1.1
SysUpTime when trap occurred.
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

accTrapLogSumType 1.3.6.1.4.1.5.1.1.1.10.5.1.2
The type of trap associated with this entry.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER coldstart(1), warmstart(2), linkdown(3), linkup(4), authent-fail(5), egpnborloss(6), enterprise(7)  

accTrapLogSumData 1.3.6.1.4.1.5.1.1.1.10.5.1.3
The text message of the trap.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSeepTable 1.3.6.1.4.1.5.1.1.1.13
The SEEP information table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSeepEntry

accSeepEntry 1.3.6.1.4.1.5.1.1.1.13.1
A single SEEP information table entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSeepEntry  

accSeepEntrySlot 1.3.6.1.4.1.5.1.1.1.13.1.1
The slot from which the SEEP information is taken.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSeepEntryType 1.3.6.1.4.1.5.1.1.1.13.1.2
The type of SEEP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSeepEntrySerial 1.3.6.1.4.1.5.1.1.1.13.1.3
The serial number of the SEEP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSeepEntryAssembly 1.3.6.1.4.1.5.1.1.1.13.1.4
The assembly description of the SEEP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSeepEntryRev 1.3.6.1.4.1.5.1.1.1.13.1.5
The revision number of the SEEP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSeepEntryDate 1.3.6.1.4.1.5.1.1.1.13.1.6
The date contained in the SEEP.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accStandbyInfo 1.3.6.1.4.1.5.1.1.1.14
OBJECT IDENTIFIER    

accStandbySysDescr 1.3.6.1.4.1.5.1.1.1.14.1
System description for redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accStandbySoftwareVersion 1.3.6.1.4.1.5.1.1.1.14.2
Software version of redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accStandbySysProcType 1.3.6.1.4.1.5.1.1.1.14.3
System description for redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER mips-idt(257)  

accStandbySysLocalRam 1.3.6.1.4.1.5.1.1.1.14.4
Local RAM size for redundant processor in kilobytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accStandbySysGlobalRam 1.3.6.1.4.1.5.1.1.1.14.5
Global RAM size for redundant processor in kilobytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accStandbyFsVolStatus 1.3.6.1.4.1.5.1.1.1.14.6
Flash volume status for redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER synchronized(1), not-available(2), checking(3), not-synchronized(4)  

accStandbyFsCfgStatus 1.3.6.1.4.1.5.1.1.1.14.7
Configuration status for redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER synchronized(1), not-available(2), checking(3), not-synchronized(4)  

accStandbyFsLoadFtkFile 1.3.6.1.4.1.5.1.1.1.14.8
Current flash toolkit file redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accStandbyFsLoadAplFile 1.3.6.1.4.1.5.1.1.1.14.9
Current application file for redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accStandbyFsLoadDiaFile 1.3.6.1.4.1.5.1.1.1.14.10
Current application file for redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accStandbySysHwVers 1.3.6.1.4.1.5.1.1.1.14.11
Hardware versions for redundant processor.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accIcpTraps 1.3.6.1.4.1.5.1.1.1.16
OBJECT IDENTIFIER    

accIcpTrapMsg 1.3.6.1.4.1.5.1.1.1.16.1
ICP Trap Message
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSyslogTable 1.3.6.1.4.1.5.1.1.1.15
A table of systems to which Syslog Messages generated by this unit shall be sent. To delete an entry, a SetRequest-PDU for the specific instance of accSyslogAddr with a NULL value encoding is used.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSyslogEntry

accSyslogEntry 1.3.6.1.4.1.5.1.1.1.15.1
A Syslog Table entry
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSyslogEntry  

accSyslogAddr 1.3.6.1.4.1.5.1.1.1.15.1.1
An IP address to which syslog messages generated by the unit are sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accSyslogSeverity 1.3.6.1.4.1.5.1.1.1.15.1.2
severity level of the messages to be sent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7  

accSyslogFacility 1.3.6.1.4.1.5.1.1.1.15.1.3
Facility identifier to use in syslog messages
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..7  

accTrapSequencingStatus 1.3.6.1.4.1.5.1.1.1.18
Indicates trap sequencing feature is On or Off. When set to On, a accTrapLogSeqNum varbind will be appended to every trap issued by the system, and will always be the last varbind
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER off(1), on(2)  

accNvm 1.3.6.1.4.1.5.1.1.1.1.6
OBJECT IDENTIFIER    

accNvmTotalBlks 1.3.6.1.4.1.5.1.1.1.1.6.1
Total number of NVM blocks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accNvmBlkSize 1.3.6.1.4.1.5.1.1.1.1.6.2
NVM block size in bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accNvmDirSize 1.3.6.1.4.1.5.1.1.1.1.6.3
The NVM directory size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accNvmFreeBlks 1.3.6.1.4.1.5.1.1.1.1.6.4
The number of free NVM blocks.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accNvmFileNumber 1.3.6.1.4.1.5.1.1.1.1.6.5
The NVM file number.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accNvmFileName 1.3.6.1.4.1.5.1.1.1.1.6.6
The NVM file name.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accNvmFileSize 1.3.6.1.4.1.5.1.1.1.1.6.7
The NVM file size in bytes.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSysConfigInfo 1.3.6.1.4.1.5.1.1.1.1.7
OBJECT IDENTIFIER    

accConfiguration 1.3.6.1.4.1.5.1.1.1.1.7.1
Set the action to perform on the active configuration. A set to load or default will immediately reset the unit. On the restart the new configuration (either a previously saved one or the default configuration) will be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER save(1), load(2), default(3)  

accConfigurationStatus 1.3.6.1.4.1.5.1.1.1.1.7.2
The current state of the active configuration. The value changed indicates that the active configuration has changed since the last time it was saved to NVM.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER saved(1), changed(2)  

accScriptHalt 1.3.6.1.4.1.5.1.1.1.1.8
A Set command on this object will cause an immediate halt to any existing configuration script execution.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accScriptCont 1.3.6.1.4.1.5.1.1.1.1.9
OBJECT IDENTIFIER    

accScriptContServer 1.3.6.1.4.1.5.1.1.1.1.9.1
The IP address of the server holding the configuration script to be downloaded and executed following the next reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  IpAddress  

accScriptContFile 1.3.6.1.4.1.5.1.1.1.1.9.2
The filename (with complete pathname) of the configuration script to be downloaded and executed following the next reset.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accSysUpgradeCmd 1.3.6.1.4.1.5.1.1.1.1.10
On platforms that execute the application from Flash and that support the optional Flash SIMM memory for TFTP upgrades, it indicates the upgrade command (SL or TFTP). If the optional Flash SIMM is not installed, maintenance mode SL command is the only way to upgrade.
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accSysHWType 1.3.6.1.4.1.5.1.1.1.1.11
The hardware platform product name
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER acc4100(0), acc4100R(1), acc4200(2), ub8000(3), infotron(4), nile(5), tigris(6), amazon(7), tahoe(8), danube(9)  

accSysProcType 1.3.6.1.4.1.5.1.1.1.1.12
Type of processor on this platform
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER motorola-68000(0), motorola-68010(16), motorola-68020(32), motorola-68030(48), motorola-68040(64), motorola-68060(96)  

accSysLocalRam 1.3.6.1.4.1.5.1.1.1.1.13
The amount of local RAM installed in the system in kilobytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSysGlobalRam 1.3.6.1.4.1.5.1.1.1.1.14
The amount of global RAM installed in the system in kilobytes
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSysPowerSupply 1.3.6.1.4.1.5.1.1.1.1.15
Type of processor on this platform
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER single(1), dual-both-operational(2), dual-one-malfunctioning(3)  

accMemPoolTable 1.3.6.1.4.1.5.1.1.1.1.16
A table of memory pools supported by this unit. Each pool describes a physical memory resource.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMemPoolEntry

accMemPoolEntry 1.3.6.1.4.1.5.1.1.1.1.16.1
An entry of information about a memory pool.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMemPoolEntry  

accMemPoolName 1.3.6.1.4.1.5.1.1.1.1.16.1.1
A printable ASCII string describing this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accMemPoolMaximum 1.3.6.1.4.1.5.1.1.1.1.16.1.2
The maximum amount of memory in this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMemPoolBytes 1.3.6.1.4.1.5.1.1.1.1.16.1.3
The amount of memory currently available in this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMemPoolFrags 1.3.6.1.4.1.5.1.1.1.1.16.1.4
The number of times this memory pool has been fragmented.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accMemPoolAlign 1.3.6.1.4.1.5.1.1.1.1.16.1.5
The alignment this memory pool maintains. For example, a 4 in this field means memory from this pool is aligned on 32-bit boundaries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemPoolAllocs 1.3.6.1.4.1.5.1.1.1.1.16.1.6
The number of allocation requests addressed to this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMemPoolFails 1.3.6.1.4.1.5.1.1.1.1.16.1.7
The number of times an allocation request addressed to this memory could not be satisfied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accMemAddDblk 1.3.6.1.4.1.5.1.1.1.1.17
Number of D blocks added.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvConfTable 1.3.6.1.4.1.5.1.1.1.1.18
Table of slave CPU configuration parameters.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSlvConfEntry

accSlvConfEntry 1.3.6.1.4.1.5.1.1.1.1.18.1
A single entry in the slave CPU configuration Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSlvConfEntry  

accSlvConfCPUIndex 1.3.6.1.4.1.5.1.1.1.1.18.1.1
Slave CPU Index
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvConfCPUID 1.3.6.1.4.1.5.1.1.1.1.18.1.2
Slave CPU ID
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSlvConfSysDesc 1.3.6.1.4.1.5.1.1.1.1.18.1.3
Slave CPU System Description
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSlvConfSWVers 1.3.6.1.4.1.5.1.1.1.1.18.1.4
Slave CPU Software Version
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSlvConfProcType 1.3.6.1.4.1.5.1.1.1.1.18.1.5
Slave CPU Processor Type
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER motorola-68000(0), motorola-68010(16), motorola-68020(32), motorola-68030(48), motorola-68040(64)  

accSlvConfLocalRam 1.3.6.1.4.1.5.1.1.1.1.18.1.6
Slave CPU Local RAM Size (kb)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvConfGlobalRam 1.3.6.1.4.1.5.1.1.1.1.18.1.7
Slave CPU Global RAM Size (kb)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvMemBlkTable 1.3.6.1.4.1.5.1.1.1.1.19
Table of entries in the slave CPU configuration Table.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSlvMemBlkEntry

accSlvMemBlkEntry 1.3.6.1.4.1.5.1.1.1.1.19.1
A single entry in the slave CPU configuration Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSlvMemBlkEntry  

accSlvMemCPUID 1.3.6.1.4.1.5.1.1.1.1.19.1.3
Slave CPU ID
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSlvMemBlkEntSize 1.3.6.1.4.1.5.1.1.1.1.19.1.4
Size (bytes) of these buffers
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvMemBlkEntTotal 1.3.6.1.4.1.5.1.1.1.1.19.1.5
Total number of these buffers in pool, whether or not they are in use
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvMemBlkEntMax 1.3.6.1.4.1.5.1.1.1.1.19.1.6
High water mark of usage of buffers
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accSlvMemBlkEntInUse 1.3.6.1.4.1.5.1.1.1.1.19.1.7
Number of buffers currently in use.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accSlvMemBlkEntFails 1.3.6.1.4.1.5.1.1.1.1.19.1.8
Number of times requests were made for a buffer of this size that failed because none were avaliable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accSlvMemBlkEntType 1.3.6.1.4.1.5.1.1.1.1.19.1.9
Numeric classification of the buffer.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER dblk(1), mblk(2), cblk(3), fast(9), local(10), global(11), reserved(12)  

accSlvMemBlkEntAllocs 1.3.6.1.4.1.5.1.1.1.1.19.1.10
Number of times a request was made for a buffer of this size.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accSlvMemPool 1.3.6.1.4.1.5.1.1.1.1.20
OBJECT IDENTIFIER    

accSlvMemPoolTable 1.3.6.1.4.1.5.1.1.1.1.20.1
A table of memory pools supported by this unit. Each pool describes a physical memory resource.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSlvMemPoolEntry

accSlvMemPoolEntry 1.3.6.1.4.1.5.1.1.1.1.20.1.1
An entry of information about a memory pool.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSlvMemPoolEntry  

accSlvMemPoolCPUID 1.3.6.1.4.1.5.1.1.1.1.20.1.1.1
Slave CPU ID
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSlvMemPoolName 1.3.6.1.4.1.5.1.1.1.1.20.1.1.2
A printable ASCII string describing this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  DisplayString  

accSlvMemPoolMaximum 1.3.6.1.4.1.5.1.1.1.1.20.1.1.3
The maximum amount of memory in this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accSlvMemPoolBytes 1.3.6.1.4.1.5.1.1.1.1.20.1.1.4
The amount of memory currently available in this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accSlvMemPoolFrags 1.3.6.1.4.1.5.1.1.1.1.20.1.1.5
The number of times this memory pool has been fragmented.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Gauge  

accSlvMemPoolAlign 1.3.6.1.4.1.5.1.1.1.1.20.1.1.6
The alignment this memory pool maintains. For example, a 4 in this field means memory from this pool is aligned on 32-bit boundaries.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvMemPoolAllocs 1.3.6.1.4.1.5.1.1.1.1.20.1.1.7
The number of allocation requests addressed to this memory pool.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accSlvMemPoolFails 1.3.6.1.4.1.5.1.1.1.1.20.1.1.8
The number of times an allocation request addressed to this memory could not be satisfied.
Status: mandatory Access: read-only
OBJECT-TYPE    
  Counter  

accSlvSysTable 1.3.6.1.4.1.5.1.1.1.1.21
Information about slave CPU system stats.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSlvSysEntry

accSlvSysEntry 1.3.6.1.4.1.5.1.1.1.1.21.1
A single entry in the slave CPU system stats table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSlvSysEntry  

accSlvSysUpTime 1.3.6.1.4.1.5.1.1.1.1.21.1.1
Slave system uptime
Status: mandatory Access: read-only
OBJECT-TYPE    
  TimeTicks  

accSlvSysCpuAvgShort 1.3.6.1.4.1.5.1.1.1.1.21.1.2
Slave system current CPU usage.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accSlvSysCpuAvgLong 1.3.6.1.4.1.5.1.1.1.1.21.1.3
Slave system average CPU usage.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMem 1.3.6.1.4.1.5.1.1.1.1.22
OBJECT IDENTIFIER    

accMemDblkIncTable 1.3.6.1.4.1.5.1.1.1.1.22.1
Table of Memory Dblock Increments
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMemDblkIncEntry

accMemDblkIncEntry 1.3.6.1.4.1.5.1.1.1.1.22.1.1
A single entry of the Memory Dblock Increment Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMemDblkIncEntry  

accMemDblkIndex 1.3.6.1.4.1.5.1.1.1.1.22.1.1.1
The index of this entry in the Memory Dblock Increment Table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemDblkSize 1.3.6.1.4.1.5.1.1.1.1.22.1.1.2
The Size of the Dblock for this entry in the Mem Dblock Inc Table
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemDblkIncrement 1.3.6.1.4.1.5.1.1.1.1.22.1.1.3
The User specified Increment of this entry Memory Dblock Increment Table
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accOpt 1.3.6.1.4.1.5.1.1.1.1.22.2
OBJECT IDENTIFIER    

accMemEMEStatus 1.3.6.1.4.1.5.1.1.1.1.22.2.1
The Global Memory Optimizer (EME) Status
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER on(1), off(2)  

accMemEMEMaxReclMem 1.3.6.1.4.1.5.1.1.1.1.22.2.2
The Maximum Memory in bytes available for Reclaimation by the Memory Optimizer (EME)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemEMECurReclMem 1.3.6.1.4.1.5.1.1.1.1.22.2.3
The Memory in bytes Reclaimed by the Memory Optimizer (EME)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemOptTable 1.3.6.1.4.1.5.1.1.1.1.22.2.4
Table of Memory Optimizer
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccMemOptEntry

accMemOptEntry 1.3.6.1.4.1.5.1.1.1.1.22.2.4.1
A single entry of the Memory Optimizer Table
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccMemOptEntry  

accMemOptimiserFeature 1.3.6.1.4.1.5.1.1.1.1.22.2.4.1.1
The Reclaimable Feature in the Memory Optimizer Table for this entry
Status: mandatory Access: read-only
OBJECT-TYPE    
  OCTET STRING  

accMemOptimiserMemory 1.3.6.1.4.1.5.1.1.1.1.22.2.4.1.2
The amount of memory (in bytes) associated with the reclaimable feature under consideration
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

accMemOptimiserPref 1.3.6.1.4.1.5.1.1.1.1.22.2.4.1.3
The User's preference for this Feature
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER reclaim(1), use(2), automatic(3)  

accMemOptimiserStatus 1.3.6.1.4.1.5.1.1.1.1.22.2.4.1.4
The Current Status for this Feature
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER reclaimed(1), inuse(2)  

accMacro 1.3.6.1.4.1.5.1.1.1.1.23
OBJECT IDENTIFIER    

accMacroExecute 1.3.6.1.4.1.5.1.1.1.1.23.1
Macro Name to Execute
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER none(1), ipx-dial-filter(2)  

accSwRegistrationKey 1.3.6.1.4.1.5.1.1.1.1.24
Software Registration key to upgrade software levels.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accMACAddr 1.3.6.1.4.1.5.1.1.1.1.25
OBJECT IDENTIFIER    

accSysMessage 1.3.6.1.4.1.5.1.1.1.1.26
OBJECT IDENTIFIER    

accSysMsgInfo 1.3.6.1.4.1.5.1.1.1.1.26.1
OBJECT IDENTIFIER    

accSysMsgLevel 1.3.6.1.4.1.5.1.1.1.1.26.1.1
The severity level of system message allowed to be generated
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..7  

accWinDefLenNetman 1.3.6.1.4.1.5.1.1.1.1.26.1.2
The session window default length NETMAN
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 22..65535  

accWinDefLenPublic 1.3.6.1.4.1.5.1.1.1.1.26.1.3
The session window default length PUBLIC
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 22..65535  

accWinDefWidNetman 1.3.6.1.4.1.5.1.1.1.1.26.1.4
The session window default width NETMAN
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 80..512  

accWinDefWidPublic 1.3.6.1.4.1.5.1.1.1.1.26.1.5
The session window default width PUBLIC
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 80..512  

accUserInfo 1.3.6.1.4.1.5.1.1.1.1.26.2
OBJECT IDENTIFIER    

accUserTrapMsgEntry 1.3.6.1.4.1.5.1.1.1.1.26.2.1
A message to be sent through an SNMP trap.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accSysMACAddrUser 1.3.6.1.4.1.5.1.1.1.1.25.1
MAC address to be used to override rom MAC address. A value of 0 means use the value stored in rom. Any other value, overrides the ROM MAC address.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OCTET STRING  

accSystemServiceTable 1.3.6.1.4.1.5.1.1.1.26
A table of changeable TCP/UDP services.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    AccSystemServiceEntry

accSystemServiceEntry 1.3.6.1.4.1.5.1.1.1.26.1
An entry of information about System Service.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  AccSystemServiceEntry  

accSystemService 1.3.6.1.4.1.5.1.1.1.26.1.1
This object is used to identify the TCP/UDP service whose port number is being changed.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER telnet(1), tftp(2), http(3)  

accSystemPort 1.3.6.1.4.1.5.1.1.1.26.1.2
This object is used to set the TCP/UDP service port associated with various system services.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accVirtualPort 1.3.6.1.4.1.5.1.1.1.1.30
OBJECT IDENTIFIER    

accVirtualPortGeneral 1.3.6.1.4.1.5.1.1.1.1.30.1
OBJECT IDENTIFIER    

accVirtualPortCount 1.3.6.1.4.1.5.1.1.1.1.30.1.1
Number of Virtual ports available on the platform
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..1000  

accVirtualPortXotCount 1.3.6.1.4.1.5.1.1.1.1.30.1.2
Number of XOT Virtual ports available on the platform
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..20  

accSystemGracefulShutdown 1.3.6.1.4.1.5.1.1.1.1.32
OBJECT IDENTIFIER    

accSystemGracefulShutdownState 1.3.6.1.4.1.5.1.1.1.1.32.1
System Graceful Shutdown state
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accSystemGracefulShutdownTO 1.3.6.1.4.1.5.1.1.1.1.32.2
System graceful shutdown timeout. When Timeout is exceeded, the system will reset automatically
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 1..600  

accSystemAuthGeneral 1.3.6.1.4.1.5.1.1.1.1.33
OBJECT IDENTIFIER    

accSystemAuthMode 1.3.6.1.4.1.5.1.1.1.1.33.1
System authentication mode
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER local(1), radius(2)  

accSystemAuthAccessPart 1.3.6.1.4.1.5.1.1.1.1.33.2
Access Partn for RADIUS servers
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

accSystemAccess 1.3.6.1.4.1.5.1.1.1.1.34
OBJECT IDENTIFIER    

accPscopeEnable 1.3.6.1.4.1.5.1.1.1.1.34.1
Permits or denies use of built-in packet monitoring functionality (PSCOPE)
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

accDBscopeCntl 1.3.6.1.4.1.5.1.1.1.1.34.2
Controls use of built-in debugger functionality (DBSCOPE). Currently non-zero permits full functionality.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

accIcpInfoTrap 1
Indicates that status data ring full while writing data passed in status calls into structure used for passing status data. SEVERITY-DEFAULT: Minor EVENTTYPE-DEFAULT: 10 ADDITIONAL-TEXT-VARIABLES: { accTrapLogSeqNum,accIcpTrapMsg } PCAUSE-DEFAULT: 32
TRAP-TYPE