Chapter 1: AlliedWare Plus™ Command Line Interface
52 Section I: Getting Started
Port Numbers in Commands
Here is the format for port numbers in commands:
port1.0.
n
The n variable is the number of the port you want to configure on the
switch. The two digits in the prefix “port1.0.” are used with modular
products and with products that support stacking. To specify a port
number on the AT-9000 Switch, which is not a modular product and which
does not support stacking, you should always use the prefix “port1.0.”
Here are a few examples. 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
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.
You can also combine individual ports and port ranges in the same
command, as illustrated in these commands, which enter the Port
Interface mode for ports 5 to 11 and ports 16 and 18:
awplus> enable
awplus# configure terminal
awplus(config)# interface port1.0.5-port1.0.11,port1.0.16,
port1.0.18