Allied Telesis AT-S63 User Manual

Page 281

Advertising
background image

AT-S63 Stack Command Line Interface User’s Guide

Section V: Internet Protocol Routing

281

Description

This command creates an IPv4 routing interface on the stack.

A stack does not support the IPv4 routing feature of the AT-S63
Management Software, which routes IP packets between different
subnets. (If you want to use that feature, you must install the switches as
stand-alone devices.) However, the management software does allow you
to create one routing interface on a stack so that you can assign it an IP
address. An IP address is not necessary for normal network operations of
the stack, but is necessary if the stack will be performing any of these
functions:

ˆ

Remote Telnet or SSH management

ˆ

Simple Network Time Protocol

ˆ

TCP/IP pings

ˆ

TFTP uploads or downloads to the master switch’s file system

Examples

This command creates an interface with an IP address 149.123.44.56 and
a mask of 255.255.255.0. The interface is assigned to the VLAN with the
VID of 6 and given the interface number 0:

add ip interface=vlan6-0 ipaddress=149.123.44.56
netmask=255.255.255.0

This command creates an interface with an IP address 149.211.126.14
and a mask of 255.255.240.0. The interface is assigned to the VLAN with
the VID of 24 and given the interface number 2:

add ip interface=vlan24-2 ipaddress=149.211.126.14
netmask=255.255.240.0

This command creates an interface with an IP address and subnet mask
supplied by a DHCP server. The interface is assigned to the VLAN with the
VID of 18 and given the interface number 1:

add ip interface=vlan18-1 ipaddress=dhcp

Advertising