Allied Telesis 86251-08 Switch User Manual


 
Patch 86251-08 For Rapier Series Switches SET IP ADVERTISE INTERFACE 53
Patch 86251-08 for Software Release 2.5.1
C613-10356-00 REV I
Example To delete Router Discovery from vlan1, use the command:
DELETE IP ADVERTISE INTERFACE=vlan1
See Also DISABLE IP ADVERTISE
ENABLE IP ADVERTISE
ADD IP DISCOVERY INTERFACE
SET IP DISCOVERY INTERFACE
SET IP ADVERTISE INTERFACE
Syntax SET IP ADVERTISE INTERFACE=interface
[ADVERTISEMENTADDRESS=ALL|LIMITED]
[MAXADVERTISEMENTINTERVAL=4..1800]
[MINADVERTISEMENTINTERVAL=3..MAXADVERTISEMENTINTERVAL]
[LIFETIME=MAXADVERTISEMENTINTERVAL..9000]
where:
interface is an interface name formed by concatenating an interface type
and an interface instance (e.g. vlan1).
Description This command modifies the Router Discovery advertisement settings on a
single IP interface.
The ADVERTISEMENTADDRESS parameter specifies the IP destination
address to be used for multicast advertisements sent from the interface. If ALL
is specified, the destination is the All-systems multicast address, 224.0.0.1. If
LIMITED is specified, the destination is the limited-broadcast address,
255.255.255.255. The default is ALL.
The MAXADVERTISEMENTINTERVAL parameter specifies the maximum
time in seconds allowed between sending multicast advertisements from the
interface. The default value is 600 seconds.
The MINADVERTISEMENTINTERVAL parameter specifies the minimum
time in seconds allowed between sending multicast advertisements from the
interface. The default value is 450 seconds.
The LIFETIME parameter specifies the maximum length of time that the
advertised addresses are to be considered as valid router addresses by hosts.
The default value is 1800 seconds.
If you change the advertising intervals, keep these proportions:
LIFETIME=3 x MAXADVERTISEMENTINTERVAL
MINADVERTISEMENTINTERVAL=0.75 x MAXADVERTISEMENTINTERVAL
Examples To modify the ADVERTISEMENTADDRESS to the limited-broadcast address
255.255.255.255 and set the MAXADVERTISEMENTINTERVAL to 1000
seconds on VLAN3:
SET IP ADVERTISE INTERFACE=VLAN3 ADVERTISEMENTADDRESS=LIMITED
MAXADVERTISEMENTINTERVAL=1000
MINADVERTISEMENTINTERVAL=750 LIFETIME=3000