This is a summary of information regarding objects below the ip MIB object, which is defined within the IP-MIB MIB document as .1.3.6.1.2.1.4.
| Name | Type | Access | OID | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
|
1
ipForwarding |
INTEGER
| ReadWrite | .1.3.6.1.2.1.4.1 |
The indication of whether this entity is acting as an IPv4 router in respect to the forwarding of datagrams received by, but not addressed to, this entity. IPv4 routers forward datagrams. IPv4 hosts do not (except those source-routed via the host). When this object is written, the entity should save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. Note: a stronger requirement is not used because this object was previously defined. |
||||||
|
2
ipDefaultTTL |
INTEGER32
Legal values: 1 .. 255 | ReadWrite | .1.3.6.1.2.1.4.2 |
The default value inserted into the Time-To-Live field of the IPv4 header of datagrams originated at this entity, whenever a TTL value is not supplied by the transport layer protocol. When this object is written, the entity should save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. Note: a stronger requirement is not used because this object was previously defined. |
||||||
|
13
ipReasmTimeout | INTEGER32 | ReadOnly | .1.3.6.1.2.1.4.13 |
The maximum number of seconds that received fragments are held while they are awaiting reassembly at this entity. |
||||||
|
25
ipv6IpForwarding |
INTEGER
| ReadWrite | .1.3.6.1.2.1.4.25 |
The indication of whether this entity is acting as an IPv6 router on any interface in respect to the forwarding of datagrams received by, but not addressed to, this entity. IPv6 routers forward datagrams. IPv6 hosts do not (except those source-routed via the host). When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. |
||||||
|
26
ipv6IpDefaultHopLimit |
INTEGER32
Legal values: 0 .. 255 | ReadWrite | .1.3.6.1.2.1.4.26 |
The default value inserted into the Hop Limit field of the IPv6 header of datagrams originated at this entity whenever a Hop Limit value is not supplied by the transport layer protocol. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. Also see Reference:
|
||||||
|
27
ipv4InterfaceTableLastChange |
TICKS
TimeStamp | ReadOnly | .1.3.6.1.2.1.4.27 |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime on the most recent occasion at which a row in the ipv4InterfaceTable was added or deleted, or when an ipv4InterfaceReasmMaxSize or an ipv4InterfaceEnableStatus object was modified. If new objects are added to the ipv4InterfaceTable that require the ipv4InterfaceTableLastChange to be updated when they are modified, they must specify that requirement in their description clause. |
||||||
|
29
ipv6InterfaceTableLastChange |
TICKS
TimeStamp | ReadOnly | .1.3.6.1.2.1.4.29 |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime on the most recent occasion at which a row in the ipv6InterfaceTable was added or deleted or when an ipv6InterfaceReasmMaxSize, ipv6InterfaceIdentifier, ipv6InterfaceEnableStatus, ipv6InterfaceReachableTime, ipv6InterfaceRetransmitTime, or ipv6InterfaceForwarding object was modified. If new objects are added to the ipv6InterfaceTable that require the ipv6InterfaceTableLastChange to be updated when they are modified, they must specify that requirement in their description clause. |
||||||
|
2
ipIfStatsTableLastChange |
TICKS
TimeStamp | ReadOnly | .1.3.6.1.2.1.4.31.2 |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime on the most recent occasion at which a row in the ipIfStatsTable was added or deleted. If new objects are added to the ipIfStatsTable that require the ipIfStatsTableLastChange to be updated when they are modified, they must specify that requirement in their description clause. |
||||||
|
33
ipAddressSpinLock |
INTEGER
Legal values: 0 .. 2147483647 TestAndIncr | ReadWrite | .1.3.6.1.2.1.4.33 |
Note: this object is based on the TestAndIncr TEXTUAL-CONVENTION. An advisory lock used to allow cooperating SNMP managers to coordinate their use of the set operation in creating or modifying rows within this table. In order to use this lock to coordinate the use of set operations, managers should first retrieve ipAddressTableSpinLock. They should then determine the appropriate row to create or modify. Finally, they should issue the appropriate set command, including the retrieved value of ipAddressSpinLock. If another manager has altered the table in the meantime, then the value of ipAddressSpinLock will have changed, and the creation will fail as it will be specifying an incorrect value for ipAddressSpinLock. It is suggested, but not required, that the ipAddressSpinLock be the first var bind for each set of objects representing a 'row' in a PDU. |
||||||
|
38
ipv6RouterAdvertSpinLock |
INTEGER
Legal values: 0 .. 2147483647 TestAndIncr | ReadWrite | .1.3.6.1.2.1.4.38 |
Note: this object is based on the TestAndIncr TEXTUAL-CONVENTION. An advisory lock used to allow cooperating SNMP managers to coordinate their use of the set operation in creating or modifying rows within this table. In order to use this lock to coordinate the use of set operations, managers should first retrieve ipv6RouterAdvertSpinLock. They should then determine the appropriate row to create or modify. Finally, they should issue the appropriate set command including the retrieved value of ipv6RouterAdvertSpinLock. If another manager has altered the table in the meantime, then the value of ipv6RouterAdvertSpinLock will have changed and the creation will fail as it will be specifying an incorrect value for ipv6RouterAdvertSpinLock. It is suggested, but not required, that the ipv6RouterAdvertSpinLock be the first var bind for each set of objects representing a 'row' in a PDU. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipv4InterfaceIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
| Table Name | ipv6InterfaceTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.30 |
| Table Description |
The table containing per-interface IPv6-specific information. |
| Row Description |
An entry containing IPv6-specific information for a given interface. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipv6InterfaceIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
| Name | Type | Access | Description | ||||||
|---|---|---|---|---|---|---|---|---|---|
|
2
ipv6InterfaceReasmMaxSize |
UNSIGNED32
Legal values: 1500 .. 65535 | ReadOnly |
The size of the largest IPv6 datagram that this entity can re-assemble from incoming IPv6 fragmented datagrams received on this interface. |
||||||
|
3
ipv6InterfaceIdentifier |
OCTETSTR
Legal Lengths: 0 .. 8 Ipv6AddressIfIdentifierTC | ReadOnly |
Note: this object is based on the Ipv6AddressIfIdentifierTC TEXTUAL-CONVENTION. The Interface Identifier for this interface. The Interface Identifier is combined with an address prefix to form an interface address. By default, the Interface Identifier is auto-configured according to the rules of the link type to which this interface is attached. A zero length identifier may be used where appropriate. One possible example is a loopback interface. |
||||||
|
5
ipv6InterfaceEnableStatus |
INTEGER
| ReadWrite |
The indication of whether IPv6 is enabled (up) or disabled (down) on this interface. This object does not affect the state of the interface itself, only its connection to an IPv6 stack. The IF-MIB should be used to control the state of the interface. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. |
||||||
|
6
ipv6InterfaceReachableTime | UNSIGNED32 | ReadOnly |
The time a neighbor is considered reachable after receiving a reachability confirmation. Also see Reference:
|
||||||
|
7
ipv6InterfaceRetransmitTime | UNSIGNED32 | ReadOnly |
The time between retransmissions of Neighbor Solicitation messages to a neighbor when resolving the address or when probing the reachability of a neighbor. Also see Reference:
|
||||||
|
8
ipv6InterfaceForwarding |
INTEGER
| ReadWrite |
The indication of whether this entity is acting as an IPv6 router on this interface with respect to the forwarding of datagrams received by, but not addressed to, this entity. IPv6 routers forward datagrams. IPv6 hosts do not (except those source-routed via the host). This object is constrained by ipv6IpForwarding and is ignored if ipv6IpForwarding is set to notForwarding. Those systems that do not provide per-interface control of the forwarding function should set this object to forwarding for all interfaces and allow the ipv6IpForwarding object to control the forwarding capability. When this object is written, the entity SHOULD save the change to non-volatile storage and restore the object from non-volatile storage upon re-initialization of the system. |
| Table Name | ipSystemStatsTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.31.1 |
| Table Description |
The table containing system wide, IP version specific traffic statistics. This table and the ipIfStatsTable contain similar objects whose difference is in their granularity. Where this table contains system wide traffic statistics, the ipIfStatsTable contains the same statistics but counted on a per-interface basis. |
| Row Description |
A statistics entry containing system-wide objects for a particular IP version. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipSystemStatsIPVersion |
INTEGER
InetVersion (ENUM list below) | NoAccess |
Note: this object is based on the InetVersion TEXTUAL-CONVENTION. The IP version of this row. |
| Name | Type | Access | Description |
|---|---|---|---|
|
3
ipSystemStatsInReceives | COUNTER | ReadOnly |
The total number of input IP datagrams received, including those received in error. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
4
ipSystemStatsHCInReceives | COUNTER64 | ReadOnly |
The total number of input IP datagrams received, including those received in error. This object counts the same datagrams as ipSystemStatsInReceives, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
5
ipSystemStatsInOctets | COUNTER | ReadOnly |
The total number of octets received in input IP datagrams, including those received in error. Octets from datagrams counted in ipSystemStatsInReceives MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
6
ipSystemStatsHCInOctets | COUNTER64 | ReadOnly |
The total number of octets received in input IP datagrams, including those received in error. This object counts the same octets as ipSystemStatsInOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
7
ipSystemStatsInHdrErrors | COUNTER | ReadOnly |
The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
8
ipSystemStatsInNoRoutes | COUNTER | ReadOnly |
The number of input IP datagrams discarded because no route could be found to transmit them to their destination. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
9
ipSystemStatsInAddrErrors | COUNTER | ReadOnly |
The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., ::0). For entities that are not IP routers and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
10
ipSystemStatsInUnknownProtos | COUNTER | ReadOnly |
The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol. When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
11
ipSystemStatsInTruncatedPkts | COUNTER | ReadOnly |
The number of input IP datagrams discarded because the datagram frame didn't carry enough data. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
12
ipSystemStatsInForwDatagrams | COUNTER | ReadOnly |
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the incoming interface is incremented for each datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
13
ipSystemStatsHCInForwDatagrams | COUNTER64 | ReadOnly |
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. This object counts the same packets as ipSystemStatsInForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
14
ipSystemStatsReasmReqds | COUNTER | ReadOnly |
The number of IP fragments received that needed to be reassembled at this interface. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
15
ipSystemStatsReasmOKs | COUNTER | ReadOnly |
The number of IP datagrams successfully reassembled.
When tracking interface statistics, the counter of the
interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime.
|
|
16
ipSystemStatsReasmFails | COUNTER | ReadOnly |
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc.). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
17
ipSystemStatsInDiscards | COUNTER | ReadOnly |
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
18
ipSystemStatsInDelivers | COUNTER | ReadOnly |
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
19
ipSystemStatsHCInDelivers | COUNTER64 | ReadOnly |
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). This object counts the same packets as ipSystemStatsInDelivers, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
20
ipSystemStatsOutRequests | COUNTER | ReadOnly |
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipSystemStatsOutForwDatagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
21
ipSystemStatsHCOutRequests | COUNTER64 | ReadOnly |
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. This object counts the same packets as ipSystemStatsOutRequests, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
22
ipSystemStatsOutNoRoutes | COUNTER | ReadOnly |
The number of locally generated IP datagrams discarded because no route could be found to transmit them to their destination. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
23
ipSystemStatsOutForwDatagrams | COUNTER | ReadOnly |
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully forwarded datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
24
ipSystemStatsHCOutForwDatagrams | COUNTER64 | ReadOnly |
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. This object counts the same packets as ipSystemStatsOutForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
25
ipSystemStatsOutDiscards | COUNTER | ReadOnly |
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipSystemStatsOutForwDatagrams if any such datagrams met this (discretionary) discard criterion. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
26
ipSystemStatsOutFragReqds | COUNTER | ReadOnly |
The number of IP datagrams that would require fragmentation in order to be transmitted. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
27
ipSystemStatsOutFragOKs | COUNTER | ReadOnly |
The number of IP datagrams that have been successfully fragmented. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
28
ipSystemStatsOutFragFails | COUNTER | ReadOnly |
The number of IP datagrams that have been discarded because they needed to be fragmented but could not be. This includes IPv4 packets that have the DF bit set and IPv6 packets that are being forwarded and exceed the outgoing link MTU. When tracking interface statistics, the counter of the outgoing interface is incremented for an unsuccessfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
29
ipSystemStatsOutFragCreates | COUNTER | ReadOnly |
The number of output datagram fragments that have been generated as a result of IP fragmentation. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
30
ipSystemStatsOutTransmits | COUNTER | ReadOnly |
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This includes datagrams generated locally and those forwarded by this entity. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
31
ipSystemStatsHCOutTransmits | COUNTER64 | ReadOnly |
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This object counts the same datagrams as ipSystemStatsOutTransmits, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
32
ipSystemStatsOutOctets | COUNTER | ReadOnly |
The total number of octets in IP datagrams delivered to the lower layers for transmission. Octets from datagrams counted in ipSystemStatsOutTransmits MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
33
ipSystemStatsHCOutOctets | COUNTER64 | ReadOnly |
The total number of octets in IP datagrams delivered to the lower layers for transmission. This objects counts the same octets as ipSystemStatsOutOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
34
ipSystemStatsInMcastPkts | COUNTER | ReadOnly |
The number of IP multicast datagrams received.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime.
|
|
35
ipSystemStatsHCInMcastPkts | COUNTER64 | ReadOnly |
The number of IP multicast datagrams received. This object counts the same datagrams as ipSystemStatsInMcastPkts but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
36
ipSystemStatsInMcastOctets | COUNTER | ReadOnly |
The total number of octets received in IP multicast datagrams. Octets from datagrams counted in ipSystemStatsInMcastPkts MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
37
ipSystemStatsHCInMcastOctets | COUNTER64 | ReadOnly |
The total number of octets received in IP multicast datagrams. This object counts the same octets as ipSystemStatsInMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
38
ipSystemStatsOutMcastPkts | COUNTER | ReadOnly |
The number of IP multicast datagrams transmitted.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime.
|
|
39
ipSystemStatsHCOutMcastPkts | COUNTER64 | ReadOnly |
The number of IP multicast datagrams transmitted. This object counts the same datagrams as ipSystemStatsOutMcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
40
ipSystemStatsOutMcastOctets | COUNTER | ReadOnly |
The total number of octets transmitted in IP multicast datagrams. Octets from datagrams counted in ipSystemStatsOutMcastPkts MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
41
ipSystemStatsHCOutMcastOctets | COUNTER64 | ReadOnly |
The total number of octets transmitted in IP multicast datagrams. This object counts the same octets as ipSystemStatsOutMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
42
ipSystemStatsInBcastPkts | COUNTER | ReadOnly |
The number of IP broadcast datagrams received.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime.
|
|
43
ipSystemStatsHCInBcastPkts | COUNTER64 | ReadOnly |
The number of IP broadcast datagrams received. This object counts the same datagrams as ipSystemStatsInBcastPkts but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
44
ipSystemStatsOutBcastPkts | COUNTER | ReadOnly |
The number of IP broadcast datagrams transmitted.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipSystemStatsDiscontinuityTime.
|
|
45
ipSystemStatsHCOutBcastPkts | COUNTER64 | ReadOnly |
The number of IP broadcast datagrams transmitted. This object counts the same datagrams as ipSystemStatsOutBcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipSystemStatsDiscontinuityTime. |
|
46
ipSystemStatsDiscontinuityTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re- initialization of the local management subsystem, then this object contains a zero value. |
|
47
ipSystemStatsRefreshRate | UNSIGNED32 | ReadOnly |
The minimum reasonable polling interval for this entry. This object provides an indication of the minimum amount of time required to update the counters in this entry. |
| Table Name | ipIfStatsTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.31.3 |
| Table Description |
The table containing per-interface traffic statistics. This table and the ipSystemStatsTable contain similar objects whose difference is in their granularity. Where this table contains per-interface statistics, the ipSystemStatsTable contains the same statistics, but counted on a system wide basis. |
| Row Description |
An interface statistics entry containing objects for a particular interface and version of IP. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipIfStatsIPVersion |
INTEGER
InetVersion (ENUM list below) | NoAccess |
Note: this object is based on the InetVersion TEXTUAL-CONVENTION. The IP version of this row. |
|
2
ipIfStatsIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
| Name | Type | Access | Description |
|---|---|---|---|
|
3
ipIfStatsInReceives | COUNTER | ReadOnly |
The total number of input IP datagrams received, including those received in error. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
4
ipIfStatsHCInReceives | COUNTER64 | ReadOnly |
The total number of input IP datagrams received, including those received in error. This object counts the same datagrams as ipIfStatsInReceives, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
5
ipIfStatsInOctets | COUNTER | ReadOnly |
The total number of octets received in input IP datagrams, including those received in error. Octets from datagrams counted in ipIfStatsInReceives MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
6
ipIfStatsHCInOctets | COUNTER64 | ReadOnly |
The total number of octets received in input IP datagrams, including those received in error. This object counts the same octets as ipIfStatsInOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
7
ipIfStatsInHdrErrors | COUNTER | ReadOnly |
The number of input IP datagrams discarded due to errors in their IP headers, including version number mismatch, other format errors, hop count exceeded, errors discovered in processing their IP options, etc. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
8
ipIfStatsInNoRoutes | COUNTER | ReadOnly |
The number of input IP datagrams discarded because no route could be found to transmit them to their destination. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
9
ipIfStatsInAddrErrors | COUNTER | ReadOnly |
The number of input IP datagrams discarded because the IP address in their IP header's destination field was not a valid address to be received at this entity. This count includes invalid addresses (e.g., ::0). For entities that are not IP routers and therefore do not forward datagrams, this counter includes datagrams discarded because the destination address was not a local address. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
10
ipIfStatsInUnknownProtos | COUNTER | ReadOnly |
The number of locally-addressed IP datagrams received successfully but discarded because of an unknown or unsupported protocol. When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
11
ipIfStatsInTruncatedPkts | COUNTER | ReadOnly |
The number of input IP datagrams discarded because the datagram frame didn't carry enough data. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
12
ipIfStatsInForwDatagrams | COUNTER | ReadOnly |
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the incoming interface is incremented for each datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
13
ipIfStatsHCInForwDatagrams | COUNTER64 | ReadOnly |
The number of input datagrams for which this entity was not their final IP destination and for which this entity attempted to find a route to forward them to that final destination. This object counts the same packets as ipIfStatsInForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
14
ipIfStatsReasmReqds | COUNTER | ReadOnly |
The number of IP fragments received that needed to be reassembled at this interface. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
15
ipIfStatsReasmOKs | COUNTER | ReadOnly |
The number of IP datagrams successfully reassembled.
When tracking interface statistics, the counter of the
interface to which these datagrams were addressed is
incremented. This interface might not be the same as the
input interface for some of the datagrams.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime.
|
|
16
ipIfStatsReasmFails | COUNTER | ReadOnly |
The number of failures detected by the IP re-assembly algorithm (for whatever reason: timed out, errors, etc.). Note that this is not necessarily a count of discarded IP fragments since some algorithms (notably the algorithm in RFC 815) can lose track of the number of fragments by combining them as they are received. When tracking interface statistics, the counter of the interface to which these fragments were addressed is incremented. This interface might not be the same as the input interface for some of the fragments. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
17
ipIfStatsInDiscards | COUNTER | ReadOnly |
The number of input IP datagrams for which no problems were encountered to prevent their continued processing, but were discarded (e.g., for lack of buffer space). Note that this counter does not include any datagrams discarded while awaiting re-assembly. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
18
ipIfStatsInDelivers | COUNTER | ReadOnly |
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). When tracking interface statistics, the counter of the interface to which these datagrams were addressed is incremented. This interface might not be the same as the input interface for some of the datagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
19
ipIfStatsHCInDelivers | COUNTER64 | ReadOnly |
The total number of datagrams successfully delivered to IP user-protocols (including ICMP). This object counts the same packets as ipIfStatsInDelivers, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
20
ipIfStatsOutRequests | COUNTER | ReadOnly |
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. Note that this counter does not include any datagrams counted in ipIfStatsOutForwDatagrams. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
21
ipIfStatsHCOutRequests | COUNTER64 | ReadOnly |
The total number of IP datagrams that local IP user- protocols (including ICMP) supplied to IP in requests for transmission. This object counts the same packets as ipIfStatsOutRequests, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
23
ipIfStatsOutForwDatagrams | COUNTER | ReadOnly |
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. In entities that do not act as IP routers, this counter will include only those datagrams that were Source-Routed via this entity, and the Source-Route processing was successful. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully forwarded datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
24
ipIfStatsHCOutForwDatagrams | COUNTER64 | ReadOnly |
The number of datagrams for which this entity was not their final IP destination and for which it was successful in finding a path to their final destination. This object counts the same packets as ipIfStatsOutForwDatagrams, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
25
ipIfStatsOutDiscards | COUNTER | ReadOnly |
The number of output IP datagrams for which no problem was encountered to prevent their transmission to their destination, but were discarded (e.g., for lack of buffer space). Note that this counter would include datagrams counted in ipIfStatsOutForwDatagrams if any such datagrams met this (discretionary) discard criterion. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
26
ipIfStatsOutFragReqds | COUNTER | ReadOnly |
The number of IP datagrams that would require fragmentation in order to be transmitted. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
27
ipIfStatsOutFragOKs | COUNTER | ReadOnly |
The number of IP datagrams that have been successfully fragmented. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
28
ipIfStatsOutFragFails | COUNTER | ReadOnly |
The number of IP datagrams that have been discarded because they needed to be fragmented but could not be. This includes IPv4 packets that have the DF bit set and IPv6 packets that are being forwarded and exceed the outgoing link MTU. When tracking interface statistics, the counter of the outgoing interface is incremented for an unsuccessfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
29
ipIfStatsOutFragCreates | COUNTER | ReadOnly |
The number of output datagram fragments that have been generated as a result of IP fragmentation. When tracking interface statistics, the counter of the outgoing interface is incremented for a successfully fragmented datagram. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
30
ipIfStatsOutTransmits | COUNTER | ReadOnly |
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This includes datagrams generated locally and those forwarded by this entity. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
31
ipIfStatsHCOutTransmits | COUNTER64 | ReadOnly |
The total number of IP datagrams that this entity supplied to the lower layers for transmission. This object counts the same datagrams as ipIfStatsOutTransmits, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
32
ipIfStatsOutOctets | COUNTER | ReadOnly |
The total number of octets in IP datagrams delivered to the lower layers for transmission. Octets from datagrams counted in ipIfStatsOutTransmits MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
33
ipIfStatsHCOutOctets | COUNTER64 | ReadOnly |
The total number of octets in IP datagrams delivered to the lower layers for transmission. This objects counts the same octets as ipIfStatsOutOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
34
ipIfStatsInMcastPkts | COUNTER | ReadOnly |
The number of IP multicast datagrams received.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime.
|
|
35
ipIfStatsHCInMcastPkts | COUNTER64 | ReadOnly |
The number of IP multicast datagrams received. This object counts the same datagrams as ipIfStatsInMcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
36
ipIfStatsInMcastOctets | COUNTER | ReadOnly |
The total number of octets received in IP multicast
datagrams. Octets from datagrams counted in
ipIfStatsInMcastPkts MUST be counted here.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime.
|
|
37
ipIfStatsHCInMcastOctets | COUNTER64 | ReadOnly |
The total number of octets received in IP multicast datagrams. This object counts the same octets as ipIfStatsInMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
38
ipIfStatsOutMcastPkts | COUNTER | ReadOnly |
The number of IP multicast datagrams transmitted.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime.
|
|
39
ipIfStatsHCOutMcastPkts | COUNTER64 | ReadOnly |
The number of IP multicast datagrams transmitted. This object counts the same datagrams as ipIfStatsOutMcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
40
ipIfStatsOutMcastOctets | COUNTER | ReadOnly |
The total number of octets transmitted in IP multicast datagrams. Octets from datagrams counted in ipIfStatsOutMcastPkts MUST be counted here. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
41
ipIfStatsHCOutMcastOctets | COUNTER64 | ReadOnly |
The total number of octets transmitted in IP multicast datagrams. This object counts the same octets as ipIfStatsOutMcastOctets, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
42
ipIfStatsInBcastPkts | COUNTER | ReadOnly |
The number of IP broadcast datagrams received.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime.
|
|
43
ipIfStatsHCInBcastPkts | COUNTER64 | ReadOnly |
The number of IP broadcast datagrams received. This object counts the same datagrams as ipIfStatsInBcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
44
ipIfStatsOutBcastPkts | COUNTER | ReadOnly |
The number of IP broadcast datagrams transmitted.
Discontinuities in the value of this counter can occur at
re-initialization of the management system, and at other
times as indicated by the value of
ipIfStatsDiscontinuityTime.
|
|
45
ipIfStatsHCOutBcastPkts | COUNTER64 | ReadOnly |
The number of IP broadcast datagrams transmitted. This object counts the same datagrams as ipIfStatsOutBcastPkts, but allows for larger values. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of ipIfStatsDiscontinuityTime. |
|
46
ipIfStatsDiscontinuityTime |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION.
The value of sysUpTime on the most recent occasion at which
any one or more of this entry's counters suffered a
discontinuity.
If no such discontinuities have occurred since the last re-
initialization of the local management subsystem, then this
object contains a zero value.
|
|
47
ipIfStatsRefreshRate | UNSIGNED32 | ReadOnly |
The minimum reasonable polling interval for this entry. This object provides an indication of the minimum amount of time required to update the counters in this entry. |
| Table Name | ipAddressPrefixTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.32 |
| Table Description |
This table allows the user to determine the source of an IP address or set of IP addresses, and allows other tables to share the information via pointer rather than by copying. For example, when the node configures both a unicast and anycast address for a prefix, the ipAddressPrefix objects for those addresses will point to a single row in this table. This table primarily provides support for IPv6 prefixes, and several of the objects are less meaningful for IPv4. The table continues to allow IPv4 addresses to allow future flexibility. In order to promote a common configuration, this document includes suggestions for default values for IPv4 prefixes. Each of these values may be overridden if an object is meaningful to the node. All prefixes used by this entity should be included in this table independent of how the entity learned the prefix. (This table isn't limited to prefixes learned from router advertisements.) |
| Row Description |
An entry in the ipAddressPrefixTable. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipAddressPrefixIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface on which this prefix is configured. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
|
2
ipAddressPrefixType |
INTEGER
InetAddressType (ENUM list below) | NoAccess |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. The address type of ipAddressPrefix. |
|
3
ipAddressPrefixPrefix |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | NoAccess |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The address prefix. The address type of this object is specified in ipAddressPrefixType. The length of this object is the standard length for objects of that type (4 or 16 bytes). Any bits after ipAddressPrefixLength must be zero. Implementors need to be aware that, if the size of ipAddressPrefixPrefix exceeds 114 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3. |
|
4
ipAddressPrefixLength |
UNSIGNED32
Legal values: 0 .. 2040 InetAddressPrefixLength | NoAccess |
Note: this object is based on the InetAddressPrefixLength TEXTUAL-CONVENTION.
The prefix length associated with this prefix.
The value 0 has no special meaning for this object. It
simply refers to address '::/0'.
|
| Name | Type | Access | Description |
|---|---|---|---|
|
5
ipAddressPrefixOrigin |
INTEGER
IpAddressPrefixOriginTC (ENUM list below) | ReadOnly |
Note: this object is based on the IpAddressPrefixOriginTC TEXTUAL-CONVENTION. The origin of this prefix. |
|
6
ipAddressPrefixOnLinkFlag |
INTEGER
TruthValue (ENUM list below) | ReadOnly |
Note: this object is based on the TruthValue TEXTUAL-CONVENTION. This object has the value 'true(1)', if this prefix can be used for on-link determination; otherwise, the value is 'false(2)'. The default for IPv4 prefixes is 'true(1)'. Also see Reference:
|
|
7
ipAddressPrefixAutonomousFlag |
INTEGER
TruthValue (ENUM list below) | ReadOnly |
Note: this object is based on the TruthValue TEXTUAL-CONVENTION. Autonomous address configuration flag. When true(1), indicates that this prefix can be used for autonomous address configuration (i.e., can be used to form a local interface address). If false(2), it is not used to auto- configure a local interface address. The default for IPv4 prefixes is 'false(2)'. Also see Reference:
|
|
8
ipAddressPrefixAdvPreferredLifetime | UNSIGNED32 | ReadOnly |
The remaining length of time, in seconds, that this prefix will continue to be preferred, i.e., time until deprecation. A value of 4,294,967,295 represents infinity. The address generated from a deprecated prefix should no longer be used as a source address in new communications, but packets received on such an interface are processed as expected. The default for IPv4 prefixes is 4,294,967,295 (infinity). Also see Reference:
|
|
9
ipAddressPrefixAdvValidLifetime | UNSIGNED32 | ReadOnly |
The remaining length of time, in seconds, that this prefix will continue to be valid, i.e., time until invalidation. A value of 4,294,967,295 represents infinity. The address generated from an invalidated prefix should not appear as the destination or source address of a packet. The default for IPv4 prefixes is 4,294,967,295 (infinity). Also see Reference:
|
| Table Name | ipAddressTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.34 |
| Table Description |
This table contains addressing information relevant to the entity's interfaces. This table does not contain multicast address information. Tables for such information should be contained in multicast specific MIBs, such as RFC 3019. While this table is writable, the user will note that several objects, such as ipAddressOrigin, are not. The intention in allowing a user to write to this table is to allow them to add or remove any entry that isn't permanent. The user should be allowed to modify objects and entries when that would not cause inconsistencies within the table. Allowing write access to objects, such as ipAddressOrigin, could allow a user to insert an entry and then label it incorrectly. Note well: When including IPv6 link-local addresses in this table, the entry must use an InetAddressType of 'ipv6z' in order to differentiate between the possible interfaces. |
| Row Description |
An address mapping for a particular interface. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipAddressAddrType |
INTEGER
InetAddressType (ENUM list below) | NoAccess |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. The address type of ipAddressAddr. |
|
2
ipAddressAddr |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | NoAccess |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION.
The IP address to which this entry's addressing information
pertains. The address type of this object is specified in
ipAddressAddrType.
Implementors need to be aware that if the size of
ipAddressAddr exceeds 116 octets, then OIDS of instances of
columns in this row will have more than 128 sub-identifiers
and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3.
|
| Name | Type | Access | Description | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
3
ipAddressIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | Create |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
||||||||
|
4
ipAddressType |
INTEGER
| Create |
The type of address. broadcast(3) is not a valid value for IPv6 addresses (RFC 3513). |
||||||||
|
5
ipAddressPrefix |
OBJECTID
RowPointer | ReadOnly |
Note: this object is based on the RowPointer TEXTUAL-CONVENTION.
A pointer to the row in the prefix table to which this
address belongs. May be { 0 0 } if there is no such row.
|
||||||||
|
6
ipAddressOrigin |
INTEGER
IpAddressOriginTC (ENUM list below) | ReadOnly |
Note: this object is based on the IpAddressOriginTC TEXTUAL-CONVENTION. The origin of the address. |
||||||||
|
7
ipAddressStatus |
INTEGER
IpAddressStatusTC (ENUM list below) | Create |
Note: this object is based on the IpAddressStatusTC TEXTUAL-CONVENTION. The status of the address, describing if the address can be used for communication. In the absence of other information, an IPv4 address is always preferred(1). |
||||||||
|
8
ipAddressCreated |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime at the time this entry was created. If this entry was created prior to the last re- initialization of the local network management subsystem, then this object contains a zero value. |
||||||||
|
9
ipAddressLastChanged |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value. |
||||||||
|
10
ipAddressRowStatus |
INTEGER
RowStatus (ENUM list below) | Create |
Note: this object is based on the RowStatus TEXTUAL-CONVENTION.
The status of this conceptual row.
The RowStatus TC requires that this DESCRIPTION clause
states under which circumstances other objects in this row
can be modified. The value of this object has no effect on
whether other objects in this conceptual row can be
modified.
A conceptual row can not be made active until the
ipAddressIfIndex has been set to a valid index.
|
||||||||
|
11
ipAddressStorageType |
INTEGER
StorageType (ENUM list below) | Create |
Note: this object is based on the StorageType TEXTUAL-CONVENTION. The storage type for this conceptual row. If this object has a value of 'permanent', then no other objects are required to be able to be modified. |
| Table Name | ipNetToPhysicalTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.35 |
| Table Description |
The IP Address Translation table used for mapping from IP addresses to physical addresses. The Address Translation tables contain the IP address to 'physical' address equivalences. Some interfaces do not use translation tables for determining address equivalences (e.g., DDN-X.25 has an algorithmic method); if all interfaces are of this type, then the Address Translation table is empty, i.e., has zero entries. While many protocols may be used to populate this table, ARP and Neighbor Discovery are the most likely options. Also see Reference:
|
| Row Description |
Each entry contains one IP address to `physical' address equivalence. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipNetToPhysicalIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface to which this entry is applicable. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
|
2
ipNetToPhysicalNetAddressType |
INTEGER
InetAddressType (ENUM list below) | NoAccess |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. The type of ipNetToPhysicalNetAddress. |
|
3
ipNetToPhysicalNetAddress |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | NoAccess |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The IP Address corresponding to the media-dependent `physical' address. The address type of this object is specified in ipNetToPhysicalAddressType. Implementors need to be aware that if the size of ipNetToPhysicalNetAddress exceeds 115 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3. |
| Name | Type | Access | Description | ||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
4
ipNetToPhysicalPhysAddress |
OCTETSTR
Legal Lengths: 0 .. 65535 PhysAddress | Create |
Note: this object is based on the PhysAddress TEXTUAL-CONVENTION.
The media-dependent `physical' address.
As the entries in this table are typically not persistent
when this object is written the entity SHOULD NOT save the
change to non-volatile storage.
|
||||||||||||||||
|
5
ipNetToPhysicalLastUpdated |
TICKS
TimeStamp | ReadOnly |
Note: this object is based on the TimeStamp TEXTUAL-CONVENTION. The value of sysUpTime at the time this entry was last updated. If this entry was updated prior to the last re- initialization of the local network management subsystem, then this object contains a zero value. |
||||||||||||||||
|
6
ipNetToPhysicalType |
INTEGER
| Create |
The type of mapping.
Setting this object to the value invalid(2) has the effect
of invalidating the corresponding entry in the
ipNetToPhysicalTable. That is, it effectively dis-
associates the interface identified with said entry from the
mapping 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
currently in use. Proper interpretation of such entries
requires examination of the relevant ipNetToPhysicalType
object.
The 'dynamic(3)' type indicates that the IP address to
physical addresses mapping has been dynamically resolved
using e.g., IPv4 ARP or the IPv6 Neighbor Discovery
protocol.
The 'static(4)' type indicates that the mapping has been
statically configured. Both of these refer to entries that
provide mappings for other entities addresses.
The 'local(5)' type indicates that the mapping is provided
for an entity's own interface address.
As the entries in this table are typically not persistent
when this object is written the entity SHOULD NOT save the
change to non-volatile storage.
|
||||||||||||||||
|
7
ipNetToPhysicalState |
INTEGER
| ReadOnly |
The Neighbor Unreachability Detection state for the interface when the address mapping in this entry is used. If Neighbor Unreachability Detection is not in use (e.g. for IPv4), this object is always unknown(6). Also see Reference:
|
||||||||||||||||
|
8
ipNetToPhysicalRowStatus |
INTEGER
RowStatus (ENUM list below) | Create |
Note: this object is based on the RowStatus TEXTUAL-CONVENTION.
The status of this conceptual row.
The RowStatus TC requires that this DESCRIPTION clause
states under which circumstances other objects in this row
can be modified. The value of this object has no effect on
whether other objects in this conceptual row can be
modified.
A conceptual row can not be made active until the
ipNetToPhysicalPhysAddress object has been set.
Note that if the ipNetToPhysicalType is set to 'invalid',
the managed node may delete the entry independent of the
state of this object.
|
| Table Name | ipv6ScopeZoneIndexTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.36 |
| Table Description |
The table used to describe IPv6 unicast and multicast scope zones. For those objects that have names rather than numbers, the names were chosen to coincide with the names used in the IPv6 address architecture document. Also see Reference:
|
| Row Description |
Each entry contains the list of scope identifiers on a given interface. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipv6ScopeZoneIndexIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface to which these scopes belong. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
| Name | Type | Access | Description |
|---|---|---|---|
|
2
ipv6ScopeZoneIndexLinkLocal |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for the link-local scope on this interface. |
|
3
ipv6ScopeZoneIndex3 |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope 3 on this interface. |
|
4
ipv6ScopeZoneIndexAdminLocal |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for the admin-local scope on this interface. |
|
5
ipv6ScopeZoneIndexSiteLocal |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for the site-local scope on this interface. |
|
6
ipv6ScopeZoneIndex6 |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope 6 on this interface. |
|
7
ipv6ScopeZoneIndex7 |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope 7 on this interface. |
|
8
ipv6ScopeZoneIndexOrganizationLocal |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for the organization-local scope on this interface. |
|
9
ipv6ScopeZoneIndex9 |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope 9 on this interface. |
|
10
ipv6ScopeZoneIndexA |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope A on this interface. |
|
11
ipv6ScopeZoneIndexB |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope B on this interface. |
|
12
ipv6ScopeZoneIndexC |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope C on this interface. |
|
13
ipv6ScopeZoneIndexD |
UNSIGNED32
InetZoneIndex | ReadOnly |
Note: this object is based on the InetZoneIndex TEXTUAL-CONVENTION. The zone index for scope D on this interface. |
| Table Name | ipDefaultRouterTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.37 |
| Table Description |
The table used to describe the default routers known to this entity. |
| Row Description |
Each entry contains information about a default router known to this entity. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipDefaultRouterAddressType |
INTEGER
InetAddressType (ENUM list below) | NoAccess |
Note: this object is based on the InetAddressType TEXTUAL-CONVENTION. The address type for this row. |
|
2
ipDefaultRouterAddress |
OCTETSTR
Legal Lengths: 0 .. 255 InetAddress | NoAccess |
Note: this object is based on the InetAddress TEXTUAL-CONVENTION. The IP address of the default router represented by this row. The address type of this object is specified in ipDefaultRouterAddressType. Implementers need to be aware that if the size of ipDefaultRouterAddress exceeds 115 octets, then OIDS of instances of columns in this row will have more than 128 sub-identifiers and cannot be accessed using SNMPv1, SNMPv2c, or SNMPv3. |
|
3
ipDefaultRouterIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface by which the router can be reached. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
| Name | Type | Access | Description | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
4
ipDefaultRouterLifetime |
UNSIGNED32
Legal values: 0 .. 65535 | ReadOnly |
The remaining length of time, in seconds, that this router will continue to be useful as a default router. A value of zero indicates that it is no longer useful as a default router. It is left to the implementer of the MIB as to whether a router with a lifetime of zero is removed from the list. For IPv6, this value should be extracted from the router advertisement messages. Also see Reference:
|
||||||||||
|
5
ipDefaultRouterPreference |
INTEGER
| ReadOnly |
An indication of preference given to this router as a default router as described in he Default Router Preferences document. Treating the value as a 2 bit signed integer allows for simple arithmetic comparisons. For IPv4 routers or IPv6 routers that are not using the updated router advertisement format, this object is set to medium (0). Also see Reference:
|
| Table Name | ipv6RouterAdvertTable |
| In MIB | IP-MIB |
| Registered at OID | .1.3.6.1.2.1.4.39 |
| Table Description |
The table containing information used to construct router advertisements. |
| Row Description |
An entry containing information used to construct router advertisements. Information in this table is persistent, and when this object is written, the entity SHOULD save the change to non-volatile storage. |
| Name | Type | Access | Description |
|---|---|---|---|
|
1
ipv6RouterAdvertIfIndex |
INTEGER32
Legal values: 1 .. 2147483647 InterfaceIndex | NoAccess |
Note: this object is based on the InterfaceIndex TEXTUAL-CONVENTION. The index value that uniquely identifies the interface on which router advertisements constructed with this information will be transmitted. The interface identified by a particular value of this index is the same interface as identified by the same value of the IF-MIB's ifIndex. |
| Name | Type | Access | Description |
|---|---|---|---|
|
2
ipv6RouterAdvertSendAdverts |
INTEGER
TruthValue (ENUM list below) | Create |
Note: this object is based on the TruthValue TEXTUAL-CONVENTION. A flag indicating whether the router sends periodic router advertisements and responds to router solicitations on this interface. Also see Reference:
|
|
3
ipv6RouterAdvertMaxInterval |
UNSIGNED32
Legal values: 4 .. 1800 | Create |
The maximum time allowed between sending unsolicited router advertisements from this interface. Also see Reference:
|
|
4
ipv6RouterAdvertMinInterval |
UNSIGNED32
Legal values: 3 .. 1350 | Create |
The minimum time allowed between sending unsolicited router advertisements from this interface. The default is 0.33 * ipv6RouterAdvertMaxInterval, however, in the case of a low value for ipv6RouterAdvertMaxInterval, the minimum value for this object is restricted to 3. Also see Reference:
|
|
5
ipv6RouterAdvertManagedFlag |
INTEGER
TruthValue (ENUM list below) | Create |
Note: this object is based on the TruthValue TEXTUAL-CONVENTION. The true/false value to be placed into the 'managed address configuration' flag field in router advertisements sent from this interface. Also see Reference:
|
|
6
ipv6RouterAdvertOtherConfigFlag |
INTEGER
TruthValue (ENUM list below) | Create |
Note: this object is based on the TruthValue TEXTUAL-CONVENTION. The true/false value to be placed into the 'other stateful configuration' flag field in router advertisements sent from this interface. Also see Reference:
|
|
7
ipv6RouterAdvertLinkMTU | UNSIGNED32 | Create |
The value to be placed in MTU options sent by the router on this interface. A value of zero indicates that no MTU options are sent. Also see Reference:
|
|
8
ipv6RouterAdvertReachableTime |
UNSIGNED32
Legal values: 0 .. 3600000 | Create |
The value to be placed in the reachable time field in router advertisement messages sent from this interface. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for reachable time. Also see Reference:
|
|
9
ipv6RouterAdvertRetransmitTime | UNSIGNED32 | Create |
The value to be placed in the retransmit timer field in router advertisements sent from this interface. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for retrans time. Also see Reference:
|
|
10
ipv6RouterAdvertCurHopLimit |
UNSIGNED32
Legal values: 0 .. 255 | Create |
The default value to be placed in the current hop limit field in router advertisements sent from this interface. The value should be set to the current diameter of the Internet. A value of zero in the router advertisement indicates that the advertisement isn't specifying a value for curHopLimit. The default should be set to the value specified in the IANA web pages (www.iana.org) at the time of implementation. Also see Reference:
|
|
11
ipv6RouterAdvertDefaultLifetime |
UNSIGNED32
Legal values: 0 , 4 .. 9000 | Create |
The value to be placed in the router lifetime field of router advertisements sent from this interface. This value MUST be either 0 or between ipv6RouterAdvertMaxInterval and 9000 seconds. A value of zero indicates that the router is not to be used as a default router. The default is 3 * ipv6RouterAdvertMaxInterval. Also see Reference:
|
|
12
ipv6RouterAdvertRowStatus |
INTEGER
RowStatus (ENUM list below) | Create |
Note: this object is based on the RowStatus TEXTUAL-CONVENTION.
The status of this conceptual row.
As all objects in this conceptual row have default values, a
row can be created and made active by setting this object
appropriately.
The RowStatus TC requires that this DESCRIPTION clause
states under which circumstances other objects in this row
can be modified. The value of this object has no effect on
whether other objects in this conceptual row can be
modified.
|
SCALAR OBJECTS
TABLE OBJECTSTable ipAddrTable
ipAddrTable Indexes:
Other ipAddrTable Columns:
|