Installation Instructions

Table Of Contents
ip Commands
E-DOC-CTC-20071119-0004 v1.0
427
ip auto ifconfig
Configures an autoIP interface.
SYNTAX:
ip auto ifconfig intf = <>
[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}]>
where:
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 The number of link-local address selection
retries before giving up.
OPTIONAL
defence The number of times the link-local address is
defended before releasing the address.
OPTIONAL
probe The number of ARP probes to be sent before
accepting a link-local address.
OPTIONAL
interval The time interval between two ARP probe
transmissions.
OPTIONAL