hwIfIpTable describes information about IP addresses configured for an interface. On an interface, one primary IP address and multiple secondary IP addresses can be configured. You can create, delete, and view information about the IP addresses of an interface.
The index of the table is hwIpAdEntAddr.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.1 |
hwIpAdEntAddr |
IpAddress |
read-only |
The IP address to which this entry's addressing information pertains. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.2 |
hwIpAdEntIfIndex |
Integer32 |
read-create |
The index value which 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 ifIndex. |
Support for creation, but not for modification. |
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.3 |
hwIpAdEntNetMask |
IpAddress |
read-create |
The subnet mask associated with the IP address of this entry. The value of the mask is an IP address with all the network bits set to 1 and all the host bits set to 0. |
Support for creation, but not for modification. |
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.4 |
hwIpAdEntBcastAddr |
Integer32 |
read-only |
The value of the least-significant bit in the IP broadcast address used for sending datagrams on the (logical) interface associated with the IP address of this entry. For example, when the Internet standard all-ones broadcast address is used, the value will be 1. This value applies to both the subnet and network broadcasts addresses used by the entity on this (logical) interface. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.5 |
hwIpAdEntReasmMaxSize |
Integer32{(0,65535)} |
read-only |
The size of the largest IP datagram which this entity can re-assemble from incoming IP fragmented datagram received on this interface. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.6 |
hwIpAdEntAddressType |
INTEGER{primary(1),sub(2)} |
read-create |
The flag indicates whether the IP address is primary IP address. One interface has only one primary IP address, but can have many sub IP address. So when add a primary IP address to an interface that has already a primary IP address, the new primary address will replace old primary address and the old primary address will be deleted. |
Support for creation, but not for modification. |
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.7 |
hwIfIpMethod |
INTEGER{assignedIp(1),dhcpIp(2),bootpIp(3),other(4),linklayer(5),random(6)} |
read-write |
Interface IP address acquiring method. assignedIp(1) indicates that the address was manually configured to a specified address, for example, by user configuration.
dhcpIp(2) indicates an address that was assigned to this system by a DHCP server.
bootpIp(3) indicates an address that was assigned to this system by the bootp protocol.
other(4) indicates an address created by another method.
linklayer(5) indicates an address created by IPv6 stateless auto-configuration. random(6) indicates an address chosen by the system at random, for example, an IPv4 address within 169.254/16, or an RFC 3041 privacy address. |
The actually supported access is read-only. |
1.3.6.1.4.1.2011.5.25.41.1.2.1.1.8 |
hwIpAdEntAddrStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
The row status variable. |
Now, only read 1, and set 4 or 6. |