Allied Telesis AT-S63 User Manual

Page 591

Advertising
background image

AT-S63 Management Software Command Line Interface User’s Guide

Section VII: Internet Protocol Routing

591

Note the following before performing this command:

ˆ

Modifying the IP address of a routing interface deletes all static routes
assigned to the interface.

ˆ

Modifying the IP address of a routing interface that has RIP removes
the routing protocol from the interface and deletes all RIP routes
learned on the interface from the routing table.

ˆ

You cannot change the name of a routing interface. You must delete
the interface and recreate it to change its VID or interface number.

ˆ

You can specify the local interface two ways. You can specify its
interface name (for example, VLAN5-1) or use 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
switch, refer to “SET IP LOCAL INTERFACE” on page 592.

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-5 interface so
that it obtain its IP address and subnet mask from a DHCP server:

set ip interface=vlan28-5 ipaddress=dhcp

This command changes the RIP metric for the VLAN12-0 interface to 2:

set ip interface=vlan12-0 ripmetric=2

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 example
uses “eth0” rather than the interface name to designate the local interface:

set ip interface=eth0 ipaddress=149.24.252.6
mask=255.255.240.0

Advertising