ACOS-MIB
AI MIB Summary
Standard SNMP MIB module defining data structures for ACOS-MIB.
197
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
197 total| Object Name |
|---|
atlasComEngines OBJECT IDENTIFIER .1.3.6.1.4.1.2221 |
RFC-1215 Unknown .1.3.6.1.4.1.2221 |
aceProductFamily OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1 |
aceAcos OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1 |
acosCardInsertedTrapA card has been detected in a slot that was previously empty.
The slot number is reported in 'acosDeviceSlotIndex'. The card
type is reported in 'acosDeviceType' TRAP-TYPE .1.3.6.1.4.1.2221.1.1.0.1 |
acosCardRemovedTrapA card has been removed from a slot. The slot number is reported
in 'acosDeviceSlotIndex'. The type of card that was in the
slot is reported in 'acosDeviceType' TRAP-TYPE .1.3.6.1.4.1.2221.1.1.0.2 |
acosTftpInitiatedTrapThe box has been commanded to start a TFTP session. The name of
the file being read is reported in 'acosTftpFileName'. The
IP address of the server where the file is being read from is
reported in 'acosTftpServerAddress'. TRAP-TYPE .1.3.6.1.4.1.2221.1.1.0.3 |
acosTftpFailedTrapThe TFTP session failed. The name of the file that could not be
read is reported in 'acosTftpFileName'. The IP address of the
server where the file could not be read is reported in
'acosTftpServerAddress'.
The reason for the failure is reported in 'acosTftpFailReason'. TRAP-TYPE .1.3.6.1.4.1.2221.1.1.0.4 |
acosTftpSucceededTrapThe TFTP session succeeded. The name of the file that was
read is reported in 'acosTftpFileName'. The IP address of the
server where the file was read is reported in
'acosTftpServerAddress'. TRAP-TYPE .1.3.6.1.4.1.2221.1.1.0.5 |
acosSystem OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.1 |
acosSystemRebootThe value 'noAction' is always reported in a GET.
The value 'rebootSystem' in a SET will cause the box to reboot.rw Enumeration .1.3.6.1.4.1.2221.1.1.1.1 |
acosHardwareRevisionThe hardware revision of the motherboard.ro DisplayString .1.3.6.1.4.1.2221.1.1.1.2 |
acosSoftwareRevisionThe software revision of the motherboard.ro DisplayString .1.3.6.1.4.1.2221.1.1.1.3 |
acosSerialNumberThe serial number of the motherboard.ro DisplayString .1.3.6.1.4.1.2221.1.1.1.4 |
acosPartNumberThe part number of the motherboard.ro DisplayString .1.3.6.1.4.1.2221.1.1.1.5 |
acosTotalSlotsThe total number of slots present in the box. This value represents
the maximum index into tables that are indexed by slot number.ro INTEGER .1.3.6.1.4.1.2221.1.1.1.6 |
acosMemoryCapacityTableThis is a table of objects that report the total memory capacity
of each type of memory present in the box. SEQUENCE OF AcosMemoryCapacityEntry .1.3.6.1.4.1.2221.1.1.1.7 |
acosMemoryCapacityEntryAn entry in the memory capacity table. AcosMemoryCapacityEntry .1.3.6.1.4.1.2221.1.1.1.7.1 |
acosMemoryTypeIndexThe type of memory.ro Enumeration .1.3.6.1.4.1.2221.1.1.1.7.1.1 |
acosMemoryCapacityThe amount of memory expressed in megabytes. For example,
8 megabytes would be reported as 8.ro INTEGER .1.3.6.1.4.1.2221.1.1.1.7.1.2 |
acosDSPCountThe total number of DSP devices present in the box.ro INTEGER .1.3.6.1.4.1.2221.1.1.1.8 |
acosDevices OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.2 |
acosDeviceTableThis is a table of devices that are present in the box. The table
contains an entry for every slot in the box including empty slots.
An empty slot will be reported as 'nimNoDevice' in object
'acosDeviceType'. SEQUENCE OF AcosDeviceEntry .1.3.6.1.4.1.2221.1.1.2.1 |
acosDeviceEntryAn entry in the device table. AcosDeviceEntry .1.3.6.1.4.1.2221.1.1.2.1.1 |
acosDeviceSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.2.1.1.1 |
acosDeviceTypeIdentifies the unique device type of the card in this slot.ro AcosDeviceTypeEnum .1.3.6.1.4.1.2221.1.1.2.1.1.2 |
acosDeviceTotalThe total number of devices contained within the slot. This value
represents the maximum index into tables that are indexed by a
slot device number. Multiple devices can reside in a slot. For
example, a slot might contain a dual DS1 NIM consisting of two DS1
interfaces. In MIB tables where both interfaces are accessible, the
objects would be indexed through a combination of the slot number
and the slot device number. If the slot is empty then 0 is reported
for this object.ro INTEGER .1.3.6.1.4.1.2221.1.1.2.1.1.3 |
acosDeviceDescriptionA description of the device in the slot. If the slot is empty then
a null length string is reported for this object.ro DisplayString .1.3.6.1.4.1.2221.1.1.2.1.1.4 |
acosDeviceTypesAggregateThis object contains an aggregate list of the devices present in
the box. The list contains pairs of octets, each pair forming
a 16 bit integer representing the device type for a slot.
Every slot is reported including empty slots. The first octet pair
represents slot 1 and the last octet pair represents the highest slot
number. The highest slot number can be gotten from object
'acosTotalSlots'. Each octet pair is sent LSB first. The total
octets sent will be 2 x acosTotalSlots.
The value reported in each octet pair comes from
'AcosDeviceTypeEnum'.ro OCTET STRING .1.3.6.1.4.1.2221.1.1.2.2 |
acosDeviceTotalsAggregateThis object contains an aggregate list of the total number of
devices present in each slot. An octet will be sent for each
slot including empty slots. The first octet represents slot 1 and
the last octet represents the highest slot number. The highest
slot number can be gotten from object 'acosTotalSlots'. The
total octets sent will be equal to 'acosTotalSlots'. A value of
0 will be reported for empty slots.ro OCTET STRING .1.3.6.1.4.1.2221.1.1.2.3 |
acosStatus OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.3 |
acosCpuUtilizationThe utilization of the CPU in percent.ro INTEGER .1.3.6.1.4.1.2221.1.1.3.1 |
acosDS1 OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.4 |
acosT1LineConfigTableThis is a table of configurables for T1 lines. SEQUENCE OF AcosT1LineConfigEntry .1.3.6.1.4.1.2221.1.1.4.1 |
acosT1LineConfigEntryAn entry in the T1 line config table. AcosT1LineConfigEntry .1.3.6.1.4.1.2221.1.1.4.1.1 |
acosT1LineSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.4.1.1.1 |
acosT1LineSlotInterfaceIndexThe interface number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.4.1.1.2 |
acosT1LineBuildOutTransmit level attenuation of the T1 line.rw Enumeration .1.3.6.1.4.1.2221.1.1.4.1.1.3 |
acosDS1ChannelConfigTableChannel configuration table for a DS1. SEQUENCE OF AcosDS1ChannelConfigEntry .1.3.6.1.4.1.2221.1.1.4.2 |
acosDS1ChannelConfigEntryAn entry in the DS1 channel config table. AcosDS1ChannelConfigEntry .1.3.6.1.4.1.2221.1.1.4.2.1 |
acosDS1ChannelSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.4.2.1.1 |
acosDS1ChannelSlotDeviceIndexThe device number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.4.2.1.2 |
acosDS1ChannelIndexThe channel number to configure. For T1 interfaces the valid values
are 1..24, and for E1 interfaces the valid values are 1..31.ro INTEGER .1.3.6.1.4.1.2221.1.1.4.2.1.3 |
acosDS1TxChannelControlEnables or disables the transmit channel on the DS1 on this
device in this slot.rw Enumeration .1.3.6.1.4.1.2221.1.1.4.2.1.4 |
acosDS1RxChannelControlEnables or disables the receive channel on the DS1 on this
device in this slot.rw Enumeration .1.3.6.1.4.1.2221.1.1.4.2.1.5 |
acosDS1AggChanConfigTableChannel configuration table for a DS1. Channels can be
configured in aggregate. SEQUENCE OF AcosDS1AggChanConfigEntry .1.3.6.1.4.1.2221.1.1.4.3 |
acosDS1AggChanConfigEntryAn entry in the aggregate channel config table. AcosDS1AggChanConfigEntry .1.3.6.1.4.1.2221.1.1.4.3.1 |
acosDS1AggChanSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.4.3.1.1 |
acosDS1AggChanSlotDeviceIndexThe device number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.4.3.1.2 |
acosDS1TxChannelsAggregateAn aggregate of all transmit channel settings. An octet is sent
for each channel on the DS1. For T1 interfaces the total number of
octets will be 24, and for E1 interfaces the total number of octets
will be 31. The octets are sent starting with the lowest channel and
ending with the highest channel.
Each octet contains a value representing the state of the channel
as follows:
1 = Channel is enabled
2 = Channel is disabledrw OCTET STRING .1.3.6.1.4.1.2221.1.1.4.3.1.3 |
acosDS1RxChannelsAggregateAn aggregate of all receive channel settings. An octet is sent
for each channel on the DS1. For T1 interfaces the total number of
octets will be 24, and for E1 interfaces the total number of octets
will be 31. The octets are sent starting with the lowest channel and
ending with the highest channel.
Each octet contains a value representing the state of the channel
as follows:
1 = Channel is enabled
2 = Channel is disabledrw OCTET STRING .1.3.6.1.4.1.2221.1.1.4.3.1.4 |
acosUSI OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.5 |
acosUSIConfigTableThis is a table of configurables for a
universal serial interface (USI). SEQUENCE OF AcosUSIConfigEntry .1.3.6.1.4.1.2221.1.1.5.1 |
acosUSIConfigEntryAn entry in the USI config table. AcosUSIConfigEntry .1.3.6.1.4.1.2221.1.1.5.1.1 |
acosUSISlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.5.1.1.1 |
acosUSISlotInterfaceIndexThe interface number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.5.1.1.2 |
acosUSIInterfaceTypeThe interface type.rw Enumeration .1.3.6.1.4.1.2221.1.1.5.1.1.3 |
acosSDSL OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.6 |
acosSDSLConfigTableThis is a table of configurables for a
symmetric digital subscriber line (SDSL). SEQUENCE OF AcosSDSLConfigEntry .1.3.6.1.4.1.2221.1.1.6.1 |
acosSDSLConfigEntryAn entry in the SDSL config table. AcosSDSLConfigEntry .1.3.6.1.4.1.2221.1.1.6.1.1 |
acosSDSLSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.6.1.1.1 |
acosSDSLSlotInterfaceIndexThe interface number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.6.1.1.2 |
acosSDSLInterfaceTypeThe interface type, Customer Premise Equipment (CPE), or
Telephone Company Central Office (CO).rw Enumeration .1.3.6.1.4.1.2221.1.1.6.1.1.3 |
acosSDSLClockTypeThe clocking type setting.rw Enumeration .1.3.6.1.4.1.2221.1.1.6.1.1.4 |
acosEthernet OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.7 |
acosEthernetConfigTableThis is a table of configurables for an ethernet interface. SEQUENCE OF AcosEthernetConfigEntry .1.3.6.1.4.1.2221.1.1.7.1 |
acosEthernetConfigEntryAn entry in the ethernet config table. AcosEthernetConfigEntry .1.3.6.1.4.1.2221.1.1.7.1.1 |
acosEthernetSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.7.1.1.1 |
acosEthernetFullDuplexEnables or disable ethernet full duplex moderw Enumeration .1.3.6.1.4.1.2221.1.1.7.1.1.2 |
acosWAN OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.8 |
acosWANConfigTableThis is a table of common configurables for WAN interfaces. SEQUENCE OF AcosWANConfigEntry .1.3.6.1.4.1.2221.1.1.8.1 |
acosWANConfigEntryAn entry in the WAN config table. AcosWANConfigEntry .1.3.6.1.4.1.2221.1.1.8.1.1 |
acosWANSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.1.1.1 |
acosWANSlotDeviceIndexThe device number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.1.1.2 |
acosWANDataLinkProtocolSets the High Level Data Link Control protocol for this device
in this slot.rw Enumeration .1.3.6.1.4.1.2221.1.1.8.1.1.3 |
acosWANSpeedSets the data link speed for this device
in this slot.rw INTEGER .1.3.6.1.4.1.2221.1.1.8.1.1.4 |
acosWANSerialStatsTableThis is a table of common serial statistics for WAN interfaces. SEQUENCE OF AcosWANSerialStatsEntry .1.3.6.1.4.1.2221.1.1.8.2 |
acosWANSerialStatsEntryAn entry in the WAN serial statistics table. AcosWANSerialStatsEntry .1.3.6.1.4.1.2221.1.1.8.2.1 |
acosWANSerialStatsSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.1 |
acosWANSerialStatsSlotDeviceIndexThe device number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.2 |
acosWANTotalRxFramesThe total number of frames received on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.3 |
acosWANTotalRxOctetsThe total number of octets received on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.4 |
acosWANRxMissedFramesThe total number of frames discarded on this port because the
receive buffer descriptor ring was empty.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.5 |
acosWANRxErrorFramesThe total number of frames discarded on this port because of
receive errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.6 |
acosWANRxGlitchErrorsThe total number of frames discarded on this port because of
receive clock glitch errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.7 |
acosWANRxPllErrorsThe total number of frames discarded on this port because of
receive phase lock loop errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.8 |
acosWANRxLongErrorsThe total number of frames discarded on this port because the
received frame was too long.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.9 |
acosWANRxNonOctetErrorsThe total number of frames discarded on this port because the
received frame was not an integral number of octets.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.10 |
acosWANRxAbortErrorsThe total number of frames discarded on this port because of
abort sequences within the received frame.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.11 |
acosWANRxCrcErrorsThe total number of frames discarded on this port because of
received CRC errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.12 |
acosWANRxOverrunErrorsThe total number of frames discarded on this port because of
receiver overrun errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.13 |
acosWANRxCdLostErrorsThe total number of frames discarded on this port because of
lost Carrier Detect.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.14 |
acosWANTotalTxFramesThe total number of frames transmitted on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.15 |
acosWANTotalTxOctetsThe total number of octets received on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.16 |
acosWANTxMissedFramesThe total number of frames discarded on this port because the
transmit buffer descriptor ring was empty.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.17 |
acosWANTxDiscardedFramesThe total number of frames discarded on this port because the
packet was bad, or the link was not ready.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.18 |
acosWANTxErrorFramesThe total number of frames discarded on this port because of
transmitter errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.19 |
acosWANTxGlitchErrorsThe total number of frames discarded on this port because of
transmitter clock glitch errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.20 |
acosWANTxUnderrunErrorsThe total number of frames discarded on this port because of
transmitter underrun errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.22 |
acosWANTxCtsLostErrorsThe total number of frames discarded on this port because of
transmitter CTS lost errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.2.1.23 |
acosWANAtmStatsTableThis is a table of common ATM statistics for WAN interfaces. SEQUENCE OF AcosWANAtmStatsEntry .1.3.6.1.4.1.2221.1.1.8.3 |
acosWANAtmStatsEntryAn entry in the WAN ATM statistics table. AcosWANAtmStatsEntry .1.3.6.1.4.1.2221.1.1.8.3.1 |
acosWANAtmStatsSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.1 |
acosWANAtmStatsSlotDeviceIndexThe device number of a specific device in the slot. The device
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.2 |
acosWANAtmTotalRxCellsThe total number of ATM cells received on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.3 |
acosWANAtmClpiRxCellsThe number of ATM cells received on this port with Cell Loss Priority
Indication set.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.4 |
acosWANAtmOamRxCellsThe number of operation and maintenance ATM cells received on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.5 |
acosWANAtmEfciRxCellsThe number of ATM cells received on this port with Explicit Forward
Congestion Indication set.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.6 |
acosWANAtmRmRxCellsThe number of resource management ATM cells received on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.7 |
acosWANAtmRxCellsDiscardedThe number of ATM cells received and discarded on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.8 |
acosWANAtmTotalTxCellsThe total number of ATM cells transmitted on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.9 |
acosWANAtmOamTxCellsThe number of operation and maintenance ATM cells transmitted on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.10 |
acosWANAtmClpiTxCellsThe number of ATM cells transmitted on this port with Cell Loss
Priority Indication set.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.11 |
acosWANAtmEfciTxCellsThe number of ATM cells transmitted on this port with Explicit Forward
Congestion Indication set.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.12 |
acosWANAtmRmTxCellsThe number of resource management ATM cells transmitted on this port.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.13 |
acosWANAtmRxHecErrorsThe number of ATM cells received on this port with Header
Error Correction errors.ro INTEGER .1.3.6.1.4.1.2221.1.1.8.3.1.14 |
acosWANAtmPortStatusThe ATM port status.ro Enumeration .1.3.6.1.4.1.2221.1.1.8.3.1.15 |
acosRouting OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.9 |
acosDeviceIpAddressTableThis is a table of IP addresses associated with devices contained
in the box. SEQUENCE OF AcosDeviceIpAddressEntry .1.3.6.1.4.1.2221.1.1.9.1 |
acosDeviceIpAddressEntryAn entry in the device level IP address table. AcosDeviceIpAddressEntry .1.3.6.1.4.1.2221.1.1.9.1.1 |
acosDeviceIpSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.9.1.1.1 |
acosDeviceIpInterfaceIndexThe interface number of a specific device in the slot. The interface
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.9.1.1.2 |
acosDeviceIpPortIndexThe port number of a specific device in the slot. The port
numbers range from 1 to the maximum number of devices reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.9.1.1.3 |
acosDeviceIpConnectionIndexThe connection number of a specific device in the slot. The connection
numbers range from 1 to the maximum number of allowed connections.ro INTEGER .1.3.6.1.4.1.2221.1.1.9.1.1.4 |
acosDeviceIpAddressThe IP address assigned to this device in this slot. A value of
'0.0.0.0' in a SET will delete the IP address assigned to this
device. A value of '0.0.0.0' returned in a GET means the device
does not have an IP address assigned to it.rw IpAddress .1.3.6.1.4.1.2221.1.1.9.1.1.5 |
acosDeviceIpAddressSubnetMaskThe subnet mask for the IP address assigned to this device
in this slot. A value of '0.0.0.0' will be returned in a GET
when the device does not have an IP address assigned to it.rw IpAddress .1.3.6.1.4.1.2221.1.1.9.1.1.6 |
acosDeviceIpPeerAddressThe IP address of the peer for this device in this slot.
Note that this object is only accessible if the protocol is
set to 'ppp' in object 'acosWANDataLinkProtocol'.rw IpAddress .1.3.6.1.4.1.2221.1.1.9.1.1.7 |
acosRIPControlThis object enables or disables the Routing Information Protocol
(RIP) for the box.rw Enumeration .1.3.6.1.4.1.2221.1.1.9.2 |
acosDeviceRipParameterTableThis is a table of RIP parameters associated with devices contained
in the box. SEQUENCE OF AcosDeviceRipParameterEntry .1.3.6.1.4.1.2221.1.1.9.3 |
acosDeviceRipParameterEntryAn entry in the device level RIP parameter table. AcosDeviceRipParameterEntry .1.3.6.1.4.1.2221.1.1.9.3.1 |
acosDeviceRipSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.9.3.1.1 |
acosDeviceRipInterfaceIndexThe interface number of a specific interface in the slot. The interface
numbers range from 1 to the maximum number of interfaces reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.9.3.1.2 |
acosDeviceRipPortIndexThe port number of a specific interface in the slot. The port
numbers range from 1 to the maximum number of ports reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.9.3.1.3 |
acosDeviceRipVersionThe version of RIP configured for this interface.rw Enumeration .1.3.6.1.4.1.2221.1.1.9.3.1.4 |
acosDeviceRipPoisonedReverseThe poisoned reverse configuration for this interface.rw Enumeration .1.3.6.1.4.1.2221.1.1.9.3.1.5 |
acosDNSServerAddressThis object specifies the IP address of the Domain Name Server
for the box. Zero to disable DNS client functionalityrw IpAddress .1.3.6.1.4.1.2221.1.1.9.4 |
acosDNSTimeoutThis object specifies the timeout for replys from the
Domain Name Server.rw TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.2221.1.1.9.5 |
acosBridge OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.10 |
acosBridgingEnables or disables bridging for all devices. The value 'disabled'
in a SET will cause bridging to be disabled on all devices. The value
'enabled' in a SET will cause bridging to be enabled on all devices.rw Enumeration .1.3.6.1.4.1.2221.1.1.10.1 |
acosBridgeTableThis table controls bridging on an individual device level. SEQUENCE OF AcosBridgeEntry .1.3.6.1.4.1.2221.1.1.10.2 |
acosBridgeEntryAn entry in the device level bridging control table. AcosBridgeEntry .1.3.6.1.4.1.2221.1.1.10.2.1 |
acosBridgeSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.10.2.1.1 |
acosBridgeInterfaceIndexThe interface number of a specific interface in the slot. The interface
numbers range from 1 to the maximum number of interfaces reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.10.2.1.2 |
acosBridgePortIndexThe port number of a specific port in the slot. The port
numbers range from 1 to the maximum number of interfaces reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.10.2.1.3 |
acosBridgeControlEnables or disables bridging for this device in this slot.rw Enumeration .1.3.6.1.4.1.2221.1.1.10.2.1.4 |
acosTftpClient OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.11 |
acosTftpServerAddressThe IP address of the TFTP server where upgrade files are stored.rw IpAddress .1.3.6.1.4.1.2221.1.1.11.1 |
acosTftpAcosNameThe filename of the ACOS image that will be read when the box
is commanded to upgrade ACOS. If necessary, the name should include
the full directory path where the file is stored on the
TFTP server (server specific).rw DisplayString .1.3.6.1.4.1.2221.1.1.11.2 |
acosTftpUpgradeACOSThe value 'noAction' is always reported in a GET.
The value 'upgradeACOS' in a SET will cause the box to initiate
a TFTP session with the IP address of the TFTP server identified
in object 'acosTftpServerAddress'. The box will request from the
server the file identified in object 'acosTftpAcosName'.rw Enumeration .1.3.6.1.4.1.2221.1.1.11.3 |
acosTftpApplicationNameThe filename of the application image that will be read when the
box is commanded to upgrade the application. If necessary, the name
should include the full directory path where the file is stored on
the TFTP server (server specific).rw DisplayString .1.3.6.1.4.1.2221.1.1.11.4 |
acosTftpUpgradeApplicationThe value 'noAction' is always reported in a GET.
The value 'upgradeApp' in a SET will cause the box to initiate
a TFTP session with the IP address of the TFTP server identified
in object 'acosTftpServerAddress'. The box will request from the
server the file identified in object 'acosTftpApplicationName'.rw Enumeration .1.3.6.1.4.1.2221.1.1.11.5 |
acosTftpSessionStatusThis object reports the status of the TFTP client. If a TFTP
session has never been active since the box has booted, the value
'ready' is reported. If a session is currently active, the value
'inProgress' is reported. If a session is not currently active,
the status of the last active session is reported as 'succeeded'
or 'failed'. If the status is 'failed' the object
'acosTftpFailReason' will contain the reason for the
failure. If the status is 'failed' or 'succeeded', the object
'acosTftpOctetsRead' will contain the number of octets read.ro Enumeration .1.3.6.1.4.1.2221.1.1.11.6 |
acosTftpFailReasonThe reason for a TFTP failure between the client in the box
and a server. If there have not been any failures since the box
was last booted, a null length string will be returned. If the
last TFTP session succeeded, a null length string will be
returned.ro DisplayString .1.3.6.1.4.1.2221.1.1.11.7 |
acosTftpOctetsReadThe total number of octets read during a TFTP session. This
object is updated periodically by the agent during an active
session. This means that if a session is currently in progress,
this object can be periodically read by the management station to
track the progress of the session. If a session has never been
active since the box was last booted, this object will return 0.
If a session has failed or succeeded, this object will return the
number of blocks read for the failure or success.ro INTEGER .1.3.6.1.4.1.2221.1.1.11.8 |
acosManagement OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.12 |
acosManagerIpAddressThe IP address of the management station to send traps.rw IpAddress .1.3.6.1.4.1.2221.1.1.12.1 |
acosManagerWriteCommunityThe write community string for the management station allowed to
manage the box.rw DisplayString .1.3.6.1.4.1.2221.1.1.12.2 |
acosTrapObjects OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.13 |
acosTftpFileNameIdentifies the name of the file read by the TFTP client
in the box. This object will be sent in traps that report
TFTP client activity. This object is not accessible other than
when sent in a trap. DisplayString .1.3.6.1.4.1.2221.1.1.13.1 |
acosDhcp OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.14 |
acosDhcpEnableThe enable/disable field for DHCP server.rw Enumeration .1.3.6.1.4.1.2221.1.1.14.1 |
acosDhcpGatewayThe default gateway IP address to be returned to the DHCP client.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.2 |
acosDhcpDnsServerThe DNS server IP address to be returned to the DHCP client.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.3 |
acosDhcpSubnetThe subnet mask to be returned to the DHCP client.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.4 |
acosDhcpLowAddressThe low IP address of the DHCP assignable IP address pool.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.5 |
acosDhcpHighAddressThe high IP address of the DHCP assignable IP address pool.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.6 |
acosDhcpLeaseTimeThe lease time in seconds for DHCP assigned addresses. -1 means forever.rw INTEGER .1.3.6.1.4.1.2221.1.1.14.7 |
acosDhcpDomainNameThe domain name returned to the DHCP client.rw DisplayString .1.3.6.1.4.1.2221.1.1.14.8 |
acosDhcpInterfaceThe logical interface number processed by the DHCP server.rw INTEGER .1.3.6.1.4.1.2221.1.1.14.9 |
acosDhcpClientTableDHCP Server special handling client table. SEQUENCE OF AcosDhcpClientEntry .1.3.6.1.4.1.2221.1.1.14.10 |
acosDhcpClientEntryAn entry in the DHCP server special handling client table. AcosDhcpClientEntry .1.3.6.1.4.1.2221.1.1.14.10.1 |
acosDhcpClientIndexThe index number of the DHCP server special handling client table. The index
numbers range from 1 to the maximum size of the client table.ro INTEGER .1.3.6.1.4.1.2221.1.1.14.10.1.1 |
acosDhcpClientIpAddressDHCP Server special handling client table IP address. Zero means use
an IP address from the address pool.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.10.1.2 |
acosDhcpClientMacAddressDHCP Server special handling client table MAC address.rw OCTET STRING .1.3.6.1.4.1.2221.1.1.14.10.1.3 |
acosDhcpClientNameDHCP Server special handling client table name.rw DisplayString .1.3.6.1.4.1.2221.1.1.14.10.1.4 |
acosDhcpClientLeaseTimeDHCP Server special handling client table lease time in seconds. Zero
means use the DHCP default lease time. -1 means forever.rw INTEGER .1.3.6.1.4.1.2221.1.1.14.10.1.5 |
acosDhcpClientSubnetMaskDHCP Server special handling client table subnet mask. Zero means use
the default value.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.10.1.6 |
acosDhcpClientGatewayDHCP Server special handling client table default gateway. Zero
means use the default value.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.10.1.7 |
acosDhcpClientDnsServerDHCP Server special handling client table Domain Name Server. Zero
means use the default value.rw IpAddress .1.3.6.1.4.1.2221.1.1.14.10.1.8 |
acosNat OBJECT IDENTIFIER .1.3.6.1.4.1.2221.1.1.15 |
acosNatServerTableNAT Local Server Table. SEQUENCE OF AcosNatServerEntry .1.3.6.1.4.1.2221.1.1.15.1 |
acosNatServerEntryAn entry in the NAT local server table. AcosNatServerEntry .1.3.6.1.4.1.2221.1.1.15.1.1 |
acosNatServerIndexThe index number of the NAT local server table. The index
numbers range from 1 to the maximum size of the local server table.ro INTEGER .1.3.6.1.4.1.2221.1.1.15.1.1.1 |
acosNatServerTranslatedIpAddressThe actual IP address of this server on the local side of the NAT
enabled router.rw IpAddress .1.3.6.1.4.1.2221.1.1.15.1.1.2 |
acosNatServerTranslatedPortThe actual port number of this server on the local side of the NAT
enabled router.rw INTEGER .1.3.6.1.4.1.2221.1.1.15.1.1.3 |
acosNatServerStandardPortThe port number by which this server is seen from the Internet.rw INTEGER .1.3.6.1.4.1.2221.1.1.15.1.1.4 |
acosNatServerProtocolNAT local server protocol (TCP or UDP).rw Enumeration .1.3.6.1.4.1.2221.1.1.15.1.1.5 |
acosNatDeviceParameterTableThis is a table of NAT parameters associated with devices contained
in the box. SEQUENCE OF AcosNatDeviceParameterEntry .1.3.6.1.4.1.2221.1.1.15.2 |
acosNatDeviceParameterEntryAn entry in the device level NAT parameter table. AcosNatDeviceParameterEntry .1.3.6.1.4.1.2221.1.1.15.2.1 |
acosNatDeviceSlotIndexThe slot number the device resides in. The slot numbers range from
1 to the maximum number of slots reported in object
'acosTotalSlots'.ro INTEGER .1.3.6.1.4.1.2221.1.1.15.2.1.1 |
acosNatDeviceInterfaceIndexThe interface number of a specific interface in the slot. The interface
numbers range from 1 to the maximum number of interfaces reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.15.2.1.2 |
acosNatDevicePortIndexThe port number of a specific interface in the slot. The port
numbers range from 1 to the maximum number of ports reported
in 'acosDeviceTotal' for this slot.ro INTEGER .1.3.6.1.4.1.2221.1.1.15.2.1.3 |
acosNatDeviceTranslationEnabledThe NAT translation configuration for this port.rw Enumeration .1.3.6.1.4.1.2221.1.1.15.2.1.4 |
acosNatTcpTimeoutThe NAT TCP connection timeout time in hundredths of seconds.rw TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.2221.1.1.15.3 |
acosNatUdpTimeoutThe NAT UDP connection timeout time in hundredths of seconds.rw TimeTicks (SNMPv2-SMI) .1.3.6.1.4.1.2221.1.1.15.4 |
acosNatPortLowThe low end of the port number range used for NAT connections.rw INTEGER .1.3.6.1.4.1.2221.1.1.15.5 |
acosNatPortHighThe high end of the port number range used for NAT connections.rw INTEGER .1.3.6.1.4.1.2221.1.1.15.6 |