beautypg.com

Port numbers in commands – Allied Telesis AT-FS970M Series User Manual

Page 67

background image

AT-FS970M Switch Command Line User’s Guide

67

Port Numbers in Commands

The ports on the switch are identified in the commands with the PORT
parameter. The parameter has the format shown in Figure 21.

Figure 21. PORT Parameter in the Command Line Interface

The variables in the parameter are defined here:

Switch ID: This number is used if the switch supports stacking. It is the
switch’s ID number in a stack. This number should always be 1 for
AT-FS970M Series switches because they do not support stacking.

Module Slot ID: This number is used for modular switches that have
slots for networking modules. It is used to identify the networking
modules by their slot numbers. This number should always be 0 for
AT-FS970M Series switches because they are not modular switches.

Port number: This is a port number.

Note

The correct format of the PORT parameter for AT-FS970M Series
switches is PORT1.0.n.

Here are a few examples of the PORT parameter. This example uses the
INTERFACE PORT command to enter the Port Interface mode for ports
12 and 18:

awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.12,port1.0.18
awplus(config-if)#

You can also specify port ranges. This example displays the port settings
for ports 21 to 23:

awplus# show interface port1.0.21-port1.0.23

Note that you must include the prefix “port1.0.” in the last number of a
range.