Operation Manual

214
IP Commands
E-DOC-CTC-20040210-0030 v1.0
ip auto ifconfig
Configure an autoIP interface.
SYNTAX:
where:
ip auto ifconfig intf = <interface name>
[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 configure. REQUIRED
addr The preferred link-local IP address. OPTIONAL
poolstart The start IP address of the link-local address pool. OPTIONAL
poolend The end IP address of the link-local address pool. OPTIONAL
netmask The netmask of the link-local IP address pool. 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