AT-INTERFACES-MIB
subtree beneath which interface ids are assigned..
Main OID:
arInterfaces.1.3.6.1.4.1.207.8.4.4.5
33
Objects
Active
Status
4
Dependencies
Imported Objects
Objects
33 total| Object Name |
|---|
igmpTrapsobject id for igmp traps. OBJECT IDENTIFIER .1.3.6.1.4.1.207.8.4.4.2.1 |
igmpGeneralQueryNotReceivedEventTriggered when no general IGMP-Query message is received within a user-defined time period on a specific interface. NOTIFICATION-TYPE .1.3.6.1.4.1.207.8.4.4.2.1.1 |
arInterfacessubtree beneath which interface ids are assigned.. MODULE-IDENTITY .1.3.6.1.4.1.207.8.4.4.5 |
arBoardMaxIndexThe maximum index of boards in the board table. Index 1 is reserved for the main system board of the router.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.1 |
arBoardTableThe table of boards in the AR router. SEQUENCE OF ArBoardEntry .1.3.6.1.4.1.207.8.4.4.5.2 |
arBoardEntryA single entry in the board table. Each entry consists of information about one board in the router. ArBoardEntry .1.3.6.1.4.1.207.8.4.4.5.2.1 |
arBoardIndexThe index of the board in the board table. Index 1 is reserved for the main system board of the router. Other boards will take index numbers as they are initialised at router startup, or for routers with hot-swap capability, as boards are added to and removed from the router.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.2.1.1 |
arBoardIdThe type of board in this board entry. The values of this object are taken from the pprXxx object IDs under the boards sub-tree.ro OBJECT IDENTIFIER .1.3.6.1.4.1.207.8.4.4.5.2.1.2 |
arBoardNameThe name of the board in this board entry. This is a readable string which identifies the board to the manager.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.5.2.1.3 |
arBoardRevisionThe manufacturing revision of the board in this board entry. This string has the format Xm-n, where X is P for prototype, or M for manufacturing, m is the major revision number for this board, and n is the field upgrade revision number for this board.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.5.2.1.4 |
arBoardSerialNumberThe serial number of the board in this board entry. Serial numbers are strings of decimal numbers up to 10 digits in length. Each and every serial number is globally unique. It is possible for the serial number of a board to be invalid. In this case the value returned for this object will be '*** Invalid ***'ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.5.2.1.5 |
arBoardTotalSlotsThe number of slots on this board. Each slot from 1 to the value of this object may be empty or occupied by another board. By searching the arSlotTable with this board's board index and all values of slot index from 1 to the value of this object, a tree of the boards in this router can be built. The value 0 for this object means that it has no slots.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.2.1.6 |
arBoardTotalPositionsThe number of positions on this board. Each position from 1 to the value of this object contains a single router interface. Note that positions are different from slots. An position contains an actual interface while a slot contains a different board which itself may contain interfaces in its positions.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.2.1.7 |
arSlotTableThe table of slots in the router, indexed by board index and slot index. SEQUENCE OF ArSlotEntry .1.3.6.1.4.1.207.8.4.4.5.3 |
arSlotEntryA single entry in the board slot table. ArSlotEntry .1.3.6.1.4.1.207.8.4.4.5.3.1 |
arSlotBoardIndexThe index of the board for this slot entry. Index 1 is reserved for the main system board of the router.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.3.1.1 |
arSlotSlotIndexThe index of the slot for this slot entry. Indices start from 1 and are specific to each different board type. There are no gaps in the sequence of slot indices. The maximum value for slot index is given by the value of arBoardTotalSlots for this board.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.3.1.2 |
arSlotHeldBoardIndexThe index of the board held in the slot for this slot entry. This is an index into the arBoardTable. A value of 0 for this object means that the slot is not populated.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.3.1.3 |
arSlotDescriptionA description for this slot entry. This is a textual description which gives the manager a clue as to what the slot for this entry is. For example, the slots on an AR 720 have descriptions 'Bay0', 'Bay1' and 'MAC'.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.5.3.1.4 |
arInterfaceTableThe table of physical interfaces in the AR router. SEQUENCE OF ArInterfaceEntry .1.3.6.1.4.1.207.8.4.4.5.4 |
arInterfaceEntryA single entry in the interface table. Each entry consists of information about one interface in the router, and is indexed by the board index and the position of the interface on the board. ArInterfaceEntry .1.3.6.1.4.1.207.8.4.4.5.4.1 |
arInterfaceBoardIndexThe index of the board in the board table which contains this interface. Index 1 is reserved for the main system board of the router.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.4.1.1 |
arInterfacePositionThe position of the interface on the board. Each board type will have well-known positions which are the interfaces provided by the board. The number of positions on a given board is given by the object arBoardTotalPositions for this board.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.4.1.2 |
arInterfaceIfIndexThe ifIndex for the interface represented by this entry of the interfaces table. This is the ifIndex of the ifEntry used to represent the physical interface. The value 0 is used for interfaces which don't have an ifIndex.ro InterfaceIndexOrZero (IF-MIB) .1.3.6.1.4.1.207.8.4.4.5.4.1.3 |
arInterfaceNameThe name of this interface. This is the name that the manager can use to refer to this interface in entering router commands.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.5.4.1.4 |
arInterfaceFullNameThe fully qualified name for this interface. This identifies the path that must be followed to reach the interface. This name can be used in router commands. In routers don't support fully qualified names, this is the same as arInterfaceName.ro DisplayString (SNMPv2-TC) .1.3.6.1.4.1.207.8.4.4.5.4.1.5 |
arIfXTableThe table of interface statistics for the AR router. This table extends the ifTable. SEQUENCE OF ArIfXEntry .1.3.6.1.4.1.207.8.4.4.5.5 |
arIfXEntryA single entry in the interface extension table. Each entry consists of extra interface information not covered in standard MIBs. The index for this table is ifIndex, the same as for ifTable. ArIfXEntry .1.3.6.1.4.1.207.8.4.4.5.5.1 |
arIfXIndexThe index of the ifTable.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.5.1.1 |
arIfXAverageInputBitsSecondThe average number of bits received per second on all interfaces over the past 8.5 minutes. The average is calculated by an 8.5 minute (512s) decaying average, which is updated every 4 seconds using the following formula: X' = 127/128X + 1/128i where X' is the new average X is the old average i is the most recent poll result The times and multiplier factors have been chosen to give the simplest possible calculation using bit shifting operations.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.5.1.2 |
arIfXAverageInputPacketsSecondThe average number of packets received per second on all interfaces over the past 8.5 minutes. See the description for arIfXAverageInputBitsSecond for details of the way in which the average is calculated.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.5.1.3 |
arIfXAverageOutputBitsSecondThe average number of bits sent per second on all interfaces over the past 8.5 minutes. See the description for arIfXAverageInputBitsSecond for details of the way in which the average is calculated.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.5.1.4 |
arIfXAverageOutputPacketsSecondThe average number of bits sent per second on all interfaces over the past 8.5 minutes. See the description for arIfXAverageInputBitsSecond for details of the way in which the average is calculated.ro INTEGER .1.3.6.1.4.1.207.8.4.4.5.5.1.5 |