E-DOC-CTC-20061027-0003v2.0
IP Commands
462
ip auto ifconfig
Configure an autoIP interface.
SYNTAX:
where:
ip auto ifconfig intf = <string>
[addr = <ip-address>]
[poolstart = <ip-address>]
[poolend = <ip-address>]
[netmask = <ip-mask(dotted or cidr)>]
[claim = <number{0-65535}>]
[defence = <number{0-65535}>]
[probe = <number{0-65535}>]
[interval = <number{1-65535}>]
intf The name of the autoIP interface to be configured. REQUIRED
addr The preferred link-local IP address. OPTIONAL
poolstart The start IP address of the link-local address pool.
The default is 169.254.1.1.
OPTIONAL
poolend The end IP address of the link-local address pool.
The default is 169.254.254.254.
OPTIONAL
netmask The netmask of the link-local IP address pool.
The default is 16.
OPTIONAL
claim A number between 0 and 65535.
Represents the number of link-local address selection retries before
giving up.
The default is 10.
OPTIONAL
defence A number between 0 and 65535.
Represents the number of times the link-local address is defended before
releasing the address.
The default is 5.
OPTIONAL
probe A number between 0 and 65535.
Represents the number of ARP probes to be sent before accepting a link-
local address.
The default is 4.
OPTIONAL
interval A number between 1 and 65535 (seconds).
Represents the time interval between two ARP probe transmissions.
The default is 2.
OPTIONAL