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:
Table ipNetToMediaTable
ipNetToMediaTable Indexes:
Other ipNetToMediaTable Columns:
|
These TEXTUAL-CONVENTIONS are used in other parts of the document above. They are SNMP's way of defining a datatype that is used repeatedly by other MIB objects. Any implementation implementing objects that use one of these definitions must follow its DESCRIPTION clause as well as the DESCRIPTION clause of the object itself.
| Name | Type | Description | ||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| IpAddressStatusTC | INTEGER
| The status of an address. Most of the states correspond to states from the IPv6 Stateless Address Autoconfiguration protocol. The preferred(1) state indicates that this is a valid address that can appear as the destination or source address of a packet. The deprecated(2) state indicates that this is a valid but deprecated address that should no longer be used as a source address in new communications, but packets addressed to such an address are processed as expected. The invalid(3) state indicates that this isn't a valid address and it shouldn't appear as the destination or source address of a packet. The inaccessible(4) state indicates that the address is not accessible because the interface to which this address is assigned is not operational. The unknown(5) state indicates that the status cannot be determined for some reason. The tentative(6) state indicates that the uniqueness of the address on the link is being verified. Addresses in this state should not be used for general communication and should only be used to determine the uniqueness of the address. The duplicate(7) state indicates the address has been determined to be non-unique on the link and so must not be used. The optimistic(8) state indicates the address is available for use, subject to restrictions, while its uniqueness on a link is being verified. In the absence of other information, an IPv4 address is always preferred(1). | ||||||||||||||||||
| TestAndIncr | INTEGER | Represents integer-valued information used for atomic operations. When the management protocol is used to specify that an object instance having this syntax is to be modified, the new value supplied via the management protocol must precisely match the value presently held by the instance. If not, the management protocol set operation fails with an error of `inconsistentValue'. Otherwise, if the current value is the maximum value of 2^31-1 (2147483647 decimal), then the value held by the instance is wrapped to zero; otherwise, the value held by the instance is incremented by one. (Note that regardless of whether the management protocol set operation succeeds, the variable- binding in the request and response PDUs are identical.) The value of the ACCESS clause for objects having this syntax is either `read-write' or `read-create'. When an instance of a columnar object having this syntax is created, any value may be supplied via the management protocol. When the network management portion of the system is re- initialized, the value of every object instance having this syntax must either be incremented from its value prior to the re-initialization, or (if the value prior to the re- initialization is unknown) be set to a pseudo-randomly generated value. | ||||||||||||||||||
| IpAddressOriginTC | INTEGER
| The origin of the address.
manual(2) indicates that the address was manually configured
to a specified address, e.g., by user configuration.
dhcp(4) indicates an address that was assigned to this
system by a DHCP server.
linklayer(5) indicates an address created by IPv6 stateless
auto-configuration.
random(6) indicates an address chosen by the system at
random, e.g., an IPv4 address within 169.254/16, or an RFC
3041 privacy address. | ||||||||||||||||||
| InetAddressType | INTEGER
| A value that represents a type of Internet address.
unknown(0) An unknown address type. This value MUST
be used if the value of the corresponding
InetAddress object is a zero-length string.
It may also be used to indicate an IP address
that is not in one of the formats defined
below.
ipv4(1) An IPv4 address as defined by the
InetAddressIPv4 textual convention.
ipv6(2) An IPv6 address as defined by the
InetAddressIPv6 textual convention.
ipv4z(3) A non-global IPv4 address including a zone
index as defined by the InetAddressIPv4z
textual convention.
ipv6z(4) A non-global IPv6 address including a zone
index as defined by the InetAddressIPv6z
textual convention.
dns(16) A DNS domain name as defined by the
InetAddressDNS textual convention.
Each definition of a concrete InetAddressType value must be
accompanied by a definition of a textual convention for use
with that InetAddressType.
To support future extensions, the InetAddressType textual
convention SHOULD NOT be sub-typed in object type definitions.
It MAY be sub-typed in compliance statements in order to
require only a subset of these address types for a compliant
implementation.
Implementations must ensure that InetAddressType objects
and any dependent objects (e.g., InetAddress objects) are
consistent. An inconsistentValue error must be generated
if an attempt to change an InetAddressType object would,
for example, lead to an undefined InetAddress value. In
particular, InetAddressType/InetAddress pairs must be
changed together if the address type changes (e.g., from
ipv6(2) to ipv4(1)). | ||||||||||||||||||
| InetAddressPrefixLength | UNSIGNED32 | Denotes the length of a generic Internet network address prefix. A value of n corresponds to an IP address mask that has n contiguous 1-bits from the most significant bit (MSB), with all other bits set to 0. An InetAddressPrefixLength value is always interpreted within the context of an InetAddressType value. Every usage of the InetAddressPrefixLength textual convention is required to specify the InetAddressType object that provides the context. It is suggested that the InetAddressType object be logically registered before the object(s) that use the InetAddressPrefixLength textual convention, if they appear in the same logical row. InetAddressPrefixLength values larger than the maximum length of an IP address for a specific InetAddressType are treated as the maximum significant value applicable for the InetAddressType. The maximum significant value is 32 for the InetAddressType 'ipv4(1)' and 'ipv4z(3)' and 128 for the InetAddressType 'ipv6(2)' and 'ipv6z(4)'. The maximum significant value for the InetAddressType 'dns(16)' is 0. The value zero is object-specific and must be defined as part of the description of any object that uses this syntax. Examples of the usage of zero might include situations where the Internet network address prefix is unknown or does not apply. The upper bound of the prefix length has been chosen to be consistent with the maximum size of an InetAddress. | ||||||||||||||||||
| InetZoneIndex | UNSIGNED32 | A zone index identifies an instance of a zone of a specific scope. The zone index MUST disambiguate identical address values. For link-local addresses, the zone index will typically be the interface index (ifIndex as defined in the IF-MIB) of the interface on which the address is configured. The zone index may contain the special value 0, which refers to the default zone. The default zone may be used in cases where the valid zone index is not known (e.g., when a management application has to write a link-local IPv6 address without knowing the interface index value). The default zone SHOULD NOT be used as an easy way out in cases where the zone index for a non-global IPv6 address is known. | ||||||||||||||||||
| TruthValue | INTEGER
| Represents a boolean value. | ||||||||||||||||||
| RowStatus | INTEGER
| The RowStatus textual convention is used to manage the
creation and deletion of conceptual rows, and is used as the
value of the SYNTAX clause for the status column of a
conceptual row (as described in Section 7.7.1 of [2].)
The status column has six defined values:
- `active', which indicates that the conceptual row is
available for use by the managed device;
- `notInService', which indicates that the conceptual
row exists in the agent, but is unavailable for use by
the managed device (see NOTE below); 'notInService' has
no implication regarding the internal consistency of
the row, availability of resources, or consistency with
the current state of the managed device;
- `notReady', which indicates that the conceptual row
exists in the agent, but is missing information
necessary in order to be available for use by the
managed device (i.e., one or more required columns in
the conceptual row have not been instanciated);
- `createAndGo', which is supplied by a management
station wishing to create a new instance of a
conceptual row and to have its status automatically set
to active, making it available for use by the managed
device;
- `createAndWait', which is supplied by a management
station wishing to create a new instance of a
conceptual row (but not make it available for use by
the managed device); and,
- `destroy', which is supplied by a management station
wishing to delete all of the instances associated with
an existing conceptual row.
Whereas five of the six values (all except `notReady') may
be specified in a management protocol set operation, only
three values will be returned in response to a management
protocol retrieval operation: `notReady', `notInService' or
`active'. That is, when queried, an existing conceptual row
has only three states: it is either available for use by
the managed device (the status column has value `active');
it is not available for use by the managed device, though
the agent has sufficient information to attempt to make it
so (the status column has value `notInService'); or, it is
not available for use by the managed device, and an attempt
to make it so would fail because the agent has insufficient
information (the state column has value `notReady').
NOTE WELL
This textual convention may be used for a MIB table,
irrespective of whether the values of that table's
conceptual rows are able to be modified while it is
active, or whether its conceptual rows must be taken
out of service in order to be modified. That is, it is
the responsibility of the DESCRIPTION clause of the
status column to specify whether the status column must
not be `active' in order for the value of some other
column of the same conceptual row to be modified. If
such a specification is made, affected columns may be
changed by an SNMP set PDU if the RowStatus would not
be equal to `active' either immediately before or after
processing the PDU. In other words, if the PDU also
contained a varbind that would change the RowStatus
value, the column in question may be changed if the
RowStatus was not equal to `active' as the PDU was
received, or if the varbind sets the status | ||||||||||||||||||
| Ipv6AddressIfIdentifierTC | OCTETSTR | This data type is used to model IPv6 address interface identifiers. This is a binary string of up to 8 octets in network byte-order. | ||||||||||||||||||
| InetVersion | INTEGER
| A value representing a version of the IP protocol.
unknown(0) An unknown or unspecified version of the IP
protocol.
ipv4(1) The IPv4 protocol as defined in RFC 791 (STD 5).
ipv6(2) The IPv6 protocol as defined in RFC 2460.
Note that this textual convention SHOULD NOT be used to
distinguish different address types associated with IP
protocols. The InetAddressType has been designed for this
purpose. | ||||||||||||||||||
| TimeStamp | TICKS | The value of the sysUpTime object at which a specific occurrence happened. The specific occurrence must be defined in the description of any object defined using this type. If sysUpTime is reset to zero as a result of a re- initialization of the network management (sub)system, then the values of all TimeStamp objects are also reset. However, after approximately 497 days without a re- initialization, the sysUpTime object will reach 2^^32-1 and then increment around to zero; in this case, existing values of TimeStamp objects do not change. This can lead to ambiguities in the value of TimeStamp objects. | ||||||||||||||||||
| InterfaceIndex | INTEGER32 | A unique value, greater than zero, for each interface or interface sub-layer in the managed system. It is recommended that values are assigned contiguously starting from 1. The value for each interface sub-layer must remain constant at least from one re-initialization of the entity's network management system to the next re-initialization. | ||||||||||||||||||
| InetAddress | OCTETSTR | Denotes a generic Internet address.
An InetAddress value is always interpreted within the context
of an InetAddressType value. Every usage of the InetAddress
textual convention is required to specify the InetAddressType
object that provides the context. It is suggested that the
InetAddressType object be logically registered before the
object(s) that use the InetAddress textual convention, if
they appear in the same logical row.
The value of an InetAddress object must always be
consistent with the value of the associated InetAddressType
object. Attempts to set an InetAddress object to a value
inconsistent with the associated InetAddressType
must fail with an inconsistentValue error.
When this textual convention is used as the syntax of an
index object, there may be issues with the limit of 128
sub-identifiers specified in SMIv2, STD 58. In this case,
the object definition MUST include a 'SIZE' clause to
limit the number of potential instance sub-identifiers;
otherwise the applicable constraints MUST be stated in
the appropriate conceptual row DESCRIPTION clauses, or
in the surrounding documentation if there is no single
DESCRIPTION clause that is appropriate. | ||||||||||||||||||
| PhysAddress | OCTETSTR | Represents media- or physical-level addresses. | ||||||||||||||||||
| IpAddressPrefixOriginTC | INTEGER
| The origin of this prefix.
manual(2) indicates a prefix that was manually configured.
wellknown(3) indicates a well-known prefix, e.g., 169.254/16
for IPv4 auto-configuration or fe80::/10 for IPv6 link-local
addresses. Well known prefixes may be assigned by IANA,
the address registries, or by specification in a standards
track RFC.
dhcp(4) indicates a prefix that was assigned by a DHCP
server.
routeradv(5) indicates a prefix learned from a router
advertisement.
Note: while IpAddressOriginTC and IpAddressPrefixOriginTC
are similar, they are not identical. The first defines how
an address was created, while the second defines how a
prefix was found. | ||||||||||||||||||
| StorageType | INTEGER
| Describes the memory realization of a conceptual row. A row which is volatile(2) is lost upon reboot. A row which is either nonVolatile(3), permanent(4) or readOnly(5), is backed up by stable storage. A row which is permanent(4) can be changed but not deleted. A row which is readOnly(5) cannot be changed nor deleted. If the value of an object with this syntax is either permanent(4) or readOnly(5), it cannot be written. Conversely, if the value is either other(1), volatile(2) or nonVolatile(3), it cannot be modified to be permanent(4) or readOnly(5). (All illegal modifications result in a 'wrongValue' error.) Every usage of this textual convention is required to specify the columnar objects which a permanent(4) row must at a minimum allow to be writable. | ||||||||||||||||||
| RowPointer | OBJECTID | Represents a pointer to a conceptual row. The value is the name of the instance of the first accessible columnar object in the conceptual row. For example, ifIndex.3 would point to the 3rd row in the ifTable (note that if ifIndex were not-accessible, then ifDescr.3 would be used instead). |
Tree view generated by running: snmptranslate -Tp IP-MIB::ip
+--ip(4) | +-- -RW- EnumVal ipForwarding(1) | Values: forwarding(1), notForwarding(2) +-- -RW- Integer32 ipDefaultTTL(2) | Range: 1..255 +-- -R-- Counter ipInReceives(3) +-- -R-- Counter ipInHdrErrors(4) +-- -R-- Counter ipInAddrErrors(5) +-- -R-- Counter ipForwDatagrams(6) +-- -R-- Counter ipInUnknownProtos(7) +-- -R-- Counter ipInDiscards(8) +-- -R-- Counter ipInDelivers(9) +-- -R-- Counter ipOutRequests(10) +-- -R-- Counter ipOutDiscards(11) +-- -R-- Counter ipOutNoRoutes(12) +-- -R-- Integer32 ipReasmTimeout(13) +-- -R-- Counter ipReasmReqds(14) +-- -R-- Counter ipReasmOKs(15) +-- -R-- Counter ipReasmFails(16) +-- -R-- Counter ipFragOKs(17) +-- -R-- Counter ipFragFails(18) +-- -R-- Counter ipFragCreates(19) | +--ipAddrTable(20) | | | +--ipAddrEntry(1) | | Index: ipAdEntAddr | | | +-- -R-- IpAddr ipAdEntAddr(1) | +-- -R-- INTEGER ipAdEntIfIndex(2) | | Range: 1..2147483647 | +-- -R-- IpAddr ipAdEntNetMask(3) | +-- -R-- INTEGER ipAdEntBcastAddr(4) | | Range: 0..1 | +-- -R-- INTEGER ipAdEntReasmMaxSize(5) | Range: 0..65535 | +--ipNetToMediaTable(22) | | | +--ipNetToMediaEntry(1) | | Index: ipNetToMediaIfIndex, ipNetToMediaNetAddress | | | +-- CR-- INTEGER ipNetToMediaIfIndex(1) | | Range: 1..2147483647 | +-- CR-- String ipNetToMediaPhysAddress(2) | | Textual Convention: PhysAddress | | Size: 0..65535 | +-- CR-- IpAddr ipNetToMediaNetAddress(3) | +-- CR-- EnumVal ipNetToMediaType(4) | Values: other(1), invalid(2), dynamic(3), static(4) | +-- -R-- Counter ipRoutingDiscards(23) +-- -RW- EnumVal ipv6IpForwarding(25) | Values: forwarding(1), notForwarding(2) +-- -RW- Integer32 ipv6IpDefaultHopLimit(26) | Range: 0..255 +-- -R-- TimeTicks ipv4InterfaceTableLastChange(27) | Textual Convention: TimeStamp | +--ipv4InterfaceTable(28) | | | +--ipv4InterfaceEntry(1) | | Index: ipv4InterfaceIfIndex | | | +-- ---- Integer32 ipv4InterfaceIfIndex(1) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- -R-- Integer32 ipv4InterfaceReasmMaxSize(2) | | Range: 0..65535 | +-- -RW- EnumVal ipv4InterfaceEnableStatus(3) | | Values: up(1), down(2) | +-- -R-- Unsigned ipv4InterfaceRetransmitTime(4) | +-- -R-- TimeTicks ipv6InterfaceTableLastChange(29) | Textual Convention: TimeStamp | +--ipv6InterfaceTable(30) | | | +--ipv6InterfaceEntry(1) | | Index: ipv6InterfaceIfIndex | | | +-- ---- Integer32 ipv6InterfaceIfIndex(1) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- -R-- Unsigned ipv6InterfaceReasmMaxSize(2) | | Range: 1500..65535 | +-- -R-- String ipv6InterfaceIdentifier(3) | | Textual Convention: Ipv6AddressIfIdentifierTC | | Size: 0..8 | +-- -RW- EnumVal ipv6InterfaceEnableStatus(5) | | Values: up(1), down(2) | +-- -R-- Unsigned ipv6InterfaceReachableTime(6) | +-- -R-- Unsigned ipv6InterfaceRetransmitTime(7) | +-- -RW- EnumVal ipv6InterfaceForwarding(8) | Values: forwarding(1), notForwarding(2) | +--ipTrafficStats(31) | | | +--ipSystemStatsTable(1) | | | | | +--ipSystemStatsEntry(1) | | | Index: ipSystemStatsIPVersion | | | | | +-- ---- EnumVal ipSystemStatsIPVersion(1) | | | Textual Convention: InetVersion | | | Values: unknown(0), ipv4(1), ipv6(2) | | +-- -R-- Counter ipSystemStatsInReceives(3) | | +-- -R-- Counter64 ipSystemStatsHCInReceives(4) | | +-- -R-- Counter ipSystemStatsInOctets(5) | | +-- -R-- Counter64 ipSystemStatsHCInOctets(6) | | +-- -R-- Counter ipSystemStatsInHdrErrors(7) | | +-- -R-- Counter ipSystemStatsInNoRoutes(8) | | +-- -R-- Counter ipSystemStatsInAddrErrors(9) | | +-- -R-- Counter ipSystemStatsInUnknownProtos(10) | | +-- -R-- Counter ipSystemStatsInTruncatedPkts(11) | | +-- -R-- Counter ipSystemStatsInForwDatagrams(12) | | +-- -R-- Counter64 ipSystemStatsHCInForwDatagrams(13) | | +-- -R-- Counter ipSystemStatsReasmReqds(14) | | +-- -R-- Counter ipSystemStatsReasmOKs(15) | | +-- -R-- Counter ipSystemStatsReasmFails(16) | | +-- -R-- Counter ipSystemStatsInDiscards(17) | | +-- -R-- Counter ipSystemStatsInDelivers(18) | | +-- -R-- Counter64 ipSystemStatsHCInDelivers(19) | | +-- -R-- Counter ipSystemStatsOutRequests(20) | | +-- -R-- Counter64 ipSystemStatsHCOutRequests(21) | | +-- -R-- Counter ipSystemStatsOutNoRoutes(22) | | +-- -R-- Counter ipSystemStatsOutForwDatagrams(23) | | +-- -R-- Counter64 ipSystemStatsHCOutForwDatagrams(24) | | +-- -R-- Counter ipSystemStatsOutDiscards(25) | | +-- -R-- Counter ipSystemStatsOutFragReqds(26) | | +-- -R-- Counter ipSystemStatsOutFragOKs(27) | | +-- -R-- Counter ipSystemStatsOutFragFails(28) | | +-- -R-- Counter ipSystemStatsOutFragCreates(29) | | +-- -R-- Counter ipSystemStatsOutTransmits(30) | | +-- -R-- Counter64 ipSystemStatsHCOutTransmits(31) | | +-- -R-- Counter ipSystemStatsOutOctets(32) | | +-- -R-- Counter64 ipSystemStatsHCOutOctets(33) | | +-- -R-- Counter ipSystemStatsInMcastPkts(34) | | +-- -R-- Counter64 ipSystemStatsHCInMcastPkts(35) | | +-- -R-- Counter ipSystemStatsInMcastOctets(36) | | +-- -R-- Counter64 ipSystemStatsHCInMcastOctets(37) | | +-- -R-- Counter ipSystemStatsOutMcastPkts(38) | | +-- -R-- Counter64 ipSystemStatsHCOutMcastPkts(39) | | +-- -R-- Counter ipSystemStatsOutMcastOctets(40) | | +-- -R-- Counter64 ipSystemStatsHCOutMcastOctets(41) | | +-- -R-- Counter ipSystemStatsInBcastPkts(42) | | +-- -R-- Counter64 ipSystemStatsHCInBcastPkts(43) | | +-- -R-- Counter ipSystemStatsOutBcastPkts(44) | | +-- -R-- Counter64 ipSystemStatsHCOutBcastPkts(45) | | +-- -R-- TimeTicks ipSystemStatsDiscontinuityTime(46) | | | Textual Convention: TimeStamp | | +-- -R-- Unsigned ipSystemStatsRefreshRate(47) | | | +-- -R-- TimeTicks ipIfStatsTableLastChange(2) | | Textual Convention: TimeStamp | | | +--ipIfStatsTable(3) | | | +--ipIfStatsEntry(1) | | Index: ipIfStatsIPVersion, ipIfStatsIfIndex | | | +-- ---- EnumVal ipIfStatsIPVersion(1) | | Textual Convention: InetVersion | | Values: unknown(0), ipv4(1), ipv6(2) | +-- ---- Integer32 ipIfStatsIfIndex(2) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- -R-- Counter ipIfStatsInReceives(3) | +-- -R-- Counter64 ipIfStatsHCInReceives(4) | +-- -R-- Counter ipIfStatsInOctets(5) | +-- -R-- Counter64 ipIfStatsHCInOctets(6) | +-- -R-- Counter ipIfStatsInHdrErrors(7) | +-- -R-- Counter ipIfStatsInNoRoutes(8) | +-- -R-- Counter ipIfStatsInAddrErrors(9) | +-- -R-- Counter ipIfStatsInUnknownProtos(10) | +-- -R-- Counter ipIfStatsInTruncatedPkts(11) | +-- -R-- Counter ipIfStatsInForwDatagrams(12) | +-- -R-- Counter64 ipIfStatsHCInForwDatagrams(13) | +-- -R-- Counter ipIfStatsReasmReqds(14) | +-- -R-- Counter ipIfStatsReasmOKs(15) | +-- -R-- Counter ipIfStatsReasmFails(16) | +-- -R-- Counter ipIfStatsInDiscards(17) | +-- -R-- Counter ipIfStatsInDelivers(18) | +-- -R-- Counter64 ipIfStatsHCInDelivers(19) | +-- -R-- Counter ipIfStatsOutRequests(20) | +-- -R-- Counter64 ipIfStatsHCOutRequests(21) | +-- -R-- Counter ipIfStatsOutForwDatagrams(23) | +-- -R-- Counter64 ipIfStatsHCOutForwDatagrams(24) | +-- -R-- Counter ipIfStatsOutDiscards(25) | +-- -R-- Counter ipIfStatsOutFragReqds(26) | +-- -R-- Counter ipIfStatsOutFragOKs(27) | +-- -R-- Counter ipIfStatsOutFragFails(28) | +-- -R-- Counter ipIfStatsOutFragCreates(29) | +-- -R-- Counter ipIfStatsOutTransmits(30) | +-- -R-- Counter64 ipIfStatsHCOutTransmits(31) | +-- -R-- Counter ipIfStatsOutOctets(32) | +-- -R-- Counter64 ipIfStatsHCOutOctets(33) | +-- -R-- Counter ipIfStatsInMcastPkts(34) | +-- -R-- Counter64 ipIfStatsHCInMcastPkts(35) | +-- -R-- Counter ipIfStatsInMcastOctets(36) | +-- -R-- Counter64 ipIfStatsHCInMcastOctets(37) | +-- -R-- Counter ipIfStatsOutMcastPkts(38) | +-- -R-- Counter64 ipIfStatsHCOutMcastPkts(39) | +-- -R-- Counter ipIfStatsOutMcastOctets(40) | +-- -R-- Counter64 ipIfStatsHCOutMcastOctets(41) | +-- -R-- Counter ipIfStatsInBcastPkts(42) | +-- -R-- Counter64 ipIfStatsHCInBcastPkts(43) | +-- -R-- Counter ipIfStatsOutBcastPkts(44) | +-- -R-- Counter64 ipIfStatsHCOutBcastPkts(45) | +-- -R-- TimeTicks ipIfStatsDiscontinuityTime(46) | | Textual Convention: TimeStamp | +-- -R-- Unsigned ipIfStatsRefreshRate(47) | +--ipAddressPrefixTable(32) | | | +--ipAddressPrefixEntry(1) | | Index: ipAddressPrefixIfIndex, ipAddressPrefixType, ipAddressPrefixPrefix, ipAddressPrefixLength | | | +-- ---- Integer32 ipAddressPrefixIfIndex(1) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- ---- EnumVal ipAddressPrefixType(2) | | Textual Convention: InetAddressType | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | +-- ---- String ipAddressPrefixPrefix(3) | | Textual Convention: InetAddress | | Size: 0..255 | +-- ---- Unsigned ipAddressPrefixLength(4) | | Textual Convention: InetAddressPrefixLength | | Range: 0..2040 | +-- -R-- EnumVal ipAddressPrefixOrigin(5) | | Textual Convention: IpAddressPrefixOriginTC | | Values: other(1), manual(2), wellknown(3), dhcp(4), routeradv(5) | +-- -R-- EnumVal ipAddressPrefixOnLinkFlag(6) | | Textual Convention: TruthValue | | Values: true(1), false(2) | +-- -R-- EnumVal ipAddressPrefixAutonomousFlag(7) | | Textual Convention: TruthValue | | Values: true(1), false(2) | +-- -R-- Unsigned ipAddressPrefixAdvPreferredLifetime(8) | +-- -R-- Unsigned ipAddressPrefixAdvValidLifetime(9) | +-- -RW- INTEGER ipAddressSpinLock(33) | Textual Convention: TestAndIncr | Range: 0..2147483647 | +--ipAddressTable(34) | | | +--ipAddressEntry(1) | | Index: ipAddressAddrType, ipAddressAddr | | | +-- ---- EnumVal ipAddressAddrType(1) | | Textual Convention: InetAddressType | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | +-- ---- String ipAddressAddr(2) | | Textual Convention: InetAddress | | Size: 0..255 | +-- CR-- Integer32 ipAddressIfIndex(3) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- CR-- EnumVal ipAddressType(4) | | Values: unicast(1), anycast(2), broadcast(3) | +-- -R-- ObjID ipAddressPrefix(5) | | Textual Convention: RowPointer | +-- -R-- EnumVal ipAddressOrigin(6) | | Textual Convention: IpAddressOriginTC | | Values: other(1), manual(2), dhcp(4), linklayer(5), random(6) | +-- CR-- EnumVal ipAddressStatus(7) | | Textual Convention: IpAddressStatusTC | | Values: preferred(1), deprecated(2), invalid(3), inaccessible(4), unknown(5), tentative(6), duplicate(7), optimistic(8) | +-- -R-- TimeTicks ipAddressCreated(8) | | Textual Convention: TimeStamp | +-- -R-- TimeTicks ipAddressLastChanged(9) | | Textual Convention: TimeStamp | +-- CR-- EnumVal ipAddressRowStatus(10) | | Textual Convention: RowStatus | | Values: active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) | +-- CR-- EnumVal ipAddressStorageType(11) | Textual Convention: StorageType | Values: other(1), volatile(2), nonVolatile(3), permanent(4), readOnly(5) | +--ipNetToPhysicalTable(35) | | | +--ipNetToPhysicalEntry(1) | | Index: ipNetToPhysicalIfIndex, ipNetToPhysicalNetAddressType, ipNetToPhysicalNetAddress | | | +-- ---- Integer32 ipNetToPhysicalIfIndex(1) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- ---- EnumVal ipNetToPhysicalNetAddressType(2) | | Textual Convention: InetAddressType | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | +-- ---- String ipNetToPhysicalNetAddress(3) | | Textual Convention: InetAddress | | Size: 0..255 | +-- CR-- String ipNetToPhysicalPhysAddress(4) | | Textual Convention: PhysAddress | | Size: 0..65535 | +-- -R-- TimeTicks ipNetToPhysicalLastUpdated(5) | | Textual Convention: TimeStamp | +-- CR-- EnumVal ipNetToPhysicalType(6) | | Values: other(1), invalid(2), dynamic(3), static(4), local(5) | +-- -R-- EnumVal ipNetToPhysicalState(7) | | Values: reachable(1), stale(2), delay(3), probe(4), invalid(5), unknown(6), incomplete(7) | +-- CR-- EnumVal ipNetToPhysicalRowStatus(8) | Textual Convention: RowStatus | Values: active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) | +--ipv6ScopeZoneIndexTable(36) | | | +--ipv6ScopeZoneIndexEntry(1) | | Index: ipv6ScopeZoneIndexIfIndex | | | +-- ---- Integer32 ipv6ScopeZoneIndexIfIndex(1) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- -R-- Unsigned ipv6ScopeZoneIndexLinkLocal(2) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndex3(3) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndexAdminLocal(4) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndexSiteLocal(5) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndex6(6) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndex7(7) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndexOrganizationLocal(8) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndex9(9) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndexA(10) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndexB(11) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndexC(12) | | Textual Convention: InetZoneIndex | +-- -R-- Unsigned ipv6ScopeZoneIndexD(13) | Textual Convention: InetZoneIndex | +--ipDefaultRouterTable(37) | | | +--ipDefaultRouterEntry(1) | | Index: ipDefaultRouterAddressType, ipDefaultRouterAddress, ipDefaultRouterIfIndex | | | +-- ---- EnumVal ipDefaultRouterAddressType(1) | | Textual Convention: InetAddressType | | Values: unknown(0), ipv4(1), ipv6(2), ipv4z(3), ipv6z(4), dns(16) | +-- ---- String ipDefaultRouterAddress(2) | | Textual Convention: InetAddress | | Size: 0..255 | +-- ---- Integer32 ipDefaultRouterIfIndex(3) | | Textual Convention: InterfaceIndex | | Range: 1..2147483647 | +-- -R-- Unsigned ipDefaultRouterLifetime(4) | | Range: 0..65535 | +-- -R-- EnumVal ipDefaultRouterPreference(5) | Values: reserved(-2), low(-1), medium(0), high(1) | +-- -RW- INTEGER ipv6RouterAdvertSpinLock(38) | Textual Convention: TestAndIncr | Range: 0..2147483647 | +--ipv6RouterAdvertTable(39) | +--ipv6RouterAdvertEntry(1) | Index: ipv6RouterAdvertIfIndex | +-- ---- Integer32 ipv6RouterAdvertIfIndex(1) | Textual Convention: InterfaceIndex | Range: 1..2147483647 +-- CR-- EnumVal ipv6RouterAdvertSendAdverts(2) | Textual Convention: TruthValue | Values: true(1), false(2) +-- CR-- Unsigned ipv6RouterAdvertMaxInterval(3) | Range: 4..1800 +-- CR-- Unsigned ipv6RouterAdvertMinInterval(4) | Range: 3..1350 +-- CR-- EnumVal ipv6RouterAdvertManagedFlag(5) | Textual Convention: TruthValue | Values: true(1), false(2) +-- CR-- EnumVal ipv6RouterAdvertOtherConfigFlag(6) | Textual Convention: TruthValue | Values: true(1), false(2) +-- CR-- Unsigned ipv6RouterAdvertLinkMTU(7) +-- CR-- Unsigned ipv6RouterAdvertReachableTime(8) | Range: 0..3600000 +-- CR-- Unsigned ipv6RouterAdvertRetransmitTime(9) +-- CR-- Unsigned ipv6RouterAdvertCurHopLimit(10) | Range: 0..255 +-- CR-- Unsigned ipv6RouterAdvertDefaultLifetime(11) | Range: 0 | 4..9000 +-- CR-- EnumVal ipv6RouterAdvertRowStatus(12) Textual Convention: RowStatus Values: active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6)
Last modified: Wednesday, 01-Aug-2018 04:41:28 UTC
For questions regarding web content and site functionality, please write to the net-snmp-users mail list.