Description:
|
hwIfIpMethod OBJECT-TYPE
SYNTAX INTEGER {assignedIp(1), dhcpIp(2), bootpIp(3), other(4), linklayer(5), random(6)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"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."
|
|