E-DOC-CTC-20061027-0003v2.0
IP Commands
461
ip auto ifattach
Select and assign a link-local address to an autoIP interface.
SYNTAX:
where:
EXAMPLE:
RELATED COMMANDS:

ip auto ifattach intf = <string>

intf The name of the autoIP interface for which a link-local address has to be
attached.
REQUIRED
=> ip auto iflist
ipsec0 : [INIT] 0.0.0.0
poolstart = 169.254.1.1 poolend = 169.254.254.254 netmask = 255.255.0.0
claim : 10 defence : 5 probe : 4 interval : 2 (sec)
probes sent = 0
collisions = 0
=>ip auto ifattach intf=ipsec0
=> ip auto iflist
ipsec0 : [SELECTING] 169.254.80.236
poolstart = 169.254.1.1 poolend = 169.254.254.254 netmask = 255.255.0.0
claim : 10 defence : 5 probe : 4 interval : 2 (sec)
probes sent = 2
collisions = 0
=>
ip auto ifdetach Release the link-local address for the given autoIP interface.