Allied Telesis AT-S63 User Manual
Page 289
![background image](/manuals/427496/289/background.png)
AT-S63 Stack Command Line Interface User’s Guide
Section V: Internet Protocol Routing
289
Note the following before performing this command:
To change an interface’s VID or interface number, you must delete it
and recreate it.
You can specify the local interface two ways, by its interface name (for
example, VLAN5-1) or the “eth0” value. The “0” in the value is not a
VID, as in an interface name. Rather, the “eth0” value signifies the
local interface. To designate the local interface of a stack, refer to “SET
IP LOCAL INTERFACE” on page 290.
Examples
This command changes the IP address of the VLAN7-0 interface to
149.188.27.55 and the subnet mask to 255.255.255.0:
set ip interface=vlan7-0 ipaddress=149.188.27.55
mask=255.255.255.0
This command activates the DHCP client on the VLAN 28-1 interface so
that it obtain its IP address and subnet mask from a DHCP server:
set ip interface=vlan28-1 ipaddress=dhcp
This command changes the IP address and subnet mask of the local
interface to 149.24.252.6 and 255.255.240.0, respectively. The local
interface is designated with “eth0” rather than its interface name:
set ip interface=eth0 ipaddress=149.24.252.6
mask=255.255.240.0