All MIBs › ACC-MIB
Category: Device Management, Vendor: ACC/Ericsson
Description:
Core enterprise MIB for ACC/Ericsson routers defining the base OID hierarchy and common system management objects for the ACC router product line.
Imported Objects
From RFC-1212
| OBJECT-TYPE |
From RFC1155-SMI
| Counter | |
| Gauge | |
| IpAddress | |
| NetworkAddress | |
| TimeTicks | |
| enterprises |
From RFC1213-MIB
| egpNeighAddr | |
| ifIndex | |
| ipAdEntAddr | |
| ipRouteDest |
From RFC1243-MIB
| atportIndex | OBJECT-TYPE |
What Is ACC-MIB?
ACC-MIB is the core enterprise MIB for ACC (Advanced Computer Communications)/Ericsson WAN routers, defining the base OID hierarchy and common system management objects used across the ACC router product line. It exposes configuration status data, multilink PPP interface parameters and statistics (accMultilinkParameterTable, accMultilinkStatTable), non-volatile configuration storage (accNvm), and boot configuration (accBootp). It supports monitoring of both configuration/software state, via config sync in accConfigurationStatus and boot parameters in accBootp, and multilink WAN link health, via admin/operational state per bundle in accMultilinkParameterAdminState/accMultilinkParameterOperState plus per-bundle traffic statistics, giving visibility into whether bonded WAN links are up and passing traffic as expected. It serves as the parent OID structure that other ACC modules, such as ACC-SYSTEM, build on, and administrators often load it into an ACC-MIB MIB Browser to explore the full object tree before writing polling scripts. It's typically deployed on ACC/Ericsson WAN access routers using multilink PPP for bonded serial/leased-line connections.
IPNetwork Monitor allows you to monitor SNMP objects defined in ACC-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- multilink PPP bundle admin/operational state
- multilink interface statistics
- configuration status
- boot/BootP configuration
- NVM configuration storage
Supported Devices
- ACC/Ericsson WAN routers
Monitoring Examples
An operator would poll accMultilinkParameterTable/accMultilinkParameterEntry, indexed by accMultilinkParameterIndex and accMultilinkParameterIfIndex, to check accMultilinkParameterAdminState against accMultilinkParameterOperState for each bundle; a mismatch (admin up, oper down) indicates a failed member link or negotiation problem. accMultilinkStatTable/accMultilinkStatEntry would then be checked for per-bundle throughput or error statistics to confirm whether the remaining active links are carrying the expected load. accBootp and accNvm would be reviewed to confirm the router booted with the correct saved configuration.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| acc | 1.3.6.1.4.1.5 | |||
| accSBAR | 1.3.6.1.4.1.5.1 | |||
| accBRG | 1.3.6.1.4.1.5.1.1 | |||
| accSystem | 1.3.6.1.4.1.5.1.1.1 | |||
| accSysInfo | 1.3.6.1.4.1.5.1.1.1.1 | |||
| STR accUnitName | 1.3.6.1.4.1.5.1.1.1.1.1 | DisplayString | read-write | 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. |
| STR accRomId | 1.3.6.1.4.1.5.1.1.1.1.2 | DisplayString | read-only | A printable ASCII string that contains information about the hardware and the firmware (NOT the software). |
| STR accSwVersion | 1.3.6.1.4.1.5.1.1.1.1.3 | DisplayString | read-only | A printable ASCII string representing the software version number of the running code. |
| INT accReset | 1.3.6.1.4.1.5.1.1.1.1.4 | INTEGER | read-write | A Set command on this object will cause an immediate reset of the unit. |
| accMemStatTbl | 1.3.6.1.4.1.5.1.1.1.1.5 | not-accessible | Information about data buffer pools. Instance is pool number. | |
| INT accMemBlkEntSize | 1.3.6.1.4.1.5.1.1.1.1.5.1 | INTEGER | read-only | Size (bytes) of these buffers |
| INT accMemBlkEntTotal | 1.3.6.1.4.1.5.1.1.1.1.5.2 | INTEGER | read-only | Total number of these buffers in pool, whether or not they are in use |
| GAU accMemBlkEntMax | 1.3.6.1.4.1.5.1.1.1.1.5.3 | Gauge | read-only | High water mark of usage of buffers |
| GAU accMemBlkEntInUse | 1.3.6.1.4.1.5.1.1.1.1.5.4 | Gauge | read-only | Number of buffers currently in use. |
| CTR accMemBlkEntFails | 1.3.6.1.4.1.5.1.1.1.1.5.5 | Counter | read-only | Number of times requests were made for a buffer of this size that failed because none were avaliable. |
| INT accMemBlkEntType | 1.3.6.1.4.1.5.1.1.1.1.5.6 | INTEGER | read-only | Numeric classification of the buffer. |
| CTR accMemBlkEntAllocs | 1.3.6.1.4.1.5.1.1.1.1.5.7 | Counter | read-only | Number of times a request was made for a buffer of this size. |
| INT pysmiFakeCol472 | 1.3.6.1.4.1.5.1.1.1.1.5.4294967295 | INTEGER | not-accessible | |
| accNvm | 1.3.6.1.4.1.5.1.1.1.1.6 | |||
| INT accNvmTotalBlks | 1.3.6.1.4.1.5.1.1.1.1.6.1 | INTEGER | read-only | Total number of NVM blocks. |
| INT accNvmBlkSize | 1.3.6.1.4.1.5.1.1.1.1.6.2 | INTEGER | read-only | NVM block size in bytes. |
| INT accNvmDirSize | 1.3.6.1.4.1.5.1.1.1.1.6.3 | INTEGER | read-only | The NVM directory size. |
| INT accNvmFreeBlks | 1.3.6.1.4.1.5.1.1.1.1.6.4 | INTEGER | read-only | The number of free NVM blocks. |
| INT accNvmFileNumber | 1.3.6.1.4.1.5.1.1.1.1.6.5 | INTEGER | read-only | The NVM file number. |
| OCT accNvmFileName | 1.3.6.1.4.1.5.1.1.1.1.6.6 | OCTET STRING | read-only | The NVM file name. |
| INT accNvmFileSize | 1.3.6.1.4.1.5.1.1.1.1.6.7 | INTEGER | read-only | The NVM file size in bytes. |
| accSysConfigInfo | 1.3.6.1.4.1.5.1.1.1.1.7 | |||
| INT accConfiguration | 1.3.6.1.4.1.5.1.1.1.1.7.1 | INTEGER | read-write | 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. |
| INT accConfigurationStatus | 1.3.6.1.4.1.5.1.1.1.1.7.2 | INTEGER | read-only | 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. |
| INT accScriptHalt | 1.3.6.1.4.1.5.1.1.1.1.8 | INTEGER | read-write | A Set command on this object will cause an immediate halt to any existing configuration script execution. |
| accScriptCont | 1.3.6.1.4.1.5.1.1.1.1.9 | |||
| IP accScriptContServer | 1.3.6.1.4.1.5.1.1.1.1.9.1 | IpAddress | read-write | The IP address of the server holding the configuration script to be downloaded and executed following the next reset. |
| STR accScriptContFile | 1.3.6.1.4.1.5.1.1.1.1.9.2 | DisplayString | read-write | The filename (with complete pathname) of the configuration script to be downloaded and executed following the next reset. |
| OCT accGifnoc | 1.3.6.1.4.1.5.1.1.1.1.10 | OCTET STRING | read-only | Reserved number for GIFNOC (S. Froyd, 20-August, 1994) |
| INT accSysHWType | 1.3.6.1.4.1.5.1.1.1.1.11 | INTEGER | read-only | The hardware platform product name |
| INT accSysProcType | 1.3.6.1.4.1.5.1.1.1.1.12 | INTEGER | read-only | Type of processor on this platform |
| INT accSysLocalRam | 1.3.6.1.4.1.5.1.1.1.1.13 | INTEGER | read-only | The amount of local RAM installed in the system in kilobytes |
| INT accSysGlobalRam | 1.3.6.1.4.1.5.1.1.1.1.14 | INTEGER | read-only | The amount of global RAM installed in the system in kilobytes |
| INT accSysPowerSupply | 1.3.6.1.4.1.5.1.1.1.1.15 | INTEGER | read-only | Type of processor on this platform |
| accMemPoolTable | 1.3.6.1.4.1.5.1.1.1.1.16 | not-accessible | A table of memory pools supported by this unit. Each pool describes a physical memory resource. | |
| accMemPoolEntry | 1.3.6.1.4.1.5.1.1.1.1.16.1 | not-accessible | An entry of information about a memory pool. | |
| STR accMemPoolName | 1.3.6.1.4.1.5.1.1.1.1.16.1.1 | DisplayString | read-only | A printable ASCII string describing this memory pool. |
| GAU accMemPoolMaximum | 1.3.6.1.4.1.5.1.1.1.1.16.1.2 | Gauge | read-only | The maximum amount of memory in this memory pool. |
| GAU accMemPoolBytes | 1.3.6.1.4.1.5.1.1.1.1.16.1.3 | Gauge | read-only | The amount of memory currently available in this memory pool. |
| GAU accMemPoolFrags | 1.3.6.1.4.1.5.1.1.1.1.16.1.4 | Gauge | read-only | The number of times this memory pool has been fragmented. |
| INT accMemPoolAlign | 1.3.6.1.4.1.5.1.1.1.1.16.1.5 | INTEGER | read-only | The alignment this memory pool maintains. For example, a 4 in this field means memory from this pool is aligned on 32-bit boundaries. |
| CTR accMemPoolAllocs | 1.3.6.1.4.1.5.1.1.1.1.16.1.6 | Counter | read-only | The number of allocation requests addressed to this memory pool. |
| CTR accMemPoolFails | 1.3.6.1.4.1.5.1.1.1.1.16.1.7 | Counter | read-only | The number of times an allocation request addressed to this memory could not be satisfied. |
| accSessionCtrl | 1.3.6.1.4.1.5.1.1.1.2 | |||
| STR accLogin | 1.3.6.1.4.1.5.1.1.1.2.1 | DisplayString | read-write | 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. |
| STR accLogout | 1.3.6.1.4.1.5.1.1.1.2.2 | DisplayString | read-only | 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. |
| TIK accLoginTimeout | 1.3.6.1.4.1.5.1.1.1.2.3 | TimeTicks | read-write | Session inactivity timer. Zero disables timer (no timeout) Default value is zero Range is 0-86400 seconds |
| accTrapTable | 1.3.6.1.4.1.5.1.1.1.3 | not-accessible | 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. | |
| accTrapEntry | 1.3.6.1.4.1.5.1.1.1.3.1 | not-accessible | A Trap Table entry | |
| IP accTrapAddr | 1.3.6.1.4.1.5.1.1.1.3.1.1 | IpAddress | read-write | An IP address to which SNMP traps generated by the unit are sent. |
| INT accTrapSeverity | 1.3.6.1.4.1.5.1.1.1.3.1.2 | INTEGER | read-write | 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. |
| accClock | 1.3.6.1.4.1.5.1.1.1.4 | |||
| OCT accDate | 1.3.6.1.4.1.5.1.1.1.4.1 | OCTET STRING | read-write | 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 |
| OCT accUToffset | 1.3.6.1.4.1.5.1.1.1.4.2 | OCTET STRING | read-write | 3-byte date string, HH MM SS |
| OCT accSysBootTime | 1.3.6.1.4.1.5.1.1.1.4.3 | OCTET STRING | read-only | 3-byte date string, HH MM SS |
| INT accSysCpuAvgShort | 1.3.6.1.4.1.5.1.1.1.4.4 | INTEGER | read-only | percentage CPU used over the last minute |
| INT accSysCpuAvgLong | 1.3.6.1.4.1.5.1.1.1.4.5 | INTEGER | read-only | percentage CPU used over the last 5 minutes |
| accAccessTable | 1.3.6.1.4.1.5.1.1.1.6 | not-accessible | 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. | |
| accAccessEntry | 1.3.6.1.4.1.5.1.1.1.6.1 | not-accessible | An entry of information about an authorized user. | |
| STR accAccessCmty | 1.3.6.1.4.1.5.1.1.1.6.1.1 | DisplayString | read-write | Access community |
| IP accAccessAddr | 1.3.6.1.4.1.5.1.1.1.6.1.2 | IpAddress | read-write | IP address from which a login request is honored. |
| IP accAccessNetMask | 1.3.6.1.4.1.5.1.1.1.6.1.3 | IpAddress | read-write | Subnet mask used to validate login requests. |
| INT accAccessUdpPort | 1.3.6.1.4.1.5.1.1.1.6.1.4 | INTEGER | read-write | UDP port number of the SNMP application. |
| TIK accReload | 1.3.6.1.4.1.5.1.1.1.7 | TimeTicks | read-write | 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. |
| accIfNames | 1.3.6.1.4.1.5.1.1.1.8 | |||
| INT accIfNumNames | 1.3.6.1.4.1.5.1.1.1.8.1 | INTEGER | read-only | Number of interfaces (physical and logical). There are this many entries in the Name table. |
| accIfNameTable | 1.3.6.1.4.1.5.1.1.1.8.2 | not-accessible | A table of of mnemonic 'names' for physical and logical interfaces | |
| accIfNameEntry | 1.3.6.1.4.1.5.1.1.1.8.2.1 | not-accessible | An entry in the Interface Name table | |
| INT accIfNameIndex | 1.3.6.1.4.1.5.1.1.1.8.2.1.1 | INTEGER | read-only | Interface number |
| STR accIfName | 1.3.6.1.4.1.5.1.1.1.8.2.1.2 | DisplayString | read-write | Mnemonic name for this interface |
| accIfGroupTable | 1.3.6.1.4.1.5.1.1.1.9 | not-accessible | 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. | |
| accIfGroupEntry | 1.3.6.1.4.1.5.1.1.1.9.1 | not-accessible | An entry of information about a interface group. | |
| INT accIFGroupIndex | 1.3.6.1.4.1.5.1.1.1.9.1.1 | INTEGER | read-only | Index for the accIfGroupTable. |
| STR accIFGroupName | 1.3.6.1.4.1.5.1.1.1.9.1.2 | DisplayString | read-only | 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). |
| INT accIFGroupType | 1.3.6.1.4.1.5.1.1.1.9.1.3 | INTEGER | read-only | Type of port group |
| INT accIFGroupIndexBase | 1.3.6.1.4.1.5.1.1.1.9.1.4 | INTEGER | read-only | Lowest IFIndex in this IFGroup |
| INT accIFGroupIndexMax | 1.3.6.1.4.1.5.1.1.1.9.1.5 | INTEGER | read-only | The number of interfaces supported in this IFGroup |
| accStp | 1.3.6.1.4.1.5.1.1.2 | |||
| INT accStpPriority | 1.3.6.1.4.1.5.1.1.2.1 | INTEGER | read-write | Among all devices participating in spanning tree, the one with the highest priority (numerically lowest value of this parameter) is elected as the Root of the spanning tree. |
| OCT accStpId | 1.3.6.1.4.1.5.1.1.2.2 | OCTET STRING | read-only | Unique bridge identifier of this bridge. This object comprises two parts, one of which is the MAC address, and the other of which is the brStpPriority and is the more significant part in priority comparisons. |
| OCT accStpBrAddr | 1.3.6.1.4.1.5.1.1.2.3 | OCTET STRING | read-only | MAC address of this bridge. |
| INT accStpMode | 1.3.6.1.4.1.5.1.1.2.4 | INTEGER | read-write | State of this Bridge's participation in Spanning Tree. Spanning Tree takes care of network connectivity changes caused by addition/removal/failure of links. It avoids loops when any two networks have redundant connections between them. |
| TIK accStpFilterTime | 1.3.6.1.4.1.5.1.1.2.5 | TimeTicks | read-only | Minimum time period elapsing between the transmission of Hello frames through a given Bridge Port. No more than two Hello frames shall be transmitted in any brStpFilterTime period. |
| OCT accStpMcastAddr | 1.3.6.1.4.1.5.1.1.2.6 | OCTET STRING | read-write | A unique MAC group address, recognised by all the Bridges within the Bridged Local Area Network. |
| INT accStpTopChangeDet | 1.3.6.1.4.1.5.1.1.2.7 | INTEGER | read-only | Indicates if this unit has detected the Topology change indication in the hello BPDU. no(0), yes(1) |
| INT accStpTopChange | 1.3.6.1.4.1.5.1.1.2.8 | INTEGER | read-only | Indicates if the STP topology of a network is in process of changing. no(0), yes(1) |
| TIK accStpTopChangeTimer | 1.3.6.1.4.1.5.1.1.2.9 | TimeTicks | read-only | This timer serves to determine the time period for which hello frames are transmitted with the Topology Change flag parameter set by the Bridge when it is the Root following the detection of a topology change. |
| OCT accStpDesRoot | 1.3.6.1.4.1.5.1.1.2.10 | OCTET STRING | read-only | The Bridge Identifier of the device currently assumed by this unit to be the Root. |
| INT accStpRootPathCost | 1.3.6.1.4.1.5.1.1.2.11 | INTEGER | read-only | Current path cost to the Root Bridge. |
| OCT accStpRootPort | 1.3.6.1.4.1.5.1.1.2.12 | OCTET STRING | read-only | Port Number of the one Port in the direction of the Root. (Value is meaningless if this unit is the Root). |
| INT accStpMaxAge | 1.3.6.1.4.1.5.1.1.2.13 | INTEGER | read-write | The value of the Max Age parameter when the Bridge is the Root or attempting to become the Root. The Max Age parameter is conveyed to ensure that each Bridge in a Bridged Local Area Network has a consistent value against which to test the age of stored protocol information. |
| INT accStpHelloTime | 1.3.6.1.4.1.5.1.1.2.14 | INTEGER | read-write | Interval between Hello frames that this Bridge will initiate when it is Root or is attempting to be Root. |
| INT accStpForwardDelay | 1.3.6.1.4.1.5.1.1.2.15 | INTEGER | read-write | The time (seconds) spent in the Listening state while moving from the Blocking state to the Learning state. The time (seconds) spent in the Learning state while moving from the Listening state to the Forwarding state. The value (seconds) used for the ageing time of dynamic entries in the Forwarding Database table wile the Topology Change flag is set in protocol messages received from the Root. |
| TIK accStpUpTime | 1.3.6.1.4.1.5.1.1.2.16 | TimeTicks | read-only | |
| CTR accStpTopChangeCnts | 1.3.6.1.4.1.5.1.1.2.17 | Counter | read-only | |
| accBrPort | 1.3.6.1.4.1.5.1.1.3 | |||
| accBrPortInfo | 1.3.6.1.4.1.5.1.1.3.1 | |||
| accBrPortStats | 1.3.6.1.4.1.5.1.1.3.1.1 | |||
| CTR accBrPortInNUcastPkts | 1.3.6.1.4.1.5.1.1.3.1.1.1 | Counter | read-only | Number of non-unicast packets received |
| CTR accBrPortInUcastPkts | 1.3.6.1.4.1.5.1.1.3.1.1.2 | Counter | read-only | Number of unicast packets received |
| CTR accBrPortInDupPkts | 1.3.6.1.4.1.5.1.1.3.1.1.3 | Counter | read-only | Number of in packets duplicated |
| CTR accBrPortOutNUcastPkts | 1.3.6.1.4.1.5.1.1.3.1.1.4 | Counter | read-only | Number of non-unicast packets sent |
| CTR accBrPortOutUcastPkts | 1.3.6.1.4.1.5.1.1.3.1.1.5 | Counter | read-only | Number of unicast packets sent |
| CTR accBrPortStpInPkts | 1.3.6.1.4.1.5.1.1.3.1.1.6 | Counter | read-only | Number of spanning tree packets recieved |
| CTR accBrPortStpOutPkts | 1.3.6.1.4.1.5.1.1.3.1.1.7 | Counter | read-only | Number of spanning tree packets sent |
| CTR accBrPortOutDelayDiscPkts | 1.3.6.1.4.1.5.1.1.3.1.1.8 | Counter | read-only | Number of output packets dropped because they were held in queue too long |
| CTR accBrPortOutPrioDiscPkts | 1.3.6.1.4.1.5.1.1.3.1.1.9 | Counter | read-only | Packets discarded on ouput by the protocol priority filter mechanism |
| GAU accBrPortOutQLen | 1.3.6.1.4.1.5.1.1.3.1.1.10 | Gauge | read-only | Length of port output queue |
| CTR accBrPortInDiscPkts | 1.3.6.1.4.1.5.1.1.3.1.1.11 | Counter | read-only | Number of bridge packets discarded at input |
| INT accBrPortStpPriority | 1.3.6.1.4.1.5.1.1.3.1.2 | INTEGER | read-write | Relative STP priority of this port |
| OCT accBrPortId | 1.3.6.1.4.1.5.1.1.3.1.3 | OCTET STRING | read-only | Port ID |
| INT accBrPortState | 1.3.6.1.4.1.5.1.1.3.1.5 | INTEGER | read-write | accBrPortState reports the operational status of the port; it is writable for backward compatibility (writes also update accBrPortAdminStatus). disabled(0), blocking(1), listening(2), learning(3), forwarding(4) |
| INT accBrPortStpPathCost | 1.3.6.1.4.1.5.1.1.3.1.6 | INTEGER | read-write | Path cost |
| OCT accBrPortStpDesRoot | 1.3.6.1.4.1.5.1.1.3.1.7 | OCTET STRING | read-only | Designated root |
| INT accBrPortStpDesCost | 1.3.6.1.4.1.5.1.1.3.1.8 | INTEGER | read-only | Cost to designated root |
| OCT accBrPortStpDesBridge | 1.3.6.1.4.1.5.1.1.3.1.9 | OCTET STRING | read-only | Designated bridge |
| OCT accBrPortStpDesPort | 1.3.6.1.4.1.5.1.1.3.1.10 | OCTET STRING | read-only | Designated port |
| INT accBrPortAdminStatus | 1.3.6.1.4.1.5.1.1.3.1.11 | INTEGER | read-write | accBrPortAdminStatus reports the administrative status of the port; an update to this variable is effective immediately. Note that the operational status may be disabled even though accBrPortAdminStatus is enabled, if the bridge port's protocol type is incompatible with the associated physical port protocol type. |
| INT accBrPortLine | 1.3.6.1.4.1.5.1.1.3.1.12 | INTEGER | read-write | Index of physical port associated with this bridge port. |
| INT accBrPortProtocol | 1.3.6.1.4.1.5.1.1.3.1.13 | INTEGER | read-write | note that these enumerated values match those in accSlotProtocol; the current implementation will not permit accBrPortProtocol to be set to x25. |
| INT accBrPortFrDlci | 1.3.6.1.4.1.5.1.1.3.1.14 | INTEGER | read-write | Frame Relay DLCI for this port |
| INT accBrPortIndex | 1.3.6.1.4.1.5.1.1.3.1.15 | INTEGER | read-only | Bridge Port Index |
| INT accBrPortXBridgeStatus | 1.3.6.1.4.1.5.1.1.3.1.16 | INTEGER | read-only | Bridge Port translating bridge status |
| accBridge | 1.3.6.1.4.1.5.1.1.4 | |||
| INT accBrFdbTimeout | 1.3.6.1.4.1.5.1.1.4.1 | INTEGER | read-write | Time (seconds) for which a learned Forwarding Database entry is valid before being deleted if it has not been seen. |
| INT accBrFdbLearnMode | 1.3.6.1.4.1.5.1.1.4.2 | INTEGER | read-write | When Learning Mode is active, Bridges update their Forwarding Database with dynamic entries learned by inspection of the Source MAC Address of received frames. When learning mode is off, Bridges discard packets which are not indicated as forward in their Forwarding Database. |
| INT accBrFdbRamCurrSize | 1.3.6.1.4.1.5.1.1.4.3 | INTEGER | read-only | The number of entries in the RAM FDB table that contains static as well as dynamic entries. |
| INT accBrFdbRamMaxSize | 1.3.6.1.4.1.5.1.1.4.5 | INTEGER | read-write | The maximum number of entries configured for the RAM FDB table. |
| INT accBrFdbNvmMaxSize | 1.3.6.1.4.1.5.1.1.4.6 | INTEGER | read-only | Number of static FDB entries that can be saved in the NVM RAM. |
| accBrFdbTable | 1.3.6.1.4.1.5.1.1.4.7 | not-accessible | A list of Forwarding Database entries. Entries may be added/deleted either through learning or explicit management action. | |
| accBrFdbEntry | 1.3.6.1.4.1.5.1.1.4.7.1 | not-accessible | A Forwarding Database entry which defines Bridge action to be taken based upon the destination MAC Address of received frames. | |
| OCT accBrFdbEntMacAddr | 1.3.6.1.4.1.5.1.1.4.7.1.1 | OCTET STRING | read-write | MAC Address of the Forwarding Database Entry. Set this object to NULL to delete entry. |
| INT accBrFdbEntDisp | 1.3.6.1.4.1.5.1.1.4.7.1.2 | INTEGER | read-write | Disposition of received Frame. Note that a Frame is never sent back out on the Port on which it was received. forward(0), flood(1), discard(2) |
| INT accBrFdbEntPort | 1.3.6.1.4.1.5.1.1.4.7.1.3 | INTEGER | read-write | Port to which frame is to be relayed for frame to be forwarded. Has no meaning for other dispositions. |
| INT accBrFdbEntTimer | 1.3.6.1.4.1.5.1.1.4.7.1.4 | INTEGER | read-only | Age of Forwarding Database Entry. A value of zero indicates a static entry. |
| accBrFpTable | 1.3.6.1.4.1.5.1.1.4.8 | not-accessible | A list of Forwarding Priority Entries. Entries are added/deleted via management action. | |
| accBrFpEntry | 1.3.6.1.4.1.5.1.1.4.8.1 | not-accessible | Relative Priority between frames to be forwarded on a Bridge Port. | |
| INT accBrFpIndex | 1.3.6.1.4.1.5.1.1.4.8.1.1 | INTEGER | read-write | Port number |
| INT accBrFpProt | 1.3.6.1.4.1.5.1.1.4.8.1.2 | INTEGER | read-write | protocol type. Set this object to NULL to delete the entry. |
| INT accBrFpPrio | 1.3.6.1.4.1.5.1.1.4.8.1.3 | INTEGER | read-write | Relative forwarding priority assigned to protocol. discard(0), low(1), normal(2), high(3) |
| INT accBrFpPriDefault | 1.3.6.1.4.1.5.1.1.4.9 | INTEGER | read-write | Default priority to use for protocol types not specifically enumerated in table. discard(0), low(1), normal(2), high(3) |
| INT accBrNumPorts | 1.3.6.1.4.1.5.1.1.4.10 | INTEGER | read-write | Number of physical ports of unit. |
| INT accBrCompress | 1.3.6.1.4.1.5.1.1.4.11 | INTEGER | read-write | Bridge frame compression mode. |
| accBrPortX25Table | 1.3.6.1.4.1.5.1.1.4.14 | |||
| accBrPortX25Entry | 1.3.6.1.4.1.5.1.1.4.14.1 | |||
| INT accBrPortX25FacIndex | 1.3.6.1.4.1.5.1.1.4.14.1.7 | INTEGER | read-write | Index of optional facility string or 0. |
| INT accBrMode | 1.3.6.1.4.1.5.1.1.4.15 | INTEGER | read-write | Bridge mode. When the mode is set to 'passive', internally generated traffic is forwarded or flooded as appropriate; external traffic is not forwarded to other external ports. |
| INT accBrFilterMode | 1.3.6.1.4.1.5.1.1.4.16 | INTEGER | read-write | When Filter Mode is on, entries in the Filtering table are used to determine the disposition of each frame. When Filter mode is off, no filtering is done. |
| INT accBrFilterDefault | 1.3.6.1.4.1.5.1.1.4.17 | INTEGER | read-write | The default disposition for all received frames when filter mode is ON. Note: When filtering is ON, and the bridge filter table search does NOT provide a match, the default action will be performed. |
| accBrFilterTable | 1.3.6.1.4.1.5.1.1.4.18 | not-accessible | A list of Filtering entries. | |
| accBrFilterEntry | 1.3.6.1.4.1.5.1.1.4.18.1 | not-accessible | A Filtering entry which defines Bridge action to be taken based upon the destination AND source MAC Addresses, port number, port protocol and logic op of received frames. | |
| OCT accBrFilterEntDstMacAddr | 1.3.6.1.4.1.5.1.1.4.18.1.1 | OCTET STRING | read-write | Destination MAC Address of the Filtering entry. |
| OCT accBrFilterEntSrcMacAddr | 1.3.6.1.4.1.5.1.1.4.18.1.2 | OCTET STRING | read-write | Source MAC Address of the Filtering entry. |
| INT accBrFilterEntDisp | 1.3.6.1.4.1.5.1.1.4.18.1.3 | INTEGER | read-write | Disposition of received Frame. Note that a Frame is never sent back out on the Port on which it was received. |
| INT accBrFilterEntPort | 1.3.6.1.4.1.5.1.1.4.18.1.4 | INTEGER | read-write | In all cases, the destination port of the received frame. |
| INT accBrFilterEntLogicalOp | 1.3.6.1.4.1.5.1.1.4.18.1.5 | INTEGER | read-write | Logical operation to be performed in conjunction with specified protocol. This is an optional parameter. |
| OCT accBrFilterEntProtocol | 1.3.6.1.4.1.5.1.1.4.18.1.6 | OCTET STRING | read-write | Protocol to be used in conjunction with logical operation to determine the disposition of all received packets. |
| INT accBrFilterDiscards | 1.3.6.1.4.1.5.1.1.4.18.1.7 | INTEGER | read-only | The number of packets discarded as a result of bridge filtering. Maintained globally for all ports. |
| INT accBrFilterEntries | 1.3.6.1.4.1.5.1.1.4.18.1.8 | INTEGER | read-only | The number of entries currently in the bridge filtering table. The maximum number of entries is 50. |
| accBrFiltIITable | 1.3.6.1.4.1.5.1.1.4.19 | not-accessible | A list of Filtering entries. | |
| accBrFiltIIEntry | 1.3.6.1.4.1.5.1.1.4.19.1 | not-accessible | A Filtering entry which defines the SR action to be taken based upon the destination AND source MAC Addresses AFTER applying the address masks, port number, port protocol and logic op of received frames. | |
| OCT accBrFiltIIEntDstMacAddr | 1.3.6.1.4.1.5.1.1.4.19.1.1 | OCTET STRING | read-write | Destination MAC Address of the Filtering entry. |
| OCT accBrFiltIIEntSrcMacAddr | 1.3.6.1.4.1.5.1.1.4.19.1.2 | OCTET STRING | read-write | Source MAC Address of the Filtering entry. |
| INT accBrFiltIIEntDisp | 1.3.6.1.4.1.5.1.1.4.19.1.3 | INTEGER | read-write | Disposition of received Frame. Note that a Frame is never sent back out on the Port on which it was received. |
| INT accBrFiltIIEntPort | 1.3.6.1.4.1.5.1.1.4.19.1.4 | INTEGER | read-write | In all cases, the destination port of the received frame. |
| INT accBrFiltIIEntLogicalOp | 1.3.6.1.4.1.5.1.1.4.19.1.5 | INTEGER | read-write | Logical operation to be performed in conjunction with specified protocol. This is an optional parameter. |
| OCT accBrFiltIIEntProtocol | 1.3.6.1.4.1.5.1.1.4.19.1.6 | OCTET STRING | read-write | Protocol to be used in conjunction with logical operation to determine the disposition of all received packets. |
| OCT accBrFiltIIEntDstMacAddrMask | 1.3.6.1.4.1.5.1.1.4.19.1.7 | OCTET STRING | read-write | Destination MAC Address Mask for the Filtering entry. The mask is ANDed with the Destination address to determine that part of the MAC address which is used in the filtering decision. |
| OCT accBrFiltIIEntSrcMacAddrMask | 1.3.6.1.4.1.5.1.1.4.19.1.8 | OCTET STRING | read-write | Source MAC Address Mask for the Filtering entry. The mask is ANDed with the Source address to determine that part of the MAC address which is used in the filtering decision. |
| INT accBrFiltIIEntStatus | 1.3.6.1.4.1.5.1.1.4.19.1.9 | INTEGER | read-write | 0 indicates that the entry is invalid, 1 indicates that the entry is valid. |
| INT accBrFiltIIDiscards | 1.3.6.1.4.1.5.1.1.4.20 | INTEGER | read-only | The number of packets discarded as a result of bridge filtering. Maintained globally for all ports. |
| INT accBrFiltIIEntries | 1.3.6.1.4.1.5.1.1.4.21 | INTEGER | read-only | The number of entries currently in the bridge filtering table. The maximum number of entries is 150. |
| INT accFdbWhichAddr | 1.3.6.1.4.1.5.1.1.4.22 | INTEGER | read-write | Selects whether the MAC address in the forwarding database is to be compared to the destination or source MAC address in the traffic packets. |
| accSlot | 1.3.6.1.4.1.5.1.1.5 | |||
| accSlotTable | 1.3.6.1.4.1.5.1.1.5.2 | not-accessible | A list of physical port entries. The number of entries is given by the value of accSlotNum. | |
| accSlotEntry | 1.3.6.1.4.1.5.1.1.5.2.1 | not-accessible | A table entry providing information about a specific physical port. | |
| OCT accSlotLastChange | 1.3.6.1.4.1.5.1.1.5.2.1.9 | OCTET STRING | read-only | Time when a state change was last detected on this physical port. |
| CTR accSlotInPkts | 1.3.6.1.4.1.5.1.1.5.2.1.11 | Counter | read-only | Number of packets received on this physical interface. |
| CTR accSlotOutPkts | 1.3.6.1.4.1.5.1.1.5.2.1.17 | Counter | read-only | Number of packets transmitted on this physical interface. |
| CTR accSlotNumChanges | 1.3.6.1.4.1.5.1.1.5.2.1.21 | Counter | read-only | Number of times that this interface has changed state (either up-to-down or down-to-up). |
| INT accSlotProtocol | 1.3.6.1.4.1.5.1.1.5.2.1.22 | INTEGER | read-write | Protocol used on this slot. note that these enumerated values match those in accBrPortProtocol. |
| INT accSlotClockMode | 1.3.6.1.4.1.5.1.1.5.2.1.23 | INTEGER | read-write | Clock mode of this port |
| INT accSlotQueueMode | 1.3.6.1.4.1.5.1.1.5.2.1.24 | INTEGER | read-write | Queuing mode for this slot Fair queuing provides per-conversation bandwidth allocation, with additional bandwidth allocated to higher priority traffic. Precedence queueing gives first-in-first-out service amongst priority queues. |
| INT accSlotDialProcedure | 1.3.6.1.4.1.5.1.1.5.2.1.25 | INTEGER | read-write | Dial Procedure. |
| INT accSlotResyncMode | 1.3.6.1.4.1.5.1.1.5.2.1.26 | INTEGER | read-write | Establishes operational mode of the Resync function for crypto gear. When active, a link-down condition intitiates resynchronization, which is manifested by setting the DTR (RTS) signal active (low) for 10 milliseconds. |
| INT accSlotCompressMode | 1.3.6.1.4.1.5.1.1.5.2.1.27 | INTEGER | read-write | Establishes operational mode of Data Compression. This functionality is appropriate for serial lines. |
| INT accSlotCompressV42bisP1 | 1.3.6.1.4.1.5.1.1.5.2.1.29 | INTEGER | read-only | Number of codewords |
| INT accSlotCompressV42bisP2 | 1.3.6.1.4.1.5.1.1.5.2.1.30 | INTEGER | read-only | Maximum string size |
| INT accSlotCompressDcs221P1 | 1.3.6.1.4.1.5.1.1.5.2.1.31 | INTEGER | read-write | Compression Mode |
| INT accSlotSevereCongPct | 1.3.6.1.4.1.5.1.1.5.2.1.32 | INTEGER | read-write | Percent Congested |
| STR accSlotDialAddress | 1.3.6.1.4.1.5.1.1.5.2.1.33 | DisplayString | read-write | Dial Address. |
| INT accSlotCompressRevision | 1.3.6.1.4.1.5.1.1.5.2.1.34 | INTEGER | read-write | Indicates which data compression algorithm should be used for this physical port. If the confi gured protocol is Frame Relay, X.25 or PPP, the com pression mode must be new. If the configured protocol is LAPB, OLD indicates that the neighbor is running a release which predates 7.2 and the old compression algorithm should be used. |
| INT accSlotCompressMaxStreams | 1.3.6.1.4.1.5.1.1.5.2.1.35 | INTEGER | read-write | The maximum number of independent data streams for this physical port. This object determines the size of the history buffer pool. |
| INT accSlotCompressMessageLevel | 1.3.6.1.4.1.5.1.1.5.2.1.36 | INTEGER | read-write | . |
| INT accSlotIfType | 1.3.6.1.4.1.5.1.1.5.2.1.37 | INTEGER | read-write | . |
| accCompress | 1.3.6.1.4.1.5.1.1.6 | |||
| accCompressDialNeighborTable | 1.3.6.1.4.1.5.1.1.6.1 | not-accessible | Data compression neighbor exception table for dial ports containing data compression parameters for selected neighbors. | |
| accCompressDialNeighborEntry | 1.3.6.1.4.1.5.1.1.6.1.1 | not-accessible | Data compression neighbor exception table entry containing data compression parameters for a particular dial port neighbor. | |
| INT accCompressDialNeighborIfIndex | 1.3.6.1.4.1.5.1.1.6.1.1.1 | INTEGER | read-only | The ifindex of the dial port via which the neighbor is accessed or connected. |
| STR accCompressDialNeighborCallAddress | 1.3.6.1.4.1.5.1.1.6.1.1.2 | DisplayString | read-only | The call address of the neighbor to which the dial port is accessed or connected. |
| INT accCompressDialNeighborStatus | 1.3.6.1.4.1.5.1.1.6.1.1.3 | INTEGER | read-write | The administrative status of data compression for this dial neighbor. ON enables data compression and OFF disables it. Setting the status to INVALID permanently removes the entry from the table. |
| accCompressFfrNeighborTable | 1.3.6.1.4.1.5.1.1.6.2 | not-accessible | Data compression neighbor exception table for frame relay circuits containing data compression parameters for selected neighbors. | |
| accCompressFfrNeighborEntry | 1.3.6.1.4.1.5.1.1.6.2.1 | not-accessible | Data compression neighbor exception table entry containing data compression parameters for a particular frame relay neighbor. | |
| INT accCompressFfrNeighborIfIndex | 1.3.6.1.4.1.5.1.1.6.2.1.1 | INTEGER | read-only | The physical port index via which the neighbor is accessed or connected. |
| INT accCompressFfrNeighborDlci | 1.3.6.1.4.1.5.1.1.6.2.1.2 | INTEGER | read-only | A unique identifier for the neighbor. In this case it is the local DLCI. |
| INT accCompressFfrNeighborStatus | 1.3.6.1.4.1.5.1.1.6.2.1.3 | INTEGER | read-write | The administrative status of data compression for this neighbor. ON enables data compression and OFF disables it. Setting the status to INVALID permanently removes the entry from the table. |
| accCompressX25NeighborTable | 1.3.6.1.4.1.5.1.1.6.3 | not-accessible | Data compression neighbor exception table for X25 circuits containing data compression parameters for selected neighbors. | |
| accCompressX25NeighborEntry | 1.3.6.1.4.1.5.1.1.6.3.1 | not-accessible | Data compression neighbor exception table entry containing data compression parameters for a particular X.25 neighbor. | |
| INT accCompressX25NeighborIfIndex | 1.3.6.1.4.1.5.1.1.6.3.1.1 | INTEGER | read-only | The physical port index via which the neighbor is accessed or connected. |
| STR accCompressX25NeighborAddress | 1.3.6.1.4.1.5.1.1.6.3.1.2 | DisplayString | read-only | A unique identifier for the neighbor. This is the neighbor's DTE address |
| INT accCompressX25NeighborStatus | 1.3.6.1.4.1.5.1.1.6.3.1.3 | INTEGER | read-write | The administrative status of data compression for this neighbor. ON enables data compression and OFF disables it. Setting the status to INVALID permanently removes the entry from the table. |
| accCompressDialStatTable | 1.3.6.1.4.1.5.1.1.6.4 | not-accessible | Data compression statistics table for dial ports containing data compression statistics for all active dial port neighbors. | |
| accCompressDialStatEntry | 1.3.6.1.4.1.5.1.1.6.4.1 | not-accessible | Data compression dial port statistics table entry containing data compression statistics for a particular dial port neighbor. | |
| INT accCompressDialStatIfIndex | 1.3.6.1.4.1.5.1.1.6.4.1.1 | INTEGER | read-only | The interface index of the dial port via which the neighbor is accessed or connected. |
| OCT accCompressDialStatCallAddress | 1.3.6.1.4.1.5.1.1.6.4.1.2 | OCTET STRING | read-only | The call address of the neighbor to which the dial port is currently connected. |
| INT accCompressDialStatStatus | 1.3.6.1.4.1.5.1.1.6.4.1.3 | INTEGER | read-only | The operational status of the neighbor. |
| CTR accCompressDialStatOctetsIns | 1.3.6.1.4.1.5.1.1.6.4.1.4 | Counter | read-only | The total number of compressed octets presented for decompression. |
| CTR accCompressDialStatOctetsOuts | 1.3.6.1.4.1.5.1.1.6.4.1.5 | Counter | read-only | The total number of compressed octets generated after compression. |
| CTR accCompressDialStatPacketsIns | 1.3.6.1.4.1.5.1.1.6.4.1.6 | Counter | read-only | The total number of uncompressed packets generated by decompression. |
| CTR accCompressDialStatPacketsOuts | 1.3.6.1.4.1.5.1.1.6.4.1.7 | Counter | read-only | The total number of uncompressed packets presented for compression. |
| CTR accCompressDialStatUnCompIns | 1.3.6.1.4.1.5.1.1.6.4.1.8 | Counter | read-only | The total number of uncompressed packets presented for decompression (i.e., packets which could not be compressed and were therefore received in their uncompressed form). |
| CTR accCompressDialStatUnCompOuts | 1.3.6.1.4.1.5.1.1.6.4.1.9 | Counter | read-only | The total number of uncompressed packets presented for compression which could not be compressed (i.e., the packet expanded). These packets are transmitted in their uncompressed form. |
| GAU accCompressDialStatAvgCompIn | 1.3.6.1.4.1.5.1.1.6.4.1.10 | Gauge | read-only | The average compression rate of packets presented for decompression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| GAU accCompressDialStatAvgCompOut | 1.3.6.1.4.1.5.1.1.6.4.1.11 | Gauge | read-only | The average compression rate of packets presented for compression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| CTR accCompressDialStatHdrErrors | 1.3.6.1.4.1.5.1.1.6.4.1.12 | Counter | read-only | The number of packets received with invalid compression headers. A header error requires a resynchronization of the history buffers at each end of the link. |
| CTR accCompressDialStatResyncs | 1.3.6.1.4.1.5.1.1.6.4.1.13 | Counter | read-only | The number of resynchronizations. |
| CTR accCompressDialStatNoEndMarks | 1.3.6.1.4.1.5.1.1.6.4.1.14 | Counter | read-only | The number of packets received with no end marker. Missing end markers require a resynchronization of the history buffers at each end of the link. |
| CTR accCompressDialStatNoBufAvails | 1.3.6.1.4.1.5.1.1.6.4.1.15 | Counter | read-only | The number of times the neighbor was connected and no history buffer could be allocated. |
| accCompressFfrStatTable | 1.3.6.1.4.1.5.1.1.6.5 | not-accessible | Data compression statistics table containing data compression statistics for all active frame relay neighbors. | |
| accCompressFfrStatEntry | 1.3.6.1.4.1.5.1.1.6.5.1 | not-accessible | Data compression statistics table entry containing data compression statistics for a particular frame relay neighbor. | |
| INT accCompressFfrStatIfIndex | 1.3.6.1.4.1.5.1.1.6.5.1.1 | INTEGER | read-only | The physical port index of the port via which the neighbor is accessed or connected. |
| INT accCompressFfrStatDlci | 1.3.6.1.4.1.5.1.1.6.5.1.2 | INTEGER | read-only | This is the local DLCI for the frame relay neighbor. |
| INT accCompressFfrStatStatus | 1.3.6.1.4.1.5.1.1.6.5.1.3 | INTEGER | read-only | The operational status of the neighbor. |
| CTR accCompressFfrStatOctetsIns | 1.3.6.1.4.1.5.1.1.6.5.1.4 | Counter | read-only | The total number of compressed octets presented for decompression. |
| CTR accCompressFfrStatOctetsOuts | 1.3.6.1.4.1.5.1.1.6.5.1.5 | Counter | read-only | The total number of compressed octets generated after compression. |
| CTR accCompressFfrStatPacketsIns | 1.3.6.1.4.1.5.1.1.6.5.1.6 | Counter | read-only | The total number of uncompressed packets generated by decompression. |
| CTR accCompressFfrStatPacketsOuts | 1.3.6.1.4.1.5.1.1.6.5.1.7 | Counter | read-only | The total number of uncompressed packets presented for compression. |
| CTR accCompressFfrStatUnCompIns | 1.3.6.1.4.1.5.1.1.6.5.1.8 | Counter | read-only | The total number of uncompressed packets presented for decompression (i.e., packets which could not be compressed and were therefore received in their uncompressed form). |
| CTR accCompressFfrStatUnCompOuts | 1.3.6.1.4.1.5.1.1.6.5.1.9 | Counter | read-only | The total number of uncompressed packets presented for compression which could not be compressed (i.e., the packet expanded). These packets are transmitted in their uncompressed form. |
| GAU accCompressFfrStatAvgCompIn | 1.3.6.1.4.1.5.1.1.6.5.1.10 | Gauge | read-only | The average compression rate of packets presented for decompression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| GAU accCompressFfrStatAvgCompOut | 1.3.6.1.4.1.5.1.1.6.5.1.11 | Gauge | read-only | The average compression rate of packets presented for compression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| CTR accCompressFfrStatHdrErrors | 1.3.6.1.4.1.5.1.1.6.5.1.12 | Counter | read-only | The number of packets received with invalid compression headers. A header error requires a resynchronization of the history buffers at each end of the link. |
| CTR accCompressFfrStatResyncs | 1.3.6.1.4.1.5.1.1.6.5.1.13 | Counter | read-only | The number of resynchronizations. |
| CTR accCompressFfrStatNoEndMarks | 1.3.6.1.4.1.5.1.1.6.5.1.14 | Counter | read-only | The number of packets received with no end marker. Missing end markers require a resynchronization of the history buffers at each end of the link. |
| CTR accCompressFfrStatNoBufAvails | 1.3.6.1.4.1.5.1.1.6.5.1.15 | Counter | read-only | The number of times the neighbor was connected and no history buffer could be allocated. |
| accCompressX25StatTable | 1.3.6.1.4.1.5.1.1.6.6 | not-accessible | Data compression statistics table containing data compression statistics for all active X.25 neighbors. | |
| accCompressX25StatEntry | 1.3.6.1.4.1.5.1.1.6.6.1 | not-accessible | Data compression statistics table entry containing data compression statistics for a particular X.25 neighbor. | |
| INT accCompressX25StatIfIndex | 1.3.6.1.4.1.5.1.1.6.6.1.1 | INTEGER | read-only | The physical port index of the port via which the neighbor is accessed or connected. |
| OCT accCompressX25StatAddress | 1.3.6.1.4.1.5.1.1.6.6.1.2 | OCTET STRING | read-only | DTE address for the X.25 neighbor. |
| INT accCompressX25StatStatus | 1.3.6.1.4.1.5.1.1.6.6.1.3 | INTEGER | read-only | The operational status of the neighbor. |
| CTR accCompressX25StatOctetsIns | 1.3.6.1.4.1.5.1.1.6.6.1.4 | Counter | read-only | The total number of compressed octets presented for decompression. |
| CTR accCompressX25StatOctetsOuts | 1.3.6.1.4.1.5.1.1.6.6.1.5 | Counter | read-only | The total number of compressed octets generated after compression. |
| CTR accCompressX25StatPacketsIns | 1.3.6.1.4.1.5.1.1.6.6.1.6 | Counter | read-only | The total number of uncompressed packets generated by decompression. |
| CTR accCompressX25StatPacketsOuts | 1.3.6.1.4.1.5.1.1.6.6.1.7 | Counter | read-only | The total number of uncompressed packets presented for compression. |
| CTR accCompressX25StatUnCompIns | 1.3.6.1.4.1.5.1.1.6.6.1.8 | Counter | read-only | The total number of uncompressed packets presented for decompression (i.e., packets which could not be compressed and were therefore received in their uncompressed form). |
| CTR accCompressX25StatUnCompOuts | 1.3.6.1.4.1.5.1.1.6.6.1.9 | Counter | read-only | The total number of uncompressed packets presented for compression which could not be compressed (i.e., the packet expanded). These packets are transmitted in their uncompressed form. |
| GAU accCompressX25StatAvgCompIn | 1.3.6.1.4.1.5.1.1.6.6.1.10 | Gauge | read-only | The average compression rate of packets presented for decompression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| GAU accCompressX25StatAvgCompOut | 1.3.6.1.4.1.5.1.1.6.6.1.11 | Gauge | read-only | The average compression rate of packets presented for compression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| CTR accCompressX25StatHdrErrors | 1.3.6.1.4.1.5.1.1.6.6.1.12 | Counter | read-only | The number of packets received with invalid compression headers. A header error requires a resynchronization of the history buffers at each end of the link. |
| CTR accCompressX25StatResyncs | 1.3.6.1.4.1.5.1.1.6.6.1.13 | Counter | read-only | The number of resynchronizations. |
| CTR accCompressX25StatNoEndMarks | 1.3.6.1.4.1.5.1.1.6.6.1.14 | Counter | read-only | The number of packets received with no end marker. Missing end markers require a resynchronization of the history buffers at each end of the link. |
| CTR accCompressX25StatNoBufAvails | 1.3.6.1.4.1.5.1.1.6.6.1.15 | Counter | read-only | The number of times the neighbor was connected and no history buffer could be allocated. |
| accCompressPhysStatTable | 1.3.6.1.4.1.5.1.1.6.7 | not-accessible | Data compression statistics table for physical ports containing aggregate data compression statistics for all active and inactive neighbors. | |
| accCompressPhysStatEntry | 1.3.6.1.4.1.5.1.1.6.7.1 | not-accessible | Data compression statistics table entry containing aggregate data compression statistics for all neighbors through a particular physical port. | |
| INT accCompressPhysStatIfIndex | 1.3.6.1.4.1.5.1.1.6.7.1.1 | INTEGER | read-only | The index of the physical port via which the neighbor(s) is(are) accessed or connected. |
| INT accCompressPhysStatStatus | 1.3.6.1.4.1.5.1.1.6.7.1.2 | INTEGER | read-only | The operational status of the neighbor. For X.25 and Frame Relay ports, as there can be more than one neighbor, this is the superior status. |
| CTR accCompressPhysStatOctetsIns | 1.3.6.1.4.1.5.1.1.6.7.1.3 | Counter | read-only | The total number of compressed octets presented for decompression. |
| CTR accCompressPhysStatOctetsOuts | 1.3.6.1.4.1.5.1.1.6.7.1.4 | Counter | read-only | The total number of compressed octets generated after compression. |
| CTR accCompressPhysStatPacketsIns | 1.3.6.1.4.1.5.1.1.6.7.1.5 | Counter | read-only | The total number of uncompressed packets generated by decompression. |
| CTR accCompressPhysStatPacketsOuts | 1.3.6.1.4.1.5.1.1.6.7.1.6 | Counter | read-only | The total number of uncompressed packets presented for compression. |
| CTR accCompressPhysStatUnCompIns | 1.3.6.1.4.1.5.1.1.6.7.1.7 | Counter | read-only | The total number of uncompressed packets presented for decompression (i.e., packets which could not be compressed and were therefore received in their uncompressed form). |
| CTR accCompressPhysStatUnCompOuts | 1.3.6.1.4.1.5.1.1.6.7.1.8 | Counter | read-only | The total number of uncompressed packets presented for compression which could not be compressed (i.e., the packet expanded). These packets are transmitted in their uncompressed form. |
| GAU accCompressPhysStatAvgCompIn | 1.3.6.1.4.1.5.1.1.6.7.1.9 | Gauge | read-only | The average compression rate of packets presented for decompression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| GAU accCompressPhysStatAvgCompOut | 1.3.6.1.4.1.5.1.1.6.7.1.10 | Gauge | read-only | The average compression rate of packets presented for compression expressed as a percentage between 0 and 100. 100% is the unattainable rate which could only be achieved by compressing all packets to zero bits. |
| CTR accCompressPhysStatHdrErrors | 1.3.6.1.4.1.5.1.1.6.7.1.11 | Counter | read-only | The number of packets received with invalid compression headers. A header error requires a resynchronization of the history buffers at each end of the link. |
| CTR accCompressPhysStatResyncs | 1.3.6.1.4.1.5.1.1.6.7.1.12 | Counter | read-only | The number of resynchronizations. |
| CTR accCompressPhysStatNoEndMarks | 1.3.6.1.4.1.5.1.1.6.7.1.13 | Counter | read-only | The number of packets received with no end marker. Missing end markers require a resynchronization of the history buffers at each end of the link. |
| CTR accCompressPhysStatNoBufAvails | 1.3.6.1.4.1.5.1.1.6.7.1.14 | Counter | read-only | The number of times the neighbor was connected and no history buffer could be allocated. |
| accLapb | 1.3.6.1.4.1.5.1.1.7 | |||
| INT accLapbNum | 1.3.6.1.4.1.5.1.1.7.1 | INTEGER | read-only | Number of HDLC ports |
| accLapbParmTable | 1.3.6.1.4.1.5.1.1.7.2 | not-accessible | HDLC LAPB port parameters | |
| accLapbParmEntry | 1.3.6.1.4.1.5.1.1.7.2.1 | not-accessible | LAPB parameters for a port. | |
| INT accLapbIndex | 1.3.6.1.4.1.5.1.1.7.2.1.1 | INTEGER | read-only | Physical port number of this interface. |
| INT accLapbType | 1.3.6.1.4.1.5.1.1.7.2.1.2 | INTEGER | read-write | LAPB station type for this interface. dte(0), dce(1) |
| INT accLapbT1Timer | 1.3.6.1.4.1.5.1.1.7.2.1.3 | INTEGER | read-write | T1 timer value (in milliseconds) for this interface. |
| INT accLapbN2Count | 1.3.6.1.4.1.5.1.1.7.2.1.4 | INTEGER | read-write | N2 counter (retry counter) for this interface. |
| INT accLapbFrameWindow | 1.3.6.1.4.1.5.1.1.7.2.1.5 | INTEGER | read-write | LAPB frame window. If a value greater than 7 is specified, modulo-128 sequencing is used instead of modulo-8 sequencing. |
| INT accLapbFlags | 1.3.6.1.4.1.5.1.1.7.2.1.6 | INTEGER | read-write | Number of flags to insert between frames on transmission. |
| INT accHdlcRrPolling | 1.3.6.1.4.1.5.1.1.7.2.1.7 | INTEGER | read-write | T3 Timer. |
| INT accHdlcFCS | 1.3.6.1.4.1.5.1.1.7.2.1.8 | INTEGER | read-write | FCS Mode. |
| accLapbStatTable | 1.3.6.1.4.1.5.1.1.7.3 | not-accessible | A list of statistics for serial ports configured for LABP protocol. | |
| accLapbStatEntry | 1.3.6.1.4.1.5.1.1.7.3.1 | not-accessible | LAPB statistics for a specific port. | |
| INT accLapbStatIndex | 1.3.6.1.4.1.5.1.1.7.3.1.1 | INTEGER | read-only | Port number for this LAPB serial port |
| CTR accLapbStatBadFCSIns | 1.3.6.1.4.1.5.1.1.7.3.1.2 | Counter | read-only | Number of LAPB frames received with bad frame checksum (FCS). |
| CTR accLapbStatFRMRIns | 1.3.6.1.4.1.5.1.1.7.3.1.3 | Counter | read-only | Number of LAPB frames received with framing errors |
| CTR accLapbStatT1Timeouts | 1.3.6.1.4.1.5.1.1.7.3.1.4 | Counter | read-only | Number of T1 timeouts detected on this port |
| CTR accLapbStatREJIns | 1.3.6.1.4.1.5.1.1.7.3.1.5 | Counter | read-only | number of REJECT LAPB frames received |
| CTR accLapbStatREJOuts | 1.3.6.1.4.1.5.1.1.7.3.1.6 | Counter | read-only | Number of LAPB REJECT frames transmitted |
| CTR accLapbStatShortIns | 1.3.6.1.4.1.5.1.1.7.3.1.7 | Counter | read-only | Number of short LAPB frames received |
| accEnet | 1.3.6.1.4.1.5.1.1.8 | |||
| INT accEnetNum | 1.3.6.1.4.1.5.1.1.8.1 | INTEGER | read-only | Number of Ethernet ports on this unit. |
| accEnetParmTable | 1.3.6.1.4.1.5.1.1.8.2 | not-accessible | A table of parameters of Ethernet ports The number of table entries is accEnetNum. | |
| accEnetParmEntry | 1.3.6.1.4.1.5.1.1.8.2.1 | not-accessible | Parameters relative to a specific Ethernet port. | |
| INT accEnetPortNo | 1.3.6.1.4.1.5.1.1.8.2.1.1 | INTEGER | read-only | Number of this ethernet port. |
| accEnetStatTable | 1.3.6.1.4.1.5.1.1.8.3 | not-accessible | A list of per-port statistics for ports configured as Ethernet LANs. | |
| accEnetStatEntry | 1.3.6.1.4.1.5.1.1.8.3.1 | not-accessible | Statistics for specific ethernet ports. | |
| INT accEnetIndex | 1.3.6.1.4.1.5.1.1.8.3.1.1 | INTEGER | read-only | Port number of this entry |
| CTR accEnetStatCRCErrs | 1.3.6.1.4.1.5.1.1.8.3.1.2 | Counter | read-only | Number of CRC (Checksum) errors detected on this port. |
| CTR accEnetStatAlignErrs | 1.3.6.1.4.1.5.1.1.8.3.1.3 | Counter | read-only | Number of alignment errors detected. |
| CTR accEnetStatOutColls | 1.3.6.1.4.1.5.1.1.8.3.1.4 | Counter | read-only | Number of collisions detected on output. |
| CTR accEnetStatJabberConds | 1.3.6.1.4.1.5.1.1.8.3.1.5 | Counter | read-only | Number of jabber conditions detected. |
| CTR accEnetStatCarrierLosts | 1.3.6.1.4.1.5.1.1.8.3.1.6 | Counter | read-only | Number of losses of carrier detected. |
| CTR accEnetStatHeartbeatErrs | 1.3.6.1.4.1.5.1.1.8.3.1.7 | Counter | read-only | Number of heartbeat errors detected. |
| CTR accEnetStatGiants | 1.3.6.1.4.1.5.1.1.8.3.1.8 | Counter | read-only | Number of giant frames detected. |
| CTR accEnetStatOneRetrys | 1.3.6.1.4.1.5.1.1.8.3.1.9 | Counter | read-only | Number of times a retry condition was detected. |
| CTR accEnetStatMultRetrys | 1.3.6.1.4.1.5.1.1.8.3.1.10 | Counter | read-only | Total number of retries. |
| CTR accEnetStatLateColls | 1.3.6.1.4.1.5.1.1.8.3.1.11 | Counter | read-only | Number of late collisions detected. |
| CTR accEnetChipCrashes | 1.3.6.1.4.1.5.1.1.8.3.1.12 | Counter | read-only | Number of times aberrant behaviour was detected in Ethernet chip |
| accMultilink | 1.3.6.1.4.1.5.1.1.9 | |||
| accMultilinkParameterTable | 1.3.6.1.4.1.5.1.1.9.1 | not-accessible | ||
| accMultilinkParameterEntry | 1.3.6.1.4.1.5.1.1.9.1.1 | not-accessible | ||
| INT accMultilinkParameterIndex | 1.3.6.1.4.1.5.1.1.9.1.1.1 | INTEGER | read-write | An integer that uniquely identifies this multilink group. |
| INT accMultilinkParameterIfIndex | 1.3.6.1.4.1.5.1.1.9.1.1.2 | INTEGER | read-write | An integer that identifies the row of the systemwide interfaces table associated with this multilink group. |
| INT accMultilinkParameterMessageLevel | 1.3.6.1.4.1.5.1.1.9.1.1.3 | INTEGER | read-write | How verbose the multilink port will be when reporting state changes, errors, and warnings. Level 1 is the least verbose, level 7 the most. The message levels are broken down as follows: 1 - Error messages. 2 - Unused + 1. 3 - Warning messages + 2. 4 - Unused + 3. 5 - Multilink activity + 4. 6 - Unused + 5. 7 - Multilink port state changes + 6. |
| INT accMultilinkParameterAdminState | 1.3.6.1.4.1.5.1.1.9.1.1.5 | INTEGER | read-write | An integer that specifies the administrative enabling or disabling of this multilink group. |
| INT accMultilinkParameterOperState | 1.3.6.1.4.1.5.1.1.9.1.1.6 | INTEGER | read-only | An integer that specifies the operational state of this multilink group. |
| INT accMultilinkParameterEncapsulation | 1.3.6.1.4.1.5.1.1.9.1.1.7 | INTEGER | read-write | If set to ietf-ppp, a multilink group of PPP links will follow the standard PPP multilink operations methods. The value acc-new is reserved for future use. The value acc is reserved for compatibility with past offerings. |
| STR accMultilinkParameterPhysicalPort | 1.3.6.1.4.1.5.1.1.9.1.1.9 | DisplayString | read-only | A text string listing all physical ports associated with this multilink port. |
| accMlTable | 1.3.6.1.4.1.5.1.1.9.2 | not-accessible | A table of Multilink (load-sharing) groups. | |
| accMlEntry | 1.3.6.1.4.1.5.1.1.9.2.1 | not-accessible | Info on specific multilink group | |
| INT accMlAdminStatus | 1.3.6.1.4.1.5.1.1.9.2.1.7 | INTEGER | read-write | Status of load sharing capability. In those systems which support the accSlotProtocol object, the protocol must be set to HDLC for both ports. |
| accMultilinkStatTable | 1.3.6.1.4.1.5.1.1.9.3 | not-accessible | ||
| accMultilinkStatEntry | 1.3.6.1.4.1.5.1.1.9.3.1 | not-accessible | ||
| INT accMultilinkStatIndex | 1.3.6.1.4.1.5.1.1.9.3.1.1 | INTEGER | read-only | An integer that uniquely identifies this multilink group. |
| CTR accMultilinkStatRcvInSeqs | 1.3.6.1.4.1.5.1.1.9.3.1.2 | Counter | read-only | The number of messages received over all physical ports associated with this multilink group whose multilink sequence number matched what the receiver expected. |
| CTR accMultilinkStatRcvOutSeqs | 1.3.6.1.4.1.5.1.1.9.3.1.3 | Counter | read-only | The number of messages received over all physical ports associated with this multilink group whose multilink sequence number did not match what the receiver expected. |
| CTR accMultilinkStatRcvOutWindows | 1.3.6.1.4.1.5.1.1.9.3.1.4 | Counter | read-only | The number of messages received over all physical ports associated with this multilink group whose multilink sequence number did not fall within the receiver's window of acceptable sequence numbers. |
| CTR accMultilinkStatRcvSeqBreaks | 1.3.6.1.4.1.5.1.1.9.3.1.5 | Counter | read-only | The number of times the receiver has declared that a break in sequence numbers has occurred. |
| CTR accMultilinkStatRcvWrongEncaps | 1.3.6.1.4.1.5.1.1.9.3.1.6 | Counter | read-only | The number of messages received over all physical ports associated with this multilink group that did not bear the expected multilink header. |
| CTR accMultilinkStatRcvPendings | 1.3.6.1.4.1.5.1.1.9.3.1.7 | Counter | read-only | The number of messages received over all physical ports associated with this multilink group that are currently being held pending the arrival of a message with an earlier sequence number. |
| CTR accMultilinkStatRcvRingColls | 1.3.6.1.4.1.5.1.1.9.3.1.8 | Counter | read-only | The number of messages received over all physical ports associated with this multilink group that would have occupied the same storage as another message being held pending the arrival of a message with an earlier sequence number. |
| CTR accMultilinkStatSendEncapFails | 1.3.6.1.4.1.5.1.1.9.3.1.9 | Counter | read-only | The number of times the multilink group was unable to encapsulate an outgoing message. |
| accMultilinkStackTable | 1.3.6.1.4.1.5.1.1.9.4 | not-accessible | ||
| accMultilinkStackEntry | 1.3.6.1.4.1.5.1.1.9.4.1 | not-accessible | ||
| INT accMultilinkStackGroup | 1.3.6.1.4.1.5.1.1.9.4.1.1 | INTEGER | read-write | An integer identifying the row of the ifTable containing information about a multilink group. |
| INT accMultilinkStackInterface | 1.3.6.1.4.1.5.1.1.9.4.1.2 | INTEGER | read-write | An integer identifying the row of the systemwide interfaces table containing information about a physical port or dial port associated with a multilink group. |
| accAsPort | 1.3.6.1.4.1.5.1.1.10 | |||
| accConsole | 1.3.6.1.4.1.5.1.1.10.2 | |||
| accConsoleParms | 1.3.6.1.4.1.5.1.1.10.2.1 | |||
| INT accConsoleSpeed | 1.3.6.1.4.1.5.1.1.10.2.1.5 | INTEGER | read-write | Baud rate for this port; {1200, 2400, 4800, 7200, 9600 } are permitted. |
| accArp | 1.3.6.1.4.1.5.1.1.11 | |||
| INT accArpTimeout | 1.3.6.1.4.1.5.1.1.11.1 | INTEGER | read-write | Aging timer value (in minutes) for ARP table entries. |
| accArpTable | 1.3.6.1.4.1.5.1.1.11.2 | not-accessible | The ARP (Address Resolution Protocol) table. This is an alternate view of the atTable. | |
| accArpEntry | 1.3.6.1.4.1.5.1.1.11.2.1 | not-accessible | A correspondence between logical (IP) and physical (MAC) addresses. | |
| OCT accArpPhysAddress | 1.3.6.1.4.1.5.1.1.11.2.1.1 | OCTET STRING | read-only | The Ethernet address of the ARP table entry. |
| IP accArpNetAddress | 1.3.6.1.4.1.5.1.1.11.2.1.2 | IpAddress | read-only | IP address of this entry. Set this object to NULL to delete an entry. |
| INT accArpEntStatus | 1.3.6.1.4.1.5.1.1.11.2.1.3 | INTEGER | read-only | Status of the ARP table entry. |
| INT accArpType | 1.3.6.1.4.1.5.1.1.11.3 | INTEGER | read-write | State of proxy ARP capability. normal(0), proxy(2) |
| CTR accArpReqRcvds | 1.3.6.1.4.1.5.1.1.11.4 | Counter | read-only | Number of ARP Requests received. |
| CTR accArpReqSents | 1.3.6.1.4.1.5.1.1.11.5 | Counter | read-only | Number of ARP Requests sent. |
| CTR accArpRspRcvds | 1.3.6.1.4.1.5.1.1.11.6 | Counter | read-only | Number of ARP Responses received. |
| CTR accArpRspSents | 1.3.6.1.4.1.5.1.1.11.7 | Counter | read-only | Number of ARP Responses sent. |
| CTR accArpInErrs | 1.3.6.1.4.1.5.1.1.11.8 | Counter | read-only | Number of ARP input errors encountered. |
| CTR accArpOutErrs | 1.3.6.1.4.1.5.1.1.11.9 | Counter | read-only | Number of ARP output errors encountered. |
| CTR accArpUnknownProtos | 1.3.6.1.4.1.5.1.1.11.10 | Counter | read-only | Number of address resolution requests for which this ARP implementation did not recognize the protocol. |
| INT accArpPromiscuous | 1.3.6.1.4.1.5.1.1.11.11 | INTEGER | read-write | When operating promiscuously, the device will learn ARP information from all ARP packets received. When non-promiscuous, the device will learn information only from ARP packets addressed to the IP address of the device. |
| INT accArpRefresh | 1.3.6.1.4.1.5.1.1.11.12 | INTEGER | read-write | When operating in refresh mode, when it is time for an entry to age out, the device will refresh the entry by ARPing for it again. Devices will thus stay in the ARP table until disconnected, even if they are not communicating via the router. In norefresh mode, the entry will simply be aged out, and refreshed only if traffic warrants. |
| accIpRoutingTable | 1.3.6.1.4.1.5.1.1.12 | not-accessible | Widening of standard IP routing table Entries are added/deleted in conjunction with operations on the standard routing table. | |
| accIpRoutingEntry | 1.3.6.1.4.1.5.1.1.12.1 | not-accessible | Additional information about a route. | |
| IP accIpRouteDestSubnet | 1.3.6.1.4.1.5.1.1.12.1.2 | IpAddress | read-write | Subnet mask of destination |
| accProbe | 1.3.6.1.4.1.5.1.1.13 | |||
| OCT accProbeAddr | 1.3.6.1.4.1.5.1.1.13.1 | OCTET STRING | read-write | Hexadecimal representation of the memory address of the long-word whose content we seek. |
| INT accProbeData | 1.3.6.1.4.1.5.1.1.13.2 | INTEGER | read-only | Contents (long word) of memory location of accProbeAddr. |
| accIpAddrTable | 1.3.6.1.4.1.5.1.1.14 | not-accessible | IP Address translation table extension | |
| accIpAddrEntry | 1.3.6.1.4.1.5.1.1.14.1 | not-accessible | Adds additional information to the ipAddrTable. | |
| INT accIpAddrMtu | 1.3.6.1.4.1.5.1.1.14.1.1 | INTEGER | read-write | Maximum Transmission Unit size for this entry. (46..1500) for Ethernet ports, (128..2048) for HDLC or X25 ports Object will be set to default value if not present in entry-adding SET PDU. |
| INT accIpAddrSecurityType | 1.3.6.1.4.1.5.1.1.14.1.2 | INTEGER | read-write | Type of security for this entry. |
| INT accIpAddrSecurityClass | 1.3.6.1.4.1.5.1.1.14.1.3 | INTEGER | read-write | Security classification for this entry. Object will be set to default value if not present in entry-adding SET PDU. |
| OCT accIpAddrSecurityAuth | 1.3.6.1.4.1.5.1.1.14.1.4 | OCTET STRING | read-write | Security authorization for this entry. |
| IP accIpAddrBcastAddr | 1.3.6.1.4.1.5.1.1.14.1.5 | IpAddress | read-write | IP Broadcast address associated with this entry. Object will be set to default value if not present in entry-adding SET PDU. |
| INT accIpAdEntMetric | 1.3.6.1.4.1.5.1.1.14.1.6 | INTEGER | read-write | Metric |
| INT accIpAdEntPreference | 1.3.6.1.4.1.5.1.1.14.1.7 | INTEGER | read-write | An entry with a Primary designation will be selected over one with a Secondary designation when a choice amongst otherwise equal entries is required. |
| accEgp | 1.3.6.1.4.1.5.1.1.15 | |||
| accEgpNeighTable | 1.3.6.1.4.1.5.1.1.15.1 | not-accessible | This table is an extension (widening) of the egpNeighTable. | |
| accEgpNeighEntry | 1.3.6.1.4.1.5.1.1.15.1.1 | not-accessible | Additional information about an EGP neighbor. | |
| TIK accEgpUptime | 1.3.6.1.4.1.5.1.1.15.1.1.1 | TimeTicks | read-only | Uptime of EGP neighbor |
| INT accEgpFAS | 1.3.6.1.4.1.5.1.1.15.1.1.2 | INTEGER | read-only | Foreign Autonomous System number |
| CTR accEgpSndSeqs | 1.3.6.1.4.1.5.1.1.15.1.1.3 | Counter | read-only | Number of sequences sent to this egp neighbor. |
| CTR accEgpRcvSeqs | 1.3.6.1.4.1.5.1.1.15.1.1.4 | Counter | read-only | Number of sequences received from this EGP neighbor. |
| INT accEgpAdminStatus | 1.3.6.1.4.1.5.1.1.15.2 | INTEGER | read-write | Administrative status of EGP protocol. |
| INT accEgpASNumber | 1.3.6.1.4.1.5.1.1.15.3 | INTEGER | read-write | Autonomous System number, assigned by central administrative authority. |
| INT accEgpMetric | 1.3.6.1.4.1.5.1.1.15.4 | INTEGER | read-write | Relative route cost. |
| CTR accEgpInErrMsgs | 1.3.6.1.4.1.5.1.1.15.5 | Counter | read-only | Number of erroneous EGP messages received |
| CTR accEgpOutErrMsgs | 1.3.6.1.4.1.5.1.1.15.6 | Counter | read-only | Number of errors encountered during EGP message generation. |
| CTR accEgpStateChanges | 1.3.6.1.4.1.5.1.1.15.7 | Counter | read-only | Number of EGP state changes. |
| TIK accEgpLastChange | 1.3.6.1.4.1.5.1.1.15.8 | TimeTicks | read-only | Timestamp of last EGP state change. |
| accRip | 1.3.6.1.4.1.5.1.1.16 | |||
| INT accRipAdminStatus | 1.3.6.1.4.1.5.1.1.16.1 | INTEGER | read-write | Adminstrative status of RIP protocol. Extended causes subnet mask information to be included in RIP packets, permitting variable-length subnet masking. |
| TIK accRipUpdateTimer | 1.3.6.1.4.1.5.1.1.16.2 | TimeTicks | read-write | This unit will send updates to its neighbors at the interval established by this timer. Note that all other RIP timers are scaled off this value. |
| INT accRipGateway | 1.3.6.1.4.1.5.1.1.16.3 | INTEGER | read-write | Declares if the unit is the gateway unit for an AS. Indicates if the unit does or does not advertise that it is the default route. Extended mode causes EGP-derived information to be included in RIP packets. |
| INT accRipMetric | 1.3.6.1.4.1.5.1.1.16.4 | INTEGER | read-write | Metric used with the default route in routing updates when this unit is acting as a gateway. Unit is hopcount; 16 represents infinity. |
| accRipNeighborList | 1.3.6.1.4.1.5.1.1.16.5 | |||
| IP accRipNeighbor | 1.3.6.1.4.1.5.1.1.16.5.1 | IpAddress | read-write | A neighbor to whom routing updates are sent, and from whom updates are accepted. RIP neighbors must be on the local network. In the case of an unnumbered link this object indicates the ifIndex of the link the neighbor is connected to. |
| INT accRipNeighborIfindex | 1.3.6.1.4.1.5.1.1.16.5.2 | INTEGER | read-only | The ifIndex of the port this RIP neighbor is conected to. It is derived from the IP network table (accIpAddrTable). |
| CTR accRipInCmdCnts | 1.3.6.1.4.1.5.1.1.16.6 | Counter | read-only | Number of RIP command packets successfully received. |
| CTR accRipInRspCnts | 1.3.6.1.4.1.5.1.1.16.7 | Counter | read-only | Number of RIP response packets successfully received. |
| CTR accRipInErrors | 1.3.6.1.4.1.5.1.1.16.8 | Counter | read-only | Number of RIP response and command packets received with errors. Also includes count of packets that could not be handled due to internal errors. |
| CTR accRipOutCmdCnts | 1.3.6.1.4.1.5.1.1.16.9 | Counter | read-only | Number of RIP command packets successfully transmitted. |
| CTR accRipOutRspCounts | 1.3.6.1.4.1.5.1.1.16.10 | Counter | read-only | Number of RIP response packets successfully transmitted. |
| accX25 | 1.3.6.1.4.1.5.1.1.17 | |||
| accX25AtTable | 1.3.6.1.4.1.5.1.1.17.1 | not-accessible | Address translation table for X.25 interfaces. This is a superset of the standard address translation table. Entries are added/deleted via management action. | |
| accX25AtEntry | 1.3.6.1.4.1.5.1.1.17.1.1 | not-accessible | Address translation entry for X.25 interfaces. | |
| INT accX25AtIfIndex | 1.3.6.1.4.1.5.1.1.17.1.1.1 | INTEGER | read-write | Interface number (ifIndex) for which this translation entry is valid. |
| IP accX25AtIpAddress | 1.3.6.1.4.1.5.1.1.17.1.1.2 | IpAddress | read-write | IP Address of this entry Set this object to NULL to delete entry. |
| STR accX25AtNetInOutAddr | 1.3.6.1.4.1.5.1.1.17.1.1.3 | DisplayString | read-write | X.25 address to use when calling this destination. (both X.25 addresses are checked when mapping an X.25 address to an IP address) Object required in entry-adding SET PDU. |
| STR accX25AtNetInAddr | 1.3.6.1.4.1.5.1.1.17.1.1.4 | DisplayString | read-write | Alternate X.25 address to check when mapping an X.25 address to an IP address Object will be set to default value if not present in entry-adding SET PDU. |
| INT accX25AtNetFacIndex | 1.3.6.1.4.1.5.1.1.17.1.1.5 | INTEGER | read-write | Index of optional facility string or 0. |
| accX25SubnetParmTable | 1.3.6.1.4.1.5.1.1.17.2 | not-accessible | Per-network parameters for IP networks attached via X.25 interface. Entries added/deleted via management action. | |
| accX25SubnetParmEntry | 1.3.6.1.4.1.5.1.1.17.2.1 | not-accessible | X.25-specific parameters for this IP network | |
| IP accX25SubnetAddr | 1.3.6.1.4.1.5.1.1.17.2.1.1 | IpAddress | read-write | Network/subnet number of IP network Set this object to NULL to delete entry. |
| INT accX25Facility | 1.3.6.1.4.1.5.1.1.17.2.1.2 | INTEGER | read-write | selects whether DDN Standard Mode facility is included in call requests. |
| INT accX25PktNegot | 1.3.6.1.4.1.5.1.1.17.2.1.3 | INTEGER | read-write | specifies value for Packet Size Negotiation Facility (power of 2 between 16 and 1024), or zero if Packet Size Negotiation Facility is not to be used. |
| INT accX25WindowNegot | 1.3.6.1.4.1.5.1.1.17.2.1.4 | INTEGER | read-write | specifies value for Window Size Negotiation Facility (between 1 and 127 inclusive), or zero if Window Size Negotiation Facility is not to be used. |
| accX25PortParmTable | 1.3.6.1.4.1.5.1.1.17.3 | not-accessible | Per-port parameters for X.25 interfaces. | |
| accX25PortParmEntry | 1.3.6.1.4.1.5.1.1.17.3.1 | not-accessible | X25 parameters of a specific port. | |
| INT accX25PortParmIndex | 1.3.6.1.4.1.5.1.1.17.3.1.1 | INTEGER | read-only | Port number |
| INT accX25AddrMode | 1.3.6.1.4.1.5.1.1.17.3.1.2 | INTEGER | read-write | specifies address translation technique. |
| INT accX25PktSize | 1.3.6.1.4.1.5.1.1.17.3.1.3 | INTEGER | read-write | specifies default data packet size for this port. |
| INT accX25PktWind | 1.3.6.1.4.1.5.1.1.17.3.1.4 | INTEGER | read-write | specifies default packet window size for this port. |
| INT accX25SvcNumber | 1.3.6.1.4.1.5.1.1.17.3.1.5 | INTEGER | read-write | specifies maximum number of switched virtual circuits to be used on this port. |
| INT accX25SvcBase | 1.3.6.1.4.1.5.1.1.17.3.1.6 | INTEGER | read-write | specifies lowest Logical Channel Identifier to be used for switched virtual circuits. |
| INT accX25ExtendClr | 1.3.6.1.4.1.5.1.1.17.3.1.7 | INTEGER | read-write | specifies whether extended format for call clearing packets (as defined by X.25-1984) is permitted |
| INT accX25ExtendSeq | 1.3.6.1.4.1.5.1.1.17.3.1.8 | INTEGER | read-write | Use of extended sequence numbers |
| TIK accX25IdleMin | 1.3.6.1.4.1.5.1.1.17.3.1.9 | TimeTicks | read-write | minimum idle time for closing circuits; a circuit will not be cleared until it has been idle (no data has been sent or received) for at least this amount of time. |
| TIK accX25IdleMax | 1.3.6.1.4.1.5.1.1.17.3.1.10 | TimeTicks | read-write | maximum idle time for closing circuits; a circuit will be cleared when its idle time exceeds this value. |
| TIK accX25IdleScale | 1.3.6.1.4.1.5.1.1.17.3.1.11 | TimeTicks | read-write | scale factor for idle timeout: a circuit will be cleared when it has been idle for accX25IdleMin plus accX25IdleScale times the number of available circuits. |
| INT accX25SvcMax | 1.3.6.1.4.1.5.1.1.17.3.1.12 | INTEGER | read-write | Maximum number of virtual circuits which can be opened to a single destination. |
| INT accX25SvcLimit | 1.3.6.1.4.1.5.1.1.17.3.1.13 | INTEGER | read-write | Maximum number of switched virtual circuits that IP can use. The value must not exceed the total number of logical channels available on this trunk. |
| INT accX25OpenThresh | 1.3.6.1.4.1.5.1.1.17.3.1.14 | INTEGER | read-write | Threshold (number of IP datagrams queued per circuit) at which an additional virtual circuit will be opened. |
| INT accX25SvcMin | 1.3.6.1.4.1.5.1.1.17.3.1.15 | INTEGER | read-write | The minimum number of virtual circuits which IP will leave available for first circuits to other destinations |
| INT accX25SvcDelay | 1.3.6.1.4.1.5.1.1.17.3.1.16 | INTEGER | read-write | Delay (seconds) between opening of successive virtual circuits to same destination. |
| INT accX25InitBackoff | 1.3.6.1.4.1.5.1.1.17.3.1.17 | INTEGER | read-write | Initial backoff time (seconds) to delay before next attempt to open an additional virtual circuit to the same destination when an attempt to do so has failed. |
| INT accX25MaxBackoff | 1.3.6.1.4.1.5.1.1.17.3.1.18 | INTEGER | read-write | Maximum backoff time (seconds) to delay between subsequent attempts to open additional virtual circuits to the same destination. The actual delay is varied exponentially from accX25InitBackoff up to this value. |
| STR accX25OurAddress | 1.3.6.1.4.1.5.1.1.17.3.1.19 | DisplayString | read-write | Our X25 address (put in outbound packets) |
| INT accX25PvcBase | 1.3.6.1.4.1.5.1.1.17.3.1.20 | INTEGER | read-write | Lowest LCID to be used for PVCs. |
| INT accX25PvcNumber | 1.3.6.1.4.1.5.1.1.17.3.1.21 | INTEGER | read-write | Maximum number of PVCs. |
| TIK accX25Tx0Timer | 1.3.6.1.4.1.5.1.1.17.3.1.22 | TimeTicks | read-write | Value for T10 (DCE) or T20 (DTE) timer. |
| TIK accX25Tx1Timer | 1.3.6.1.4.1.5.1.1.17.3.1.23 | TimeTicks | read-write | Value for T11 (DCE) or T21 (DTE) timer. |
| TIK accX25Tx2Timer | 1.3.6.1.4.1.5.1.1.17.3.1.24 | TimeTicks | read-write | Value for T12 (DCE) or T22 (DTE) timer. |
| TIK accX25Tx3Timer | 1.3.6.1.4.1.5.1.1.17.3.1.25 | TimeTicks | read-write | Value for T13 (DCE) or T23 (DTE) timer. |
| accX25PktStatTable | 1.3.6.1.4.1.5.1.1.17.4 | not-accessible | Per-port packet statistics for X.25 interfaces. | |
| accX25PktStatEntry | 1.3.6.1.4.1.5.1.1.17.4.1 | not-accessible | X.25 packet level statistics for an X.25 interface. | |
| INT accX25PktIndex | 1.3.6.1.4.1.5.1.1.17.4.1.1 | INTEGER | read-only | Port number of this X.25 interface. |
| CTR accX25RcvDiags | 1.3.6.1.4.1.5.1.1.17.4.1.2 | Counter | read-only | Number of Diagnostic packets received on this port. |
| CTR accX25RcvRestartReqs | 1.3.6.1.4.1.5.1.1.17.4.1.3 | Counter | read-only | Number of Restart Request (Restart Indication) packets received on this port. |
| CTR accX25RcvRestartConfs | 1.3.6.1.4.1.5.1.1.17.4.1.4 | Counter | read-only | Number of Restart Confirmation packets received on this port. |
| CTR accX25RcvCallReqs | 1.3.6.1.4.1.5.1.1.17.4.1.5 | Counter | read-only | Number of Call Request (Incoming Call) packets received on this port. |
| CTR accX25RcvCallAccs | 1.3.6.1.4.1.5.1.1.17.4.1.6 | Counter | read-only | Number of Call Accepted (Call Connected) packets received on this port. |
| CTR accX25RcvClrReqs | 1.3.6.1.4.1.5.1.1.17.4.1.7 | Counter | read-only | Number of Clear Request (Clear Indication) packets received on this port. |
| CTR accX25RcvClrConfs | 1.3.6.1.4.1.5.1.1.17.4.1.8 | Counter | read-only | Number of Clear Confirmation packets received on this port. |
| CTR accX25RcvResetReqs | 1.3.6.1.4.1.5.1.1.17.4.1.9 | Counter | read-only | Number of Reset Request (Reset Indication) packets received on this port. |
| CTR accX25RcvResetConfs | 1.3.6.1.4.1.5.1.1.17.4.1.10 | Counter | read-only | Number of Reset Confirmation packets received on this port. |
| CTR accX25RcvInts | 1.3.6.1.4.1.5.1.1.17.4.1.11 | Counter | read-only | Number of Interrupt packets received on this port. |
| CTR accX25RcvIntConfs | 1.3.6.1.4.1.5.1.1.17.4.1.12 | Counter | read-only | Number of Interrupt Confirmation packets received on this port. |
| CTR accX25RcvRRs | 1.3.6.1.4.1.5.1.1.17.4.1.13 | Counter | read-only | Number of RR [Receive Ready] packets received on this port. |
| CTR accX25RcvRNRs | 1.3.6.1.4.1.5.1.1.17.4.1.14 | Counter | read-only | Number of RNR [Receive Not Ready] packets received on this port. |
| CTR accX25RcvDatas | 1.3.6.1.4.1.5.1.1.17.4.1.15 | Counter | read-only | Number of Data packets received on this port. |
| CTR accX25XmtDiags | 1.3.6.1.4.1.5.1.1.17.4.1.16 | Counter | read-only | Number of Diagnostic packets transmitted on this port. |
| CTR accX25XmtRestartReqs | 1.3.6.1.4.1.5.1.1.17.4.1.17 | Counter | read-only | Number of Restart Request (Restart Indication) packets transmitted on this port. |
| CTR accX25XmtRestartConfs | 1.3.6.1.4.1.5.1.1.17.4.1.18 | Counter | read-only | Number of Restart Confirmation packets transmitted on this port. |
| CTR accX25XmtCallReqs | 1.3.6.1.4.1.5.1.1.17.4.1.19 | Counter | read-only | Number of Call Request (Incoming Call) packets transmitted on this port. |
| CTR accX25XmtCallAccs | 1.3.6.1.4.1.5.1.1.17.4.1.20 | Counter | read-only | Number of Call Accepted (Call Connected) packets transmitted on this port. |
| CTR accX25XmtClrReqs | 1.3.6.1.4.1.5.1.1.17.4.1.21 | Counter | read-only | Number of Clear Request (Clear Indication) packets transmitted on this port. |
| CTR accX25XmtClrConfs | 1.3.6.1.4.1.5.1.1.17.4.1.22 | Counter | read-only | Number of Clear Confirmation packets transmitted on this port. |
| CTR accX25XmtResetReqs | 1.3.6.1.4.1.5.1.1.17.4.1.23 | Counter | read-only | Number of Reset Request (Reset Indication) packets transmitted on this port. |
| CTR accX25XmtResetConfs | 1.3.6.1.4.1.5.1.1.17.4.1.24 | Counter | read-only | Number of Reset Confirmation packets transmitted on this port. |
| CTR accX25XmtInts | 1.3.6.1.4.1.5.1.1.17.4.1.25 | Counter | read-only | Number of Interrupt packets transmitted on this port. |
| CTR accX25XmtIntConfs | 1.3.6.1.4.1.5.1.1.17.4.1.26 | Counter | read-only | Number of Interrupt Confirmation packets transmitted on this port. |
| CTR accX25XmtRRs | 1.3.6.1.4.1.5.1.1.17.4.1.27 | Counter | read-only | Number of RR [Receive Ready] packets transmitted on this port. |
| CTR accX25XmtRNRs | 1.3.6.1.4.1.5.1.1.17.4.1.28 | Counter | read-only | Number of RNR [Receive Not Ready] packets transmitted on this port. |
| CTR accX25XmtDatas | 1.3.6.1.4.1.5.1.1.17.4.1.29 | Counter | read-only | Number of Data packets transmitted on this port. |
| CTR accX25OpenSvcCounts | 1.3.6.1.4.1.5.1.1.17.4.1.30 | Counter | read-only | Count of SVCs open on this port. |
| accX25OptFacTable | 1.3.6.1.4.1.5.1.1.17.5 | not-accessible | Optional facility string table. | |
| accX25OptFacEntry | 1.3.6.1.4.1.5.1.1.17.5.1 | not-accessible | A single optional facility entry. | |
| INT accX25OptFacIndex | 1.3.6.1.4.1.5.1.1.17.5.1.1 | INTEGER | read-write | Index of this entry in table [1..n]. |
| OCT accX25OptFacString | 1.3.6.1.4.1.5.1.1.17.5.1.2 | OCTET STRING | read-write | facility string to be added when placing calls. |
| accX25PvcAddrTable | 1.3.6.1.4.1.5.1.1.17.6 | not-accessible | PVC to X.25 address mapping table. | |
| accX25PvcAddrEntry | 1.3.6.1.4.1.5.1.1.17.6.1 | not-accessible | A single PVC to X.25 address mapping entry. | |
| INT accX25PvcLine | 1.3.6.1.4.1.5.1.1.17.6.1.1 | INTEGER | read-write | Physical port for which this entry applies. Same is ifIndex. |
| INT accX25PvcAddrLcid | 1.3.6.1.4.1.5.1.1.17.6.1.2 | INTEGER | read-write | PVC logical channel ID . |
| STR accX25PvcAddrString | 1.3.6.1.4.1.5.1.1.17.6.1.3 | DisplayString | read-write | X.25 address to associate with this PVC. |
| INT accX25PvcProtocol | 1.3.6.1.4.1.5.1.1.17.6.1.4 | INTEGER | read-write | PVC Protocol Associated with this line and the LCID . |
| accX25ErrorTable | 1.3.6.1.4.1.5.1.1.17.7 | not-accessible | Error and exception logging table. | |
| accX25ErrorEntry | 1.3.6.1.4.1.5.1.1.17.7.1 | not-accessible | A single error or exception item. | |
| INT accX25ErrorLine | 1.3.6.1.4.1.5.1.1.17.7.1.1 | INTEGER | read-only | Physical port which encountered the error. |
| TIK accX25ErrorUpTime | 1.3.6.1.4.1.5.1.1.17.7.1.2 | TimeTicks | read-only | SysUpTime when error occurred. |
| INT accX25ErrorSeq | 1.3.6.1.4.1.5.1.1.17.7.1.3 | INTEGER | read-only | Unique cutter (for duplicate date/time). |
| INT accX25ErrorState | 1.3.6.1.4.1.5.1.1.17.7.1.4 | INTEGER | read-write | Etnry status. |
| INT accX25ErrorProtocol | 1.3.6.1.4.1.5.1.1.17.7.1.5 | INTEGER | read-only | Protocol which encountered the error. |
| INT accX25ErrorCause | 1.3.6.1.4.1.5.1.1.17.7.1.6 | INTEGER | read-only | Cause octet from close packet. |
| INT accX25ErrorDiag | 1.3.6.1.4.1.5.1.1.17.7.1.7 | INTEGER | read-only | Diagnostic octet from close packet. |
| OCT accX25ErrorPacket | 1.3.6.1.4.1.5.1.1.17.7.1.8 | OCTET STRING | read-only | Packet that triggered the log entry (if available). |
| accX25Switch | 1.3.6.1.4.1.5.1.1.17.8 | |||
| INT accX25SwitchStatus | 1.3.6.1.4.1.5.1.1.17.8.1 | INTEGER | read-write | This Object controls whether X.25 switching is enabled or disabled. |
| GAU accX25SwitchConnections | 1.3.6.1.4.1.5.1.1.17.8.2 | Gauge | read-only | This Object indicates the current number of X.25 connections that are being switched through this router. |
| CTR accX25SwitchCallSucceeds | 1.3.6.1.4.1.5.1.1.17.8.3 | Counter | read-only | This Object indicates the total number of X.25 calls that have been switched by this router. |
| CTR accX25SwitchCallFails | 1.3.6.1.4.1.5.1.1.17.8.4 | Counter | read-only | This Object indicates the total number of X.25 calls that this router has been unable to switch. |
| accX25SwitchConnTable | 1.3.6.1.4.1.5.1.1.17.8.5 | not-accessible | This Table contains objects which report information about the X.25 calls currently being switched through this router. | |
| accX25SwitchConnEntry | 1.3.6.1.4.1.5.1.1.17.8.5.1 | not-accessible | The entry part of accX25SwitchConnTable. | |
| INT accX25SwitchConnCallingIfIndex | 1.3.6.1.4.1.5.1.1.17.8.5.1.1 | INTEGER | read-only | An Integer that identifies the row of the system wide interfaces table associated with the X.25 interface which initiated the connection. |
| INT accX25SwitchConnCallingIndex | 1.3.6.1.4.1.5.1.1.17.8.5.1.2 | INTEGER | read-only | An Integer that uniquely identifies the virtual circuit for the initiating interface. For X.25 ports, this will be the LCN. For the TCP ports, this will be the remote port number. |
| INT accX25SwitchConnCallingType | 1.3.6.1.4.1.5.1.1.17.8.5.1.3 | INTEGER | read-only | An integer that indicates the calling type. |
| OCT accX25SwitchConnCallingX121Addr | 1.3.6.1.4.1.5.1.1.17.8.5.1.4 | OCTET STRING | read-only | A string that contains the Calling X.121 address that initiated the connection. |
| CTR accX25SwitchConnCallingPkts | 1.3.6.1.4.1.5.1.1.17.8.5.1.5 | Counter | read-only | A counter which keeps track of the number of packets sent from the calling to the called port. |
| CTR accX25SwitchConnCallingOctets | 1.3.6.1.4.1.5.1.1.17.8.5.1.6 | Counter | read-only | A counter which keeps track of the number of octets sent from the calling to the called port. |
| INT accX25SwitchConnCalledIfIndex | 1.3.6.1.4.1.5.1.1.17.8.5.1.7 | INTEGER | read-only | An Integer that identifies the row of the system wide interfaces table associated with the X.25 interface which propagated the connection. |
| INT accX25SwitchConnCalledIndex | 1.3.6.1.4.1.5.1.1.17.8.5.1.8 | INTEGER | read-only | An Integer that uniquely identifies the virtual circuit for the outgoing interface. For X.25 ports, this will be the LCN. For the TCP ports, this will be the local port number. |
| INT accX25SwitchConnCalledType | 1.3.6.1.4.1.5.1.1.17.8.5.1.9 | INTEGER | read-only | An integer that indicates the called type. |
| OCT accX25SwitchConnCalledX121Addr | 1.3.6.1.4.1.5.1.1.17.8.5.1.10 | OCTET STRING | read-only | A string that contains the Called X.121 address that initiated the connection. |
| CTR accX25SwitchConnCalledPkts | 1.3.6.1.4.1.5.1.1.17.8.5.1.11 | Counter | read-only | A counter which keeps track of the number of packets sent from the calling to the called port. |
| CTR accX25SwitchConnCalledOctets | 1.3.6.1.4.1.5.1.1.17.8.5.1.12 | Counter | read-only | A counter which keeps track of the number of octets sent from the calling to the called port. |
| INT accX25SwitchConnState | 1.3.6.1.4.1.5.1.1.17.8.5.1.13 | INTEGER | read-only | An integer that indicates the state of the switched X.25 circuit. |
| accX25SwitchAddrTransTable | 1.3.6.1.4.1.5.1.1.17.8.6 | not-accessible | This Table contains objects which control the translation of X.121 addresses. | |
| accX25SwitchAddrTransEntry | 1.3.6.1.4.1.5.1.1.17.8.6.1 | not-accessible | The entry part for the AddrTrans Table. | |
| INT accX25SwitchAddrTransIfIndex | 1.3.6.1.4.1.5.1.1.17.8.6.1.1 | INTEGER | read-write | An Integer that identifies the row of the system wide interfaces table associated with the X.25 interface that receives the call request. |
| INT accX25SwitchAddrTransDir | 1.3.6.1.4.1.5.1.1.17.8.6.1.2 | INTEGER | read-write | An Integer that identifies whether this entry applies to inbound or to outbound switched X.25 calls. |
| INT accX25SwitchAddrTransType | 1.3.6.1.4.1.5.1.1.17.8.6.1.3 | INTEGER | read-write | An Integer that identifies whether this entry applies to called or to calling X.121 addresses. |
| STR accX25SwitchAddrTransPattern | 1.3.6.1.4.1.5.1.1.17.8.6.1.4 | DisplayString | read-write | A character string which defines the matching pattern for incoming called X.121 addresses. |
| STR accX25SwitchAddrTransReplace | 1.3.6.1.4.1.5.1.1.17.8.6.1.5 | DisplayString | read-write | A character string which defines the replacement pattern for incoming called X.121 addresses. |
| INT accX25SwitchAddrTransStatus | 1.3.6.1.4.1.5.1.1.17.8.6.1.6 | INTEGER | read-write | An Integer that defines the status of the table row. |
| accX25SwitchRouteTable | 1.3.6.1.4.1.5.1.1.17.8.7 | not-accessible | This Table contains objects which determine the switching of incoming X.25 calls. | |
| accX25SwitchRouteEntry | 1.3.6.1.4.1.5.1.1.17.8.7.1 | not-accessible | The entry part for the Route Table. | |
| OCT accX25SwitchRoutePattern | 1.3.6.1.4.1.5.1.1.17.8.7.1.1 | OCTET STRING | read-write | A character string which defines the matching pattern for the incoming called X.121 addresses. |
| INT accX25SwitchRouteIfIndex | 1.3.6.1.4.1.5.1.1.17.8.7.1.2 | INTEGER | read-write | An Integer that identifies the row of the system wide interfaces table associated with the X.25 interface which receives the call request. |
| INT accX25SwitchRouteStatus | 1.3.6.1.4.1.5.1.1.17.8.7.1.3 | INTEGER | read-write | An Integer that defines the status of the table row. |
| accX25SwitchExtRtTable | 1.3.6.1.4.1.5.1.1.17.8.8 | not-accessible | This Table contains an extended set of objects which determine the switching of incoming X.25 calls. | |
| accX25SwitchExtRtEntry | 1.3.6.1.4.1.5.1.1.17.8.8.1 | not-accessible | The entry part for the Extended Route Table. | |
| INT accX25SwitchExtRtIndex | 1.3.6.1.4.1.5.1.1.17.8.8.1.1 | INTEGER | read-write | An Integer that uniquely identifies this row of the Extended Switching Table. |
| INT accX25SwitchExtRtIfIn | 1.3.6.1.4.1.5.1.1.17.8.8.1.2 | INTEGER | read-write | An Integer that identifies the row of the system wide interfaces table associated with the X.25 interface which receives the call request. This column must match the interface that the call is received on before a match can be made. A value of zero will match calls received from any interface. |
| OCT accX25SwitchExtRtAddr | 1.3.6.1.4.1.5.1.1.17.8.8.1.3 | OCTET STRING | read-write | A character string which defines the matching pattern for the incoming called X.121 addresses. |
| OCT accX25SwitchExtRtCUD | 1.3.6.1.4.1.5.1.1.17.8.8.1.4 | OCTET STRING | read-write | A octet string which defines the matching pattern for the incoming Call User Data. A zero length octet string matches any Call User Data contents (including none). |
| INT accX25SwitchExtRtDisp | 1.3.6.1.4.1.5.1.1.17.8.8.1.5 | INTEGER | read-write | An Integer that specifies the disposition of incoming calls that match this table entry. A value of 'switch' causes matching calls to be switched out the interface specified by accX25SwitchExtRtIfOut. A value of 'local' causes the call to be processed for local call termination. A value of 'reject' causes the call to be cleared. |
| INT accX25SwitchExtRtIfOut | 1.3.6.1.4.1.5.1.1.17.8.8.1.6 | INTEGER | read-write | An Integer that identifies the row of the system wide interfaces table associated with the X.25 interface to which the call will be switched. This column is only significant when the disposition is 'switch'. |
| INT accX25SwitchExtRtStatus | 1.3.6.1.4.1.5.1.1.17.8.8.1.7 | INTEGER | read-write | An Integer that defines the status of the table row. |
| accIpFilter | 1.3.6.1.4.1.5.1.1.18 | |||
| INT accIpSrcRouting | 1.3.6.1.4.1.5.1.1.18.1 | INTEGER | read-write | Source Routing mode |
| accIpFiltTable | 1.3.6.1.4.1.5.1.1.18.2 | not-accessible | List of IP filters Entries added/deleted by management action. Setting any object to NULL deletes the entry | |
| accIpFiltEntry | 1.3.6.1.4.1.5.1.1.18.2.1 | not-accessible | Specific IP filter | |
| IP accIpFiltDAddr | 1.3.6.1.4.1.5.1.1.18.2.1.1 | IpAddress | read-write | Destination Address |
| IP accIpFiltDNetMask | 1.3.6.1.4.1.5.1.1.18.2.1.2 | IpAddress | read-write | Destination Network Mask |
| IP accIpFiltSAddr | 1.3.6.1.4.1.5.1.1.18.2.1.3 | IpAddress | read-write | Source Address |
| IP accIpFiltSNetMask | 1.3.6.1.4.1.5.1.1.18.2.1.4 | IpAddress | read-write | Source Network Mask |
| OCT accIpFiltParm | 1.3.6.1.4.1.5.1.1.18.2.1.5 | OCTET STRING | read-write | Filter parameters; Byte 0 is Operation 1 [0,1,2] = [None, !,=] Bytes 1,2 is Protocol Byte 3 is Operation 2 [0 = none [1,2,3,4] = both [!, , =] [5,6,7,8] = destination [!, , =] [9,10,11,12] = source [!, , =] Bytes 4,5 is UDP/TCP port number |
| INT accIpFiltDisp | 1.3.6.1.4.1.5.1.1.18.2.1.6 | INTEGER | read-write | Disposition of packets meeting the filter criteria. Packets not discarded will be output with the selected relative transmission priority. normalPriority(0), discard(1), lowPriority(2), highPriority(3) |
| INT oIpSubDirBcast | 1.3.6.1.4.1.5.1.1.18.4 | INTEGER | read-write | Packets with an all-ones host portion of the destination IP address are called Subnet Directed Broadcast (or Limited Broadcast) packets. This object selects if these packets are to be broadcast onto the destination subnet. |
| accIpIfFiltDispTable | 1.3.6.1.4.1.5.1.1.18.5 | not-accessible | List of revised IP filters which add support for filtering by source or destination interface. | |
| accIpIfFiltDispEntry | 1.3.6.1.4.1.5.1.1.18.5.1 | not-accessible | An entry in the revised IP filter table. | |
| INT accIpIfFiltDispIfIndex | 1.3.6.1.4.1.5.1.1.18.5.1.1 | INTEGER | read-only | Interface index to which this filter applies, or zero for global filters. This integer identifies the row of the system wide interfaces table associated with the particular interface. |
| INT accIpIfFiltDispPktDir | 1.3.6.1.4.1.5.1.1.18.5.1.2 | INTEGER | read-only | Stream direction to which filter is applied. Input and Output require an interface to be specified. Global indicates all interfaces and both directions. Input and Global filters are applied prior to Output filters. NOTE: a packet originating in the router may not pass through the filter logic. |
| INT accIpIfFiltDispSeqNum | 1.3.6.1.4.1.5.1.1.18.5.1.3 | INTEGER | read-only | An internally generated sequence number used to allow the Filter display table to be retruned in the order the filters are applied (most specific to least specific) without violating SNMP ordering rules. Sequence numbers for all filters may change with a single addition or modification of a filter. Sequence numbers, once assigned, are not assigned again. This number has no intrinsic meaning. |
| IP accIpIfFiltDispDAddr | 1.3.6.1.4.1.5.1.1.18.5.1.4 | IpAddress | read-only | Destination Address |
| IP accIpIfFiltDispDNetMask | 1.3.6.1.4.1.5.1.1.18.5.1.5 | IpAddress | read-only | Destination Network Mask |
| IP accIpIfFiltDispSAddr | 1.3.6.1.4.1.5.1.1.18.5.1.6 | IpAddress | read-only | Source Address |
| IP accIpIfFiltDispSNetMask | 1.3.6.1.4.1.5.1.1.18.5.1.7 | IpAddress | read-only | Source Network Mask |
| INT accIpIfFiltDispOp1 | 1.3.6.1.4.1.5.1.1.18.5.1.8 | INTEGER | read-only | Logical operation to be performed on the next object/parameter (protocol). If 'none', the filter will match any protocol. |
| INT accIpIfFiltDispProtocol | 1.3.6.1.4.1.5.1.1.18.5.1.9 | INTEGER | read-only | Ip protocol on which to filter. |
| INT accIpIfFiltDispOp2 | 1.3.6.1.4.1.5.1.1.18.5.1.10 | INTEGER | read-only | Logical operation to be performed on the next object/parameter (port). |
| INT accIpIfFiltDispUDPTCPPort | 1.3.6.1.4.1.5.1.1.18.5.1.11 | INTEGER | read-only | The UDP or TCP port number to which the previous logical operation is to apply. |
| INT accIpIfFiltDispDispos | 1.3.6.1.4.1.5.1.1.18.5.1.12 | INTEGER | read-only | Disposition of packets meeting the filter criteria. Packets not discarded will be output with the selected relative transmission priority. The log option causes a rate selected trap to be generated. |
| CTR accIpIfFiltDispMatches | 1.3.6.1.4.1.5.1.1.18.5.1.13 | Counter | read-only | The number of times this filter criteria has been applied. |
| TIK accIpIfFiltDispLastMatchTime | 1.3.6.1.4.1.5.1.1.18.5.1.14 | TimeTicks | read-only | The value of sysUpTime the last time this filter was applied. |
| OCT accIpIfFiltDispMatchPkt | 1.3.6.1.4.1.5.1.1.18.5.1.15 | OCTET STRING | read-only | This object is used exclusivley for returning information in a trap about the last packet that was filtered. A query of this object will return an octet string of length zero. |
| accIpIfFiltEditTable | 1.3.6.1.4.1.5.1.1.18.6 | not-accessible | A transient table which is used to create/delete /modify an entry in the IP filter database. | |
| accIpIfFiltEditEntry | 1.3.6.1.4.1.5.1.1.18.6.1 | not-accessible | An entry in the revised IP filter table. | |
| INT accIpIfFiltEditIndex | 1.3.6.1.4.1.5.1.1.18.6.1.1 | INTEGER | read-only | An arbitrary number assigned to the record that is currently being edited. |
| INT accIpIfFiltEditAction | 1.3.6.1.4.1.5.1.1.18.6.1.2 | INTEGER | read-write | The action to be performed with this record. In the future the field 'pending' may be added. |
| INT accIpIfFiltEditIfIndex | 1.3.6.1.4.1.5.1.1.18.6.1.3 | INTEGER | read-write | Interface index to which this filter applies, or zero for global filters. This integer identifies the row of the system wide interfaces table associated with the particular interface. |
| INT accIpIfFiltEditPktDir | 1.3.6.1.4.1.5.1.1.18.6.1.4 | INTEGER | read-write | Stream direction to which filter is applied. Input and Output require an interface to be specified. Global indicates all interfaces and both directions. Input and Global filters are applied prior to Output filters. NOTE: a packet originating in the router may not pass through the filter logic. |
| IP accIpIfFiltEditDAddr | 1.3.6.1.4.1.5.1.1.18.6.1.5 | IpAddress | read-write | Destination Address |
| IP accIpIfFiltEditDNetMask | 1.3.6.1.4.1.5.1.1.18.6.1.6 | IpAddress | read-write | Destination Network Mask |
| IP accIpIfFiltEditSAddr | 1.3.6.1.4.1.5.1.1.18.6.1.7 | IpAddress | read-write | Source Address |
| IP accIpIfFiltEditSNetMask | 1.3.6.1.4.1.5.1.1.18.6.1.8 | IpAddress | read-write | Source Network Mask |
| INT accIpIfFiltEditOp1 | 1.3.6.1.4.1.5.1.1.18.6.1.9 | INTEGER | read-write | Logical operation to be performed on the next object/parameter (protocol). If 'none', the filter will match any protocol. |
| INT accIpIfFiltEditProtocol | 1.3.6.1.4.1.5.1.1.18.6.1.10 | INTEGER | read-write | Ip protocol on which to filter. |
| INT accIpIfFiltEditOp2 | 1.3.6.1.4.1.5.1.1.18.6.1.11 | INTEGER | read-write | Logical operation to be performed on the next object/parameter (port). |
| INT accIpIfFiltEditUDPTCPPort | 1.3.6.1.4.1.5.1.1.18.6.1.12 | INTEGER | read-write | The UDP or TCP port number to which the previous logical operation is to apply. |
| INT accIpIfFiltEditDispos | 1.3.6.1.4.1.5.1.1.18.6.1.13 | INTEGER | read-write | Disposition of packets meeting the filter criteria. Packets not discarded will be output with the selected relative transmission priority. The log option causes a rate sensitive trap to be generated. |
| accDn | 1.3.6.1.4.1.5.1.1.19 | |||
| INT accDnNumber | 1.3.6.1.4.1.5.1.1.19.1 | INTEGER | read-only | Number of DECNET circuits |
| INT accDnID | 1.3.6.1.4.1.5.1.1.19.2 | INTEGER | read-write | Node ID; Least 10 bits identify the node, six bits above that identify the area. |
| INT accDnMaxNode | 1.3.6.1.4.1.5.1.1.19.3 | INTEGER | read-write | Maximum node number permitted in the local area |
| INT accDnMaxArea | 1.3.6.1.4.1.5.1.1.19.4 | INTEGER | read-write | Maximum area number permitted |
| INT accDnMaxAdjRtr | 1.3.6.1.4.1.5.1.1.19.5 | INTEGER | read-write | Maximum number of adjacent routers |
| INT accDnMaxEndNode | 1.3.6.1.4.1.5.1.1.19.6 | INTEGER | read-write | Maximum number of broadcast endnode adjacencies |
| INT accDnMaxLocHop | 1.3.6.1.4.1.5.1.1.19.7 | INTEGER | read-write | Maximum number of hops allowed within this area |
| INT accDnMaxLocCost | 1.3.6.1.4.1.5.1.1.19.8 | INTEGER | read-write | Maximum cost allowed on a path within this area |
| INT accDnMaxVisit | 1.3.6.1.4.1.5.1.1.19.9 | INTEGER | read-write | Maximum number of node visits allowed for a packet |
| INT accDnMaxForHop | 1.3.6.1.4.1.5.1.1.19.10 | INTEGER | read-write | Maximum number of hops allowed to another area |
| INT accDnMaxForCost | 1.3.6.1.4.1.5.1.1.19.11 | INTEGER | read-write | Maximum cost allowed on a path to another area |
| TIK accDnBCT1 | 1.3.6.1.4.1.5.1.1.19.12 | TimeTicks | read-write | Interval between retranmissions of routing database updates on Broadcast Address |
| TIK accDnT1 | 1.3.6.1.4.1.5.1.1.19.13 | TimeTicks | read-write | Interval between retranmissions of routing database updates non-broadcast |
| INT accDnMsgLev | 1.3.6.1.4.1.5.1.1.19.14 | INTEGER | read-write | Message level for generation of trap messages describing DECNET operational phenonomena See Trap level for description |
| INT accDnNodeState | 1.3.6.1.4.1.5.1.1.19.15 | INTEGER | read-write | Operational state of the node |
| CTR accDnUnreachs | 1.3.6.1.4.1.5.1.1.19.16 | Counter | read-only | Packets dropped due to node unreachable |
| CTR accDnVisitXcds | 1.3.6.1.4.1.5.1.1.19.17 | Counter | read-only | Packets dropped due to visits exceeded |
| CTR accDnBadNodes | 1.3.6.1.4.1.5.1.1.19.18 | Counter | read-only | Packets dropped due to illegal node number |
| CTR accDnPktOsizes | 1.3.6.1.4.1.5.1.1.19.19 | Counter | read-only | Packets dropped due to oversize packet |
| CTR accDnFmtErrs | 1.3.6.1.4.1.5.1.1.19.20 | Counter | read-only | Packets dropped due to packet format error |
| accDnCktTable | 1.3.6.1.4.1.5.1.1.19.21 | not-accessible | DECnet circuit table Entries are added/deleted via management action. | |
| accDnCktEntry | 1.3.6.1.4.1.5.1.1.19.21.1 | not-accessible | The instance of an entry is the circuit number. Existing entries can be modified. | |
| INT accDnCktIndex | 1.3.6.1.4.1.5.1.1.19.21.1.1 | INTEGER | read-write | Circuit number |
| INT accDnCktStatus | 1.3.6.1.4.1.5.1.1.19.21.1.2 | INTEGER | read-write | Administrative DECNET state of this circuit |
| INT accDnCktState | 1.3.6.1.4.1.5.1.1.19.21.1.3 | INTEGER | read-only | Operational DECNET state of this circuit |
| INT accDnCktCost | 1.3.6.1.4.1.5.1.1.19.21.1.4 | INTEGER | read-write | Administrative circuit cost Object will be set to a circuit-type dependent value if not present in entry-adding SET PDU. |
| INT accDnMaxRtr | 1.3.6.1.4.1.5.1.1.19.21.1.5 | INTEGER | read-write | Maximum number of routers that can be communicated with over this circuit |
| TIK accDnHelloInt | 1.3.6.1.4.1.5.1.1.19.21.1.6 | TimeTicks | read-write | Interval between transmission of Router Hello messages to other DECNET routers on this circuit |
| INT accDnRtrPriority | 1.3.6.1.4.1.5.1.1.19.21.1.7 | INTEGER | read-write | Priority of this Decnet router to become designated router on this circuit. |
| OCT accDnDesRtrId | 1.3.6.1.4.1.5.1.1.19.21.1.8 | OCTET STRING | read-only | ID of router which is designated router on this circuit. Lower 10 bits is node number, six bits above that are area number. |
| INT accDnDesRtrPrio | 1.3.6.1.4.1.5.1.1.19.21.1.9 | INTEGER | read-only | Priority of router which is designated router on this circuit. |
| CTR accDnTrnPktRecs | 1.3.6.1.4.1.5.1.1.19.21.1.10 | Counter | read-only | Number of transit packets received on this circuit. |
| CTR accDnTrnPktSnds | 1.3.6.1.4.1.5.1.1.19.21.1.11 | Counter | read-only | Number of transit packets sent on this circuit. |
| CTR accDnEndNodePktRecs | 1.3.6.1.4.1.5.1.1.19.21.1.12 | Counter | read-only | Number of end-node packets received on this circuit. |
| CTR accDnEndNodePktSnds | 1.3.6.1.4.1.5.1.1.19.21.1.13 | Counter | read-only | Number of end-node packets sent on this circuit. |
| CTR accDnCktDowns | 1.3.6.1.4.1.5.1.1.19.21.1.14 | Counter | read-only | Number of circuit down events noted on this circuit. |
| INT accDnCktType | 1.3.6.1.4.1.5.1.1.19.21.1.15 | INTEGER | read-write | Circuit type Object required in entry-adding SET PDU. |
| INT accDnCktPort | 1.3.6.1.4.1.5.1.1.19.21.1.16 | INTEGER | read-write | Physical port that this circuit is on Object required in entry-adding SET PDU. |
| STR accDnX25InOutAddr | 1.3.6.1.4.1.5.1.1.19.21.1.17 | DisplayString | read-write | X25 address for other end of circuit; we'll send to this address and will accept packets from this address for this circuit. Object required in entry-adding SET PDU if circuit type is X.25 |
| STR accDnX25InAddr | 1.3.6.1.4.1.5.1.1.19.21.1.18 | DisplayString | read-write | Packets from this address are accepted on this circuit. Object will be set to default value if not present in entry-adding SET PDU. |
| TIK accDnX25Idle | 1.3.6.1.4.1.5.1.1.19.21.1.19 | TimeTicks | read-write | Maximum idle time before this circuit is considered unused. Object will be set to default value if not present in entry-adding SET PDU. |
| INT accDnX25PktVal | 1.3.6.1.4.1.5.1.1.19.21.1.20 | INTEGER | read-write | Maximum X25 packet size Object will be set to default value if not present in entry-adding SET PDU. |
| INT accDnX25PktWin | 1.3.6.1.4.1.5.1.1.19.21.1.21 | INTEGER | read-write | X25 packet window Object will be set to default value if not present in entry-adding SET PDU. |
| INT accDnEntryStatus | 1.3.6.1.4.1.5.1.1.19.21.1.22 | INTEGER | read-write | Setting this object to invalid deletes entry |
| INT accDnX25FacIndex | 1.3.6.1.4.1.5.1.1.19.21.1.23 | INTEGER | read-write | Index of optional facility string or 0. |
| accDnRtTable | 1.3.6.1.4.1.5.1.1.19.22 | not-accessible | DECnet routing table | |
| accDnRtEntry | 1.3.6.1.4.1.5.1.1.19.22.1 | not-accessible | Detail on specific route | |
| INT accDnRtNode | 1.3.6.1.4.1.5.1.1.19.22.1.1 | INTEGER | read-only | Destination node |
| INT accDnRtHops | 1.3.6.1.4.1.5.1.1.19.22.1.2 | INTEGER | read-only | Number of hops to destination |
| INT accDnRtCost | 1.3.6.1.4.1.5.1.1.19.22.1.3 | INTEGER | read-only | Cost to destination |
| INT accDnRtCkt | 1.3.6.1.4.1.5.1.1.19.22.1.4 | INTEGER | read-only | Circuit number to use to get to destination |
| INT accDnRtNextHop | 1.3.6.1.4.1.5.1.1.19.22.1.5 | INTEGER | read-only | Next router along the way to destination |
| accDnAreaTable | 1.3.6.1.4.1.5.1.1.19.23 | not-accessible | DECnet area table. | |
| accDnAreaEntry | 1.3.6.1.4.1.5.1.1.19.23.1 | not-accessible | Details on specific area | |
| INT accDnAreaArea | 1.3.6.1.4.1.5.1.1.19.23.1.1 | INTEGER | read-only | Remote area |
| INT accDnAreaHops | 1.3.6.1.4.1.5.1.1.19.23.1.2 | INTEGER | read-only | Hops to Remote area |
| INT accDnAreaCost | 1.3.6.1.4.1.5.1.1.19.23.1.3 | INTEGER | read-only | Cost to Remote area |
| INT accDnAreaCkt | 1.3.6.1.4.1.5.1.1.19.23.1.4 | INTEGER | read-only | Circuit over which remote area can be reached. |
| INT accDnAreaNextHop | 1.3.6.1.4.1.5.1.1.19.23.1.5 | INTEGER | read-only | Next hop to remote area. |
| accDnRouteFilterTable | 1.3.6.1.4.1.5.1.1.19.24 | not-accessible | The DECNET IV Routes that the Network Manager wants to be careful about. | |
| accDnRouteFilterEntry | 1.3.6.1.4.1.5.1.1.19.24.1 | not-accessible | A single controlled DECNET Route. | |
| INT accDnRouteFilterAdj | 1.3.6.1.4.1.5.1.1.19.24.1.1 | INTEGER | read-write | If 0, all adjacent systems. If a DECNET Area with host id 0, all adjacent systems in that area. If a DECNET Host ID, that adjacent system. |
| INT accDnRouteFilterNode | 1.3.6.1.4.1.5.1.1.19.24.1.2 | INTEGER | read-write | If 0, all routing information. If a DECNET Area with Host ID 0, relevant level 2 routing information. If a DECNET Host ID, level 1 routing informa- tion for that host. |
| INT accDnRouteFilterDisposition | 1.3.6.1.4.1.5.1.1.19.24.1.3 | INTEGER | read-write | This variable indicates what to do with the indicated routing information. Where overlaps occur ('accept no routing information from area 3.0 except from router 3.27'), the most specif- ic match applies. |
| INT accDnRouteFilterEntStat | 1.3.6.1.4.1.5.1.1.19.24.1.4 | INTEGER | read-write | setting this variable to 'invalid' has the ef- fect of invalidating it as of the next system reset. |
| accDnForwardFilterTable | 1.3.6.1.4.1.5.1.1.19.25 | not-accessible | The DECNET traffic that the Network Manager wants selectively treated. | |
| accDnForwardFilterEntry | 1.3.6.1.4.1.5.1.1.19.25.1 | not-accessible | A single set of messages that the Network Manager wants selectively treated. | |
| INT accDnForwardFilterDest | 1.3.6.1.4.1.5.1.1.19.25.1.1 | INTEGER | read-write | If 0, all DECNET Addresses. If an Area with Host Part 0, all traffic to that Area. If a DECNET Host ID, all traffic to that Host. |
| INT accDnForwardFilterSource | 1.3.6.1.4.1.5.1.1.19.25.1.2 | INTEGER | read-write | If 0, all DECNET Traffic. If an Area with Host Part 0, all traffic from that Area. If a DECNET Host ID, all traffic from that Host. |
| INT accDnForwardFilterDisposition | 1.3.6.1.4.1.5.1.1.19.25.1.3 | INTEGER | read-write | This variable indicates what is to be done with traffic from accDnForwardFilterSource to accDnForwardFilterDest. When overlaps occur ('discard all traffic from Area 4.0 to Anywhere except traffic from Host 4.123'), the most specific match applies. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT accDnForwardFilterEntStat | 1.3.6.1.4.1.5.1.1.19.25.1.4 | INTEGER | read-write | setting accDnForwardFilterEntStat to invalid has the effect of removing the filter on the next system reset. |
| accDnAdjTable | 1.3.6.1.4.1.5.1.1.19.26 | not-accessible | The set of systems adjacent to this router. | |
| accDnAdjEntry | 1.3.6.1.4.1.5.1.1.19.26.1 | not-accessible | One of the systems adjacent to this router. | |
| INT accDnAdjNode | 1.3.6.1.4.1.5.1.1.19.26.1.1 | INTEGER | read-only | The Host Identifier of the adjacent node. |
| INT accDnAdjType | 1.3.6.1.4.1.5.1.1.19.26.1.2 | INTEGER | read-only | The type of DECNET adjacency being sustained. |
| INT accDnAdjCircuit | 1.3.6.1.4.1.5.1.1.19.26.1.3 | INTEGER | read-only | The DECNET Circuit Number. |
| INT accDnAdjState | 1.3.6.1.4.1.5.1.1.19.26.1.4 | INTEGER | read-only | The state of the adjacency. |
| accFr | 1.3.6.1.4.1.5.1.1.20 | |||
| accFrAtTable | 1.3.6.1.4.1.5.1.1.20.1 | not-accessible | Internet address translation table for Frame Relay interfaces. Entries are added/deleted via management action. | |
| accFrAtEntry | 1.3.6.1.4.1.5.1.1.20.1.1 | not-accessible | Internet address translation entry for Frame Relay interfaces. | |
| INT accFrAtIfIndex | 1.3.6.1.4.1.5.1.1.20.1.1.1 | INTEGER | read-write | Interface number (ifIndex) for which this translation entry is valid. Object required in entry-adding SET PDU. |
| IP accFrIpAddress | 1.3.6.1.4.1.5.1.1.20.1.1.2 | IpAddress | read-write | IP Address Object required in entry-adding SET PDU. |
| INT accFrDLCI | 1.3.6.1.4.1.5.1.1.20.1.1.3 | INTEGER | read-write | Frame Relay DLCI to use for the specified host Object required in entry-adding SET PDU. |
| INT accFrStatus | 1.3.6.1.4.1.5.1.1.20.1.1.4 | INTEGER | read-write | Status of this entry Object required in entry-adding SET PDU. |
| accFrStatTable | 1.3.6.1.4.1.5.1.1.20.2 | not-accessible | Per-line statistics for Frame Relay interfaces | |
| accFrStatEntry | 1.3.6.1.4.1.5.1.1.20.2.1 | not-accessible | Frame Relay statistics | |
| INT accFrIndex | 1.3.6.1.4.1.5.1.1.20.2.1.1 | INTEGER | read-only | Physical Port number of this Frame Relay interface. |
| CTR accFrStatRcvDrops | 1.3.6.1.4.1.5.1.1.20.2.1.2 | Counter | read-only | Number of received frames that were discarded due to lack of resources. |
| CTR accFrStatShorts | 1.3.6.1.4.1.5.1.1.20.2.1.3 | Counter | read-only | Number of received frames that were discarded because they were too short (DLCI and/or protocol field missing). |
| CTR accFrStatIllDlcis | 1.3.6.1.4.1.5.1.1.20.2.1.4 | Counter | read-only | Number of received frames that were discarded because the DLCI was badly formed. |
| CTR accFrStatUnkDlcis | 1.3.6.1.4.1.5.1.1.20.2.1.5 | Counter | read-only | Number of received frames that were discarded because the DLCI did not match any configured value. |
| CTR accFrStatUnkProtos | 1.3.6.1.4.1.5.1.1.20.2.1.6 | Counter | read-only | Number of received frames that were discarded because the protocol field did not match any protocol configured for the specified DLCI. |
| CTR accFrStatRsrvDlcis | 1.3.6.1.4.1.5.1.1.20.2.1.7 | Counter | read-only | Number of received frames whose DLCI had the reserved bit set. (The frame was not discarded; the frame was processed as though the reserved bit were clear). |
| CTR accFrStatXmtDrops | 1.3.6.1.4.1.5.1.1.20.2.1.8 | Counter | read-only | Number of frames that could not be transmitted due to lack of resources. |
| TIK accFrStatErrTime | 1.3.6.1.4.1.5.1.1.20.2.1.9 | TimeTicks | read-only | System uptime when the last Frame Relay error was detected. |
| INT accFrStatErrType | 1.3.6.1.4.1.5.1.1.20.2.1.10 | INTEGER | read-only | Type of last detected Frame Relay error. |
| INT accFrStatErrDlci | 1.3.6.1.4.1.5.1.1.20.2.1.11 | INTEGER | read-only | Value of DLCI field from last detected Frame Relay error (00 00 if no DLCI was associated with the last error). |
| INT accFrStatErrProto | 1.3.6.1.4.1.5.1.1.20.2.1.12 | INTEGER | read-only | Value of protocol field from last detected Frame Relay error (0 if no protocol field was associated with the last error). |
| INT accFrLinkState | 1.3.6.1.4.1.5.1.1.20.2.1.13 | INTEGER | read-only | State of this Frame Relay link |
| CTR accFrStatUnks | 1.3.6.1.4.1.5.1.1.20.2.1.14 | Counter | read-only | Unused object |
| CTR accFrStatRcvLongs | 1.3.6.1.4.1.5.1.1.20.2.1.15 | Counter | read-only | Number of received dlcmi frames longer than expected. |
| CTR accFrStatIlgDlcis | 1.3.6.1.4.1.5.1.1.20.2.1.16 | Counter | read-only | Unused object |
| CTR accFrStatProtoErrs | 1.3.6.1.4.1.5.1.1.20.2.1.17 | Counter | read-only | Number of received frames with a protocol violation. |
| CTR accFrStatUnkIes | 1.3.6.1.4.1.5.1.1.20.2.1.18 | Counter | read-only | Number of dlcmi frames received with an unknown Information element. |
| CTR accFrStatSeqErrs | 1.3.6.1.4.1.5.1.1.20.2.1.19 | Counter | read-only | Number of dlcmi frames received with a sequence error. |
| CTR accFrStatUnkRpts | 1.3.6.1.4.1.5.1.1.20.2.1.20 | Counter | read-only | Unused object |
| accFrParmTable | 1.3.6.1.4.1.5.1.1.20.3 | not-accessible | Frame Relay parameter table | |
| accFrParmEntry | 1.3.6.1.4.1.5.1.1.20.3.1 | not-accessible | Frame Relay parameter entry | |
| INT accFrParmIndex | 1.3.6.1.4.1.5.1.1.20.3.1.1 | INTEGER | read-only | Interface number |
| INT accFrParmAddrFmt | 1.3.6.1.4.1.5.1.1.20.3.1.2 | INTEGER | read-write | Addressing format used. Q.921 per spec. Ignores length parameter draft-Q922 per March, 1990 draft of Q.922 q922 per October, 1990 Q.922 specification |
| INT accFrParmAddrLen | 1.3.6.1.4.1.5.1.1.20.3.1.3 | INTEGER | read-write | Length of address on serial line |
| INT accFrParmEncap | 1.3.6.1.4.1.5.1.1.20.3.1.4 | INTEGER | read-write | Type of encapsulation used on serial line |
| INT accFrDlcmiState | 1.3.6.1.4.1.5.1.1.20.3.1.5 | INTEGER | read-write | This variable states which Data Link Connection Management scheme is active (and by implication, what DLCI it uses) on the Frame Relay interface. |
| INT accFrDlcmiPollInt | 1.3.6.1.4.1.5.1.1.20.3.1.6 | INTEGER | read-write | the number of seconds between successive status enquiry messages. |
| INT accFrDlcmiFullStatEnq | 1.3.6.1.4.1.5.1.1.20.3.1.7 | INTEGER | read-write | Number of status enquiry intervals that pass before issuance of a full status enquiry message. |
| INT accFrDlcmiErrThres | 1.3.6.1.4.1.5.1.1.20.3.1.8 | INTEGER | read-write | Maximum number of unanswered Status Enquiries the equipmemt shall accept before declaring the interface down. |
| INT accFrDlcmiMonEvents | 1.3.6.1.4.1.5.1.1.20.3.1.9 | INTEGER | read-write | Maximum number of responses to FULL STATUS or LINK INTEGRITY VERIFICATION messages missed before the device will mark the interface down. |
| INT accFrDlcmiType | 1.3.6.1.4.1.5.1.1.20.3.1.10 | INTEGER | read-write | Link Maintenance is assymmetrical, so one end must be user, the other network. Normally the bridge/router is user. |
| INT accFrDlcmiIdleTimer | 1.3.6.1.4.1.5.1.1.20.3.1.11 | INTEGER | read-write | Number of minutes without receiving any non-dlcmi frames before declaring the link idle. Setting the timer to 0 will disable it. |
| accFrCktTable | 1.3.6.1.4.1.5.1.1.20.4 | not-accessible | Frame Relay circuit table | |
| accFrCktEntry | 1.3.6.1.4.1.5.1.1.20.4.1 | not-accessible | Frame Relay circuit table entry | |
| INT accFrCktIfIndex | 1.3.6.1.4.1.5.1.1.20.4.1.1 | INTEGER | read-only | Interface on which this circuit exists |
| INT accFrCktDlci | 1.3.6.1.4.1.5.1.1.20.4.1.2 | INTEGER | read-only | Data Link Connection Identifier for this circuit. |
| INT accFrCktState | 1.3.6.1.4.1.5.1.1.20.4.1.3 | INTEGER | read-only | Indicates whether the particular circuit is operational. |
| CTR accFrCktFECNrcvds | 1.3.6.1.4.1.5.1.1.20.4.1.4 | Counter | read-only | Number of frames received from the network in- dicating forward congestion since the circuit was created. |
| CTR accFrCktBECNrcvds | 1.3.6.1.4.1.5.1.1.20.4.1.5 | Counter | read-only | Number of frames received from the network in- dicating backward congestion since the circuit was created. |
| CTR accFrCktFrameXmts | 1.3.6.1.4.1.5.1.1.20.4.1.6 | Counter | read-only | Number of frames sent from this circuit since it was created. |
| CTR accFrCktOctetXmts | 1.3.6.1.4.1.5.1.1.20.4.1.7 | Counter | read-only | Number of octets sent from this circuit since it was created. |
| CTR accFrCktFrameRcvs | 1.3.6.1.4.1.5.1.1.20.4.1.8 | Counter | read-only | Number of frames received by this circuit since it was created. |
| CTR accFrCktOctetRcvs | 1.3.6.1.4.1.5.1.1.20.4.1.9 | Counter | read-only | Number of octets received by this circuit since it was created. |
| TIK accFrCktCreateTime | 1.3.6.1.4.1.5.1.1.20.4.1.10 | TimeTicks | read-only | The value of sysUpTime when the circuit was created. |
| TIK accFrCktChangeTime | 1.3.6.1.4.1.5.1.1.20.4.1.11 | TimeTicks | read-only | The value of sysUpTime when last there was a change in the circuit state. |
| INT accFfrCktLoop | 1.3.6.1.4.1.5.1.1.20.4.1.12 | INTEGER | read-write | Indicates the loopback state of the virtual circuit. The object is normally 'normal', indicating that the circuit is in its normal operational state. If set to 'loop', any messages received on the circuit will be returned unmodified and the circuit will always be viewed as 'down' by higher layer protocols. The state of any circuit reverts to 'normal' after a reset. |
| accFfrSwitchParameterTable | 1.3.6.1.4.1.5.1.1.20.5 | not-accessible | Frame Relay Switch Parameter table | |
| accFfrSwitchParameterEntry | 1.3.6.1.4.1.5.1.1.20.5.1 | not-accessible | An entry in Frame Relay Switch Parameter table | |
| INT accFfrSwitchIfindex1 | 1.3.6.1.4.1.5.1.1.20.5.1.1 | INTEGER | read-write | The first interface index in the entry |
| INT accFfrSwitchDlci1 | 1.3.6.1.4.1.5.1.1.20.5.1.2 | INTEGER | read-write | The first Frame Relay DLCI in the entry |
| INT accFfrSwitchIfindex2 | 1.3.6.1.4.1.5.1.1.20.5.1.3 | INTEGER | read-write | The second interface index in the entry |
| INT accFfrSwitchDlci2 | 1.3.6.1.4.1.5.1.1.20.5.1.4 | INTEGER | read-write | The second Frame Relay DLCI in the entry |
| INT accFfrSwitchStatus | 1.3.6.1.4.1.5.1.1.20.5.1.5 | INTEGER | read-write | The Status tells whether the traffic will be switched as per the entry. This object also is usedin the delete command |
| accXns | 1.3.6.1.4.1.5.1.1.21 | |||
| accXnsParms | 1.3.6.1.4.1.5.1.1.21.1 | |||
| INT accXnsAdStat | 1.3.6.1.4.1.5.1.1.21.1.1 | INTEGER | read-write | Administrative status of XNS routing protocol |
| INT accXnsCkSum | 1.3.6.1.4.1.5.1.1.21.1.2 | INTEGER | read-write | Checksumming of XNS protocol |
| INT accXnsSpltHorz | 1.3.6.1.4.1.5.1.1.21.1.3 | INTEGER | read-write | Split horizon mode of XNS protocol |
| INT accXnsAllNets | 1.3.6.1.4.1.5.1.1.21.1.4 | INTEGER | read-write | All nets mode |
| INT accXnsMode | 1.3.6.1.4.1.5.1.1.21.1.5 | INTEGER | read-write | RIP protocol type to use |
| accXnsNetTable | 1.3.6.1.4.1.5.1.1.21.2 | not-accessible | List of XNS Networks. Entries added/deleted by management action. | |
| accXnsNetEntry | 1.3.6.1.4.1.5.1.1.21.2.1 | not-accessible | Information on specific network | |
| INT accXnsNetPort | 1.3.6.1.4.1.5.1.1.21.2.1.1 | INTEGER | read-write | XNS logical port number |
| OCT accXnsNetNumber | 1.3.6.1.4.1.5.1.1.21.2.1.2 | OCTET STRING | read-write | XNS network number |
| INT accXnsNetType | 1.3.6.1.4.1.5.1.1.21.2.1.3 | INTEGER | read-write | Type of network |
| INT accXnsNetEncap | 1.3.6.1.4.1.5.1.1.21.2.1.4 | INTEGER | read-write | LAN Encapsulation used (Ethernet). none(0), v2(1), raw(2), llc(3), snap(4) |
| INT accXnsNetSlot | 1.3.6.1.4.1.5.1.1.21.2.1.5 | INTEGER | read-write | Slot to which the network is attached |
| INT accXnsNetAdStat | 1.3.6.1.4.1.5.1.1.21.2.1.6 | INTEGER | read-write | Administrative status of network |
| INT accXnsNetMtu | 1.3.6.1.4.1.5.1.1.21.2.1.7 | INTEGER | read-write | Maximum packet size. Object will be defaulted to a network type dependent value if missing in set PDU which adds entries. |
| TIK accXnsNetUpdate | 1.3.6.1.4.1.5.1.1.21.2.1.8 | TimeTicks | read-write | Update interval |
| INT accXnsNetHops | 1.3.6.1.4.1.5.1.1.21.2.1.9 | INTEGER | read-write | Hop count |
| INT accXnsNetCost | 1.3.6.1.4.1.5.1.1.21.2.1.10 | INTEGER | read-write | Cost metric Object will be defaulted to network type dependent value if missing in set PDU which adds entries. |
| STR accXnsNetX25InOutAddr | 1.3.6.1.4.1.5.1.1.21.2.1.11 | DisplayString | read-write | X25 address to send to and to receive packets from. |
| STR accXnsNetX25InAddr | 1.3.6.1.4.1.5.1.1.21.2.1.12 | DisplayString | read-write | Receive-only X25 address Object not required in set PDU (defaults to In/Out address) |
| TIK accXnsNetX25Idle | 1.3.6.1.4.1.5.1.1.21.2.1.13 | TimeTicks | read-write | Time X25 connection can be idle before it is determined to be not busy. |
| INT accXnsNetX25PktVal | 1.3.6.1.4.1.5.1.1.21.2.1.14 | INTEGER | read-write | X25 packet size Object will be defaulted if missing in set PDU which adds entries. |
| INT accXnsNetX25PktWin | 1.3.6.1.4.1.5.1.1.21.2.1.15 | INTEGER | read-write | X25 packet window |
| INT accXnsNetEntryStat | 1.3.6.1.4.1.5.1.1.21.2.1.16 | INTEGER | read-write | Status of this table entry Set this object to invalid to remove entry from table |
| TIK accXnsNetUbUpdate | 1.3.6.1.4.1.5.1.1.21.2.1.17 | TimeTicks | read-write | Ungermann-Bass update interval Object will be defaulted if missing in set PDU which adds entries. |
| TIK accXnsNetUbTtl | 1.3.6.1.4.1.5.1.1.21.2.1.18 | TimeTicks | read-write | Ungermann-Bass time-to-live Object will be defaulted if missing in set PDU which adds entries. |
| TIK accXnsNetUbQT1 | 1.3.6.1.4.1.5.1.1.21.2.1.19 | TimeTicks | read-write | Ungermann-Bass QT1 timer Object will be defaulted to a network type dependent value if missing in set PDU which adds entries. |
| TIK accXnsNetUbQT2 | 1.3.6.1.4.1.5.1.1.21.2.1.20 | TimeTicks | read-write | Ungermann-Bass QT2 timer Object will be defaulted to a network type dependent value if missing in set PDU which adds entries. This object may be individually adjusted |
| OCT accXnsNetFncAddr | 1.3.6.1.4.1.5.1.1.21.2.1.21 | OCTET STRING | read-write | The MAC-layer functional address for sending and receiving multicasts. |
| INT accXnsNetSrMode | 1.3.6.1.4.1.5.1.1.21.2.1.22 | INTEGER | read-write | The source-routing mode for token-ring networks. |
| INT accXnsNetX25FacIndex | 1.3.6.1.4.1.5.1.1.21.2.1.23 | INTEGER | read-write | Index of optional facility string or 0. |
| INT accXnsNetDlci | 1.3.6.1.4.1.5.1.1.21.2.1.24 | INTEGER | read-write | Frame Relay DLCI for this port |
| accXnsRouteTable | 1.3.6.1.4.1.5.1.1.21.3 | not-accessible | List of routes to other XNS networks | |
| accXnsRouteEntry | 1.3.6.1.4.1.5.1.1.21.3.1 | not-accessible | Information on route to destination network | |
| OCT accXnsRtDest | 1.3.6.1.4.1.5.1.1.21.3.1.1 | OCTET STRING | read-only | Destination network. |
| OCT accXnsRtNxtNet | 1.3.6.1.4.1.5.1.1.21.3.1.2 | OCTET STRING | read-only | The next network along the way to the destination network. |
| OCT accXnsRtRouter | 1.3.6.1.4.1.5.1.1.21.3.1.3 | OCTET STRING | read-only | Router on next XNS network on route |
| INT accXnsRtHops | 1.3.6.1.4.1.5.1.1.21.3.1.4 | INTEGER | read-only | Number of hops to remote network |
| INT accXnsRtCost | 1.3.6.1.4.1.5.1.1.21.3.1.5 | INTEGER | read-only | Cost to remote network |
| INT accXnsRtType | 1.3.6.1.4.1.5.1.1.21.3.1.6 | INTEGER | read-only | Type of route |
| INT accXnsRtOwner | 1.3.6.1.4.1.5.1.1.21.3.1.7 | INTEGER | read-only | Source of route |
| TIK accXnsRtAge | 1.3.6.1.4.1.5.1.1.21.3.1.8 | TimeTicks | read-only | Age of route |
| INT accXnsRtPort | 1.3.6.1.4.1.5.1.1.21.3.1.9 | INTEGER | read-only | The logical port number through which packets will be forwarded to the destination network. |
| accXnsRipStat | 1.3.6.1.4.1.5.1.1.21.4 | |||
| CTR accXnsRipReqIns | 1.3.6.1.4.1.5.1.1.21.4.1 | Counter | read-only | XNS RIP requests received |
| CTR accXnsRipRespIns | 1.3.6.1.4.1.5.1.1.21.4.2 | Counter | read-only | XNS RIP responses received |
| CTR accXnsRipReqOuts | 1.3.6.1.4.1.5.1.1.21.4.3 | Counter | read-only | XNS RIP requests transmitted |
| CTR accXnsRipRespOuts | 1.3.6.1.4.1.5.1.1.21.4.4 | Counter | read-only | XNS RIP responses transmitted |
| CTR accXnsRipInErrs | 1.3.6.1.4.1.5.1.1.21.4.5 | Counter | read-only | XNS RIP packets received with errors |
| CTR accXnsRipOutErrs | 1.3.6.1.4.1.5.1.1.21.4.6 | Counter | read-only | XNS RIP responses transmitted with errors. |
| accXnsNodeStat | 1.3.6.1.4.1.5.1.1.21.5 | |||
| CTR accXnsLocalIns | 1.3.6.1.4.1.5.1.1.21.5.1 | Counter | read-only | Packets received for local usage |
| CTR accXnsLocalOuts | 1.3.6.1.4.1.5.1.1.21.5.2 | Counter | read-only | Locally generated packets |
| CTR accXnsNoSockets | 1.3.6.1.4.1.5.1.1.21.5.3 | Counter | read-only | Packets received for which there was no socket |
| CTR accXnsNoRoutes | 1.3.6.1.4.1.5.1.1.21.5.4 | Counter | read-only | Packets for which no route was found |
| CTR accXnsNodeInErrs | 1.3.6.1.4.1.5.1.1.21.5.5 | Counter | read-only | The number of input packets discarded by this node because of some unspecified internal error. |
| CTR accXnsOutErrs | 1.3.6.1.4.1.5.1.1.21.5.6 | Counter | read-only | Output errors |
| CTR accXnsAllNetsIns | 1.3.6.1.4.1.5.1.1.21.5.7 | Counter | read-only | All-nets packets received |
| CTR accXnsAllNetsOuts | 1.3.6.1.4.1.5.1.1.21.5.8 | Counter | read-only | All-nets packets transmitted |
| CTR accXnsAllNetsErrs | 1.3.6.1.4.1.5.1.1.21.5.9 | Counter | read-only | Erroneous All-Nets packets encountered |
| accXnsPortStatTable | 1.3.6.1.4.1.5.1.1.21.6 | not-accessible | XNS Port statistics table | |
| accXnsPortStatEntry | 1.3.6.1.4.1.5.1.1.21.6.1 | not-accessible | Per-port statistics | |
| INT accXnsPortNumber | 1.3.6.1.4.1.5.1.1.21.6.1.1 | INTEGER | read-only | Port number |
| CTR accXnsPortTotalIns | 1.3.6.1.4.1.5.1.1.21.6.1.2 | Counter | read-only | Total number of XNS Packets received |
| CTR accXnsPorFwdReqIns | 1.3.6.1.4.1.5.1.1.21.6.1.3 | Counter | read-only | The number of input packets not addressed to the receiving port, as a result of which an attempt was made to find a route to forward them to the final destination. |
| CTR accXnsPortNoFwdRts | 1.3.6.1.4.1.5.1.1.21.6.1.4 | Counter | read-only | The number of packets received on this port for which no route to the destination network could be found. |
| CTR accXnsPortTotalOuts | 1.3.6.1.4.1.5.1.1.21.6.1.5 | Counter | read-only | Total XNS packets transmitted |
| CTR accXnsPortHopCnts | 1.3.6.1.4.1.5.1.1.21.6.1.6 | Counter | read-only | The number of packets received on this port whose hop count had reached the maximum value. |
| CTR accXnsPortNotForMes | 1.3.6.1.4.1.5.1.1.21.6.1.7 | Counter | read-only | The number of packets received on this port which were addressed to another node on the same network. |
| CTR accXnsPortFwdReqOuts | 1.3.6.1.4.1.5.1.1.21.6.1.8 | Counter | read-only | The number of packets received on this port which were successfully forwarded to another port. |
| CTR accXnsPortFwdErrs | 1.3.6.1.4.1.5.1.1.21.6.1.9 | Counter | read-only | The number of packets received on this port which could not be forwarded, either because there were transmitted via a MAC-layer broadcast, or because their source or destination network number were unknown. |
| CTR accXnsPortInErrs | 1.3.6.1.4.1.5.1.1.21.6.1.10 | Counter | read-only | The number of packets received on this port which were discarded because of some unspecified internal error. |
| CTR accXnsPortTooShorts | 1.3.6.1.4.1.5.1.1.21.6.1.11 | Counter | read-only | The number of packets received on this port which were discarded because they were too short. |
| CTR accXnsPortCkSums | 1.3.6.1.4.1.5.1.1.21.6.1.12 | Counter | read-only | XNS packet checksum errors detected |
| CTR accXnsPortTooLongs | 1.3.6.1.4.1.5.1.1.21.6.1.13 | Counter | read-only | The number of packets received on this port which were discarded because they were too long. |
| CTR accXnsPortOutErrs | 1.3.6.1.4.1.5.1.1.21.6.1.14 | Counter | read-only | XNS packet output errors detected |
| INT accXnsPortOpState | 1.3.6.1.4.1.5.1.1.21.6.1.15 | INTEGER | read-only | Operational status of this port. off(0), down(1), start(2), stop(3), up(4) |
| accXnsUbNbrTable | 1.3.6.1.4.1.5.1.1.21.7 | not-accessible | XNS Neighbor table (Ungermann-Bass) | |
| accXnsUbNbrEntry | 1.3.6.1.4.1.5.1.1.21.7.1 | not-accessible | Information on specific neighbor. | |
| OCT accXnsUbnRmtNet | 1.3.6.1.4.1.5.1.1.21.7.1.1 | OCTET STRING | read-only | Remote network |
| OCT accXnsUbnLclNet | 1.3.6.1.4.1.5.1.1.21.7.1.2 | OCTET STRING | read-only | Local network |
| OCT accXnsUbnRouter | 1.3.6.1.4.1.5.1.1.21.7.1.3 | OCTET STRING | read-only | Router |
| INT accXnsUbnHops | 1.3.6.1.4.1.5.1.1.21.7.1.4 | INTEGER | read-only | Hop count to neighbor |
| INT accXnsUbnCost | 1.3.6.1.4.1.5.1.1.21.7.1.5 | INTEGER | read-only | Cost to neighbor |
| INT accXnsUbnState | 1.3.6.1.4.1.5.1.1.21.7.1.6 | INTEGER | read-only | State of neighbor. local(0), congested(1), uncongested(2), keepalive(3) |
| TIK accXnsUbnTtl | 1.3.6.1.4.1.5.1.1.21.7.1.7 | TimeTicks | read-only | Time to live |
| accXnsUbRip | 1.3.6.1.4.1.5.1.1.21.8 | |||
| CTR accXnsUbRipRespIns | 1.3.6.1.4.1.5.1.1.21.8.1 | Counter | read-only | U-B RIP Responses received |
| CTR accXnsUbRipHelloIns | 1.3.6.1.4.1.5.1.1.21.8.2 | Counter | read-only | U-B RIP Hello packets received |
| CTR accXnsUbRipConHelIns | 1.3.6.1.4.1.5.1.1.21.8.3 | Counter | read-only | U-B RIP (congested) Hello packets received |
| CTR accXnsUbRipUnConHelIns | 1.3.6.1.4.1.5.1.1.21.8.4 | Counter | read-only | U-B RIP (uncongested) Hello packets received |
| CTR accXnsUbRipRedirIns | 1.3.6.1.4.1.5.1.1.21.8.5 | Counter | read-only | U-B RIP redirect packets received |
| CTR accXnsUbRipRespOuts | 1.3.6.1.4.1.5.1.1.21.8.6 | Counter | read-only | U-B RIP responses transmitted |
| CTR accXnsUbRipHelloOuts | 1.3.6.1.4.1.5.1.1.21.8.7 | Counter | read-only | U-B hello packets transmitted |
| CTR accXnsUbRipConHelOuts | 1.3.6.1.4.1.5.1.1.21.8.8 | Counter | read-only | U-B (congested) hello packets transmitted |
| CTR accXnsUbRipUnConHelOuts | 1.3.6.1.4.1.5.1.1.21.8.9 | Counter | read-only | U-B (uncongested) hello packets transmitted |
| CTR accXnsUbRipRedirOuts | 1.3.6.1.4.1.5.1.1.21.8.10 | Counter | read-only | U-B redirect packets transmitted |
| CTR accXnsUbNoRoutes | 1.3.6.1.4.1.5.1.1.21.8.11 | Counter | read-only | U-B unreachable network |
| CTR accXnsUbInErrs | 1.3.6.1.4.1.5.1.1.21.8.12 | Counter | read-only | U-B total input errors |
| CTR accXnsUbOutErrs | 1.3.6.1.4.1.5.1.1.21.8.13 | Counter | read-only | U-B total output errors |
| accXnsRouteFilters | 1.3.6.1.4.1.5.1.1.21.9 | |||
| INT accXnsRteFltrDefaultAction | 1.3.6.1.4.1.5.1.1.21.9.1 | INTEGER | read-write | The action taken on route updates from unconfigured neighbors. |
| accXnsRteNbrTable | 1.3.6.1.4.1.5.1.1.21.9.2 | not-accessible | A list of Host Identifiers for Routing Neighbors. | |
| accXnsRteNbrEntry | 1.3.6.1.4.1.5.1.1.21.9.2.1 | not-accessible | The host identifier for an individual routing neighbor. | |
| OCT accXnsRteNbrId | 1.3.6.1.4.1.5.1.1.21.9.2.1.1 | OCTET STRING | read-write | The Host Identifier of a potential routing neighbor. |
| INT accXnsRteNbrAction | 1.3.6.1.4.1.5.1.1.21.9.2.1.2 | INTEGER | read-write | The action to be taken on advertisements from this routing neighbor, unless overridden by a route filter. |
| INT accXnsRteNbrStatus | 1.3.6.1.4.1.5.1.1.21.9.2.1.3 | INTEGER | read-write | Writing 'invalid' has the effect of deleting this routing neighbor and making its associated route filters of no effect. |
| accXnsRteFltrTable | 1.3.6.1.4.1.5.1.1.21.9.3 | not-accessible | A list of special advertisements that a given neighbor might offer. Route Advertisements defaults are overridden using this table | |
| accXnsRteFltrEntry | 1.3.6.1.4.1.5.1.1.21.9.3.1 | not-accessible | A single potential advertisement, with information as to its disposition. | |
| OCT accXnsRteFltrNeighbor | 1.3.6.1.4.1.5.1.1.21.9.3.1.1 | OCTET STRING | read-write | The Host Identifier of the Routing Neighbor that might offer this advertsiement. |
| OCT accXnsRteFltrNetwork | 1.3.6.1.4.1.5.1.1.21.9.3.1.2 | OCTET STRING | read-write | The Network Number the neighbor might advertise. |
| INT accXnsRteFltrAction | 1.3.6.1.4.1.5.1.1.21.9.3.1.3 | INTEGER | read-write | What is to be done with such an advertisement. |
| INT accXnsRteFltrStatus | 1.3.6.1.4.1.5.1.1.21.9.3.1.4 | INTEGER | read-write | Writing 'invalid' has the effect of deleting this filter. |
| accXnsNetworkFilters | 1.3.6.1.4.1.5.1.1.21.10 | |||
| INT accXnsNetFltrDefaultAction | 1.3.6.1.4.1.5.1.1.21.10.1 | INTEGER | read-write | The action taken on messages not matched. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| oldXnsNetFltrTable | 1.3.6.1.4.1.5.1.1.21.10.2 | not-accessible | A list of network pairs to specially act on. | |
| oldXnsNetFltrEntry | 1.3.6.1.4.1.5.1.1.21.10.2.1 | not-accessible | A single Network Number pair to be matched. | |
| OCT oldXnsNetFltrDestination | 1.3.6.1.4.1.5.1.1.21.10.2.1.1 | OCTET STRING | read-write | The value to be found in the Destination Network Field, or 0x00000000. |
| OCT oldXnsNetFltrSource | 1.3.6.1.4.1.5.1.1.21.10.2.1.2 | OCTET STRING | read-write | The value to be found in the Source Network Field, or 0x00000000. |
| INT oldXnsNetFltrAction | 1.3.6.1.4.1.5.1.1.21.10.2.1.3 | INTEGER | read-write | The action to be taken on matching messages. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT oldXnsNetFltrStatus | 1.3.6.1.4.1.5.1.1.21.10.2.1.4 | INTEGER | read-write | Writing 'invalid' has the effect of removing this filter entry. |
| accXnsNetFltrTable | 1.3.6.1.4.1.5.1.1.21.10.3 | not-accessible | A list of network filters to specially act on. | |
| accXnsNetFltrEntry | 1.3.6.1.4.1.5.1.1.21.10.3.1 | not-accessible | A single Network filter to be matched. | |
| OCT accXnsNetFltrDestination | 1.3.6.1.4.1.5.1.1.21.10.3.1.1 | OCTET STRING | read-write | The value to be found in the Destination Network Field, or 0x00000000. |
| OCT accXnsNetFltrSource | 1.3.6.1.4.1.5.1.1.21.10.3.1.2 | OCTET STRING | read-write | The value to be found in the Source Network Field, or 0x00000000. |
| INT accXnsNetFltrAction | 1.3.6.1.4.1.5.1.1.21.10.3.1.3 | INTEGER | read-write | The action to be taken on matching messages. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT accXnsNetFltrStatus | 1.3.6.1.4.1.5.1.1.21.10.3.1.4 | INTEGER | read-write | Writing 'invalid' has the effect of removing this filter entry. |
| OCT accXnsNetFltrDestSkt | 1.3.6.1.4.1.5.1.1.21.10.3.1.5 | OCTET STRING | read-write | The value to be found in the Destination Socket Field, or 0x0000. |
| OCT accXnsNetFltrSrcSkt | 1.3.6.1.4.1.5.1.1.21.10.3.1.6 | OCTET STRING | read-write | The value to be found in the Source Socket Field, or 0x0000. |
| INT accXnsNetFltrPktType | 1.3.6.1.4.1.5.1.1.21.10.3.1.7 | INTEGER | read-write | Packet type, or zero |
| accXnsHostFilters | 1.3.6.1.4.1.5.1.1.21.11 | |||
| INT accXnsHostFltrDefaultAction | 1.3.6.1.4.1.5.1.1.21.11.1 | INTEGER | read-write | The action taken on hosts not listed. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| accXnsHostFltrTable | 1.3.6.1.4.1.5.1.1.21.11.2 | not-accessible | A list of XNS Hosts to be handled specially. | |
| accXnsHostFltrEntry | 1.3.6.1.4.1.5.1.1.21.11.2.1 | not-accessible | A single Host Identifier. | |
| OCT accXnsHostFltrId | 1.3.6.1.4.1.5.1.1.21.11.2.1.1 | OCTET STRING | read-write | Host Identifier |
| OCT accXnsHostFltrSocket | 1.3.6.1.4.1.5.1.1.21.11.2.1.2 | OCTET STRING | read-write | The affected socket number, or zero for 'any socket'. |
| OCT accXnsHostFltrPepClient | 1.3.6.1.4.1.5.1.1.21.11.2.1.3 | OCTET STRING | read-write | On PEP traffic, the affected Client Type, or zero for all IDP traffic. |
| INT accXnsHostFltrAction | 1.3.6.1.4.1.5.1.1.21.11.2.1.4 | INTEGER | read-write | The action to be taken on matching messages. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT accXnsHostFltrStatus | 1.3.6.1.4.1.5.1.1.21.11.2.1.5 | INTEGER | read-write | Writing 'invalid' has the effect of deleting the entry. |
| accIpx | 1.3.6.1.4.1.5.1.1.22 | |||
| accIpxParms | 1.3.6.1.4.1.5.1.1.22.1 | |||
| INT accIpxAdStat | 1.3.6.1.4.1.5.1.1.22.1.1 | INTEGER | read-write | Administrative status of IPX routing protocol |
| INT accIpxCkSum | 1.3.6.1.4.1.5.1.1.22.1.2 | INTEGER | read-write | Checksumming of IPX protocol |
| INT accIpxSpltHorz | 1.3.6.1.4.1.5.1.1.22.1.3 | INTEGER | read-write | Split horizon mode of IPX protocol |
| INT accIpxAllNets | 1.3.6.1.4.1.5.1.1.22.1.4 | INTEGER | read-write | All nets mode |
| INT accIpxMode | 1.3.6.1.4.1.5.1.1.22.1.5 | INTEGER | read-write | RIP protocol type to use |
| INT accIpxWdFilter | 1.3.6.1.4.1.5.1.1.22.1.6 | INTEGER | read-write | Switch to enable/disable a dial originate filter of the IPX file server watchdog (Keep Alive) packet. |
| accIpxNetTable | 1.3.6.1.4.1.5.1.1.22.2 | not-accessible | List of IPX Networks. Entries are added/deleted via management action. | |
| accIpxNetEntry | 1.3.6.1.4.1.5.1.1.22.2.1 | not-accessible | Information on specific network entry. | |
| INT accIpxNetPort | 1.3.6.1.4.1.5.1.1.22.2.1.1 | INTEGER | read-write | IPX logical port number |
| OCT accIpxNetNumber | 1.3.6.1.4.1.5.1.1.22.2.1.2 | OCTET STRING | read-write | IPX network number |
| INT accIpxNetType | 1.3.6.1.4.1.5.1.1.22.2.1.3 | INTEGER | read-write | Type of network |
| INT accIpxNetEncap | 1.3.6.1.4.1.5.1.1.22.2.1.4 | INTEGER | read-write | LAN Encapsulation used for Ethernets. none(0), v2(1), raw(2), llc(3), snap(4) |
| INT accIpxNetSlot | 1.3.6.1.4.1.5.1.1.22.2.1.5 | INTEGER | read-write | Slot to which the network is attached |
| INT accIpxNetAdStat | 1.3.6.1.4.1.5.1.1.22.2.1.6 | INTEGER | read-write | Administrative status of network Object will be defaulted if missing in set PDU which adds entries. |
| INT accIpxNetMtu | 1.3.6.1.4.1.5.1.1.22.2.1.7 | INTEGER | read-write | Maximum packet size Object will be defaulted if missing in set PDU which adds entries. |
| TIK accIpxNetUpdate | 1.3.6.1.4.1.5.1.1.22.2.1.8 | TimeTicks | read-write | Update interval |
| INT accIpxNetHops | 1.3.6.1.4.1.5.1.1.22.2.1.9 | INTEGER | read-write | Hop count |
| INT accIpxNetCost | 1.3.6.1.4.1.5.1.1.22.2.1.10 | INTEGER | read-write | Cost metric |
| STR accIpxNetX25InOutAddr | 1.3.6.1.4.1.5.1.1.22.2.1.11 | DisplayString | read-write | X25 address to send to and to receive packets from. Object required in set PDU adding X25-type circuit |
| STR accIpxNetX25InAddr | 1.3.6.1.4.1.5.1.1.22.2.1.12 | DisplayString | read-write | Receive-only X25 address Object not required in set PDU (defaults to In/Out address) |
| TIK accIpxNetX25Idle | 1.3.6.1.4.1.5.1.1.22.2.1.13 | TimeTicks | read-write | Time X25 connection can be idle before it is determined to be not busy. |
| INT accIpxNetX25PktVal | 1.3.6.1.4.1.5.1.1.22.2.1.14 | INTEGER | read-write | X25 packet size |
| INT accIpxNetX25PktWin | 1.3.6.1.4.1.5.1.1.22.2.1.15 | INTEGER | read-write | X25 packet window |
| INT accIpxNetEntryStat | 1.3.6.1.4.1.5.1.1.22.2.1.16 | INTEGER | read-write | Status of this table entry Set this object to invalid to delete entry. |
| OCT accIpxNetFncAddr | 1.3.6.1.4.1.5.1.1.22.2.1.17 | OCTET STRING | read-write | The MAC-layer functional address for sending and receiving multicasts. |
| INT accIpxNetSrMode | 1.3.6.1.4.1.5.1.1.22.2.1.18 | INTEGER | read-write | The source-routing mode for token-ring networks. |
| INT accIpxNetX25FacIndex | 1.3.6.1.4.1.5.1.1.22.2.1.19 | INTEGER | read-write | Index of optional facility string or 0. |
| INT accIpxNetDlci | 1.3.6.1.4.1.5.1.1.22.2.1.20 | INTEGER | read-write | Frame Relay DLCI for this port |
| INT accIpxNetWdState | 1.3.6.1.4.1.5.1.1.22.2.1.21 | INTEGER | read-write | Determines the IPX watchdog state on a specific logical port. The default is ALLOW for LAN/DEDICATED WAN type, PROXY for X.21/FFR/Dial type. |
| accIpxRtTable | 1.3.6.1.4.1.5.1.1.22.3 | not-accessible | List of routes to other IPX networks | |
| accIpxRtEntry | 1.3.6.1.4.1.5.1.1.22.3.1 | not-accessible | Information on route to destination network | |
| OCT accIpxRtDest | 1.3.6.1.4.1.5.1.1.22.3.1.1 | OCTET STRING | read-only | Destination network. |
| OCT accIpxRtNxtNet | 1.3.6.1.4.1.5.1.1.22.3.1.2 | OCTET STRING | read-only | The next network along the way to the destination network. |
| OCT accIpxRtRouter | 1.3.6.1.4.1.5.1.1.22.3.1.3 | OCTET STRING | read-only | Router on next IPX network on route |
| INT accIpxRtHops | 1.3.6.1.4.1.5.1.1.22.3.1.4 | INTEGER | read-only | Number of hops to remote network |
| INT accIpxRtCost | 1.3.6.1.4.1.5.1.1.22.3.1.5 | INTEGER | read-only | Cost to remote network |
| INT accIpxRtType | 1.3.6.1.4.1.5.1.1.22.3.1.6 | INTEGER | read-only | Type of route |
| INT accIpxRtOwner | 1.3.6.1.4.1.5.1.1.22.3.1.7 | INTEGER | read-only | Source of route |
| TIK accIpxRtAge | 1.3.6.1.4.1.5.1.1.22.3.1.8 | TimeTicks | read-only | Age of route |
| INT accIpxRtPort | 1.3.6.1.4.1.5.1.1.22.3.1.9 | INTEGER | read-only | The logical port number through which packets will be forwarded to the destination network. |
| accIpxRipStat | 1.3.6.1.4.1.5.1.1.22.4 | |||
| CTR accIpxRipReqIns | 1.3.6.1.4.1.5.1.1.22.4.1 | Counter | read-only | IPX RIP requests received |
| CTR accIpxRipRespIns | 1.3.6.1.4.1.5.1.1.22.4.2 | Counter | read-only | IPX RIP responses received |
| CTR accIpxRipReqOuts | 1.3.6.1.4.1.5.1.1.22.4.3 | Counter | read-only | IPX RIP requests transmitted |
| CTR accIpxRipRespOuts | 1.3.6.1.4.1.5.1.1.22.4.4 | Counter | read-only | IPX RIP responses transmitted |
| CTR accIpxRipErrIns | 1.3.6.1.4.1.5.1.1.22.4.5 | Counter | read-only | IPX RIP responses recevied with errors. |
| CTR accIpxRipErrOuts | 1.3.6.1.4.1.5.1.1.22.4.6 | Counter | read-only | IPX RIP responses transmitted with errors. |
| accIpxNodeStat | 1.3.6.1.4.1.5.1.1.22.5 | |||
| CTR accIpxLocalIns | 1.3.6.1.4.1.5.1.1.22.5.1 | Counter | read-only | Packets received for local usage |
| CTR accIpxLocalOuts | 1.3.6.1.4.1.5.1.1.22.5.2 | Counter | read-only | Locally generated packets |
| CTR accIpxNoSockets | 1.3.6.1.4.1.5.1.1.22.5.3 | Counter | read-only | Packets received for which there was no socket |
| CTR accIpxNoRoutes | 1.3.6.1.4.1.5.1.1.22.5.4 | Counter | read-only | Packets for which no route was found |
| CTR accIpxNodeInErrs | 1.3.6.1.4.1.5.1.1.22.5.5 | Counter | read-only | The number of input packets discarded by this node because of some unspecified internal error. |
| CTR accIpxOutErrs | 1.3.6.1.4.1.5.1.1.22.5.6 | Counter | read-only | Output errors |
| CTR accIpxAllNetsIns | 1.3.6.1.4.1.5.1.1.22.5.7 | Counter | read-only | All-nets packets received |
| CTR accIpxAllNetsOuts | 1.3.6.1.4.1.5.1.1.22.5.8 | Counter | read-only | All-nets packets transmitted |
| CTR accIpxAllNetsErrs | 1.3.6.1.4.1.5.1.1.22.5.9 | Counter | read-only | Erroneous All-Nets packets encountered |
| accIpxPortStatTable | 1.3.6.1.4.1.5.1.1.22.6 | not-accessible | IPX Port statistics table | |
| accIpxPortStatEntry | 1.3.6.1.4.1.5.1.1.22.6.1 | not-accessible | Per-port statistics | |
| INT accIpxPortNumber | 1.3.6.1.4.1.5.1.1.22.6.1.1 | INTEGER | read-only | Port number |
| CTR accIpxPortTotalIns | 1.3.6.1.4.1.5.1.1.22.6.1.2 | Counter | read-only | Total number of IPX Packets received |
| CTR accIpxPorFwdReqIns | 1.3.6.1.4.1.5.1.1.22.6.1.3 | Counter | read-only | The number of input packets not addressed to the receiving port, as a result of which an attempt was made to find a route to forward them to the final destination. |
| CTR accIpxPortNoFwdRts | 1.3.6.1.4.1.5.1.1.22.6.1.4 | Counter | read-only | The number of packets received on this port for which no route to the destination network could be found. |
| CTR accIpxPortTotalOuts | 1.3.6.1.4.1.5.1.1.22.6.1.5 | Counter | read-only | Total IPX packets transmitted |
| CTR accIpxPortHopCnts | 1.3.6.1.4.1.5.1.1.22.6.1.6 | Counter | read-only | The number of packets received on this port whose hop count had reached the maximum value. |
| CTR accIpxPortNotForMes | 1.3.6.1.4.1.5.1.1.22.6.1.7 | Counter | read-only | The number of packets received on this port which were addressed to another node on the same network. |
| CTR accIpxPortFwdReqOuts | 1.3.6.1.4.1.5.1.1.22.6.1.8 | Counter | read-only | The number of packets received on this port which were successfully forwarded to another port. |
| CTR accIpxPortFwdErrs | 1.3.6.1.4.1.5.1.1.22.6.1.9 | Counter | read-only | The number of packets received on this port which could not be forwarded, either because there were transmitted via a MAC-layer broadcast, or because their source or destination network number were unknown. |
| CTR accIpxPortInErrs | 1.3.6.1.4.1.5.1.1.22.6.1.10 | Counter | read-only | The number of packets received on this port which were discarded because of some unspecified internal error. |
| CTR accIpxPortTooShorts | 1.3.6.1.4.1.5.1.1.22.6.1.11 | Counter | read-only | The number of packets received on this port which were discarded because they were too short. |
| CTR accIpxPortCkSums | 1.3.6.1.4.1.5.1.1.22.6.1.12 | Counter | read-only | IPX packet checksum errors detected |
| CTR accIpxPortTooLongs | 1.3.6.1.4.1.5.1.1.22.6.1.13 | Counter | read-only | The number of packets received on this port which were discarded because they were too long. |
| CTR accIpxPortOutErrs | 1.3.6.1.4.1.5.1.1.22.6.1.14 | Counter | read-only | IPX packet output errors detected |
| INT accIpxPortOpState | 1.3.6.1.4.1.5.1.1.22.6.1.15 | INTEGER | read-only | Operational status of this port. off(0), down(1), start(2), stop(3), up(4) |
| accIpxSapStat | 1.3.6.1.4.1.5.1.1.22.7 | |||
| CTR accIpxSapReqIns | 1.3.6.1.4.1.5.1.1.22.7.1 | Counter | read-only | IPX SAP requests received |
| CTR accIpxSapReqOuts | 1.3.6.1.4.1.5.1.1.22.7.2 | Counter | read-only | IPX SAP requests transmitted |
| CTR accIpxSapRespIns | 1.3.6.1.4.1.5.1.1.22.7.3 | Counter | read-only | IPX SAP responses received |
| CTR accIpxSapRespOuts | 1.3.6.1.4.1.5.1.1.22.7.4 | Counter | read-only | IPX SAP responses transmitted |
| CTR accIpxSapGetNearIns | 1.3.6.1.4.1.5.1.1.22.7.5 | Counter | read-only | Get nearest requests received |
| CTR accIpxSapGetNearOuts | 1.3.6.1.4.1.5.1.1.22.7.6 | Counter | read-only | Get nearest requests transmitted |
| CTR accIpxSapNoRoutes | 1.3.6.1.4.1.5.1.1.22.7.7 | Counter | read-only | IPX SAP packets for unreachable net |
| CTR accIpxSapNotBests | 1.3.6.1.4.1.5.1.1.22.7.8 | Counter | read-only | IPX SAP packet which we know there is a better route for |
| CTR accIpxSapNoServers | 1.3.6.1.4.1.5.1.1.22.7.9 | Counter | read-only | No server available |
| CTR accIpxSapInErrs | 1.3.6.1.4.1.5.1.1.22.7.10 | Counter | read-only | Bad IPX SAP packets received |
| CTR accIpxSapOutErrs | 1.3.6.1.4.1.5.1.1.22.7.11 | Counter | read-only | Bad IPX SAP packets transmitted |
| accIpxSrvTable | 1.3.6.1.4.1.5.1.1.22.8 | not-accessible | IPX server table | |
| accIpxSrvEntry | 1.3.6.1.4.1.5.1.1.22.8.1 | not-accessible | Specific IPX server information | |
| STR accIpxSrvName | 1.3.6.1.4.1.5.1.1.22.8.1.1 | DisplayString | read-only | Name of server |
| OCT accIpxSrvType | 1.3.6.1.4.1.5.1.1.22.8.1.2 | OCTET STRING | read-only | Type of server |
| OCT accIpxSrvHost | 1.3.6.1.4.1.5.1.1.22.8.1.3 | OCTET STRING | read-only | Host |
| INT accIpxSrvHops | 1.3.6.1.4.1.5.1.1.22.8.1.4 | INTEGER | read-only | Hop counter |
| INT accIpxSrvOwner | 1.3.6.1.4.1.5.1.1.22.8.1.5 | INTEGER | read-only | Source of route |
| TIK accIpxSrvAge | 1.3.6.1.4.1.5.1.1.22.8.1.6 | TimeTicks | read-only | Age of route |
| accIpxRouteFilters | 1.3.6.1.4.1.5.1.1.22.9 | |||
| INT accIpxRteFltrDefaultAction | 1.3.6.1.4.1.5.1.1.22.9.1 | INTEGER | read-write | The action taken on route updates from unconfigured neighbors. |
| accIpxRteNbrTable | 1.3.6.1.4.1.5.1.1.22.9.2 | not-accessible | A list of Host Identifiers for Routing Neighbors. | |
| accIpxRteNbrEntry | 1.3.6.1.4.1.5.1.1.22.9.2.1 | not-accessible | The host identifier for an individual routing neighbor. | |
| OCT accIpxRteNbrId | 1.3.6.1.4.1.5.1.1.22.9.2.1.1 | OCTET STRING | read-write | The Host Identifier of a potential routing neighbor. |
| INT accIpxRteNbrAction | 1.3.6.1.4.1.5.1.1.22.9.2.1.2 | INTEGER | read-write | The action to be taken on advertisements from this routing neighbor, unless overridden by a route filter. |
| INT accIpxRteNbrStatus | 1.3.6.1.4.1.5.1.1.22.9.2.1.3 | INTEGER | read-write | Writing 'invalid' has the effect of deleting this routing neighbor and making its associated route filters of no effect. |
| accIpxRteFltrTable | 1.3.6.1.4.1.5.1.1.22.9.3 | not-accessible | A list of special advertisements that a given neighbor might offer. Route Advertisements defaults are overridden using this table | |
| accIpxRteFltrEntry | 1.3.6.1.4.1.5.1.1.22.9.3.1 | not-accessible | A single potential advertisement, with information as to its disposition. | |
| OCT accIpxRteFltrNeighbor | 1.3.6.1.4.1.5.1.1.22.9.3.1.1 | OCTET STRING | read-write | The Host Identifier of the Routing Neighbor that might offer this advertsiement. |
| OCT accIpxRteFltrNetwork | 1.3.6.1.4.1.5.1.1.22.9.3.1.2 | OCTET STRING | read-write | The Network Number the neighbor might advertise. |
| INT accIpxRteFltrAction | 1.3.6.1.4.1.5.1.1.22.9.3.1.3 | INTEGER | read-write | What is to be done with such an advertisement. |
| INT accIpxRteFltrStatus | 1.3.6.1.4.1.5.1.1.22.9.3.1.4 | INTEGER | read-write | Writing 'invalid' has the effect of deleting this filter. |
| accIpxNetworkFilters | 1.3.6.1.4.1.5.1.1.22.10 | |||
| INT accIpxNetFltrDefaultAction | 1.3.6.1.4.1.5.1.1.22.10.1 | INTEGER | read-write | The action taken on messages not matched. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| oldIpxNetFltrTable | 1.3.6.1.4.1.5.1.1.22.10.2 | not-accessible | A list of network pairs to specially act on. | |
| oldIpxNetFltrEntry | 1.3.6.1.4.1.5.1.1.22.10.2.1 | not-accessible | A single Network Number pair to be matched. | |
| OCT oldIpxNetFltrDestination | 1.3.6.1.4.1.5.1.1.22.10.2.1.1 | OCTET STRING | read-write | The value to be found in the Destination Network Field, or 0x00000000. |
| OCT oldIpxNetFltrSource | 1.3.6.1.4.1.5.1.1.22.10.2.1.2 | OCTET STRING | read-write | The value to be found in the Source Network Field, or 0x00000000. |
| INT oldIpxNetFltrAction | 1.3.6.1.4.1.5.1.1.22.10.2.1.3 | INTEGER | read-write | The action to be taken on matching messages. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT oldIpxNetFltrStatus | 1.3.6.1.4.1.5.1.1.22.10.2.1.4 | INTEGER | read-write | Writing 'invalid' has the effect of removing this filter entry. |
| accIpxNetFltrTable | 1.3.6.1.4.1.5.1.1.22.10.3 | not-accessible | A list of network filters to specially act on. | |
| accIpxNetFltrEntry | 1.3.6.1.4.1.5.1.1.22.10.3.1 | not-accessible | A single Network filter to be matched. | |
| OCT accIpxNetFltrDestination | 1.3.6.1.4.1.5.1.1.22.10.3.1.1 | OCTET STRING | read-write | The value to be found in the Destination Network Field, or 0x00000000. |
| OCT accIpxNetFltrSource | 1.3.6.1.4.1.5.1.1.22.10.3.1.2 | OCTET STRING | read-write | The value to be found in the Source Network Field, or 0x00000000. |
| INT accIpxNetFltrAction | 1.3.6.1.4.1.5.1.1.22.10.3.1.3 | INTEGER | read-write | The action to be taken on matching messages. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT accIpxNetFltrStatus | 1.3.6.1.4.1.5.1.1.22.10.3.1.4 | INTEGER | read-write | Writing 'invalid' has the effect of removing this filter entry. |
| OCT accIpxNetFltrDestSkt | 1.3.6.1.4.1.5.1.1.22.10.3.1.5 | OCTET STRING | read-write | The value to be found in the Destination Socket field, or 0x0000. |
| OCT accIpxNetFltrSrcSkt | 1.3.6.1.4.1.5.1.1.22.10.3.1.6 | OCTET STRING | read-write | The value to be found in the Source Socket Field, or 0x0000. |
| INT accIpxNetFltrPktType | 1.3.6.1.4.1.5.1.1.22.10.3.1.7 | INTEGER | read-write | Packet type or zero |
| accIpxHostFilters | 1.3.6.1.4.1.5.1.1.22.11 | |||
| INT accIpxHostFltrDefaultAction | 1.3.6.1.4.1.5.1.1.22.11.1 | INTEGER | read-write | The action taken on hosts not listed. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| accIpxHostFltrTable | 1.3.6.1.4.1.5.1.1.22.11.2 | not-accessible | A list of IPX Hosts to be handled specially. | |
| accIpxHostFltrEntry | 1.3.6.1.4.1.5.1.1.22.11.2.1 | not-accessible | A single Host Identifier. | |
| OCT accIpxHostFltrId | 1.3.6.1.4.1.5.1.1.22.11.2.1.1 | OCTET STRING | read-write | Host Identifier |
| OCT accIpxHostFltrSocket | 1.3.6.1.4.1.5.1.1.22.11.2.1.2 | OCTET STRING | read-write | The affected socket number, or zero for 'any socket'. |
| OCT accIpxHostFltrPepClient | 1.3.6.1.4.1.5.1.1.22.11.2.1.3 | OCTET STRING | read-write | On PEP traffic, the affected Client Type, or zero for all IDP traffic. |
| INT accIpxHostFltrAction | 1.3.6.1.4.1.5.1.1.22.11.2.1.4 | INTEGER | read-write | The action to be taken on matching messages. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT accIpxHostFltrStatus | 1.3.6.1.4.1.5.1.1.22.11.2.1.5 | INTEGER | read-write | Writing 'invalid' has the effect of deleting the entry. |
| accIpxSapFilters | 1.3.6.1.4.1.5.1.1.22.12 | |||
| INT accIpxSapFltrDefault | 1.3.6.1.4.1.5.1.1.22.12.1 | INTEGER | read-write | The default behavior taken on locally originated (hop count <= 2) Service Advertisements. Remote advertisements must be identified individually. |
| accIpxSapFltrTable | 1.3.6.1.4.1.5.1.1.22.12.2 | not-accessible | A list of Service Names to be handled Specially. | |
| accIpxSapFltrEntry | 1.3.6.1.4.1.5.1.1.22.12.2.1 | not-accessible | A single Service name and its intended disposition. | |
| OCT accIpxSapFltrSrvType | 1.3.6.1.4.1.5.1.1.22.12.2.1.1 | OCTET STRING | read-write | The Service Type of the affected SAP Entry. Zero indicates all services. |
| OCT accIpxSapFltrSrvName | 1.3.6.1.4.1.5.1.1.22.12.2.1.2 | OCTET STRING | read-write | The name of the affected service. An Octet String of length zero indicates all services. Name may be up to 48 octets |
| INT accIpxSapFltrAction | 1.3.6.1.4.1.5.1.1.22.12.2.1.3 | INTEGER | read-write | The action to be taken upon a match. |
| INT accIpxSapFltrStatus | 1.3.6.1.4.1.5.1.1.22.12.2.1.4 | INTEGER | read-write | Writing 'invalid' has the effect of removing the entry. |
| accIpxNetWdParms | 1.3.6.1.4.1.5.1.1.22.13 | |||
| INT accIpxWdProxyDuration | 1.3.6.1.4.1.5.1.1.22.13.1 | INTEGER | read-write | IPX Watchdog proxy duration Value is 0 to proxy for forever & the proxy duration can be set to 0 - 86400 |
| INT accIpxWdHoldPeriod | 1.3.6.1.4.1.5.1.1.22.13.2 | INTEGER | read-write | ACC IPX Watchdog hold period Default value is 960 minutes, Hold period range is 960 - 60600 |
| INT accIpxWdMaxSessions | 1.3.6.1.4.1.5.1.1.22.13.3 | INTEGER | read-write | ACC IPX Watchdog Max Sessions Default value is 1024, Valid range is 1- 4096 |
| INT accIpxWdDiagLevel | 1.3.6.1.4.1.5.1.1.22.13.4 | INTEGER | read-write | ACC IPX Watchdog Diagnostics Level Default value is 1, Valid range is 1- 7 |
| ipMultiPathTable | 1.3.6.1.4.1.5.1.1.23 | not-accessible | This entity's IP Routing table. | |
| ipMultiPathEntry | 1.3.6.1.4.1.5.1.1.23.1 | not-accessible | A particular route to a particular destina- tion, under a particular policy. | |
| IP ipMultiPathDest | 1.3.6.1.4.1.5.1.1.23.1.1 | IpAddress | read-write | The destination IP address of this route. An entry with a value of 0.0.0.0 is considered a default route. |
| INT ipMultiPathPolicy | 1.3.6.1.4.1.5.1.1.23.1.2 | INTEGER | read-write | An instantiator for the relevant policy table. |
| INT ipMultiPathIfIndex | 1.3.6.1.4.1.5.1.1.23.1.3 | INTEGER | read-write | The index value which uniquely identifies the local interface through which the next hop of this route should be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of ifIndex. |
| IP ipMultiPathMask | 1.3.6.1.4.1.5.1.1.23.1.4 | IpAddress | read-write | Indicate the mask to be logical-ANDed with the destination address before being compared to the value in the ipMultiPathDest field. For those systems that do not support arbitrary subnet masks, an agent constructs the value of the ipMultiPathMask by determining whether the value of the correspondent ipMultiPathDest field belong to a class-A, B, or C network, and then using one of: mask network 255.0.0.0 class-A 255.255.0.0 class-B 255.255.255.0 class-C If the value of the ipMultiPathDest is 0.0.0.0(a default route), then the mask value is also 0.0.0.0. It should be noted that all IP rout- ing subsystems implicitly use this mechanism. |
| IP ipMultiPathNextHop | 1.3.6.1.4.1.5.1.1.23.1.5 | IpAddress | read-write | The IP address of the next hop of this route. (In the case of a route bound to an interface which is realized via a broadcast media, the value of this field is the agent's IP address on that interface.) |
| INT ipMultiPathMetric | 1.3.6.1.4.1.5.1.1.23.1.6 | INTEGER | read-write | The primary routing metric for this route. The semantics of this metric are determined by the routing-protocol specified in the route's ipMultiPathProto value. |
| INT ipMultiPathType | 1.3.6.1.4.1.5.1.1.23.1.7 | INTEGER | read-write | The type of route. Note that the values direct(3) and indirect(4) refer to the notion of direct and indirect routing in the IP archi- tecture. Setting this object to the value in- valid(2) has the effect of invalidating the corresponding entry in the ipMultiPathTable ob- ject. That is, it effectively dissasociates the destination identified with said entry from the route identified with said entry. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not current- ly in use. Proper interpretation of such en- tries requires examination of the relevant ip- ForwardType object. |
| INT ipMultiPathProto | 1.3.6.1.4.1.5.1.1.23.1.8 | INTEGER | read-write | The routing mechanism via which this route was learned. |
| INT ipMultiPathAge | 1.3.6.1.4.1.5.1.1.23.1.9 | INTEGER | read-write | The number of seconds since this route was last updated or otherwise determined to be correct. Note that no semantics of `too old' can be implied except through knowledge of the routing protocol by which the route was learned. |
| accTr | 1.3.6.1.4.1.5.1.1.24 | |||
| INT accTrNumber | 1.3.6.1.4.1.5.1.1.24.1 | INTEGER | read-only | Number of token-ring interfaces |
| accTrTable | 1.3.6.1.4.1.5.1.1.24.2 | not-accessible | Token Ring table | |
| accTrEntry | 1.3.6.1.4.1.5.1.1.24.2.1 | not-accessible | Additional information about Token Ring interfaces. | |
| INT accTrEarlyRelease | 1.3.6.1.4.1.5.1.1.24.2.1.2 | INTEGER | read-write | If on, the device will pass the token immediately after transmitting a frame, rather than awaiting the message to transit the ring. |
| OCT accTrMACAddr | 1.3.6.1.4.1.5.1.1.24.2.1.3 | OCTET STRING | read-write | Locally-administered MAC address of this interface. If zero, an algorithmically determined address is used. |
| INT accTrDefaultRingId | 1.3.6.1.4.1.5.1.1.24.2.1.4 | INTEGER | read-write | Ring ID that interface will use if one is not provided by a ring server. |
| INT accTrActiveRingId | 1.3.6.1.4.1.5.1.1.24.2.1.5 | INTEGER | read-only | ID of ring that this interface participates on |
| INT accTrRingSrvStatus | 1.3.6.1.4.1.5.1.1.24.2.1.6 | INTEGER | read-only | Indicates if a ring server was found. |
| accSr | 1.3.6.1.4.1.5.1.1.25 | |||
| accSrBridge | 1.3.6.1.4.1.5.1.1.25.1 | |||
| INT accSrBridgeId | 1.3.6.1.4.1.5.1.1.25.1.1 | INTEGER | read-write | ID of this bridge |
| INT accSrVirRingId | 1.3.6.1.4.1.5.1.1.25.1.2 | INTEGER | read-write | Ring number used by bridges on a WAN |
| INT accSrHopLimit | 1.3.6.1.4.1.5.1.1.25.1.3 | INTEGER | read-write | This bridge will discard a broadcast packet which has transited this many bridges en route. |
| INT accSrSingleRtBcast | 1.3.6.1.4.1.5.1.1.25.1.4 | INTEGER | read-write | If off, this bridge will not forward single-route broadcast packets. |
| INT accSrNumPorts | 1.3.6.1.4.1.5.1.1.25.1.5 | INTEGER | read-write | Number of physical ports of unit. |
| INT accSrRifTimer | 1.3.6.1.4.1.5.1.1.25.1.6 | INTEGER | read-write | |
| TIK accSrSdsInterval | 1.3.6.1.4.1.5.1.1.25.1.7 | TimeTicks | read-write | Interval between transmissions of SDS protocol packets |
| accSrPortParmTable | 1.3.6.1.4.1.5.1.1.25.2 | not-accessible | This table contains per-port parameters for source-routed bridge ports. | |
| accSrPortParmEntry | 1.3.6.1.4.1.5.1.1.25.2.1 | not-accessible | Parameters for this bridge port | |
| INT accSrParmsIndex | 1.3.6.1.4.1.5.1.1.25.2.1.1 | INTEGER | read-only | Bridge port number |
| INT accSrAdminStatus | 1.3.6.1.4.1.5.1.1.25.2.1.2 | INTEGER | read-write | Administrative status of this bridge port. If down, source-routing bridging will not occur. |
| INT accSrOperStatus | 1.3.6.1.4.1.5.1.1.25.2.1.3 | INTEGER | read-only | Operational (is) status of this bridge port. |
| INT accSrPortProtocol | 1.3.6.1.4.1.5.1.1.25.2.1.4 | INTEGER | read-write | Protocol |
| INT accSrPortLine | 1.3.6.1.4.1.5.1.1.25.2.1.5 | INTEGER | read-write | Index of physical port associated with this Source-Routing port. |
| INT accSrPortFRdlci | 1.3.6.1.4.1.5.1.1.25.2.1.6 | INTEGER | read-write | Frame Relay DLCI for this port |
| INT accSrPortXBridgeStatus | 1.3.6.1.4.1.5.1.1.25.2.1.7 | INTEGER | read-write | Translation bridge status for this port. |
| INT accSrPortVirRingId | 1.3.6.1.4.1.5.1.1.25.2.1.8 | INTEGER | read-write | Port Virtual Ring Id |
| INT accSrPortSrMethod | 1.3.6.1.4.1.5.1.1.25.2.1.9 | INTEGER | read-write | Port Source Routing Method |
| accSrPortStatsTable | 1.3.6.1.4.1.5.1.1.25.3 | not-accessible | Statistical information on bridge ports. | |
| accSrPortStatsEntry | 1.3.6.1.4.1.5.1.1.25.3.1 | not-accessible | Statistics for a single bridge port | |
| INT accStatsIndex | 1.3.6.1.4.1.5.1.1.25.3.1.1 | INTEGER | read-only | Bridge port number |
| CTR accInBcastPkts | 1.3.6.1.4.1.5.1.1.25.3.1.2 | Counter | read-only | All-stations broadcast packets received |
| CTR accInUcastPkts | 1.3.6.1.4.1.5.1.1.25.3.1.3 | Counter | read-only | Unicast packets received |
| CTR accOutBcastPkts | 1.3.6.1.4.1.5.1.1.25.3.1.4 | Counter | read-only | All-stations broadcast packets transmitted |
| CTR accOutUcastPkts | 1.3.6.1.4.1.5.1.1.25.3.1.5 | Counter | read-only | Non-unicast packets received |
| CTR accInSDSPkts | 1.3.6.1.4.1.5.1.1.25.3.1.6 | Counter | read-only | Serial Discovery Sequence packets received. These packets are a component of a proprietary ACC protocol used when a serial link is established between a pair of ACC units. |
| CTR accInAPEPkts | 1.3.6.1.4.1.5.1.1.25.3.1.7 | Counter | read-only | All-path explorer packets received |
| CTR accOutSDSPkts | 1.3.6.1.4.1.5.1.1.25.3.1.8 | Counter | read-only | Serial Discovery Sequence packets transmitted. |
| CTR accOutAPEPkts | 1.3.6.1.4.1.5.1.1.25.3.1.9 | Counter | read-only | All-Path Explorer Packets transmitted |
| CTR accInDiscPkts | 1.3.6.1.4.1.5.1.1.25.3.1.10 | Counter | read-only | Packets discarded due to address filtering. |
| CTR accOutDelayDiscPkts | 1.3.6.1.4.1.5.1.1.25.3.1.11 | Counter | read-only | Packets discarded because they were too long on the output queue. |
| CTR accOutPrioDiscPkts | 1.3.6.1.4.1.5.1.1.25.3.1.12 | Counter | read-only | Packets discarded due to protocol prioritization. |
| CTR accInMcastPkts | 1.3.6.1.4.1.5.1.1.25.3.1.13 | Counter | read-only | Multicast packets received. |
| CTR accOutMcastPkts | 1.3.6.1.4.1.5.1.1.25.3.1.14 | Counter | read-only | Multicast packets transmitted. |
| accSrRouteTable | 1.3.6.1.4.1.5.1.1.25.4 | not-accessible | Table of source-routing routes | |
| accSrRouteEntry | 1.3.6.1.4.1.5.1.1.25.4.1 | not-accessible | Information on a specific route | |
| OCT accSrRtDest | 1.3.6.1.4.1.5.1.1.25.4.1.1 | OCTET STRING | read-only | Destination for which route is intended |
| INT accSrRtControl | 1.3.6.1.4.1.5.1.1.25.4.1.2 | INTEGER | read-only | Control bytes in routing field |
| OCT accSrRtDesc | 1.3.6.1.4.1.5.1.1.25.4.1.3 | OCTET STRING | read-only | Route description; sequence of bridge and ring ID's. |
| INT accSrRtIfIndex | 1.3.6.1.4.1.5.1.1.25.4.1.4 | INTEGER | read-only | |
| accSrFilterTable | 1.3.6.1.4.1.5.1.1.25.5 | not-accessible | Table of filters to permit forwarding or dropping of frames on per-station-pair basis Records can be deleted by setting either the source or destination to the NULL type for the instance of interest. | |
| accSrFilterEntry | 1.3.6.1.4.1.5.1.1.25.5.1 | not-accessible | A specific filter | |
| OCT accSrFilterDest | 1.3.6.1.4.1.5.1.1.25.5.1.1 | OCTET STRING | read-write | Destination MAC address of packet to be filtered. Zero address matches all. |
| OCT accSrFilterSrc | 1.3.6.1.4.1.5.1.1.25.5.1.2 | OCTET STRING | read-write | Source MAC address of packet to be filtered Zero address matches all. |
| INT accSrFilterAction | 1.3.6.1.4.1.5.1.1.25.5.1.3 | INTEGER | read-write | Action to take packets satisfying filter criteria. forward(0), discard(1) |
| accSrFpTable | 1.3.6.1.4.1.5.1.1.25.6 | not-accessible | A list of Forwarding Priority Entries. Entries are added/deleted via management action. | |
| accSrFpEntry | 1.3.6.1.4.1.5.1.1.25.6.1 | not-accessible | Relative Priority between frames to be forwarded on a Bridge Port. | |
| INT accSrFpIndex | 1.3.6.1.4.1.5.1.1.25.6.1.1 | INTEGER | read-write | Port number |
| INT accSrFpProt | 1.3.6.1.4.1.5.1.1.25.6.1.2 | INTEGER | read-write | protocol type Set this object to NULL to delete the entry. |
| INT accSrFpPrio | 1.3.6.1.4.1.5.1.1.25.6.1.3 | INTEGER | read-write | Relative forwarding priority assigned to protocol. discard(0), low(1), normal(2), high(3) |
| accSrFpDefaults | 1.3.6.1.4.1.5.1.1.25.7 | |||
| INT accSrFpPriDefault | 1.3.6.1.4.1.5.1.1.25.7.1 | INTEGER | read-write | discard(0), low(1), normal(2), high(3) |
| accSrPortFRTable | 1.3.6.1.4.1.5.1.1.25.9 | not-accessible | ||
| accSrPortFREntry | 1.3.6.1.4.1.5.1.1.25.9.1 | not-accessible | ||
| INT accSrPortFRport | 1.3.6.1.4.1.5.1.1.25.9.1.1 | INTEGER | read-only | |
| INT accSrPortFRencap | 1.3.6.1.4.1.5.1.1.25.9.1.3 | INTEGER | read-write | Frame Relay Encapsulation Method |
| accSrPortX25Table | 1.3.6.1.4.1.5.1.1.25.10 | not-accessible | ||
| accSrPortX25Entry | 1.3.6.1.4.1.5.1.1.25.10.1 | not-accessible | ||
| INT accSrPortX25port | 1.3.6.1.4.1.5.1.1.25.10.1.1 | INTEGER | read-only | |
| INT accSrPortX25addr1 | 1.3.6.1.4.1.5.1.1.25.10.1.2 | INTEGER | read-write | |
| INT accSrPortX25addr2 | 1.3.6.1.4.1.5.1.1.25.10.1.3 | INTEGER | read-write | |
| INT accSrPortX25idleTime | 1.3.6.1.4.1.5.1.1.25.10.1.4 | INTEGER | read-write | |
| INT accSrPortX25pktNegot | 1.3.6.1.4.1.5.1.1.25.10.1.5 | INTEGER | read-write | |
| INT accSrPortX25windowNegot | 1.3.6.1.4.1.5.1.1.25.10.1.6 | INTEGER | read-write | |
| INT accSrPortX25FacIndex | 1.3.6.1.4.1.5.1.1.25.10.1.7 | INTEGER | read-write | Index of optional facility string or zero. |
| accSrStp | 1.3.6.1.4.1.5.1.1.25.11 | |||
| accSrStpBridge | 1.3.6.1.4.1.5.1.1.25.11.1 | |||
| INT accSrStpPriority | 1.3.6.1.4.1.5.1.1.25.11.1.1 | INTEGER | read-write | Among all devices participating in the sr spanning tree, the one with the highest priority (numerically lowest value of this parameter) is elected as the Root of the spanning tree. |
| OCT accSrStpId | 1.3.6.1.4.1.5.1.1.25.11.1.2 | OCTET STRING | read-only | Unique bridge identifier of this bridge. This object comprises two parts, one of which is the MAC address, and the other of which is the SrStpPriority and is the more significant part in priority comparisons. |
| OCT accSrStpBrAddr | 1.3.6.1.4.1.5.1.1.25.11.1.3 | OCTET STRING | read-only | MAC address of preferred port for this bridge. |
| INT accSrStpMode | 1.3.6.1.4.1.5.1.1.25.11.1.4 | INTEGER | read-write | Style of this Bridge's participation in Spanning Tree. Ieee follows 802.1d recommendations, manual is a static assignment (no bpdus are sent, received bpdus are ignore), blue is nearly ieee, with some minor exceptions for interoperability with certain SR bridges. |
| TIK accSrStpFilterTime | 1.3.6.1.4.1.5.1.1.25.11.1.5 | TimeTicks | read-only | Minimum time period elapsing between the transmission of Hello frames through a given Bridge Port. No more than two Hello frames shall be transmitted in any SrStpFilterTime period. |
| OCT accSrStpMcastAddr | 1.3.6.1.4.1.5.1.1.25.11.1.6 | OCTET STRING | read-write | A unique MAC group address, recognised by all the Bridges within the Bridged Local Area Network. |
| INT accSrStpTopChangeDet | 1.3.6.1.4.1.5.1.1.25.11.1.7 | INTEGER | read-only | Indicates if this unit has detected the Topology change indication in the hello BPDU. |
| INT accSrStpTopChange | 1.3.6.1.4.1.5.1.1.25.11.1.8 | INTEGER | read-only | Indicates if the STP topology of a network is in process of changing. |
| TIK accSrStpTopChangeTimer | 1.3.6.1.4.1.5.1.1.25.11.1.9 | TimeTicks | read-only | This timer serves to determine the time period for which hello frames are transmitted with the Topology Change flag parameter set by the Bridge when it is the Root following the detection of a topology change. |
| OCT accSrStpDesRoot | 1.3.6.1.4.1.5.1.1.25.11.1.10 | OCTET STRING | read-only | The Bridge Identifier of the device currently assumed by this unit to be the Root. |
| INT accSrStpRootPathCost | 1.3.6.1.4.1.5.1.1.25.11.1.11 | INTEGER | read-only | Current path cost to the Root Bridge. |
| OCT accSrStpRootPort | 1.3.6.1.4.1.5.1.1.25.11.1.12 | OCTET STRING | read-only | Port Number of the one Port in the direction of the Root. (Value is meaningless if this unit is the Root). |
| INT accSrStpMaxAge | 1.3.6.1.4.1.5.1.1.25.11.1.13 | INTEGER | read-write | The value of the Max Age parameter when the Bridge is the Root or attempting to become the Root. The Max Age parameter is conveyed to ensure that each Bridge in a Bridged Local Area Network has a consistent value against which to test the age of stored protocol information. |
| INT accSrStpHelloTime | 1.3.6.1.4.1.5.1.1.25.11.1.14 | INTEGER | read-write | Interval between Hello frames that this Bridge will initiate when it is Root or is attempting to be Root. |
| INT accSrStpForwardDelay | 1.3.6.1.4.1.5.1.1.25.11.1.15 | INTEGER | read-write | The time (seconds) spent in the Listening state while moving from the Blocking state to the Learning state. The time (seconds) spent in the Learning state while moving from the Listening state to the Forwarding state. The value (seconds) used for the ageing time of dynamic entries in the Forwarding Database table wile the Topology Change flag is set in protocol messages received from the Root. This object only has an effect if SRT bridging is enabled |
| TIK accSrStpUpTime | 1.3.6.1.4.1.5.1.1.25.11.1.16 | TimeTicks | read-only | |
| CTR accSrStpTopChangeCnts | 1.3.6.1.4.1.5.1.1.25.11.1.17 | Counter | read-only | |
| accSrStpPortParms | 1.3.6.1.4.1.5.1.1.25.11.2 | |||
| INT accSrStpPortState | 1.3.6.1.4.1.5.1.1.25.11.2.1 | INTEGER | read-only | accSrStpPortState reports the operational status of the port. The learning state will only be reported if SRT bridging is enabled |
| INT accSrStpPortPathCost | 1.3.6.1.4.1.5.1.1.25.11.2.2 | INTEGER | read-write | Path cost |
| OCT accSrStpPortDesRoot | 1.3.6.1.4.1.5.1.1.25.11.2.3 | OCTET STRING | read-only | Designated root |
| INT accSrStpPortDesCost | 1.3.6.1.4.1.5.1.1.25.11.2.4 | INTEGER | read-only | Cost to designated root |
| OCT accSrStpPortDesBridge | 1.3.6.1.4.1.5.1.1.25.11.2.5 | OCTET STRING | read-only | Designated bridge |
| OCT accSrStpPortDesPort | 1.3.6.1.4.1.5.1.1.25.11.2.6 | OCTET STRING | read-only | Designated port |
| INT accSrStpPortPriority | 1.3.6.1.4.1.5.1.1.25.11.2.7 | INTEGER | read-write | Relative STP priority of this port |
| CTR accSrStpPortInPkts | 1.3.6.1.4.1.5.1.1.25.11.2.8 | Counter | read-only | Number of spanning tree packets recieved |
| CTR accSrStpPortOutPkts | 1.3.6.1.4.1.5.1.1.25.11.2.9 | Counter | read-only | Number of spanning tree packets sent |
| INT accSrStpPortAdmin | 1.3.6.1.4.1.5.1.1.25.11.2.10 | INTEGER | read-write | accSrStpPortAdminStatus reports the administrative status of the STP port; an update to this variable requires a reset. When the STP mode is manual, the accSrStpPortAdminStatus determines whether the port is part of the active spanning tree or not. |
| accSrRingTable | 1.3.6.1.4.1.5.1.1.25.12 | not-accessible | ||
| accSrRingEntry | 1.3.6.1.4.1.5.1.1.25.12.1 | not-accessible | ||
| INT accSrRingTblRingID | 1.3.6.1.4.1.5.1.1.25.12.1.1 | INTEGER | read-only | The ring number of a Token Ring reachable across the Virtual Ring. |
| INT accSrRingTblBridgeID | 1.3.6.1.4.1.5.1.1.25.12.1.2 | INTEGER | read-write | The bridge ID used to reach a Token Ring across the Virtual Ring. |
| INT accSrRingTblPortIndex | 1.3.6.1.4.1.5.1.1.25.12.1.3 | INTEGER | read-write | The SR bridge port used to forward packets on the Virtual Ring. |
| INT accSrRingTblMetric | 1.3.6.1.4.1.5.1.1.25.12.1.4 | INTEGER | read-write | The number of hops to reach a Token Ring across the Virtual Ring. |
| INT accSrRingTblAge | 1.3.6.1.4.1.5.1.1.25.12.1.5 | INTEGER | read-write | The age, in seconds of this ring information. |
| OCT accSrRingTblNbrMacAddr | 1.3.6.1.4.1.5.1.1.25.12.1.6 | OCTET STRING | read-write | The MAC address of the neighbor on the Virtual Ring used to reach a remote Token Ring. (currently only used for Ethernets) |
| accSrFiltIITable | 1.3.6.1.4.1.5.1.1.25.13 | not-accessible | A list of Filtering entries. | |
| accSrFiltIIEntry | 1.3.6.1.4.1.5.1.1.25.13.1 | not-accessible | A Filtering entry which defines the SR action to be taken based upon the destination AND source MAC Addresses AFTER applying the address masks, port number, port protocol and logic op of received frames. | |
| OCT accSrFiltIIEntDstMacAddr | 1.3.6.1.4.1.5.1.1.25.13.1.1 | OCTET STRING | read-write | Destination MAC Address of the Filtering entry. |
| OCT accSrFiltIIEntSrcMacAddr | 1.3.6.1.4.1.5.1.1.25.13.1.2 | OCTET STRING | read-write | Source MAC Address of the Filtering entry. |
| INT accSrFiltIIEntDisp | 1.3.6.1.4.1.5.1.1.25.13.1.3 | INTEGER | read-write | Disposition of received Frame. Note that a Frame is never sent back out on the Port on which it was received. |
| INT accSrFiltIIEntPort | 1.3.6.1.4.1.5.1.1.25.13.1.4 | INTEGER | read-write | In all cases, the destination port of the received frame. |
| INT accSrFiltIIEntLogicalOp | 1.3.6.1.4.1.5.1.1.25.13.1.5 | INTEGER | read-write | Logical operation to be performed in conjunction with specified protocol. This is an optional parameter. |
| OCT accSrFiltIIEntProtocol | 1.3.6.1.4.1.5.1.1.25.13.1.6 | OCTET STRING | read-write | Protocol to be used in conjunction with logical operation to determine the disposition of all received packets. |
| OCT accSrFiltIIEntDstMacAddrMask | 1.3.6.1.4.1.5.1.1.25.13.1.7 | OCTET STRING | read-write | Destination MAC Address Mask for the Filtering entry. The mask is ANDed with the Destination address to determine that part of the MAC address which is used in the filtering decision. |
| OCT accSrFiltIIEntSrcMacAddrMask | 1.3.6.1.4.1.5.1.1.25.13.1.8 | OCTET STRING | read-write | Source MAC Address Mask for the Filtering entry. The mask is ANDed with the Source address to determine that part of the MAC address which is used in the filtering decision. |
| INT accSrFiltIIDiscards | 1.3.6.1.4.1.5.1.1.25.14 | INTEGER | read-only | The number of packets discarded as a result of bridge filtering. Maintained globally for all ports. |
| INT accSrFiltIIEntries | 1.3.6.1.4.1.5.1.1.25.15 | INTEGER | read-only | The number of entries currently in the bridge filtering table. The maximum number of entries is 150. |
| accSMDS | 1.3.6.1.4.1.5.1.1.26 | |||
| accSmdsPortTable | 1.3.6.1.4.1.5.1.1.26.1 | not-accessible | This table contains SMDS port parameters and state variables, one entry per SMDS port. | |
| accSmdsPortEntry | 1.3.6.1.4.1.5.1.1.26.1.1 | not-accessible | This list contains SMDS port parameters and state variables. | |
| INT accSmdsPortIndex | 1.3.6.1.4.1.5.1.1.26.1.1.1 | INTEGER | read-only | The value of this object identifies the SIP port interface for which this entry contains management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in RFC 1156 and RFC 1213, for the same interface. |
| ADR accSmdsPortIA | 1.3.6.1.4.1.5.1.1.26.1.1.2 | SmdsAddress | read-write | The value of this object specifies the SNI Individual address configured for this SIP interface port. |
| accSipL3Table | 1.3.6.1.4.1.5.1.1.26.2 | not-accessible | This table contains SIP L3 parameters and state variables, one entry per SIP port. | |
| accSipL3Entry | 1.3.6.1.4.1.5.1.1.26.2.1 | not-accessible | This list contains SIP L3 parameters and state variables. | |
| INT accSipL3Index | 1.3.6.1.4.1.5.1.1.26.2.1.1 | INTEGER | read-only | The value of this object identifies the SIP port interface for which this entry contains management information. The value of this object for a particular interface has the same value as the ifIndex object, defined in RFC 1156 and RFC 1213, for the same interface. |
| CTR accSipL3RcvIAs | 1.3.6.1.4.1.5.1.1.26.2.1.2 | Counter | read-only | The total number of individually addressed SIP Level 3 PDUs received from the remote system across the SNI. The total includes only unerrored L3PDUs. |
| CTR accSipL3RcvGAs | 1.3.6.1.4.1.5.1.1.26.2.1.3 | Counter | read-only | The total number of group addressed SIP Level 3 PDUs received from the remote system across the SNI. The total includes only unerrored L3PDUs. |
| CTR accSipL3UnkIAs | 1.3.6.1.4.1.5.1.1.26.2.1.4 | Counter | read-only | The number of SIP Level 3 PDUs received from the remote system with invalid or unknown individual destination addresses (Destination Address Screening violations are not included). See SMDS Subscription MIB module. |
| CTR accSipL3UnkGAs | 1.3.6.1.4.1.5.1.1.26.2.1.5 | Counter | read-only | The number of SIP Level 3 PDUs received from the remote system with invalid or unknown group addresses. (Destination Address Screening violations are not included). See SMDS Subscription MIB module. |
| CTR accSipL3SndIAs | 1.3.6.1.4.1.5.1.1.26.2.1.6 | Counter | read-only | The number of individually addressed SIP Level 3 PDUs that have been sent by this system across the SNI. |
| CTR accSipL3SndGAs | 1.3.6.1.4.1.5.1.1.26.2.1.7 | Counter | read-only | The number of group addressed SIP L3PDUs that have been sent by this system across the SNI. |
| CTR accSipL3Errors | 1.3.6.1.4.1.5.1.1.26.2.1.8 | Counter | read-only | The total number of SIP Level 3 PDUs received from the remote system that were discovered to have errors (including protocol processing and bit errors but excluding addressing-related errors) and were discarded. Includes both group addressed L3PDUs and L3PDUs containing an individual destination address. |
| CTR accSipL3InvAddrs | 1.3.6.1.4.1.5.1.1.26.2.1.9 | Counter | read-only | The number of SIP Level 3 PDUs received from the remote system that had the Source or Destination Address_Type subfields, (the four most significant bits of the 64 bit address field), not equal to the value 1100 or 1110. Also, an error is considered to have occurred if the Address_Type field for a Source Address, the four most significant bits of the 64 bits, is equal to 1110 (a group address). |
| accRload | 1.3.6.1.4.1.5.1.1.27 | |||
| accRlSourceTable | 1.3.6.1.4.1.5.1.1.27.1 | not-accessible | Table of host/filenames for remote loading of system application code. To delete an entry, set the value of accRlPriority to NULL for the desired instance. Existing entries may be modified (overwritten). | |
| accRlSourceEntry | 1.3.6.1.4.1.5.1.1.27.1.1 | not-accessible | Specific host/filename information | |
| IP accRlHostAddr | 1.3.6.1.4.1.5.1.1.27.1.1.1 | IpAddress | read-write | IP address of host which contains the application file to be remote-loaded. |
| STR accRlFilename | 1.3.6.1.4.1.5.1.1.27.1.1.2 | DisplayString | read-write | ASCII filename of application file to be remote-loaded to unit. |
| INT accRlPriority | 1.3.6.1.4.1.5.1.1.27.1.1.3 | INTEGER | read-write | Priority of this entry. Attempts will be made to download from host/filename with lowest numerical value of priority first, then next lowest, etc. Range is limited to number of entries in the table. |
| INT accNetload | 1.3.6.1.4.1.5.1.1.27.2 | INTEGER | read-write | Setting this object to initiate causes the unit to attempt to load application code into local (execution) memory from a file in the accRlSourceTable. This code will then be immediately executed. |
| INT accDownload | 1.3.6.1.4.1.5.1.1.27.3 | INTEGER | read-write | Setting this object to initiate causes the unit to load local EPROM with application code brought over the network from a file in the accRlSourceTable. |
| INT accPromload | 1.3.6.1.4.1.5.1.1.27.4 | INTEGER | read-write | Setting this object to initiate causes the unit to load local EPROM with diagnostics and the remote loader application brought over the network from a file called PROMLOAD from a host in the accRlSourceTable. |
| accCfgLoad | 1.3.6.1.4.1.5.1.1.27.5 | |||
| IP accCfgHost | 1.3.6.1.4.1.5.1.1.27.5.1 | IpAddress | read-write | The IP address of the TFTP server to attempt a download from. This object is used in conjunction with accCfgFile & accCfgDisp to download configurations. |
| STR accCfgFile | 1.3.6.1.4.1.5.1.1.27.5.2 | DisplayString | read-write | The filename (include pathname) of the file on the TFTP server to download. This object is used in conjunction with accCfgHost & accCfgDisp to download configurations. |
| INT accCfgDisp | 1.3.6.1.4.1.5.1.1.27.5.3 | INTEGER | read-write | The action to take following the successful TFTP download of a file. reset specifies that the downloaded file is a binary configuration file. The configuration is overwritten with the downloaded file, and the unit resets, using the downloaded configuration on restart. reload specifies that the downloaded file is a binary configuration file. The configuration is overwritten with the downloaded file, and the unit reloads, using the downloaded configuration on restart. execute specifies that the downloaded file is a configuration script containing client commands. On download the script is parsed and the commands executed. |
| accTftpStat | 1.3.6.1.4.1.5.1.1.27.6 | |||
| INT accTftpStatus | 1.3.6.1.4.1.5.1.1.27.6.1 | INTEGER | read-only | The state of the remote loader (client of TFTP). |
| STR accTftpLocalFile | 1.3.6.1.4.1.5.1.1.27.6.2 | DisplayString | read-only | The local filename used in the last upload/download. |
| STR accTftpRemoteFile | 1.3.6.1.4.1.5.1.1.27.6.3 | DisplayString | read-only | The remote filename used in the last download. |
| INT accTftpOctetsTransferred | 1.3.6.1.4.1.5.1.1.27.6.4 | INTEGER | read-only | The number of octets transferred in the last/current upload/download. |
| STR accTftpLastMsg | 1.3.6.1.4.1.5.1.1.27.6.5 | DisplayString | read-only | The contents of the last trap message generated by the remote loader. |
| accTftpCmd | 1.3.6.1.4.1.5.1.1.27.7 | |||
| INT accTftpCmdReq | 1.3.6.1.4.1.5.1.1.27.7.1 | INTEGER | read-only | TFTP command request. |
| IP accTftpCmdHost | 1.3.6.1.4.1.5.1.1.27.7.2 | IpAddress | read-only | TFTP command host. |
| STR accTftpCmdRemote | 1.3.6.1.4.1.5.1.1.27.7.3 | DisplayString | read-only | TFTP remote file name. |
| STR accTftpCmdLocal | 1.3.6.1.4.1.5.1.1.27.7.4 | DisplayString | read-only | TFTP local file name. |
| accAt | 1.3.6.1.4.1.5.1.1.28 | |||
| accAtNode | 1.3.6.1.4.1.5.1.1.28.1 | |||
| INT accAtNodeAdState | 1.3.6.1.4.1.5.1.1.28.1.1 | INTEGER | read-write | The administrative state of the AppleTalk router. If set to on(1), AppleTalk packets will be routed on ports which have been administratively enabled. If set to off(3), AppleTalk packets will be bridged. |
| INT accAtNodeChecksum | 1.3.6.1.4.1.5.1.1.28.1.2 | INTEGER | read-write | The AppleTalk checksum mode. If set to on(1), output packets will be generated with the standard AppleTalk checksum. If set to off(2), output packets will be generated with a null checksum. Checksum verification is performed on input if and only if a DDP checksum is present. |
| TIK accAtNodeAarpExpire | 1.3.6.1.4.1.5.1.1.28.1.3 | TimeTicks | read-write | The AARP database expiration interval. AARP database entries which are not updated within this interval of time are deleted from the database. The default value is 360000 (1 hour). |
| accAtAarpTable | 1.3.6.1.4.1.5.1.1.28.2 | not-accessible | The AARP database containing AppleTalk protocol to hardware address mappings. This view of the AARP database differs from the standard view as seen from the experimental branch of the MIB. | |
| accAtAarpEntry | 1.3.6.1.4.1.5.1.1.28.2.1 | not-accessible | An AARP database entry which maps a particular AppleTalk protocol address into a MAC-layer hardware address. | |
| INT accAtAarpTabPort | 1.3.6.1.4.1.5.1.1.28.2.1.1 | INTEGER | read-only | The logical port number of a directly-connected AppleTalk network. |
| OCT accAtAarpTabMacAddr | 1.3.6.1.4.1.5.1.1.28.2.1.2 | OCTET STRING | read-only | The 48-bit Ethernet or Token Ring MAC-layer address which corresponds to the AppleTalk network address. |
| OCT accAtAarpTabNetAddr | 1.3.6.1.4.1.5.1.1.28.2.1.3 | OCTET STRING | read-only | The 24-bit AppleTalk network address consisting of a 16-bit network number and 8-bit node id. |
| INT accAtAarpTabStatus | 1.3.6.1.4.1.5.1.1.28.2.1.4 | INTEGER | read-only | The status of the entry. A status of dynamic(1) indicates the entry can be deleted when the expiration interval expires, a status of static(1) indicates the entry contains the address of a local port, and a status of pending(3) indicates the entry is not complete (i.e., the hardware or protocol address is unknown). |
| accAtAarpStatsTable | 1.3.6.1.4.1.5.1.1.28.3 | not-accessible | AppleTalk Address Resolution Protocol (AARP) statistics maintained and reported on a per-port basis. | |
| accAtAarpStatsEntry | 1.3.6.1.4.1.5.1.1.28.3.1 | not-accessible | The AARP statistics for a particular logical port. If the port is not connected to an AppleTalk network which uses AARP, all statistics will be reported with a zero value. | |
| CTR accAtAarpStatsInRequests | 1.3.6.1.4.1.5.1.1.28.3.1.1 | Counter | read-only | The number of AARP request packets received. |
| CTR accAtAarpStatsInResponses | 1.3.6.1.4.1.5.1.1.28.3.1.2 | Counter | read-only | The number of AARP response packets received. |
| CTR accAtAarpStatsInProbes | 1.3.6.1.4.1.5.1.1.28.3.1.3 | Counter | read-only | The number of AARP probe packets received. |
| CTR accAtAarpStatsOutRequests | 1.3.6.1.4.1.5.1.1.28.3.1.4 | Counter | read-only | The number of AARP request packets sent. |
| CTR accAtAarpStatsOutResponses | 1.3.6.1.4.1.5.1.1.28.3.1.5 | Counter | read-only | The number of AARP response packets sent. |
| CTR accAtAarpStatsOutProbes | 1.3.6.1.4.1.5.1.1.28.3.1.6 | Counter | read-only | The number of AARP probe packets sent. |
| CTR accAtAarpStatsNoReplys | 1.3.6.1.4.1.5.1.1.28.3.1.7 | Counter | read-only | The number of times an AARP request packet and its subsequent retransmissions received no response. |
| CTR accAtAarpStatsExpires | 1.3.6.1.4.1.5.1.1.28.3.1.8 | Counter | read-only | The number of times an entry was deleted from the AARP database because the expiration interval had expired. |
| CTR accAtAarpStatsDiscards | 1.3.6.1.4.1.5.1.1.28.3.1.9 | Counter | read-only | The number of queued output packets discarded because of an unanswered AARP request. |
| CTR accAtAarpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.3.1.10 | Counter | read-only | The number of AARP packets received which were invalid or which could not be processed because of some internal error. |
| CTR accAtAarpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.3.1.11 | Counter | read-only | The number of AARP packets which could not be sent because of some internal error. |
| accAtAdbStats | 1.3.6.1.4.1.5.1.1.28.4 | |||
| CTR accAtAdbStatsCacheds | 1.3.6.1.4.1.5.1.1.28.4.1 | Counter | read-only | The number of times the desired database entry was the first entry in the hash bucket (i.e., it had already been rotated to the beginning of the list of entries with the same hash value). |
| CTR accAtAdbStatsRotates | 1.3.6.1.4.1.5.1.1.28.4.2 | Counter | read-only | The number of times the desired database entry was not the first entry in the hash bucket and had to be rotated to the beginning of the list. |
| CTR accAtAdbStatsNoEntries | 1.3.6.1.4.1.5.1.1.28.4.3 | Counter | read-only | The number of times the desired entry was not in the AARP database. |
| CTR accAtAdbStatsAdds | 1.3.6.1.4.1.5.1.1.28.4.4 | Counter | read-only | The number of times a new entry was added to the AARP database. |
| CTR accAtAdbStatsUpdates | 1.3.6.1.4.1.5.1.1.28.4.5 | Counter | read-only | The number of times an existing entry was updated. |
| CTR accAtAdbStatsDeletes | 1.3.6.1.4.1.5.1.1.28.4.6 | Counter | read-only | The number of times an entry was deleted from the AARP database. |
| CTR accAtAdbStatsTrims | 1.3.6.1.4.1.5.1.1.28.4.7 | Counter | read-only | The number of times the AARP database was trimmed to make room for a new entry. |
| CTR accAtAdbStatsDiscards | 1.3.6.1.4.1.5.1.1.28.4.8 | Counter | read-only | The number of queued output packets discarded because the anchoring database entry was deleted. |
| accAtDdpStats | 1.3.6.1.4.1.5.1.1.28.5 | |||
| CTR accAtDdpStatsNoOutRoutes | 1.3.6.1.4.1.5.1.1.28.5.1 | Counter | read-only | The number of output packets generated by local protocol handlers for which there was not route to the destination network. |
| CTR accAtDdpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.5.2 | Counter | read-only | The number of packets received which could not be delivered because of some internal error. |
| CTR accAtDdpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.5.3 | Counter | read-only | The number of packets locally generated which could not be sent because of some internal error. |
| accAtNetTable | 1.3.6.1.4.1.5.1.1.28.6 | not-accessible | AppleTalk network configuration table stored in NVM. | |
| accAtNetEntry | 1.3.6.1.4.1.5.1.1.28.6.1 | not-accessible | The information stored in NVM which defines an AppleTalk network or half-router serial port. This information supplements standard configuration parameters defined in the experimental branch of the MIB. | |
| INT accAtNetTabProtocol | 1.3.6.1.4.1.5.1.1.28.6.1.1 | INTEGER | read-write | The type of data-link protocol used. These types augment the standard definitions in the experimental branch of the MIB and are used to maintain conformity with ACC management commands. Setting this object will cause all other objects associated with this entry to be reset to their default values. |
| INT accAtNetTabRtmpIncr | 1.3.6.1.4.1.5.1.1.28.6.1.2 | INTEGER | read-write | The RTMP hop-count increment to be applied to packets forwarded via this port or routing tuples received received on this port. |
| TIK accAtNetTabRtmpSend | 1.3.6.1.4.1.5.1.1.28.6.1.3 | TimeTicks | read-write | The RTMP send interval for routing updates sent via this port. The RTMP send interval may be set to a higher value on serial ports to limit the amount of bandwidth consumed by routing updates. |
| OCT accAtNetTabX25Addr1 | 1.3.6.1.4.1.5.1.1.28.6.1.4 | OCTET STRING | read-write | The normal DTE address to use for sending or receiving packets via an X.25 virtual circuit. |
| OCT accAtNetTabX25Addr2 | 1.3.6.1.4.1.5.1.1.28.6.1.5 | OCTET STRING | read-write | An alternate DTE address to use for receiving packets via an X.25 virtual circuit. |
| TIK accAtNetTabX25Idle | 1.3.6.1.4.1.5.1.1.28.6.1.6 | TimeTicks | read-write | The interval which governs how long an X.25 circuit can be idle before it is cleared. |
| INT accAtNetTabX25PktSize | 1.3.6.1.4.1.5.1.1.28.6.1.7 | INTEGER | read-write | The desired packet size to be negotiated during X.25 call establishment. pktsize1(0), pktsize2(16), pktsize3(32), pktsize4(64), pktsize5(128), pktsize6(256), pktsize7(512), pktsize8(1024) |
| INT accAtNetTabX25WinSize | 1.3.6.1.4.1.5.1.1.28.6.1.8 | INTEGER | read-write | The desired window size to be negotiated during X.25 call establishment. |
| INT accAtNetTabX25FacIndex | 1.3.6.1.4.1.5.1.1.28.6.1.9 | INTEGER | read-write | Index of optional facility string or zero. |
| accAtPortTable | 1.3.6.1.4.1.5.1.1.28.7 | not-accessible | The AppleTalk port table stored in RAM. For each valid network table entry configured in NVM when the port table is initialized (after system reset) there is a corresponding port table entry in RAM. | |
| accAtPortEntry | 1.3.6.1.4.1.5.1.1.28.7.1 | not-accessible | The information maintained in RAM for a particular logical port. | |
| INT accAtPortTabIndex | 1.3.6.1.4.1.5.1.1.28.7.1.1 | INTEGER | read-only | The logical port number. Only ports which were defined prior to the last system reset and whose configuration entries contained valid parameters are initialized and stored in RAM. |
| OCT accAtPortTabNetAddr | 1.3.6.1.4.1.5.1.1.28.7.1.2 | OCTET STRING | read-only | The ports DDP network address consisting of a 16-bit AppleTalk network number and 8-bit node id. This address is determined dynamically during port start up and may change after a system reset. |
| INT accAtPortTabState | 1.3.6.1.4.1.5.1.1.28.7.1.3 | INTEGER | read-only | The operational state of the port. |
| STR accAtPortTabDescr | 1.3.6.1.4.1.5.1.1.28.7.1.4 | DisplayString | read-only | Displayable text describing the type of logical port. |
| INT accAtPortTabErrCode | 1.3.6.1.4.1.5.1.1.28.7.1.5 | INTEGER | read-only | An error code indicating why the logical port has been disabled. This value is set when the operational state (accAtPortTabState) of a port is set to error(11) due to some condition which may prevent continued operation. |
| TIK accAtPortTabErrTime | 1.3.6.1.4.1.5.1.1.28.7.1.6 | TimeTicks | read-only | The time (relative to the last system reset) at which the port became disabled. |
| OCT accAtPortTabErrAddr | 1.3.6.1.4.1.5.1.1.28.7.1.7 | OCTET STRING | read-only | The DDP network address of a neighboring router or AppleTalk node which was the source of information causing the port to become disabled. The DDP address consists of a 16-bit AppleTalk network number and 8-bit node id. |
| STR accAtPortTabErrDescr | 1.3.6.1.4.1.5.1.1.28.7.1.8 | DisplayString | read-only | Displayable text which describes why the port has been disabled. |
| INT accAtPortTabErrCount | 1.3.6.1.4.1.5.1.1.28.7.1.9 | INTEGER | read-only | The number of subsequent errors which have been detected while a port is disabled. |
| accAtPortStatsTable | 1.3.6.1.4.1.5.1.1.28.8 | not-accessible | Datagram Delivery Protocol (DDP) statistics maintained and reported on a per-port basis. | |
| accAtPortStatsEntry | 1.3.6.1.4.1.5.1.1.28.8.1 | not-accessible | The DDP statistics maintained for a particular logical port. | |
| CTR accAtPortStatsInTotals | 1.3.6.1.4.1.5.1.1.28.8.1.1 | Counter | read-only | The total number of DDP packets received via the port. |
| CTR accAtPortStatsInShorts | 1.3.6.1.4.1.5.1.1.28.8.1.2 | Counter | read-only | The total number of DDP packets received with short headers. |
| CTR accAtPortStatsNotForMes | 1.3.6.1.4.1.5.1.1.28.8.1.3 | Counter | read-only | The number of Phase 1 unicast packets received with a LLAP header whose destination node id did not match that of the receiving port. |
| CTR accAtPortStatsTooShorts | 1.3.6.1.4.1.5.1.1.28.8.1.4 | Counter | read-only | The number of DDP packets received whose length was less than that of a DDP header or whose physical length was less than the logical length. |
| CTR accAtPortStatsTooLongs | 1.3.6.1.4.1.5.1.1.28.8.1.5 | Counter | read-only | The number of of DDP packets received whose length exceeded the maximum datagram size or whose physical length was greater than the logical length. |
| CTR accAtPortStatsChksums | 1.3.6.1.4.1.5.1.1.28.8.1.6 | Counter | read-only | The number of DDP packets received with an invalid checksum. |
| CTR accAtPortStatsNotMyNets | 1.3.6.1.4.1.5.1.1.28.8.1.7 | Counter | read-only | The number of DDP broadcast packets received whose destination network number was within the range of the connected network but which did not match the network number assigned to the port. |
| CTR accAtPortStatsInFwdReqs | 1.3.6.1.4.1.5.1.1.28.8.1.8 | Counter | read-only | The number of DDP packets received which were not addressed to the receiving port (although some may have been addressed to another port on the same router). |
| CTR accAtPortStatsFwdBcasts | 1.3.6.1.4.1.5.1.1.28.8.1.9 | Counter | read-only | The number of DDP broadcast packets receive whose destination network number was not within the range of the connected network. |
| CTR accAtPortStatsNoFwdRoutes | 1.3.6.1.4.1.5.1.1.28.8.1.10 | Counter | read-only | The number of DDP packets received for which no route to the destination network existed. |
| CTR accAtPortStatsHopCounts | 1.3.6.1.4.1.5.1.1.28.8.1.11 | Counter | read-only | The number of DDP packets received which were discarded because the hop count had exceeded the maximum value. |
| CTR accAtPortStatsReflects | 1.3.6.1.4.1.5.1.1.28.8.1.12 | Counter | read-only | The number of DDP packets received which were addressed to another node on the same network. |
| CTR accAtPortStatsOutTotals | 1.3.6.1.4.1.5.1.1.28.8.1.13 | Counter | read-only | The total number of DDP packets sent via the port. |
| CTR accAtPortStatsOutShorts | 1.3.6.1.4.1.5.1.1.28.8.1.14 | Counter | read-only | The number of DDP packets send with short headers. |
| CTR accAtPortStatsOutFwdReqs | 1.3.6.1.4.1.5.1.1.28.8.1.15 | Counter | read-only | The number of DDP packets forwarded to this port from all other ports. |
| CTR accAtPortStatsInErrors | 1.3.6.1.4.1.5.1.1.28.8.1.16 | Counter | read-only | The number of DDP packets received which could not be processed because of some internal error. |
| CTR accAtPortStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.8.1.17 | Counter | read-only | The number of DDP packets which could not be sent because of some internal error. |
| accAtRtmpStats | 1.3.6.1.4.1.5.1.1.28.9 | |||
| CTR accAtRtmpStatsInRequests | 1.3.6.1.4.1.5.1.1.28.9.1 | Counter | read-only | The number of RTMP request packets received. |
| CTR accAtRtmpStatsInDataReqs | 1.3.6.1.4.1.5.1.1.28.9.2 | Counter | read-only | The number of RTMP route data request packets received. |
| CTR accAtRtmpStatsInResponses | 1.3.6.1.4.1.5.1.1.28.9.3 | Counter | read-only | The number of RTMP response packets received. |
| CTR accAtRtmpStatsInDataResps | 1.3.6.1.4.1.5.1.1.28.9.4 | Counter | read-only | The number of RTMP route data response packets received. |
| CTR accAtRtmpStatsOutRequests | 1.3.6.1.4.1.5.1.1.28.9.5 | Counter | read-only | The number of RTMP request packets sent. |
| CTR accAtRtmpStatsOutDataReqs | 1.3.6.1.4.1.5.1.1.28.9.6 | Counter | read-only | The number of RTMP route data request packets sent. |
| CTR accAtRtmpStatsOutResponses | 1.3.6.1.4.1.5.1.1.28.9.7 | Counter | read-only | The number of RTMP response packets sent. |
| CTR accAtRtmpStatsOutDataResps | 1.3.6.1.4.1.5.1.1.28.9.8 | Counter | read-only | The number of RTMP route data response packets sent. |
| CTR accAtRtmpStatsNetConflicts | 1.3.6.1.4.1.5.1.1.28.9.9 | Counter | read-only | The number of RTMP packets received which conflicted with the network number range configured for the receiving port or garnered from another router. |
| CTR accAtRtmpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.9.10 | Counter | read-only | The number of RTMP packets received containing a format error or which could not be processed because of some internal error. |
| CTR accAtRtmpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.9.11 | Counter | read-only | The number of RTMP packets which could not be sent because of some internal error. |
| accAtRdbStats | 1.3.6.1.4.1.5.1.1.28.10 | |||
| CTR accAtRdbStatsCacheds | 1.3.6.1.4.1.5.1.1.28.10.1 | Counter | read-only | The number of times the desired route was already cached. |
| CTR accAtRdbStatsSearchs | 1.3.6.1.4.1.5.1.1.28.10.2 | Counter | read-only | The number of times the desired route was not cached and the routing database had to be searched. |
| CTR accAtRdbStatsNoRoutes | 1.3.6.1.4.1.5.1.1.28.10.3 | Counter | read-only | The number of times no route could be found to the destination network. |
| CTR accAtRdbStatsAdds | 1.3.6.1.4.1.5.1.1.28.10.4 | Counter | read-only | The number of times a new network was added to the routing database. |
| CTR accAtRdbStatsUpdates | 1.3.6.1.4.1.5.1.1.28.10.5 | Counter | read-only | The number of times an existing route was updated. |
| CTR accAtRdbStatsDeletes | 1.3.6.1.4.1.5.1.1.28.10.6 | Counter | read-only | The number of times a route was deleted from the routing database. |
| accAtNbpStats | 1.3.6.1.4.1.5.1.1.28.11 | |||
| CTR accAtNbpStatsInBrReqs | 1.3.6.1.4.1.5.1.1.28.11.1 | Counter | read-only | The number of NBP broadcast request packets received. |
| CTR accAtNbpStatsInLkUpReqs | 1.3.6.1.4.1.5.1.1.28.11.2 | Counter | read-only | The number of NBP lookup request packets received. |
| CTR accAtNbpStatsInLkUpResps | 1.3.6.1.4.1.5.1.1.28.11.3 | Counter | read-only | The number of NBP lookup response packets received. |
| CTR accAtNbpStatsInFwdReqs | 1.3.6.1.4.1.5.1.1.28.11.4 | Counter | read-only | The number of NBP forward request packets received. |
| CTR accAtNbpStatsOutBrReqs | 1.3.6.1.4.1.5.1.1.28.11.5 | Counter | read-only | The number of NBP broadcast request packets sent. |
| CTR accAtNbpStatsOutLkUpReqs | 1.3.6.1.4.1.5.1.1.28.11.6 | Counter | read-only | The number of NBP lookup request packets sent. |
| CTR accAtNbpStatsOutLkUpResps | 1.3.6.1.4.1.5.1.1.28.11.7 | Counter | read-only | The number of NBP lookup response packets sent. |
| CTR accAtNbpStatsOutFwdReqs | 1.3.6.1.4.1.5.1.1.28.11.8 | Counter | read-only | The number of NBP forward request packets sent. |
| CTR accAtNbpStatsNoZones | 1.3.6.1.4.1.5.1.1.28.11.9 | Counter | read-only | The number of NBP request packets received which referenced a zone name which was not in the zone database. |
| CTR accAtNbpStatsInErrors | 1.3.6.1.4.1.5.1.1.28.11.10 | Counter | read-only | The number of NBP packets received which were invalid or which could not be processed because of some internal error. |
| CTR accAtNbpStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.11.11 | Counter | read-only | The number of NBP packets which could not be sent because of some internal error. |
| accAtZipStats | 1.3.6.1.4.1.5.1.1.28.12 | |||
| CTR accAtZipStatsInQuerys | 1.3.6.1.4.1.5.1.1.28.12.1 | Counter | read-only | The number of ZIP zone-list-query packets received. |
| CTR accAtZipStatsInReplies | 1.3.6.1.4.1.5.1.1.28.12.2 | Counter | read-only | The number of ZIP zone-list-reply packets received. |
| CTR accAtZipStatsInExtReplies | 1.3.6.1.4.1.5.1.1.28.12.3 | Counter | read-only | The number of ZIP extended zone-list-reply packets received. |
| CTR accAtZipStatsInInfoReqs | 1.3.6.1.4.1.5.1.1.28.12.4 | Counter | read-only | The number of ZIP get-network-information request packets received. |
| CTR accAtZipStatsInInfoReps | 1.3.6.1.4.1.5.1.1.28.12.5 | Counter | read-only | The number of ZIP get-network-information reply packets received. |
| CTR accAtZipStatsInTakeDowns | 1.3.6.1.4.1.5.1.1.28.12.6 | Counter | read-only | The number of ZIP take-down request packets received. |
| CTR accAtZipStatsInBringUps | 1.3.6.1.4.1.5.1.1.28.12.7 | Counter | read-only | The number of ZIP bring-up request packets received. |
| CTR accAtZipStatsInNotifies | 1.3.6.1.4.1.5.1.1.28.12.8 | Counter | read-only | The number of ZIP notify request packets received. |
| CTR accAtZipStatsInGetZLReqs | 1.3.6.1.4.1.5.1.1.28.12.9 | Counter | read-only | The number of ZIP get-zone-list request packets received. |
| CTR accAtZipStatsInGetLZReqs | 1.3.6.1.4.1.5.1.1.28.12.10 | Counter | read-only | The number of ZIP get-local-zones request packets received. |
| CTR accAtZipStatsInGetMZReqs | 1.3.6.1.4.1.5.1.1.28.12.11 | Counter | read-only | The number of ZIP get-my-zone request packets received. |
| CTR accAtZipStatsOutQueries | 1.3.6.1.4.1.5.1.1.28.12.12 | Counter | read-only | The number of ZIP zone-list-query packets sent. |
| CTR accAtZipStatsOutReplies | 1.3.6.1.4.1.5.1.1.28.12.13 | Counter | read-only | The number of ZIP zone-list-reply packets sent. |
| CTR accAtZipStatsOutExtReplies | 1.3.6.1.4.1.5.1.1.28.12.14 | Counter | read-only | The number of ZIP extended zone-list-reply packets sent. |
| CTR accAtZipStatsOutInfoReqs | 1.3.6.1.4.1.5.1.1.28.12.15 | Counter | read-only | The number of ZIP get-network-information request packets sent. |
| CTR accAtZipStatsOutInfoReps | 1.3.6.1.4.1.5.1.1.28.12.16 | Counter | read-only | The number of ZIP get-network-information reply packets sent. |
| CTR accAtZipStatsOutGetZLReps | 1.3.6.1.4.1.5.1.1.28.12.17 | Counter | read-only | The number of get-zone-list reply packets sent. |
| CTR accAtZipStatsOutGetLZReps | 1.3.6.1.4.1.5.1.1.28.12.18 | Counter | read-only | The number of get-local-zones reply packets sent. |
| CTR accAtZipStatsOutGetMZReps | 1.3.6.1.4.1.5.1.1.28.12.19 | Counter | read-only | The number of get-my-zone reply packets sent. |
| CTR accAtZipStatsZoneConflicts | 1.3.6.1.4.1.5.1.1.28.12.20 | Counter | read-only | The number of ZIP packets received which conflicted with zone list or default zone information configured for the receiving port or garnered from another router. |
| CTR accAtZipStatsInErrors | 1.3.6.1.4.1.5.1.1.28.12.21 | Counter | read-only | The number of ZIP packets received containing a formatting error or which could not be processed because of some internal error. |
| CTR accAtZipStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.12.22 | Counter | read-only | The number of ZIP packets which could not be sent because of some internal error. |
| accAtAepStats | 1.3.6.1.4.1.5.1.1.28.13 | |||
| CTR accAtAepStatsInErrors | 1.3.6.1.4.1.5.1.1.28.13.1 | Counter | read-only | The number of AEP packets received which were invalid or which could not be processed because of some internal error. |
| CTR accAtAepStatsOutErrors | 1.3.6.1.4.1.5.1.1.28.13.2 | Counter | read-only | The number of AEP packets which could not be sent because of some internal error. |
| accAtZoneListTable | 1.3.6.1.4.1.5.1.1.28.14 | not-accessible | The zones list table for directly-connected AppleTalk networks. AppleTalk networks which are configured in the network table have their zones list configured here. Zone names for individual networks are inter- mingled in this table. | |
| accAtZoneListEntry | 1.3.6.1.4.1.5.1.1.28.14.1 | not-accessible | An entry defining a zone name for some directly connected AppleTalk network. | |
| INT accAtZoneListPort | 1.3.6.1.4.1.5.1.1.28.14.1.1 | INTEGER | read-only | The logical port number. |
| INT accAtZoneListStatus | 1.3.6.1.4.1.5.1.1.28.14.1.2 | INTEGER | read-write | The status of the zone list entry. If set to default(2), the entry defines the default zone. Entries are deleted by setting the entry status to invalid(3). |
| STR accAtZoneListName | 1.3.6.1.4.1.5.1.1.28.14.1.3 | DisplayString | read-only | The zone name. Zone names can contain up to 32 case-insensitive characters from the Apple Macintosh character set. |
| accAtZoneBynameTable | 1.3.6.1.4.1.5.1.1.28.15 | not-accessible | Used to display entries in the Zone Information Table (ZIT) which are associated with a particular zone name. | |
| accAtZoneBynameEntry | 1.3.6.1.4.1.5.1.1.28.15.1 | not-accessible | An entry in the zone information table (ZIT) with a given zone name. | |
| OCT accAtZoneBynameNetMin | 1.3.6.1.4.1.5.1.1.28.15.1.1 | OCTET STRING | read-only | The 16-bit range start value for an AppleTalk network. |
| OCT accAtZoneBynameNetMax | 1.3.6.1.4.1.5.1.1.28.15.1.2 | OCTET STRING | read-only | The 16-bit range end value for an AppleTalk network. |
| STR accAtZoneBynameName | 1.3.6.1.4.1.5.1.1.28.15.1.3 | DisplayString | read-only | The AppleTalk zone name. |
| accAtZoneBynetTable | 1.3.6.1.4.1.5.1.1.28.16 | not-accessible | Used to display entries in the Zone Information Table (ZIT) which are associated with a particular AppleTalk network. | |
| accAtZoneBynetEntry | 1.3.6.1.4.1.5.1.1.28.16.1 | not-accessible | An entry in the zone information table (ZIT) associated with a given AppleTalk network. | |
| OCT accAtZoneBynetNetMin | 1.3.6.1.4.1.5.1.1.28.16.1.1 | OCTET STRING | read-only | The 16-bit range start value for an AppleTalk network. |
| OCT accAtZoneBynetNetMax | 1.3.6.1.4.1.5.1.1.28.16.1.2 | OCTET STRING | read-only | The 16-bit range end value for an AppleTalk network. |
| STR accAtZoneBynetName | 1.3.6.1.4.1.5.1.1.28.16.1.3 | DisplayString | read-only | The AppleTalk zone name. |
| accAtForwardFilterTable | 1.3.6.1.4.1.5.1.1.28.17 | not-accessible | A list of descriptions of specific AppleTalk Filters. | |
| accAtForwardFilterEntry | 1.3.6.1.4.1.5.1.1.28.17.1 | not-accessible | The parameters for a single AppleTalk Filter. | |
| OCT accAtForwardFilterToMin | 1.3.6.1.4.1.5.1.1.28.17.1.1 | OCTET STRING | read-write | The least value in the destination network address range. |
| OCT accAtForwardFilterToMax | 1.3.6.1.4.1.5.1.1.28.17.1.2 | OCTET STRING | read-write | The greatest value in the destination network address range. |
| OCT accAtForwardFilterFromMin | 1.3.6.1.4.1.5.1.1.28.17.1.3 | OCTET STRING | read-write | The least value in the source network address range. |
| OCT accAtForwardFilterFromMax | 1.3.6.1.4.1.5.1.1.28.17.1.4 | OCTET STRING | read-write | The greatest value in the source network address range. |
| INT accAtForwardFilterSocketMin | 1.3.6.1.4.1.5.1.1.28.17.1.5 | INTEGER | read-write | The least value in the range of affected sockets. |
| INT accAtForwardFilterSocketMax | 1.3.6.1.4.1.5.1.1.28.17.1.6 | INTEGER | read-write | The greatest value in the range of affected sockets. |
| INT accAtForwardFilterType | 1.3.6.1.4.1.5.1.1.28.17.1.7 | INTEGER | read-write | The affected message types. Name Binding Protocol messages are called out separately, as some applications call for selective discrimination. |
| INT accAtForwardFilterDisposition | 1.3.6.1.4.1.5.1.1.28.17.1.8 | INTEGER | read-write | Upon a filter match, this specifies the action taken. discard(0), lowPriority(1), normalPriority(2), highPriority(3) |
| INT accAtForwardFilterStatus | 1.3.6.1.4.1.5.1.1.28.17.1.9 | INTEGER | read-write | Writing 'invalid' deletes the filter table entry. |
| accAtRouteFilterTable | 1.3.6.1.4.1.5.1.1.28.18 | not-accessible | A list of Route Filters. | |
| accAtRouteFilterEntry | 1.3.6.1.4.1.5.1.1.28.18.1 | not-accessible | A single Route Filter. | |
| OCT accAtRouteFilterRouterMin | 1.3.6.1.4.1.5.1.1.28.18.1.1 | OCTET STRING | read-write | The least affected Router's Network Address. |
| OCT accAtRouteFilterRouterMax | 1.3.6.1.4.1.5.1.1.28.18.1.2 | OCTET STRING | read-write | The greatest affected Router's Network Address. |
| OCT accAtRouteFilterRangeMin | 1.3.6.1.4.1.5.1.1.28.18.1.3 | OCTET STRING | read-write | The least Network Address in this range. |
| OCT accAtRouteFilterRangeMax | 1.3.6.1.4.1.5.1.1.28.18.1.4 | OCTET STRING | read-write | The greatest Network Address in this range. |
| INT accAtRouteFilterDisposition | 1.3.6.1.4.1.5.1.1.28.18.1.5 | INTEGER | read-write | What is to be done with matching advertisements. |
| INT accAtRouteFilterStatus | 1.3.6.1.4.1.5.1.1.28.18.1.6 | INTEGER | read-write | Writing 'invalid' has the effect of deleting the filter. |
| accBootp | 1.3.6.1.4.1.5.1.1.29 | |||
| accBootServerOld | 1.3.6.1.4.1.5.1.1.29.1 | |||
| IP accBootpServerOld | 1.3.6.1.4.1.5.1.1.29.1.1 | IpAddress | read-only | IP address of the Bootp Server. |
| INT accBootMode | 1.3.6.1.4.1.5.1.1.29.2 | INTEGER | read-only | Mode of operation on unit boot-up. Automatic - stored configuration information is ignored and configuration is sought from the last known server or via BOOTP if no previous server information is known. Forced - stored configuration information is ignored and configuration information is sought via BOOTP. Off - stored configuration information is used. |
| INT accBootState | 1.3.6.1.4.1.5.1.1.29.3 | INTEGER | read-only | The state of Bootp client operation: initial - client initializing after start-up. disabled - client operation is disabled (Boot Mode Off). requesting - BootP requests are being generated. waiting - waiting between request generation phases. configuring - Bootp response has been received and a configuration is being downloaded and executed. complete - configuration is complete. failed - configuration download or execution has failed. |
| IP accBootyiaddr | 1.3.6.1.4.1.5.1.1.29.4 | IpAddress | read-only | The value of yiaddr returned in the last Bootp reply processed. This is the address used by the unit as its address in the TFTP download of a configuration script file. |
| IP accBootsiaddr | 1.3.6.1.4.1.5.1.1.29.5 | IpAddress | read-only | The value of siaddr returned in the last Bootp reply processed. This is the address used by the unit as the server address from which the TFTP download of a configuration script file is attempted. |
| STR accBootsname | 1.3.6.1.4.1.5.1.1.29.6 | DisplayString | read-only | The value of siaddr returned in the last Bootp reply processed. This is the name of the Bootp server. |
| IP accBootgiaddr | 1.3.6.1.4.1.5.1.1.29.7 | IpAddress | read-only | The value of giaddr returned in the last Bootp reply processed. This is the address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| STR accBootfile | 1.3.6.1.4.1.5.1.1.29.8 | DisplayString | read-only | The value of file returned in the last Bootp reply processed. This is the name of the file to download as a configuration script. |
| INT accBootInterface | 1.3.6.1.4.1.5.1.1.29.9 | INTEGER | read-only | The interface index for the interface the last valid Bootp reply frame processed was received on. |
| CTR accBootSentRequests | 1.3.6.1.4.1.5.1.1.29.10 | Counter | read-only | The number of Bootp requests sent. |
| CTR accBootReceivedReplies | 1.3.6.1.4.1.5.1.1.29.11 | Counter | read-only | The number of valid Bootp replies received. |
| CTR accBootDiscardedReplies | 1.3.6.1.4.1.5.1.1.29.12 | Counter | read-only | The number of Bootp replies discarded due to insufficient data in reply. |
| accBootServerTable | 1.3.6.1.4.1.5.1.1.29.13 | not-accessible | A table of Bootpstrap protocol servers that this unit will forward Bootp requests to. | |
| accBootServerEntry | 1.3.6.1.4.1.5.1.1.29.13.1 | not-accessible | A Boot server table entry. | |
| IP accBootServerIPAddr | 1.3.6.1.4.1.5.1.1.29.13.1.1 | IpAddress | read-write | An IP address of a Bootstrap protocol server to be supported by Boot Helper. |
| IP pysmiFakeCol474 | 1.3.6.1.4.1.5.1.1.29.13.1.4294967295 | IpAddress | not-accessible | |
| IP accBootg1iaddr | 1.3.6.1.4.1.5.1.1.29.14 | IpAddress | read-only | The value of first giaddr returned in the last Bootp reply processed. This is the first address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| IP accBootg2iaddr | 1.3.6.1.4.1.5.1.1.29.15 | IpAddress | read-only | The value of second giaddr returned in the last Bootp reply processed. This is the second address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| IP accBootg3iaddr | 1.3.6.1.4.1.5.1.1.29.16 | IpAddress | read-only | The value of third giaddr returned in the last Bootp reply processed. This is the third address used by the unit as the address of any intermediate gateway between the unit and the Bootp server during the download of the configuration script file. |
| accPing | 1.3.6.1.4.1.5.1.1.30 | |||
| IP accPingDest | 1.3.6.1.4.1.5.1.1.30.1 | IpAddress | read-write | IP address of the destination for generated Ping packets. |
| INT accPingReqCnt | 1.3.6.1.4.1.5.1.1.30.2 | INTEGER | read-write | Count of Ping packets left to be generated. Setting this variable to a nonzero value causes the Ping generator to be (re)started. Setting this variable to zero causes the Ping generator to be stopped. |
| INT accPingDataMin | 1.3.6.1.4.1.5.1.1.30.3 | INTEGER | read-write | Minimum number of data bytes included in the Ping packet. The first four bytes of data always carry a timestamp, the remaining data is an incrementing byte data pattern. |
| INT accPingDataMax | 1.3.6.1.4.1.5.1.1.30.4 | INTEGER | read-write | Maximum number of data bytes included in the Ping packet. If this value is greater than accPingDataMin, the data field length of the Ping packet is a random value between accPingDataMin and accPingDataMax. Otherwise the data field length is fixed and specified by accPingDataMin. |
| INT accPingTimeMin | 1.3.6.1.4.1.5.1.1.30.5 | INTEGER | read-write | Time (seconds) to delay before generating the next Ping packet, after correctly receiving the expected Ping response for the previously generated Ping packet. |
| INT accPingTimeMax | 1.3.6.1.4.1.5.1.1.30.6 | INTEGER | read-write | Time (seconds) to wait for a correct Ping response before giving up and generating the next Ping packet. |
| CTR accPingSndPkts | 1.3.6.1.4.1.5.1.1.30.7 | Counter | read-only | Number of Ping packets generated since the current Ping activity was initiated. |
| CTR accPingSndBytes | 1.3.6.1.4.1.5.1.1.30.8 | Counter | read-only | Number of Ping data bytes generated since the current Ping activity was initiated. |
| CTR accPingRcvPkts | 1.3.6.1.4.1.5.1.1.30.9 | Counter | read-only | Number of Ping responses received since the current Ping activity was initiated. |
| CTR accPingRcvBytes | 1.3.6.1.4.1.5.1.1.30.10 | Counter | read-only | Number of Ping data bytes received since the current Ping activity was initiated. |
| CTR accPingRcvOKs | 1.3.6.1.4.1.5.1.1.30.11 | Counter | read-only | Number of correct Ping responses received since the current Ping activity was initiated. |
| CTR accPingRcvBads | 1.3.6.1.4.1.5.1.1.30.12 | Counter | read-only | Number of incorrect Ping responses received since the current Ping activity was initiated. |
| INT accPingDelayMin | 1.3.6.1.4.1.5.1.1.30.13 | INTEGER | read-only | Minimum round trip delay, in milliseconds, experienced by the Ping packet and the Ping response. |
| INT accPingDelayMax | 1.3.6.1.4.1.5.1.1.30.14 | INTEGER | read-only | Maximum round trip delay, in milliseconds, experienced by the Ping packet and the Ping response. |
| INT accPingDelayAvg | 1.3.6.1.4.1.5.1.1.30.15 | INTEGER | read-only | Average round trip delay, in milliseconds, experienced by the Ping packet and the Ping response. |
| accDial | 1.3.6.1.4.1.5.1.1.31 | |||
| accDialBackupTable | 1.3.6.1.4.1.5.1.1.31.1 | not-accessible | A list of associations between physical ports. | |
| accDialBackupEntry | 1.3.6.1.4.1.5.1.1.31.1.1 | not-accessible | An association between two ports. | |
| BAC accDialBackupPort | 1.3.6.1.4.1.5.1.1.31.1.1.1 | BackupPort | read-write | The ifIndex value of the port backing up the primary port. |
| PHY accDialBackupPrimary | 1.3.6.1.4.1.5.1.1.31.1.1.2 | PhysicalPort | read-only | The ifIndex value of the port backed up. |
| INT accDialBackupControl | 1.3.6.1.4.1.5.1.1.31.1.1.3 | INTEGER | read-write | Backup Control indicates under what conditions a call is placed or accepted. |
| INT accDialBackupRetry | 1.3.6.1.4.1.5.1.1.31.1.1.4 | INTEGER | read-write | The number of seconds the system will wait be- fore retrying a failed call. |
| INT accDialBackupDamp | 1.3.6.1.4.1.5.1.1.31.1.1.5 | INTEGER | read-write | Damping factor. |
| INT accDialBackupCallCongestion | 1.3.6.1.4.1.5.1.1.31.1.1.6 | INTEGER | read-write | If the average octet rate transmitted (or, on a master, received) exceeds this percentage times the ifSpeed of the primary link, a call will be placed. |
| INT accDialBackupClearCongestion | 1.3.6.1.4.1.5.1.1.31.1.1.7 | INTEGER | read-write | If the sum of the primary and backup link's average octet rates (transmitted or, on a mas- ter, received) falls below this percentage times the ifSpeed of the primary link, an out- standing call will be cleared. If ClearCongestion >= CallCongestion, the entry will not be acted upon by software, but will result in a trap at system startup. |
| INT accDialBackupCallError | 1.3.6.1.4.1.5.1.1.31.1.1.8 | INTEGER | read-write | If the average sum of ifInDiscards, ifInEr- rors, ifOutDiscards, ifOutErrors, accLapbStat- BadFCSIns, accLapbStatT1Timeouts, accLapbSta- tREJIns, and accLapbStatREJOuts exceeds this value, a call will be placed. The call will be cleared when the average be- comes zero. |
| ADR accDialBackupCallAddress | 1.3.6.1.4.1.5.1.1.31.1.1.9 | CallAddress | read-write | The address to be called, in ASCII. No validation is performed on this variable. |
| INT accDialBackupStatus | 1.3.6.1.4.1.5.1.1.31.1.1.10 | INTEGER | read-write | If this object is set to 'invalid', the entry is deleted. |
| INT accDialBackupState | 1.3.6.1.4.1.5.1.1.31.1.1.11 | INTEGER | read-write | The current call state from the primary link's perspective. The only values acceptable on a SET are 'manual' and 'clear'. If 'manual' is SET, the backup link will place a call immedi- ately or when it next becomes available. If 'clear' is SET when a call is administratively placed, either the call will be cleared, or the call will continue for another reason. If 'clear' is set when no call is administratively placed, there is no effect. |
| accDialPortTable | 1.3.6.1.4.1.5.1.1.31.2 | not-accessible | A table containing DOD-port specific variables for this DOD implementation. | |
| accDialPortEntry | 1.3.6.1.4.1.5.1.1.31.2.1 | not-accessible | Management information about a particular DOD Port. | |
| INT accDialPortIndex | 1.3.6.1.4.1.5.1.1.31.2.1.1 | INTEGER | read-only | Dial port number |
| INT accDialPortContents | 1.3.6.1.4.1.5.1.1.31.2.1.2 | INTEGER | read-only | Setting this object to invalid deletes dial port or call address or physical port. |
| INT accDialPortStationType | 1.3.6.1.4.1.5.1.1.31.2.1.3 | INTEGER | read-write | Type of station for this dial port. Master can place calls, slave can accept calls, demand can do both. |
| INT accDialPortAdminState | 1.3.6.1.4.1.5.1.1.31.2.1.4 | INTEGER | read-write | The administrative state of this dial port. |
| INT accDialPortCallState | 1.3.6.1.4.1.5.1.1.31.2.1.5 | INTEGER | read-write | The dial state of this dial port. This is more of a operator request than a state. Depending on the current state of the dial port the command that sets the value of this object may or may not be acted immediately. |
| TIK accDialPortRetryInterval | 1.3.6.1.4.1.5.1.1.31.2.1.6 | TimeTicks | read-write | Number of seconds allowed to elapse between two dial attempts. |
| INT accDialPortRetryCount | 1.3.6.1.4.1.5.1.1.31.2.1.7 | INTEGER | read-write | Total number of dial attempts. |
| TIK accDialPortClearingInterv | 1.3.6.1.4.1.5.1.1.31.2.1.8 | TimeTicks | read-write | Number of seconds to wait with no traffic to hangup this dial session. |
| INT accDialPortMessageLevel | 1.3.6.1.4.1.5.1.1.31.2.1.9 | INTEGER | read-write | Current message level for how much to display for this dial port. 1 - Error messages. 2 - Unused + 1. 3 - Warning messages + 2. 4 - Unused + 3. 5 - Dial activity + 4. 6 - Unused + 5. 7 - Dial port state changes + 6. |
| INT accDialPortPhysicalPort | 1.3.6.1.4.1.5.1.1.31.2.1.10 | INTEGER | write-only | One of the possible physical ports this dial port may associate. |
| OCT accDialPortCallAddress | 1.3.6.1.4.1.5.1.1.31.2.1.11 | OCTET STRING | write-only | One of the possible call addresses this dial port may call. |
| OCT accDialPortPhysicalPortStr | 1.3.6.1.4.1.5.1.1.31.2.1.12 | OCTET STRING | read-only | The concatenated string of all physical ports associated with this dial port. |
| OCT accDialPortCallAddressStr | 1.3.6.1.4.1.5.1.1.31.2.1.13 | OCTET STRING | read-only | The concatenated string of all call address/name entries associated with this dial port. |
| OCT accDialPortPassword | 1.3.6.1.4.1.5.1.1.31.2.1.14 | OCTET STRING | write-only | The password associated with the call address. |
| OCT accDialPortName | 1.3.6.1.4.1.5.1.1.31.2.1.15 | OCTET STRING | write-only | The name associated with the call address. The combination of name and password is used for the outbound PAP negotiation. |
| accDialPortStatTable | 1.3.6.1.4.1.5.1.1.31.3 | not-accessible | A table containing the operational parameters for this dial port. | |
| accDialPortStatEntry | 1.3.6.1.4.1.5.1.1.31.3.1 | not-accessible | Current status for this dial port. | |
| INT accDialPortStatIndex | 1.3.6.1.4.1.5.1.1.31.3.1.1 | INTEGER | read-only | Dial port number. |
| INT accDialPortStatActPhysPort | 1.3.6.1.4.1.5.1.1.31.3.1.2 | INTEGER | read-only | The physical port currently connected with or recently connected with. |
| INT accDialPortStatState | 1.3.6.1.4.1.5.1.1.31.3.1.3 | INTEGER | read-write | The current state of this dial port. The following is a list of valid states: down(0), disconnected(1), queued(2), answering(3), dialing(4), connected(5) |
| INT accDialPortStatTrigFwdr | 1.3.6.1.4.1.5.1.1.31.3.1.4 | INTEGER | read-only | Application which started this dial session. The following is a list of applications: none(0), management(1), inbound(2), ip(33), idp(37), decnet(39), appletalk(41), ipx(43), bridging(177), sr(179) |
| TIK accDialPortStatElapsedTime | 1.3.6.1.4.1.5.1.1.31.3.1.5 | TimeTicks | read-only | Number of seconds that this dial port has been in the current state. |
| OCT accDialPortStatTrigSrcAddr | 1.3.6.1.4.1.5.1.1.31.3.1.6 | OCTET STRING | read-only | Source address of forwarder message that started this dial session. |
| OCT accDialPortStatTrigCallAddr | 1.3.6.1.4.1.5.1.1.31.3.1.7 | OCTET STRING | read-only | Phone number connected to during this dial session or the last dial session. |
| INT accDialPortStatSuccessOut | 1.3.6.1.4.1.5.1.1.31.3.1.8 | INTEGER | read-only | Number of successfull outgoing calls on this dial port. |
| INT accDialPortStatUnsuccessOut | 1.3.6.1.4.1.5.1.1.31.3.1.9 | INTEGER | read-only | Number of unsuccessfull call attempts on this dial port. |
| INT accDialPortStatSuccessIn | 1.3.6.1.4.1.5.1.1.31.3.1.10 | INTEGER | read-only | Number of successfull incoming calls on this dial port. |
| INT accDialPortStatUnsuccessIn | 1.3.6.1.4.1.5.1.1.31.3.1.11 | INTEGER | read-only | Total number of unsuccessfull incoming calls. |
| accDialOrigAtTable | 1.3.6.1.4.1.5.1.1.31.4 | not-accessible | A table containing dial originate database for Appletalk. | |
| accDialOrigAtEntry | 1.3.6.1.4.1.5.1.1.31.4.1 | not-accessible | Dial originate information entry for Appletalk. | |
| INT accDialOrigAtStatus | 1.3.6.1.4.1.5.1.1.31.4.1.1 | INTEGER | write-only | Writing 'invalid' deletes the filter table entry. |
| OCT accDialOrigAtDestStart | 1.3.6.1.4.1.5.1.1.31.4.1.2 | OCTET STRING | read-write | Destination range start for this Appletalk entry in the dial originate database. |
| OCT accDialOrigAtDestEnd | 1.3.6.1.4.1.5.1.1.31.4.1.3 | OCTET STRING | read-write | Destination range end for this Appletalk entry in the dial originate database. |
| OCT accDialOrigAtSourceStart | 1.3.6.1.4.1.5.1.1.31.4.1.4 | OCTET STRING | read-write | Source range start for this Appletalk entry in the dial originate database. |
| OCT accDialOrigAtSourceEnd | 1.3.6.1.4.1.5.1.1.31.4.1.5 | OCTET STRING | read-write | Source range end for this Appletalk entry in the dial originate database. |
| INT accDialOrigAtTraffic | 1.3.6.1.4.1.5.1.1.31.4.1.6 | INTEGER | read-write | Traffic info for this Appletalk entry in the dial originate database. |
| INT accDialOrigAtAction | 1.3.6.1.4.1.5.1.1.31.4.1.7 | INTEGER | read-write | Allow-disallow info for this Appletalk entry in the dial originate database. |
| accDialOrigDnTable | 1.3.6.1.4.1.5.1.1.31.5 | not-accessible | A table containing dial originate database for Decnet. | |
| accDialOrigDnEntry | 1.3.6.1.4.1.5.1.1.31.5.1 | not-accessible | Dial originate information entry for Decnet. | |
| INT accDialOrigDnStatus | 1.3.6.1.4.1.5.1.1.31.5.1.1 | INTEGER | write-only | Writing 'invalid' deletes the filter table entry. |
| INT accDialOrigDnDestAddr | 1.3.6.1.4.1.5.1.1.31.5.1.2 | INTEGER | read-write | Destination address for this Decnet entry in the dial originate database. |
| INT accDialOrigDnSourceAddr | 1.3.6.1.4.1.5.1.1.31.5.1.3 | INTEGER | read-write | Source address for this Decnet entry in the dial originate database. |
| INT accDialOrigDnAction | 1.3.6.1.4.1.5.1.1.31.5.1.4 | INTEGER | read-write | Allow-disallow info for this Decnet entry in the dial originate database. |
| accDialOrigBrTable | 1.3.6.1.4.1.5.1.1.31.6 | not-accessible | A table containing dial originate database for Bridge. | |
| accDialOrigBrEntry | 1.3.6.1.4.1.5.1.1.31.6.1 | not-accessible | Dial originate information entry for Bridge. | |
| INT accDialOrigBrStatus | 1.3.6.1.4.1.5.1.1.31.6.1.1 | INTEGER | write-only | Writing 'invalid' deletes the filter table entry. |
| OCT accDialOrigBrDestMacAddr | 1.3.6.1.4.1.5.1.1.31.6.1.2 | OCTET STRING | read-write | Destination mac address start for this Bridge entry in the dial originate database. |
| OCT accDialOrigBrSourceMacAddr | 1.3.6.1.4.1.5.1.1.31.6.1.3 | OCTET STRING | read-write | Source mac address for this Bridge entry in the dial originate database. |
| INT accDialOrigBrAction | 1.3.6.1.4.1.5.1.1.31.6.1.4 | INTEGER | read-write | Allow-disallow info for this Bridge entry in the dial originate database. |
| accDialOrigIdpTable | 1.3.6.1.4.1.5.1.1.31.7 | not-accessible | A table containing dial originate database for Idp. | |
| accDialOrigIdpEntry | 1.3.6.1.4.1.5.1.1.31.7.1 | not-accessible | Dial originate information entry for Idp. | |
| INT accDialOrigIdpStatus | 1.3.6.1.4.1.5.1.1.31.7.1.1 | INTEGER | write-only | Writing 'invalid' deletes the filter table entry. |
| OCT accDialOrigIdpDestNet | 1.3.6.1.4.1.5.1.1.31.7.1.2 | OCTET STRING | read-write | Destination network for this Idp entry in the dial originate database. |
| OCT accDialOrigIdpSourceNet | 1.3.6.1.4.1.5.1.1.31.7.1.3 | OCTET STRING | read-write | Source network for this Idp entry in the dial originate database. |
| INT accDialOrigIdpAction | 1.3.6.1.4.1.5.1.1.31.7.1.4 | INTEGER | read-write | Allow-disallow info for this Idp entry in the dial originate database. |
| accDialOrigIpTable | 1.3.6.1.4.1.5.1.1.31.8 | not-accessible | A table containing dial originate database for Ip. | |
| accDialOrigIpEntry | 1.3.6.1.4.1.5.1.1.31.8.1 | not-accessible | Dial originate information entry for Ip. | |
| INT accDialOrigIpStatus | 1.3.6.1.4.1.5.1.1.31.8.1.1 | INTEGER | write-only | Writing 'invalid' deletes the filter table entry. |
| IP accDialOrigIpDestAddr | 1.3.6.1.4.1.5.1.1.31.8.1.2 | IpAddress | read-write | Destination address for this Ip entry in the dial originate database. |
| IP accDialOrigIpDestMask | 1.3.6.1.4.1.5.1.1.31.8.1.3 | IpAddress | read-write | Destination mask for this Ip entry in the dial originate database. |
| IP accDialOrigIpSourceAddr | 1.3.6.1.4.1.5.1.1.31.8.1.4 | IpAddress | read-write | Source address for this Ip entry in the dial originate database. |
| IP accDialOrigIpSourceMask | 1.3.6.1.4.1.5.1.1.31.8.1.5 | IpAddress | read-write | Source mask for this Ip entry in the dial originate database. |
| OCT accDialOrigIpParm | 1.3.6.1.4.1.5.1.1.31.8.1.6 | OCTET STRING | read-write | Filter parameters; Byte 0 is Operation 1 [0,1,2] = [None, !,=] Bytes 1,2 is Protocol Byte 3 is Operation 2 [0 = none [1,2,3,4] = both [!, , =] [5,6,7,8] = destination [!, , =] [9,10,11,12] = source [!, , =] Bytes 4,5 is UDP/TCP port number |
| INT accDialOrigIpAction | 1.3.6.1.4.1.5.1.1.31.8.1.7 | INTEGER | read-write | Allow-disallow info for this Ip entry in the dial originate database. |
| accDialOrigIpxTable | 1.3.6.1.4.1.5.1.1.31.9 | not-accessible | A table containing dial originate database for Ipx. | |
| accDialOrigIpxEntry | 1.3.6.1.4.1.5.1.1.31.9.1 | not-accessible | Dial originate information entry for Ipx. | |
| INT accDialOrigIpxStatus | 1.3.6.1.4.1.5.1.1.31.9.1.1 | INTEGER | write-only | Writing 'invalid' deletes the filter table entry. |
| OCT accDialOrigIpxDestNet | 1.3.6.1.4.1.5.1.1.31.9.1.2 | OCTET STRING | read-write | Destination network for this Ipx entry in the dial originate database. |
| OCT accDialOrigIpxSourceNet | 1.3.6.1.4.1.5.1.1.31.9.1.3 | OCTET STRING | read-write | Source network for this Ipx entry in the dial originate database. |
| INT accDialOrigIpxAction | 1.3.6.1.4.1.5.1.1.31.9.1.4 | INTEGER | read-write | Allow-disallow info for this Ipx entry in the dial originate database. |
| accDialOrigSrTable | 1.3.6.1.4.1.5.1.1.31.10 | not-accessible | A table containing dial originate database for Sr. | |
| accDialOrigSrEntry | 1.3.6.1.4.1.5.1.1.31.10.1 | not-accessible | Dial originate information entry for Sr. | |
| INT accDialOrigSrStatus | 1.3.6.1.4.1.5.1.1.31.10.1.1 | INTEGER | write-only | Writing 'invalid' deletes the filter table entry. |
| OCT accDialOrigSrDestMacAddr | 1.3.6.1.4.1.5.1.1.31.10.1.2 | OCTET STRING | read-write | Destination mac address for this Sr entry in the dial originate database. |
| OCT accDialOrigSrSourceMacAddr | 1.3.6.1.4.1.5.1.1.31.10.1.3 | OCTET STRING | read-write | Source mac address for this Sr entry in the dial originate database. |
| INT accDialOrigSrAction | 1.3.6.1.4.1.5.1.1.31.10.1.4 | INTEGER | read-write | Allow-disallow info for this Sr entry in the dial originate database. |
| accPpp | 1.3.6.1.4.1.5.1.1.32 | |||
| accPppLinkTable | 1.3.6.1.4.1.5.1.1.32.1 | not-accessible | A table containing PPP-link specific variables for this PPP implementation. | |
| accPppLinkEntry | 1.3.6.1.4.1.5.1.1.32.1.1 | not-accessible | Management information about a particular PPP Link. | |
| INT accPppLinkIndex | 1.3.6.1.4.1.5.1.1.32.1.1.1 | INTEGER | read-only | Interface number |
| INT accPppLinkPhysicalIndex | 1.3.6.1.4.1.5.1.1.32.1.1.2 | INTEGER | read-only | |
| CTR accPppLinkBadAddresses | 1.3.6.1.4.1.5.1.1.32.1.1.3 | Counter | read-only | The number of packets received with an incorrect Address Field. |
| CTR accPppLinkBadControls | 1.3.6.1.4.1.5.1.1.32.1.1.4 | Counter | read-only | The number of packets received on this link with an incorrect Control Field. |
| CTR accPppLinkPacketTooLongs | 1.3.6.1.4.1.5.1.1.32.1.1.5 | Counter | read-only | The number of received packets that have been discarded because their length exceeded the MRU. |
| CTR accPppLinkBadFCSs | 1.3.6.1.4.1.5.1.1.32.1.1.6 | Counter | read-only | |
| INT accPppLinkLocalMRU | 1.3.6.1.4.1.5.1.1.32.1.1.7 | INTEGER | read-only | The final negotiated MRU value for the local PPP Entity. This value is the MRU that the remote entity has accepted for the local PPP entity. |
| INT accPppLinkRemoteMRU | 1.3.6.1.4.1.5.1.1.32.1.1.8 | INTEGER | read-only | The final negotiated MRU value for the remote PPP Entity. |
| OCT accPppLinkLocalToPeerACCMap | 1.3.6.1.4.1.5.1.1.32.1.1.9 | OCTET STRING | read-only | |
| OCT accPppLinkPeerToLocalACCMap | 1.3.6.1.4.1.5.1.1.32.1.1.10 | OCTET STRING | read-only | |
| INT accPppLinkLocalToRemotePC | 1.3.6.1.4.1.5.1.1.32.1.1.11 | INTEGER | read-only | |
| INT accPppLinkRemoteToLocalPC | 1.3.6.1.4.1.5.1.1.32.1.1.12 | INTEGER | read-only | |
| INT accPppLinkLocalToRemoteAC | 1.3.6.1.4.1.5.1.1.32.1.1.13 | INTEGER | read-only | |
| INT accPppLinkRemoteToLocalAC | 1.3.6.1.4.1.5.1.1.32.1.1.14 | INTEGER | read-only | |
| INT accPppLinkTransmit32BitFcs | 1.3.6.1.4.1.5.1.1.32.1.1.15 | INTEGER | read-only | |
| INT accPppLinkReceive32BitFcs | 1.3.6.1.4.1.5.1.1.32.1.1.16 | INTEGER | read-only | |
| INT accPppLinkOperStatus | 1.3.6.1.4.1.5.1.1.32.1.1.17 | INTEGER | read-only | |
| CTR accPppLinkPacketTooShorts | 1.3.6.1.4.1.5.1.1.32.1.1.18 | Counter | read-only | |
| CTR accPppLinkUnknownProtocols | 1.3.6.1.4.1.5.1.1.32.1.1.19 | Counter | read-only | |
| CTR accPppLinkPacketInDiscards | 1.3.6.1.4.1.5.1.1.32.1.1.20 | Counter | read-only | |
| CTR accPppLinkPacketOutDiscards | 1.3.6.1.4.1.5.1.1.32.1.1.21 | Counter | read-only | |
| accPppLcpConfigTable | 1.3.6.1.4.1.5.1.1.32.2 | not-accessible | A table containing the LCP configuration parameters for this PPP Link. These variables represent the initial configuration of the PPP Link. The actual values of the parameters may be changed when the link is brought up via the LCP options negotiation mechanism. | |
| accPppLcpConfigEntry | 1.3.6.1.4.1.5.1.1.32.2.1 | not-accessible | Configuration information about a particular PPP Link. | |
| INT accPppLcpConfigIndex | 1.3.6.1.4.1.5.1.1.32.2.1.1 | INTEGER | read-only | Interface number |
| INT accPppLcpConfigInitialMRU | 1.3.6.1.4.1.5.1.1.32.2.1.2 | INTEGER | read-only | The initial Maximum Receive Unit (MRU) that the local PPP entity will advertise to the remote entity. If the value of this variable is 0 then the local PPP entity will not advertise any MRU to the remote entity and the default MRU will be assumed. Changing this object will have effect when the link is next restarted. |
| OCT accPppLcpConfigReceiveACCMap | 1.3.6.1.4.1.5.1.1.32.2.1.3 | OCTET STRING | read-only | |
| OCT accPppLinkConfigXmitACCMap | 1.3.6.1.4.1.5.1.1.32.2.1.4 | OCTET STRING | read-only | |
| INT accPppLcpConfigMagicNumber | 1.3.6.1.4.1.5.1.1.32.2.1.5 | INTEGER | read-only | If true(2) then the local node will attempt to perform Magic Number negotiation with the remote node. If false(1) then this negotiation is not performed. In any event, the local node will comply with any magic number negotiations attempted by the remote node, per the PPP specification. Changing this object will have effect when the link is next restarted. |
| INT accPppLcpConfig32BitFCS | 1.3.6.1.4.1.5.1.1.32.2.1.6 | INTEGER | read-only | |
| INT accPppLcpRestartTimer | 1.3.6.1.4.1.5.1.1.32.2.1.7 | INTEGER | read-write | |
| INT accPppLcpMaxTerminate | 1.3.6.1.4.1.5.1.1.32.2.1.8 | INTEGER | read-write | |
| INT accPppLcpMaxConfigure | 1.3.6.1.4.1.5.1.1.32.2.1.9 | INTEGER | read-write | |
| INT accPppLcpMaxFailure | 1.3.6.1.4.1.5.1.1.32.2.1.10 | INTEGER | read-write | |
| INT accPppLcpMonInterval | 1.3.6.1.4.1.5.1.1.32.2.1.11 | INTEGER | read-write | |
| INT accPppLcpMonEvents | 1.3.6.1.4.1.5.1.1.32.2.1.12 | INTEGER | read-write | |
| INT accPppLcpMonThreshold | 1.3.6.1.4.1.5.1.1.32.2.1.13 | INTEGER | read-write | |
| INT accPppLcpAdminStatus | 1.3.6.1.4.1.5.1.1.32.2.1.14 | INTEGER | read-write | |
| accPppLqrTable | 1.3.6.1.4.1.5.1.1.32.3 | not-accessible | Table containing the LQR parameters and statistics for the local PPP entity. | |
| accPppLqrEntry | 1.3.6.1.4.1.5.1.1.32.3.1 | not-accessible | LQR information for a particular PPP link. A PPP link will have an entry in this table if and only if LQR Quality Monitoring has been successfully negotiated for said link. | |
| INT accPppLqrIndex | 1.3.6.1.4.1.5.1.1.32.3.1.1 | INTEGER | read-only | Interface number |
| INT accPppLqrQuality | 1.3.6.1.4.1.5.1.1.32.3.1.2 | INTEGER | read-only | The current quality of the link as declared by the local PPP entity's Link-Quality Management modules. No effort is made to define good or bad, nor the policy used to determine it. |
| CTR accPppLqrInGoodOctets | 1.3.6.1.4.1.5.1.1.32.3.1.3 | Counter | read-only | The LQR InGoodOctets counter for this link. |
| INT accPppLqrLocalPeriod | 1.3.6.1.4.1.5.1.1.32.3.1.4 | INTEGER | read-only | The LQR reporting period that is in effect for the local PPP entity. The local entity received a configure-ack for this value from the remote PPP entity. |
| INT accPppLqrRemotePeriod | 1.3.6.1.4.1.5.1.1.32.3.1.5 | INTEGER | read-only | The LQR reporting period that is in effect for the remote PPP entity. The local entity sent a configure-ack for this value in response to the configure-req from the remote PPP entity. |
| CTR accPppLqrOutLQRs | 1.3.6.1.4.1.5.1.1.32.3.1.6 | Counter | read-only | The value of the OutLQRs counter on the local node for the link identified by accPppLqrLinkIndex. |
| CTR accPppLqrInLQRs | 1.3.6.1.4.1.5.1.1.32.3.1.7 | Counter | read-only | The value of the InLQRs counter on the local node for the link identified by accPppLqrLinkIndex. |
| accPppLqrConfigTable | 1.3.6.1.4.1.5.1.1.32.4 | not-accessible | Table containing the LQR Configuration parameters for the local PPP entity. | |
| accPppLqrConfigEntry | 1.3.6.1.4.1.5.1.1.32.4.1 | not-accessible | LQR configuration information for a particular PPP link. | |
| INT accPppLqrConfigIndex | 1.3.6.1.4.1.5.1.1.32.4.1.1 | INTEGER | read-only | Interface number |
| INT accPppLqrConfigPeriod | 1.3.6.1.4.1.5.1.1.32.4.1.2 | INTEGER | read-write | The LQR Reporting Period that the local PPP entity will attempt to negotiate with the remote entity, in units of seconds. Changing this object will have effect when the link is next restarted. |
| INT accPppLqrConfigStatus | 1.3.6.1.4.1.5.1.1.32.4.1.3 | INTEGER | read-write | If enabled(2) then the local node will attempt to perform LQR negotiation with the remote node. If disabled(1) then this negotiation is not performed. In any event, the local node will comply with any magic number negotiations attempted by the remote node, per the PPP specification. Changing this object will have effect when the link is next restarted. Setting this object to the value disabled(1) has the effect of invalidating the corresponding entry in the accPppLqrConfigTable object. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. |
| accPppIpcpTable | 1.3.6.1.4.1.5.1.1.32.5 | not-accessible | Table containing the IPCP parameters and statistics for the local PPP entity. | |
| accPppIpcpEntry | 1.3.6.1.4.1.5.1.1.32.5.1 | not-accessible | IPCP information for a particular PPP link. A PPP link will have an entry in this table if and only if running IP over the PPP link has been successfully negotiated for said link. | |
| INT accPppIpcpIndex | 1.3.6.1.4.1.5.1.1.32.5.1.1 | INTEGER | read-only | Interface number |
| INT accPppIpcpLocalToRemoteCompressionProtocol | 1.3.6.1.4.1.5.1.1.32.5.1.2 | INTEGER | read-only | The IP compression protocol that the local PPP-IP entity uses when sending packets to the remote PPP-IP entity. |
| INT accPppIpcpRemoteToLocalCompressionProtocol | 1.3.6.1.4.1.5.1.1.32.5.1.3 | INTEGER | read-only | The IP compression protocol that the remote PPP-IP entity uses when sending packets to the local PPP-IP entity. |
| INT accPppIpcpRemoteMaxSlotId | 1.3.6.1.4.1.5.1.1.32.5.1.4 | INTEGER | read-only | The Max-Slot-Id parameter that the remote node has advertised and that is in use on the link. |
| INT accPppIpcpLocalMaxSlotId | 1.3.6.1.4.1.5.1.1.32.5.1.5 | INTEGER | read-only | The Max-Slot-Id parameter that the local node has advertised and that is in use on the link. |
| INT accPppIpOperStatus | 1.3.6.1.4.1.5.1.1.32.5.1.6 | INTEGER | read-only | |
| accPppIpcpConfigTable | 1.3.6.1.4.1.5.1.1.32.6 | not-accessible | Table containing the IPCP parameters and statistics for the local PPP entity. | |
| accPppIpcpConfigEntry | 1.3.6.1.4.1.5.1.1.32.6.1 | not-accessible | IPCP information for a particular PPP link. A PPP link will have an entry in this table if and only if running IP over the PPP link has been successfully negotiated for said link. | |
| INT accPppIpcpConfigIndex | 1.3.6.1.4.1.5.1.1.32.6.1.1 | INTEGER | read-only | The value of ifIndex that identifies the entry in the ifTable that is associated with the local IPCP entity. |
| INT accPppIpcpConfigCompression | 1.3.6.1.4.1.5.1.1.32.6.1.2 | INTEGER | read-write | If none(1) then the local node will not attempt to negotiate any IP Compression option. Otherwise, the local node will attempt to negotiate compression mode indicated by the enumerated value Changing this object will have effect when the link is next restarted. |
| INT accPppIpcpConfigStatus | 1.3.6.1.4.1.5.1.1.32.6.1.3 | INTEGER | read-write | If enabled(2) then the local node will allow IP traffic to flow across the link. If disabled(1) then IP traffic will not be allowed to flow across the link. Setting this object to the value disabled(1) has the effect of invalidating the corresponding entry in the accPppIpcpConfigTable object. It is an implementation-specific matter as to whether the agent removes an invalidated entry from the table. Accordingly, management stations must be prepared to receive tabular information from agents that corresponds to entries not currently in use. |
| accPppBncpTable | 1.3.6.1.4.1.5.1.1.32.7 | not-accessible | Table containing the parameters and statistics for the local PPP entity that are related to the operation of Bridging over the PPP. | |
| accPppBncpEntry | 1.3.6.1.4.1.5.1.1.32.7.1 | not-accessible | Bridging NCP information for a particular PPP link. A PPP link will have an entry in this table if and only if Bridging over PPP has been successfully negotiated for said link. | |
| INT accPppBncpIndex | 1.3.6.1.4.1.5.1.1.32.7.1.1 | INTEGER | read-only | Interface number |
| INT accPppBncpLocalToRemoteTinygramCompression | 1.3.6.1.4.1.5.1.1.32.7.1.2 | INTEGER | read-only | Indicates whether the local node will perform Tinygram Compression when sending packets to the remote entity. If false then the local entity will not perform Tinygram Compression. If true then the local entity will perform Tinygram Compression. |
| INT accPppBncpRemoteToLocalTinygramCompression | 1.3.6.1.4.1.5.1.1.32.7.1.3 | INTEGER | read-only | Indicates what the local node believes to be the remote node will perform Tinygram Compression when sending packets to the local node. If false then the remote entity is not expected to perform Tinygram Compression. If true then the remote entity is expected to perform Tinygram Compression. |
| INT accPppBncpLocalToRemoteLanId | 1.3.6.1.4.1.5.1.1.32.7.1.4 | INTEGER | read-only | Indicates whether the local node will include the LAN Identification field in transmitted packets or not. If false(1) then the local node will not transmit this field, true(2) means that the field will be transmitted. |
| INT accPppBncpRemoteToLocalLanId | 1.3.6.1.4.1.5.1.1.32.7.1.5 | INTEGER | read-only | Indicates whether the remote node has indicated that it will include the LAN Identification field in transmitted packets or not. If false(1) then the field will not be transmitted, if true(2) then the field will be transmitted. |
| accPppBncpConfigTable | 1.3.6.1.4.1.5.1.1.32.8 | not-accessible | Table containing the parameters and statistics for the local PPP entity that are related to the operation of Bridging over the PPP. | |
| accPppBncpConfigEntry | 1.3.6.1.4.1.5.1.1.32.8.1 | not-accessible | Bridging NCP information for a particular PPP link. A PPP link will have an entry in this table if and only if Bridging over PPP has been successfully negotiated for said link. | |
| INT accPppBncpConfigIndex | 1.3.6.1.4.1.5.1.1.32.8.1.1 | INTEGER | read-only | The value of ifIndex that identifies the entry in the interface table that is associated with the local PPP Bridging NCP entity. |
| INT accPppBncpConfigTinygram | 1.3.6.1.4.1.5.1.1.32.8.1.2 | INTEGER | read-write | If false then the local BNCP entity will not initiate the Tinygram Compression Option Negotiation. If true then the local BNCP entity will initiate negotiation of this option. |
| INT accPppBncpConfigRingId | 1.3.6.1.4.1.5.1.1.32.8.1.3 | INTEGER | read-write | If false then the local PPP Entity will not initiate a Remote Ring Identification Option negotiation. If true then the local PPP entity will intiate this negotiation. This MIB object is relevant only if the interface is for 802.5 Token Ring bridging. |
| INT accPppBncpConfigLineId | 1.3.6.1.4.1.5.1.1.32.8.1.4 | INTEGER | read-write | If false then the local PPP Entity is not to initiate a Line Identification Option negotiation. If true then the local PPP entity will intiate this negotiation. This MIB object is relevant only if the interface is for 802.5 Token Ring bridging. |
| INT accPppBncpConfigLanId | 1.3.6.1.4.1.5.1.1.32.8.1.5 | INTEGER | read-write | If false then the local BNCP entity will not initiate the LAN Identification Option Negotiation. If true then the local BNCP entity will initiate negotiation of this option. |
| INT accPppBncpConfigAdminStatus | 1.3.6.1.4.1.5.1.1.32.8.1.6 | INTEGER | read-write | |
| accPppXnsTable | 1.3.6.1.4.1.5.1.1.32.9 | not-accessible | ||
| accPppXnsEntry | 1.3.6.1.4.1.5.1.1.32.9.1 | not-accessible | ||
| INT accPppXnsIndex | 1.3.6.1.4.1.5.1.1.32.9.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppXnsOperStatus | 1.3.6.1.4.1.5.1.1.32.9.1.2 | INTEGER | read-only | |
| accPppXnsConfigTable | 1.3.6.1.4.1.5.1.1.32.10 | not-accessible | ||
| accPppXnsConfigEntry | 1.3.6.1.4.1.5.1.1.32.10.1 | not-accessible | ||
| INT accPppXnsConfigIndex | 1.3.6.1.4.1.5.1.1.32.10.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppXnsConfigAdminStatus | 1.3.6.1.4.1.5.1.1.32.10.1.3 | INTEGER | read-write | |
| accPppIpxTable | 1.3.6.1.4.1.5.1.1.32.11 | not-accessible | ||
| accPppIpxEntry | 1.3.6.1.4.1.5.1.1.32.11.1 | not-accessible | ||
| INT accPppIpxIndex | 1.3.6.1.4.1.5.1.1.32.11.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppIpxOperStatus | 1.3.6.1.4.1.5.1.1.32.11.1.2 | INTEGER | read-only | |
| accPppIpxConfigTable | 1.3.6.1.4.1.5.1.1.32.12 | not-accessible | ||
| accPppIpxConfigEntry | 1.3.6.1.4.1.5.1.1.32.12.1 | not-accessible | ||
| INT accPppIpxConfigIndex | 1.3.6.1.4.1.5.1.1.32.12.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppIpxConfigAdminStatus | 1.3.6.1.4.1.5.1.1.32.12.1.3 | INTEGER | read-write | |
| accPppAppleTable | 1.3.6.1.4.1.5.1.1.32.13 | not-accessible | ||
| accPppAppleEntry | 1.3.6.1.4.1.5.1.1.32.13.1 | not-accessible | ||
| INT accPppAppleIndex | 1.3.6.1.4.1.5.1.1.32.13.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppAppleOperStatus | 1.3.6.1.4.1.5.1.1.32.13.1.2 | INTEGER | read-only | |
| accPppAppleConfigTable | 1.3.6.1.4.1.5.1.1.32.14 | not-accessible | ||
| accPppAppleConfigEntry | 1.3.6.1.4.1.5.1.1.32.14.1 | not-accessible | ||
| INT accPppAppleConfigIndex | 1.3.6.1.4.1.5.1.1.32.14.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppAppleConfigAdminStatus | 1.3.6.1.4.1.5.1.1.32.14.1.3 | INTEGER | read-write | |
| accPppDecTable | 1.3.6.1.4.1.5.1.1.32.15 | not-accessible | ||
| accPppDecEntry | 1.3.6.1.4.1.5.1.1.32.15.1 | not-accessible | ||
| INT accPppDecIndex | 1.3.6.1.4.1.5.1.1.32.15.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppDecOperStatus | 1.3.6.1.4.1.5.1.1.32.15.1.2 | INTEGER | read-only | |
| accPppDecConfigTable | 1.3.6.1.4.1.5.1.1.32.16 | not-accessible | ||
| accPppDecConfigEntry | 1.3.6.1.4.1.5.1.1.32.16.1 | not-accessible | ||
| INT accPppDecConfigIndex | 1.3.6.1.4.1.5.1.1.32.16.1.1 | INTEGER | read-only | Same as ifIndex. |
| INT accPppDecConfigAdminStatus | 1.3.6.1.4.1.5.1.1.32.16.1.3 | INTEGER | read-write | |
| accPppProtocolTable | 1.3.6.1.4.1.5.1.1.32.17 | not-accessible | ||
| accPppProtocolEntry | 1.3.6.1.4.1.5.1.1.32.17.1 | not-accessible | ||
| INT accPppProtocolIndex | 1.3.6.1.4.1.5.1.1.32.17.1.1 | INTEGER | read-only | |
| INT accPppProtocolProtocol | 1.3.6.1.4.1.5.1.1.32.17.1.2 | INTEGER | read-only | |
| INT accPppProtocolAdminStatus | 1.3.6.1.4.1.5.1.1.32.17.1.3 | INTEGER | read-only | |
| INT accPppProtocolOperStatus | 1.3.6.1.4.1.5.1.1.32.17.1.4 | INTEGER | read-only | |
| accPppMsg | 1.3.6.1.4.1.5.1.1.32.18 | |||
| INT accPppMsgLevel | 1.3.6.1.4.1.5.1.1.32.18.1 | INTEGER | read-write | |
| accFlash | 1.3.6.1.4.1.5.1.1.33 | |||
| accFlashTable | 1.3.6.1.4.1.5.1.1.33.1 | not-accessible | ||
| accFlashEntry | 1.3.6.1.4.1.5.1.1.33.1.1 | not-accessible | ||
| INT accFlashIndex | 1.3.6.1.4.1.5.1.1.33.1.1.1 | INTEGER | read-only | |
| INT accFlashFiDisp | 1.3.6.1.4.1.5.1.1.33.1.1.2 | INTEGER | read-only | |
| INT accFlashCksum | 1.3.6.1.4.1.5.1.1.33.1.1.3 | INTEGER | read-only | |
| INT accFlashLength | 1.3.6.1.4.1.5.1.1.33.1.1.4 | INTEGER | read-only | |
| accXBr | 1.3.6.1.4.1.5.1.1.34 | |||
| accXBridge | 1.3.6.1.4.1.5.1.1.34.1 | |||
| INT accXBridgeStatus | 1.3.6.1.4.1.5.1.1.34.1.1 | INTEGER | read-write | Status of translation bridging. |
| INT accXBridgeRingId | 1.3.6.1.4.1.5.1.1.34.1.2 | INTEGER | read-write | Translation bridging ring ID. |
| accExtProtImp | 1.3.6.1.4.1.5.1.1.35 | |||
| accExtProtImpTable | 1.3.6.1.4.1.5.1.1.35.1 | not-accessible | ||
| accExtProtImpEntry | 1.3.6.1.4.1.5.1.1.35.1.1 | not-accessible | ||
| INT accExtProtImpProtocol | 1.3.6.1.4.1.5.1.1.35.1.1.1 | INTEGER | read-only | |
| INT accExtProtImpAllowed | 1.3.6.1.4.1.5.1.1.35.1.1.2 | INTEGER | read-write | |
| accIsdn | 1.3.6.1.4.1.5.1.1.36 | |||
| accIsdnDsl | 1.3.6.1.4.1.5.1.1.36.1 | |||
| INT accIsdnDslIndex | 1.3.6.1.4.1.5.1.1.36.1.1 | INTEGER | read-only | An index instantiating a particular digital subscriber loop interface on this bridge/router terminal. |
| accIsdnSubTable | 1.3.6.1.4.1.5.1.1.36.2 | not-accessible | ISDN subscriber table containing configuration and operational parameters for all ISDN subscriber interfaces on this bridge/router terminal. | |
| accIsdnSubEntry | 1.3.6.1.4.1.5.1.1.36.2.1 | not-accessible | Configuration and operational parameters for a particular ISDN subscriber interface. | |
| INT accIsdnSubSwitchType | 1.3.6.1.4.1.5.1.1.36.2.1.1 | INTEGER | read-write | The particular type of central-office switch providing access to the ISDN network and to which this subscriber interface is connected. |
| INT accIsdnSubChannelMode | 1.3.6.1.4.1.5.1.1.36.2.1.2 | INTEGER | read-write | The ISDN channel configuration mode. |
| INT accIsdnSubAdminStatus | 1.3.6.1.4.1.5.1.1.36.2.1.3 | INTEGER | read-write | The administrative status of this subscriber interface. |
| INT accIsdnSubDiagLevel | 1.3.6.1.4.1.5.1.1.36.2.1.4 | INTEGER | read-write | The current diagnostic message level for this subscriber interface. |
| INT accIsdnSubManualTei | 1.3.6.1.4.1.5.1.1.36.2.1.5 | INTEGER | read-write | The TEI (terminal endpoint identifier) when manual TEI assignment is required. Setting this value between 0 and 63 (inclusive) specifies manual TEI assignment using the indicated value. Setting this value to 127 (the broadcast TEI) specifies automatic TEI assignment. |
| accIsdnStatTable | 1.3.6.1.4.1.5.1.1.36.3 | not-accessible | Statistics and operational status maintained for all ISDN subscriber interfaces on this bridge/router terminal. | |
| accIsdnStatEntry | 1.3.6.1.4.1.5.1.1.36.3.1 | not-accessible | Statistics and operational status for a particular ISDN subscriber interface. | |
| CTR accIsdnStatHdlcInPackets | 1.3.6.1.4.1.5.1.1.36.3.1.1 | Counter | read-only | The number of packets received on the D-channel of this subscriber interface. |
| CTR accIsdnStatHdlcInOctets | 1.3.6.1.4.1.5.1.1.36.3.1.2 | Counter | read-only | The number of octets received on the D-channel of this subscriber interface. |
| CTR accIsdnStatHdlcInErrors | 1.3.6.1.4.1.5.1.1.36.3.1.3 | Counter | read-only | The number of input hardware errors counted by the D-channel input/output driver. |
| CTR accIsdnStatHdlcInDiscs | 1.3.6.1.4.1.5.1.1.36.3.1.4 | Counter | read-only | The number of input packets discarded by the D-channel input/output driver. |
| CTR accIsdnStatHdlcOutPackets | 1.3.6.1.4.1.5.1.1.36.3.1.5 | Counter | read-only | The number of packets transmitted on the D-channel of this subscriber interface. |
| CTR accIsdnStatHdlcOutOctets | 1.3.6.1.4.1.5.1.1.36.3.1.6 | Counter | read-only | The number of octets transmitted on the D-channel of this subscriber interface. |
| CTR accIsdnStatHdlcOutErrors | 1.3.6.1.4.1.5.1.1.36.3.1.7 | Counter | read-only | The number of output hardware errors counted by the D-channel input/output driver. |
| CTR accIsdnStatHdlcOutDiscs | 1.3.6.1.4.1.5.1.1.36.3.1.8 | Counter | read-only | The number of output packets discarded by the D-channel input/output driver. |
| CTR accIsdnStatLapdUnsolicResps | 1.3.6.1.4.1.5.1.1.36.3.1.9 | Counter | read-only | The number of unsolicited LAPD response frames received on all data links associated with the D-channel of this subscriber interface. |
| CTR accIsdnStatLapdPeerSabmes | 1.3.6.1.4.1.5.1.1.36.3.1.10 | Counter | read-only | The number of peer SABME frames received on all data links associated with the D-channel of this subscriber interface. |
| CTR accIsdnStatLapdN200Errors | 1.3.6.1.4.1.5.1.1.36.3.1.11 | Counter | read-only | The number of unsuccessful T200 timer recoveries after a frame has been retransmitted N200 times. |
| CTR accIsdnStatLapdNrSeqErrors | 1.3.6.1.4.1.5.1.1.36.3.1.12 | Counter | read-only | The number of N(R) sequence errors. |
| CTR accIsdnStatLapdRecvdFrmrs | 1.3.6.1.4.1.5.1.1.36.3.1.13 | Counter | read-only | The number of LAPD FRMR response frames received. |
| CTR accIsdnStatLapdCntlErrors | 1.3.6.1.4.1.5.1.1.36.3.1.14 | Counter | read-only | The number of LAPD frames received with an invalid or non-implemented control field. |
| CTR accIsdnStatLapdInfoErrors | 1.3.6.1.4.1.5.1.1.36.3.1.15 | Counter | read-only | The number of LAPD frames received with a non-permitted information (I) field. |
| CTR accIsdnStatLapdWrongSizes | 1.3.6.1.4.1.5.1.1.36.3.1.16 | Counter | read-only | The number of LAPD frames received which were the wrong size. |
| CTR accIsdnStatLapdN201Errors | 1.3.6.1.4.1.5.1.1.36.3.1.17 | Counter | read-only | The number of LAPD frames received which contained and information field which exceeded N201. |
| CTR accIsdnStatCallsOriginateds | 1.3.6.1.4.1.5.1.1.36.3.1.18 | Counter | read-only | The number of outgoing calls originated on this subscriber interface. |
| CTR accIsdnStatCallsOfferreds | 1.3.6.1.4.1.5.1.1.36.3.1.19 | Counter | read-only | The number of incoming calls offerred on this subscriber interface. |
| CTR accIsdnStatCallsAnswereds | 1.3.6.1.4.1.5.1.1.36.3.1.20 | Counter | read-only | The number of outgoing calls originated on this subscriber interface which were answered by the destination. |
| CTR accIsdnStatCallsAccepteds | 1.3.6.1.4.1.5.1.1.36.3.1.21 | Counter | read-only | The number of incoming calls offerred on this subscriber interface which were accepted for connection. |
| CTR accIsdnStatCallsCompleteds | 1.3.6.1.4.1.5.1.1.36.3.1.22 | Counter | read-only | The number of outgoing and incoming calls completed (that is, the number of calls which were successfully connected). |
| CTR accIsdnStatCallsCleareds | 1.3.6.1.4.1.5.1.1.36.3.1.23 | Counter | read-only | The number of outgoing and incoming calls cleared. |
| INT accIsdnStatDslOperStatus | 1.3.6.1.4.1.5.1.1.36.3.1.24 | INTEGER | read-only | The operation status of this interface. |
| INT accIsdnStatLastCauses | 1.3.6.1.4.1.5.1.1.36.3.1.25 | INTEGER | read-only | The last cause value sent or received on this subscriber interface. |
| accIsdnCallTable | 1.3.6.1.4.1.5.1.1.36.4 | not-accessible | Parameters and operational status for ISDN calls active on this bridge/router terminal. | |
| accIsdnCallEntry | 1.3.6.1.4.1.5.1.1.36.4.1 | not-accessible | Parameters and operational status for a particular ISDN call which is presently active or is in the process of being established or cleared. | |
| INT accIsdnCallIdentifier | 1.3.6.1.4.1.5.1.1.36.4.1.1 | INTEGER | read-only | The internal call control identifier for this call. |
| INT accIsdnCallReference | 1.3.6.1.4.1.5.1.1.36.4.1.2 | INTEGER | read-only | The Q.931 call reference value for this call. |
| INT accIsdnCallChannelId | 1.3.6.1.4.1.5.1.1.36.4.1.3 | INTEGER | read-only | The bearer channel interface ID allocated for this call. |
| INT accIsdnCallIfIndex | 1.3.6.1.4.1.5.1.1.36.4.1.4 | INTEGER | read-only | The interface index of the physical port connected by the bearer channel. |
| INT accIsdnCallInfoRate | 1.3.6.1.4.1.5.1.1.36.4.1.5 | INTEGER | read-only | The information transfer rate. |
| INT accIsdnCallState | 1.3.6.1.4.1.5.1.1.36.4.1.6 | INTEGER | read-only | The current call control state (not Q.931). |
| INT accIsdnCallCause | 1.3.6.1.4.1.5.1.1.36.4.1.7 | INTEGER | read-only | The last cause value associated with this call. |
| INT accIsdnCallOrigin | 1.3.6.1.4.1.5.1.1.36.4.1.8 | INTEGER | read-only | The originator of the call. |
| OCT accIsdnCallAddress | 1.3.6.1.4.1.5.1.1.36.4.1.9 | OCTET STRING | read-only | The remote call address associated with this call. For incoming calls, this is the calling ISDN address. For outgoing calls, this is the called ISDN address. |
| INT accIsdnCallDslIndex | 1.3.6.1.4.1.5.1.1.36.4.1.10 | INTEGER | read-only | The interface index for the digital subscriber loop. |
| accIsdnTest | 1.3.6.1.4.1.5.1.1.36.5 | |||
| INT accIsdnTestIfIndex | 1.3.6.1.4.1.5.1.1.36.5.1 | INTEGER | read-write | The interface index for the physical port from which a call will be made. |
| OCT accIsdnTestAddress | 1.3.6.1.4.1.5.1.1.36.5.2 | OCTET STRING | read-write | The ISDN destination call address. |
| INT accIsdnTestCommand | 1.3.6.1.4.1.5.1.1.36.5.3 | INTEGER | read-write | The action to be performed. |
| INT accIsdnTestProceed | 1.3.6.1.4.1.5.1.1.36.5.4 | INTEGER | read-only | The action to be performed for incoming calls. |
| INT accIsdnTestRegName | 1.3.6.1.4.1.5.1.1.36.5.5 | INTEGER | read-write | The name of the MC145474 register to write. nr0(0), nr1(1), nr2(2), nr3(3), nr4(4), nr5(5), nr6(6), br0(16), br1(17), br2(18), br3(19), br4(20), br5(21), br6(22), br7(23), br8(24), br9(25), br10(26), br11(27), br12(28), br13(29), br14(30), br15(31) |
| INT accIsdnTestRegValue | 1.3.6.1.4.1.5.1.1.36.5.6 | INTEGER | read-write | The value to write to the MC145474 register. |
| accIsdnxSubTable | 1.3.6.1.4.1.5.1.1.36.6 | not-accessible | ISDN subscriber table containing configuration and operational parameters for all ISDN subscriber interfaces on this bridge/router terminal. | |
| accIsdnxSubEntry | 1.3.6.1.4.1.5.1.1.36.6.1 | not-accessible | An entry in the ISDN Subscriber Table | |
| INT accIsdnxSubDslIndex | 1.3.6.1.4.1.5.1.1.36.6.1.1 | INTEGER | read-only | The ifIndex of an ISDN BRI, DBRI, PRI/T1 or PRI/E1 interface on this managed device. |
| INT accIsdnxSubSwitchType | 1.3.6.1.4.1.5.1.1.36.6.1.2 | INTEGER | read-write | The particular type of central-office switch providing access to the ISDN network and to which this subscriber interface is connected. |
| INT accIsdnxSubChanConfig | 1.3.6.1.4.1.5.1.1.36.6.1.3 | INTEGER | read-write | The ISDN channel configuration mode. Beginning with release 8.0, this is the number of bearer channels managed by the D channel. This object is normally read-only. It can be written only when changing the channel configuration from 2B+D to 1B+D on a Nile configured with a BRI in J1. |
| INT accIsdnxSubAdminStatus | 1.3.6.1.4.1.5.1.1.36.6.1.4 | INTEGER | read-write | The administrative status of this subscriber interface. |
| INT accIsdnxSubDiagLevel | 1.3.6.1.4.1.5.1.1.36.6.1.5 | INTEGER | read-write | The current diagnostic message level for this subscriber interface. |
| INT accIsdnxSubManualTei | 1.3.6.1.4.1.5.1.1.36.6.1.6 | INTEGER | read-write | The TEI (terminal endpoint identifier) when manual TEI assignment is required. Setting this value between 0 and 63 (inclusive) specifies manual TEI assignment using the indicated value. Setting this value to 127 (the broadcast TEI) specifies automatic TEI assignment. This object is writable only for BRI subscribers. For PRI subscribers, the value read is always 0 |
| INT accIsdnxSubOperStatus | 1.3.6.1.4.1.5.1.1.36.6.1.7 | INTEGER | read-write | The operational status of this subscriber interface. |
| INT accIsdnxSubNumNfas | 1.3.6.1.4.1.5.1.1.36.6.1.8 | INTEGER | read-only | Indicates the number of NFAS trunks managed by this D channel. |
| INT accIsdnxSubLastCause | 1.3.6.1.4.1.5.1.1.36.6.1.9 | INTEGER | read-only | The last clearing cause for a call associated with this interface. |
| accIsdnxStatTable | 1.3.6.1.4.1.5.1.1.36.7 | not-accessible | Statistics and operational status maintained for all ISDN subscriber interfaces on this bridge/router terminal. | |
| accIsdnxStatEntry | 1.3.6.1.4.1.5.1.1.36.7.1 | not-accessible | An entry in the ISDN Statistics Table. | |
| INT accIsdnxStatDslIndex | 1.3.6.1.4.1.5.1.1.36.7.1.1 | INTEGER | read-only | The ifIndex of an ISDN BRI, DBRI, PRI/T1 or PRI/E1 interface on this managed device. |
| CTR accIsdnxStatHdlcInPackets | 1.3.6.1.4.1.5.1.1.36.7.1.2 | Counter | read-only | The number of packets received on the D-channel of this ISDN interface. |
| CTR accIsdnxStatHdlcInOctets | 1.3.6.1.4.1.5.1.1.36.7.1.3 | Counter | read-only | The number of octets received on the D-channel of this ISDN interface. |
| CTR accIsdnxStatHdlcInErrors | 1.3.6.1.4.1.5.1.1.36.7.1.4 | Counter | read-only | The number of input hardware errors counted by the D-channel HDLC driver. |
| CTR accIsdnxStatHdlcInDiscards | 1.3.6.1.4.1.5.1.1.36.7.1.5 | Counter | read-only | The number of input packets discarded by the D-channel HDLC driver. |
| CTR accIsdnxStatHdlcOutPackets | 1.3.6.1.4.1.5.1.1.36.7.1.6 | Counter | read-only | The number of packets transmitted on the D-channel of this ISDN interface. |
| CTR accIsdnxStatHdlcOutOctets | 1.3.6.1.4.1.5.1.1.36.7.1.7 | Counter | read-only | The number of octets transmitted on the D-channel of this ISDN interface. |
| CTR accIsdnxStatHdlcOutErrors | 1.3.6.1.4.1.5.1.1.36.7.1.8 | Counter | read-only | The number of output hardware errors counted by the D-channel HDLC driver. |
| CTR accIsdnxStatHdlcOutDiscards | 1.3.6.1.4.1.5.1.1.36.7.1.9 | Counter | read-only | The number of output packets discarded by the D-channel HDLC driver. |
| CTR accIsdnxStatLapdUnsolicResps | 1.3.6.1.4.1.5.1.1.36.7.1.10 | Counter | read-only | The number of unsolicited LAPD response frames received on all data links associated with the D-channel of this ISDN interface. |
| CTR accIsdnxStatLapdPeerSabmes | 1.3.6.1.4.1.5.1.1.36.7.1.11 | Counter | read-only | The number of peer SABME frames received on all data links associated with the D-channel of this ISDN interface. |
| CTR accIsdnxStatLapdN200Errors | 1.3.6.1.4.1.5.1.1.36.7.1.12 | Counter | read-only | The number of unsuccessful T200 timer recoveries after a frame has been retransmitted N200 times. |
| CTR accIsdnxStatLapdNrSeqErrors | 1.3.6.1.4.1.5.1.1.36.7.1.13 | Counter | read-only | The number of N(R) sequence errors. |
| CTR accIsdnxStatLapdRecvdFrmrs | 1.3.6.1.4.1.5.1.1.36.7.1.14 | Counter | read-only | The number of LAPD FRMR response frames received. |
| CTR accIsdnxStatLapdCntlErrors | 1.3.6.1.4.1.5.1.1.36.7.1.15 | Counter | read-only | The number of LAPD frames received with an invalid or non-implemented control field. |
| CTR accIsdnxStatLapdInfoErrors | 1.3.6.1.4.1.5.1.1.36.7.1.16 | Counter | read-only | The number of LAPD frames received with a non-permitted information (I) field. |
| CTR accIsdnxStatLapdWrongSizes | 1.3.6.1.4.1.5.1.1.36.7.1.17 | Counter | read-only | The number of LAPD frames received which were the wrong size. |
| CTR accIsdnxStatLapdN201Errors | 1.3.6.1.4.1.5.1.1.36.7.1.18 | Counter | read-only | The number of LAPD frames received which contained and information field which exceeded N201. |
| CTR accIsdnxStatCallOriginateds | 1.3.6.1.4.1.5.1.1.36.7.1.19 | Counter | read-only | The number of outgoing calls originated on this ISDN interface. |
| CTR accIsdnxStatCallOfferreds | 1.3.6.1.4.1.5.1.1.36.7.1.20 | Counter | read-only | The number of incoming calls offered on this ISDN interface. |
| CTR accIsdnxStatCallRouteds | 1.3.6.1.4.1.5.1.1.36.7.1.21 | Counter | read-only | The number of outgoing calls originated on this ISDN interface which were routed by the network. |
| CTR accIsdnxStatCallAccepteds | 1.3.6.1.4.1.5.1.1.36.7.1.22 | Counter | read-only | The number of incoming calls offered on this ISDN interface which were accepted for connection. |
| CTR accIsdnxStatCallCompleteds | 1.3.6.1.4.1.5.1.1.36.7.1.23 | Counter | read-only | The number of outgoing and incoming calls completed (that is, the number of calls which were successfully connected). |
| CTR accIsdnxStatCallCleareds | 1.3.6.1.4.1.5.1.1.36.7.1.24 | Counter | read-only | The number of outgoing and incoming calls cleared. |
| accIsdnxCallTable | 1.3.6.1.4.1.5.1.1.36.8 | not-accessible | Parameters and operational status for ISDN calls in progress on this bridge/router terminal. | |
| accIsdnxCallEntry | 1.3.6.1.4.1.5.1.1.36.8.1 | not-accessible | An entry in the ISDN Call Table. | |
| INT accIsdnxCallDslIndex | 1.3.6.1.4.1.5.1.1.36.8.1.1 | INTEGER | read-only | The ifIndex of an ISDN BRI, DBRI, PRI/T1 or PRI/E1 interface on this managed device. |
| INT accIsdnxCallReference | 1.3.6.1.4.1.5.1.1.36.8.1.2 | INTEGER | read-only | The Q.931 call reference value for this call. |
| INT accIsdnxCallOrigin | 1.3.6.1.4.1.5.1.1.36.8.1.3 | INTEGER | read-only | The originator of the call. |
| INT accIsdnxCallCircuitIndex | 1.3.6.1.4.1.5.1.1.36.8.1.4 | INTEGER | read-only | The ifIndex for the circuit associated with this call. |
| INT accIsdnxCallInfoRate | 1.3.6.1.4.1.5.1.1.36.8.1.5 | INTEGER | read-only | The information transfer rate. |
| INT accIsdnxCallState | 1.3.6.1.4.1.5.1.1.36.8.1.6 | INTEGER | read-only | The Q.931 call control state. |
| INT accIsdnxCallCause | 1.3.6.1.4.1.5.1.1.36.8.1.7 | INTEGER | read-only | The last cause value associated with this call. |
| OCT accIsdnxCallAddress | 1.3.6.1.4.1.5.1.1.36.8.1.8 | OCTET STRING | read-only | The remote call address associated with this call. For incoming calls, this is the calling ISDN address. For outgoing calls, this is the called ISDN address. |
| INT accIsdnxCallInfoType | 1.3.6.1.4.1.5.1.1.36.8.1.9 | INTEGER | read-only | The information transfer type: info-type-cmd circuit mode data, clear channel 64 kbits/s info-type-cm56 circuit mode data, rate-adapted to 56 kbits/s info-type-cmv circuit mode data over voice circuit |
| INT accIsdnxCallSlotMap | 1.3.6.1.4.1.5.1.1.36.8.1.10 | INTEGER | read-only | A 31-bit mask which identifies the time-slots forming a hyperchannel. |
| accIsdnSpidTable | 1.3.6.1.4.1.5.1.1.36.9 | not-accessible | Valid SPIDs currently Registered with the CO, required for placing/accepting calls. | |
| accIsdnSpidEntry | 1.3.6.1.4.1.5.1.1.36.9.1 | not-accessible | SPID information entry in the SPID Table. | |
| INT accIsdnSpidIndex | 1.3.6.1.4.1.5.1.1.36.9.1.1 | INTEGER | not-accessible | An Index to Ports of B-channels. |
| STR accIsdnSpidValue | 1.3.6.1.4.1.5.1.1.36.9.1.2 | DisplayString | read-write | Value of SPID,Required for the terminal to be active on the S/T bus. |
| accV25 | 1.3.6.1.4.1.5.1.1.37 | |||
| accV25StatTable | 1.3.6.1.4.1.5.1.1.37.1 | not-accessible | A list of Physical Port Entries that are doing V25Bis Dialing. | |
| accV25StatEntry | 1.3.6.1.4.1.5.1.1.37.1.1 | not-accessible | A table entry providing information about a specific port that is using V25Bis as the dialing procedure. | |
| INT accV25IntIndex | 1.3.6.1.4.1.5.1.1.37.1.1.1 | INTEGER | read-only | This is the port which is currently doing the V25 Bis dialing. |
| INT accV25CurState | 1.3.6.1.4.1.5.1.1.37.1.1.2 | INTEGER | read-only | This is the current state of the state machine. |
| INT accV25DTRSignal | 1.3.6.1.4.1.5.1.1.37.1.1.3 | INTEGER | read-only | This is the current state of the 108/2 circuit. |
| INT accV25DSRSignal | 1.3.6.1.4.1.5.1.1.37.1.1.4 | INTEGER | read-only | This is the current state of the 107 circuit. |
| INT accV25CTSSignal | 1.3.6.1.4.1.5.1.1.37.1.1.5 | INTEGER | read-only | This is the current state of the 106 circuit. |
| INT accV25CallAttempts | 1.3.6.1.4.1.5.1.1.37.1.1.6 | INTEGER | read-only | The number of Call Attempts made for the current destination. |
| INT accV25CallSuccess | 1.3.6.1.4.1.5.1.1.37.1.1.7 | INTEGER | read-only | The number of Call Attempts which were successful for the current destination. |
| accEnetHub | 1.3.6.1.4.1.5.1.1.39 | |||
| accEnetHubStatTable | 1.3.6.1.4.1.5.1.1.39.1 | not-accessible | A List of Ethernet Hub Port statistics. | |
| accEnetHubStatEntry | 1.3.6.1.4.1.5.1.1.39.1.1 | not-accessible | A table entry providing information about Ethernet Hub ports. | |
| INT accEnetPortIndex | 1.3.6.1.4.1.5.1.1.39.1.1.1 | INTEGER | read-only | This is the Ethernet Physical Port starting with 1 |
| INT accEnetHubIndex | 1.3.6.1.4.1.5.1.1.39.1.1.2 | INTEGER | read-only | This is the Ethernet Hub Port index 1-8 |
| INT accEnetHubAdStatus | 1.3.6.1.4.1.5.1.1.39.1.1.3 | INTEGER | read-write | This is the current administrative status of the Ethernet Hub Port. |
| INT accEnetHubOpStatus | 1.3.6.1.4.1.5.1.1.39.1.1.4 | INTEGER | read-only | This shows the Operational State of the Ethernet Hub Port |
| INT accEnetHubBitError | 1.3.6.1.4.1.5.1.1.39.1.1.5 | INTEGER | read-only | This shows whether a bit-error has occurred |
| INT accEnetHubLinkTest | 1.3.6.1.4.1.5.1.1.39.1.1.6 | INTEGER | read-only | This shows whether a link test has occurred |
| accUnNumIP | 1.3.6.1.4.1.5.1.1.40 | |||
| accIpNetSrcAddrTable | 1.3.6.1.4.1.5.1.1.40.1 | not-accessible | Unnumbered IP Interface Table. | |
| accIpNetSrcAddrEntry | 1.3.6.1.4.1.5.1.1.40.1.1 | not-accessible | An entry in the Unnumbered IP Interface Table. | |
| INT accIpNetSrcIfIndex | 1.3.6.1.4.1.5.1.1.40.1.1.1 | INTEGER | read-write | The ifIndex of the unnumbered interface. |
| IP accIpNetSrcAddress | 1.3.6.1.4.1.5.1.1.40.1.1.2 | IpAddress | read-write | The IP Address this system will use as a source address on this unnumbered interface. By default, it is the smallest IP Address configured for the router. |
| IP pysmiFakeCol473 | 1.3.6.1.4.1.5.1.1.40.1.1.4294967295 | IpAddress | not-accessible |
RFC description
ACC enterprise MIB providing management objects for accounting, system, and network device monitoring.
Start monitoring ACC/Ericsson WAN access routers (legacy) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.