Netscape Navigator is a registered trademark of Netscape Communications Corporation. All other product names, company names, logos or
other designations mentioned herein are trademarks or registered trademarks of their respective owners.
Allied Telesis, Inc. reserves the right to make changes in specifications and other information contained in this document without prior
written notice. The information provided herein is subject to change without notice. In no event shall Allied Telesis, Inc. be liable for any
incidental, special, indirect, or consequential damages whatsoever, including but not limited to lost profits, arising out of or related to this
manual or the information contained herein, even if Allied Telesis, Inc. has been advised of, known, or should have known, the possibility of
such damages.
port security.........................................................................................................................................58
port security mode............................................................................................................................... 59
port security max................................................................................................................................. 59
port security routed secure-address....................................................................................................60
show bridge address-table ..................................................................................................................61
show bridge address-table static......................................................................................................... 62
show bridge address-table count.........................................................................................................62
show bridge multicast address-table ...................................................................................................64
show bridge multicast address-table static..........................................................................................66
show bridge multicast filtering .............................................................................................................66
show bridge multicast unregistered.....................................................................................................68
show ports security.............................................................................................................................. 68
sntp server ...........................................................................................................................................80
show clock............................................................................................................................................81
show sntp configuration .......................................................................................................................82
show sntp status ..................................................................................................................................83
Chapter 6.Configuration and Image File Commands...................................................... 85
show arp............................................................................................................................................140
show hosts......................................................................................................................................... 144
terminal history size ...........................................................................................................................159
show line............................................................................................................................................160
port monitor .......................................................................................................................................206
show ports monitor............................................................................................................................ 207
Chapter 23.Power over Ethernet Commands................................................................. 208
show qos............................................................................................................................................215
priority-queue out num-of-queues......................................................................................................216
show ip ssh ........................................................................................................................................295
show crypto key mypubkey................................................................................................................296
show crypto key pubkey-chain ssh ....................................................................................................297
show stack......................................................................................................................................... 328
show users ........................................................................................................................................ 329
show sessions................................................................................................................................... 330
show system...................................................................................................................................... 331
show system id..................................................................................................................................332
show version...................................................................................................................................... 333
show history....................................................................................................................................... 341
show privilege.................................................................................................................................... 342
show vlan...........................................................................................................................................356
show vlan internal usage....................................................................................................................356
show interfaces switchport.................................................................................................................357
Chapter 36.Web Server Commands................................................................................361
ip http server ................................. ... ... ....................................... ... .... ... ... ... ........................................361
show crypto certificate mycertificate ..................................................................................................369
show ip http........................................................................................................................................369
show ip https......................................................................................................................................370
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Page 13
Preface
Preface
This guide describes how to configure an AT-8000S Series switch with AT-S94 V2.0.0 firmware using the
command line interface. The commands are grouped by topic into the following chapters:
•Chapter 1. "Using the CLI" — Describe the CLI basic structure and command usage.
•Chapter 2. "ACL Commands" — Define MAC and IP based ACLs and ACL bindings.
•Chapter 3. "AAA Commands" — Define the authentication method lists for servers.
information, enable GVRP globally or on an interface.
•Chapter 10. "IGMP Snooping Commands" — Enable the Internet Group Management Protocol (IGMP)
snooping.
•Chapter 11. "IP Addressing Commands" — Define a default gateway, set an IP address for interface,
delete entries from the host.
•Chapter 12. "IPv6 Addressing Commands" — Define addressing commands for the IPv6 protocol.
•Chapter 13. "Line Commands" — Display line parameters, enable the command history function, or
configure the command history buffer size.
•Chapter 14. "DHCP Option 82 Commands" — DHCP with Option 82 attaches authentication messages to
the packets sent from the host. DHCP passes the configuration information to hosts on a TCP/IP network.
This permits network administrators to limit address allocation authorized hosts.
•Chapter 15. "IP DHCP Relay" — Defines Dynamic Host Configuration Protocol (DHCP) relay features on
the router.
•Chapter 16. "LACP Commands" — Specify LACP system and port priority and display LACP information.
•Chapter 17. "LLDP Commands" — Define commands for use with LLDP.
for use on interfaces running IEEE 802.1x, and enable 802.1x globally.
Intended Audience
This guide is intended for network administrators familiar with IT concepts and terminology.
Document Conventions
This document uses the following conventions:
Provides related information or information of special importance.
Indicates potential damage to hardware or software, or loss of data.
Indicates a risk of personal injury.
Page 15
Contacting Allied Telesis
Contacting Allied Telesis
This section provides Allied Telesis contact information for technical support as well as sales or corporate
information. .
Preface
Online Support
Email and Telephone
Support
Returning Products
For Sales or
Corporate
Information
Warranty
You can request technical support online by accessing the Allied Telesis Knowledge Base
from the following web site:
www.alliedtelesis.com/support. You can use the Knowledge Base to submit questions
to our technical support staff and review answers to previously asked questions..
For Technical Support via email or telephone, refer to the Allied Telesis web site:
www.alliedtelesis.com. Select your country from the list displayed on the website. Then
select the appropriate menu tab.
Products for return or repair must first be assigned a Return Materials Authorization (RMA)
number. A product sent to Allied Telesis without a RMA number will be returned to the
sender at the sender’s expense.
To obtain an RMA number, contact the Allied Telesis Technical Support group at our web
site: www.alliedtelesis.com/support/. Select your country from the list displayed on the
website. Then select the appropriate menu tab.
You can contact Allied Telesis for sales or corporate information at our web site:
www.alliedtelesis.com. Select your country from the list displayed on the website. Then
select the appropriate menu tab.
The AT-8000S Series Switch has a limited warranty of two years. Go to
www.alliedtelesis.com/warranty for the specific terms and conditions of the warranty
and for warranty registration.
Page 16
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Chapter 1. Using the CLI
Overview
This chapter describes how to start using the CLI and the CLI command editing features.
CLI Command Modes
Introduction
To assist in configuring the device, the Command Line Interface (CLI) is divided into different command modes.
Each command mode has its own set of specific commands. Entering a question mark "?" at the system prompt
(console prompt) displays a list of commands available for that particular command mode.
From each mode a specific command is used to navigate from one command mode to another. The standard
order to access the modes is as follows: Privileged EXEC mode, Global Configuration mode, and Interface Configuration mode. After logging into the device, the user is automatically in Privileged EXEC command mode
unless the user is defined as a User EXEC user.
The User EXEC mode can be assigned for a user once a user account is created. Only a limited subset of
commands are available in User EXEC mode. This level is reserved for tasks that do not change the configuration.
To enter the next level, the Privileged EXEC mode, a password is required.
The Privileged EXEC mode gives access to commands that are restricted on User EXEC mode and provides
access to the device Configuration mode.
The Global Configuration mode manages the device configuration on a global level.
The Interface Configuration mode configures specific interfaces in the device.
User EXEC Mode
In general, the User EXEC commands allow the user to perform basic tests, and list system information.
The user-level prompt consists of the device host name followed by the angle bracket (>).
Console>
The default host name is Console unless it has been changed using the hostname command in the Global
Configuration mode.
Privileged EXEC Mode
Privileged access is the system default mode and is password protected to prevent unauthorized use because
many of the privileged commands set operating system parameters. The password is not displayed on the screen
and is case sensitive.
Privileged users enter directly into the Privileged EXEC mode. To enter the Privileged EXEC mode from the User
EXEC mode, perform the following steps:
1.At the prompt enter the enable command and press <Enter>. A password prompt is displayed.
Page 17
Using the CLI
CLI Command Modes
2.Enter the password and press <Enter>. The password is displayed as *. The Privileged EXEC mode prompt
is displayed. The Privileged EXEC mode prompt consists of the device host name followed by #.
Console#
To return from the Privileged EXEC mode to the User EXEC mode, use the disable command. The following
example illustrates how to access the Privileged EXEC mode and return to the User EXEC mode:
Console>
Enter Password: ******
Console#
Console#
Console>
The exit command is used to return from any mode to the previous mode except when returning to the User
EXEC mode from the Privileged EXEC mode. For example, the exit command is used to return from the Inter face
Configuration mode to the Global Configuration mode.
enable
disable
Global Configuration Mode
Global Configuration mode commands apply to features that affect the system as a whole, rather than just a
specific interface. The configure Privileged EXEC mode command is used to enter the Global Configuration
mode.
To enter the Global Configuration mode perform the following steps:
1.At the Privileged EXEC mode prompt enter the configure command and press <Enter>. The Global
Configuration mode prompt is displayed. The Global Configuration mode prompt consists of the device host
name followed by (config) and #.
Console(config)#
One of the following commands can be used to return from the Global Configuration mode to the Privileged EXEC
mode:
•exit
•end
•Ctrl+Z
The following example illustrates how to access the Global Configuration mode and return to the Privileged EXEC
mode:
Console#
Console#
Console(config)#
Console#
configure
exit
Page 18
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Interface Configuration and Specific Configuration Modes
Interface Configuration mode commands modify specific interface operations. The following are the Interface
Configuration modes:
•Line Interface — Contains commands to configure the management connections. These include commands
such as line timeout settings, etc. The line Global Configuration mode command is used to enter the Line
Configuration command mode.
•VLAN Database — Contains commands to create a VLAN as a whole. The VLAN database Global
Configuration mode command is used to enter the VLAN Database Interface Configuration mode.
•Management Access List — Contains commands to define management access-lists. The management
access-list Global Configuration mode command is used to enter the Management Access List Configuration
mode.
•Ethernet — Contains commands to manage port configuration. The interface ethernet Global Configuration
mode command is used to enter the Interface Configuration mode to configure an Ethernet type interface.
•Port Channel — Contains commands to configure port-channels, for example, assigning ports to a port-
channel. Most of these commands are the same as the commands in the Ethernet interface mode, and are
used to manage the member ports as a single entity. The interface port-channel Global Configuration mode
command is used to enter the Port Channel Interface Configuration mode.
•SSH Public Key-chain — Contains commands to manually specify other device SSH public keys. The
crypto key pubkey-chain ssh Global Configuration mode command is used to enter the SSH Public Key-
chain Configuration mode.
•QoS — Contains commands related to service definitions. The qos Global Configuration mode command is
used to enter the QoS services configuration mode.
•MAC Access-List— Configures conditions required to allow traffic based on MAC addresses. The mac
access-list Global Configuration mode command is used to enter the MAC access-list configuration mode.
•Tunnel Mode — Configures tunneling specifications in the device. The tunnel interface Global
Configuration mode command is used to enter the tunneling configuration mode.
Page 19
Using the CLI
Note
Note
Note
Starting the CLI
Starting the CLI
The device can be managed over a direct connection to the device console RS-232 port or via a Telnet
connection. The device is managed by entering command keywords and parameters at the prompt. Using the
device Command Line Interface (CLI) is very similar to entering commands on a UNIX system.
If access is via a Telnet connection, ensure that the device has a defined IP address, corresponding management
access is granted, and the workstation used to access the device is connected to the device prior to using CLI
commands.
The following steps are for use on the console line only.
To start using the CLI, perform the following steps:
1.Connect the DB9 null-modem or cross over cable to the RS-232 serial port of the device to the RS-232 serial
port of the terminal or computer running the terminal emulation application.
The default data rate is 115200 bps.
a) Set the data format to 8 data bits, 1 stop bit, and no parity.
b) Set Flow Control to none.
c) Under Properties, select VT100 for Emulation mode.
d) Select Terminal keys for Function, Arrow, and Ctrl keys. Ensure that the setting is for Terminal keys
(not Windows keys).
When using HyperTerminal with Microsoft® Windows 2000, ensure that Windows® 2000 Service Pack 2
or later is installed. With Windows 2000 Service Pack 2, the arrow keys function properly in
HyperTerminal’s VT100 emulation. Go to www.microsoft.com for information on Windows 2000 service
packs.
2.Configure the device and enter the necessary commands to complete the required tasks.
3.When finished, exit the session with the exit command.
When a different user is required to log onto the system, use the login Privileged EXEC mode command. This
effectively logs off the current user and logs on the new user.
Editing Features
Entering Commands
A CLI command is a series of keywords and arguments. Keywords identify a command, and arguments specify
configuration parameters. For example, in the command show interfaces status ethernet 1/e11, show, interfaces and status are keywords, ethernet is an argument that specifies the interface type, and 1/e11
specifies the port.
Page 20
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
To enter commands that require parameters, enter the required parameters after the command keyword. For
example, to set a password for the administrator, enter:
Console(config)#
When working with the CLI, the com m an d options are not displayed. The command is not selected from a menu,
but is manually entered. To see what commands are available in each mode or within an interface configuration,
the CLI does provide a method of displaying the available commands, the command syntax requirements and in
some instances parameters required to complete the command. The standard command to request help is ?.
There are two instances where help information can be displayed:
username
admin
password
alansmith
•Keyword lookup — The character ? is entered in place of a command. A list of all valid commands and
corresponding help messages are is displayed.
•Partial keyword lookup — If a command is incomplete and or the character ? is entered in place of a
parameter. The matched keyword or parameters for this command are displayed.
To assist in using the CLI, there is an assortment of editing features. The following features are described:
•Terminal Command Buffer
•Command Completion
•Nomenclature
•Keyboard Shortcuts
Terminal Command Buffer
Every time a command is entered in the CLI, it is recorded on an internally managed Command History buffer.
Commands stored in the buffer are maintained on a First In First Out (FI FO) basis. These commands can be
recalled, reviewed, modified, and reissued. This buffer is not preserved across device resets.
KeywordDescription
Up-arrow key
Ctrl+P
Down-arrow keyReturns to more recent commands in the history buffer after recalling
By default, the history buffer system is enabled, but it can be disabled at any time. For information about the
command syntax to enable or disable the history buffer, see history.
There is a standard default number of commands that are stored in the buffer. The standard number of 10
commands can be increased to 216. By configuring 0, the effect is the same as disabling the history buffer
system. For information about the command syntax for configuring the command history buffer, see history size.
To display the history buff er, see show history.
Recalls commands in the history buffer, beginning with the most recent
command. Repeats the key sequence to recall successively older commands.
commands with the up-arrow key. Repeating the key sequence will recall
successively more recent commands.
Negating the Effect of Commands
For many configuration commands, the prefix keyword no can be entered to cancel the effect of a command or
reset the configuration to the default value. This guide describes the negation effect for all applicable commands.
Command Completion
If the command entered is incomplete, invalid or has missing or invalid parameters, then the appropriate error
message is displayed. This assists in entering the correct command. By pressing the <Tab> button, an incomplete
Page 21
Using the CLI
Editing Features
command is entered. If the characters already entered are not enough for the system to identify a single matching
command, press ? to display the available commands matching the characters already entered.
Nomenclature
When referring to an Ethernet port in a CLI command, the following format is used:
•For an Ethernet port on a standalone device: Ethernet_type port_number
•For an Ethernet port on a stacked device: unit_number/Ethernet_type port number
The Ethernet type is Fast Ethernet (indicated by “e”).
For example, and e3 stands for Fast Ethernet port 3 on a stand-alone device, whereas 1/e3 stands for Fast
Ethernet port 3 on stacking unit 1.
The ports may be described on an individual basis or within a range. Use format port number-port number to
specify a set of consecutive ports and port number, port number to indicate a set of non-consecutive ports. For
example, e1-3 stands for Ethernet ports 1, 2 and 3, and e1, 5 stands for Ethernet ports 1 and 5.
Keyboard Shortcuts
The CLI has a range of keyboard shortcuts to assist in editing the CLI commands. The following table describes
the CLI shortcuts.
Keyboard KeyDescription
Up-arrow keyRecalls commands from the history buffer, beginning with the most recent command.
Repeat the key sequence to recall successively older commands.
Down-arrow keyReturns the most recent commands from the history buffer after recalling commands with
the up arrow key. Repeating the key sequence will recall successively more recent
commands.
Ctrl+AMoves the cursor to the beginning of the command line.
Ctrl+EMoves the cursor to the end of the command line.
Ctrl+Z / EndReturns back to the Privileged EXEC mode from any configuration mode.
Backspace keyDeletes one character left to the cursor position.
CLI Command Conventions
When entering commands there are certain command entry standards that apply to all commands. The following
table describes the command conventions.
ConventionDescription
[ ]In a command line, square brackets indicates an optional entry.
{ }In a command line, curly brackets indicate a selection of compulsory parameters
separated by the | character. One option must be selected. For example: flowcontrol {auto|on|off} means that for the flowcontrol command either auto, on or off must be
selected.
Italic fontIndicates a parameter.
<Enter> Indicates an individual key on the keyboard. For example, <Enter> indicates the Enter
key.
Page 22
Note
Note
Ctrl+F4Any combination keys pressed simultaneously on the keyboard.
Screen Display
allWhen a parameter is required to define a range of ports or parameters and all is an
Indicates system messages and prompts appearing on the console.
option, the default for the command is all when no parameters are defined. For
example, the command interface range port-channel has the option of either entering
a range of channels, or selecting all. When the command is entered without a
parameter, it automatically defaults to all.
Copying and Pasting Text
Up to 1000 lines of text (i.e., commands) can be copied and pasted into the device.
It is the user’s responsibility to ensure that the text copied into the device consists of legal commands only.
This feature is dependent on the baud rate of the device.
The default device baud rate is 115,200
When copying and pasting commands from a configuration file, make sure that the following conditions exist:
•A device Configuration mode has been accessed.
•The commands contain no encrypted data, like encrypted passwords or keys. Encrypted data cannot be
copied and pasted into the device.
ACL Commands
Chapter 2. ACL Commands
ip access-list
The ip access-list Global Configuration mode command defines an IPv4 Access List and places the devic e in
IPv4 Access List Configuration mode. Use the no form of this command to remove the Access List.
Syntax
ip access-list access-list-name
no ip access-list access-list-name
Parameters
access-list-name — Name of the IPv4 Access List. (Range: 1 - 32 characters)
•
Default Configuration
No IPv4 Access List is defined
Command Mode
Global Configuration mode
User Guidelines
IPv4 ACLs are defined by a unique name. An IPv4 ACL and MAC ACL cannot share the same name.
Example
The following example places the device in IPv4 Access List Configuration mode.
console(config)#
ip access-list
permit (ip)
The permit IP Access-list Configuration mode command sets conditions to allow a packet to pass a named IP
Access List.
•flags list-of-flags — List of TCP flags that should occur. If a flag should be set it is prefixed by "+".If a flag
should be unset it is prefixed by "-". Available options are +urg, +ack, +psh, +rst, +syn, +fin, -urg, -ack, psh, -rst, -syn and -fin. The flags are concatenated to a one string. For example: +fin-ack.
Page 25
ACL Commands
IP ProtocolAbbreviated NameProtocol Number
Internet Control Message Protocolicmp1
Internet Group Management Protocoligmp2
IP in IP (encapsulation) Protocolipinip4
Transmission Control Protocol tcp6
Exterior Gateway Protocolegp8
Interior Gateway Protocoligp9
User Datagram Protocoludp17
Host Monitoring Protocolhmp20
Reliable Data Protocolrdp27
Open Shortest Path Protocolospf89
Protocol Independent Multicastpim103
Layer Two Tunneling Protocoll2tp115
ISIS over IPv4isis124
(any IP protocol)any25504
idpr35
idrp45
esp50
•dscp — Indicates matching the dscp number with the packet dscp value.
•ip-precedence — Indicates matching ip-precedence with the packet ip-precedence value.
•icmp-type — Specifies an ICMP message type for filtering ICMP packets. Enter a value or one of the following
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
mobile-registration-request, mobile-registration-reply, domain-name-request, domain-name-reply,
skip and photuris. (Range: 0-255)
•icmp-code — Specifies an ICMP message code for filtering ICMP packets. ICMP packets that are filtered by
ICMP message type can also be filtered by the ICMP message code. (Range: 0-255)
•igmp-type — IGMP packets can be filtered by IGMP message type. Enter a number or one of the following
values: dvmrp, host-query, host-report, pim or trace. (Range: 0-255)
•destination-port — Specifies the UDP/TCP destination port. (Range: 0-65535)
•source-port — Specifies the UDP/TCP source port. (Range: 0-65535)
•list-of-flags — Specifies a list of TCP flags that can be triggered. If a flag is set, it is prefixed by “+”. If a flag is
not set, it is prefixed by “-”. Possible values: +urg, +ack, +psh, +rst, +syn, +fin, -urg, -ack, -psh, -rst, -syn
and -fin. The flags are concatenated into one string. For example: +fin-ack.
Default Configuration
No IPv4 ACL is defined.
Command Mode
Ip Access-list Configuration mode
User Guidelines
You enter IP-Access List configuration mode by using the ip access-list Global Configuration mode command.
Example
The following example defines a permit statement for an IP ACL.
console(config)#
console(config-ip-al)#
ip access-list
permit
rsvp 192.1.1.1 0.0.0.0
ip-acl1
any dscp
56
deny (IP)
The deny IP Access List Configuration mode command sets conditions to not allow a packet to pass a named IP
Access List.
•flags list-of-flags — List of TCP flags that should occur. If a flag is intended to be set, it is prefixed by ‘+’.If a
flag should be unset it is prefixed by ‘-’. Available options are: +urg, +ack, +psh, +rst, +syn, +fin, -urg, -ack,
-psh, -rst, -syn and -fin. The flags are concatenated to a single string. For example: +fin-ack.
IP ProtocolAbbreviated NameProtocol Number
Internet Control Message Protocolicmp1
Internet Group Management Protocoligmp2
Transmission Control Protocol tcp6
Exterior Gateway Protocolegp8
Interior Gateway Protocoligp9
User Datagram Protocoludp17
Host Monitoring Protocolhmp20
Reliable Data Protocolrdp27
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
IP ProtocolAbbreviated NameProtocol Number
General Routing Encapsulationgre47
Encapsulating Security Payload (50)
Authentication Headerah51
ICMP for IPv6ipv6-icmp58
EIGRP routing protocoleigrp88
Open Shortest Path Protocolospf89
Protocol Independent Multicastpim103
Layer Two Tunneling Protocoll2tp115
ISIS over IPv4isis124
(any IP protocol)any25504
esp50
Default Configuration
No IPv4 Access List is defined.
Command Mode
IP Access-list Configuration mode
User Guidelines
Enter IP-Access List configuration mode by using the ip access-list Global Configuration mode command.
•
•After an access control entry (ACE) is added to an access control list, an implied deny-any-any condition
exists at the end of the list. That is, if there are no matches, the packets are denied. However, before the first
ACE is added, the list permits all packets.
Example
The following example defines a permit statement for an IP ACL.
console(config)#
console(config-ip-al)#
ip-access-list
deny
rsvp 192.1.1.1 0.0.0.255
ip-acl1
any
ipv6 access-list
The ipv6 access-list Global Configuration mode command defines an IPv6 Access List and places the device in
IPv6 Access List Configuration mode. Use the no form of this command to remove the Access List.
Syntax
ipv6 access-list access-list-name
no ipv6 access-list access-list-name
Parameters
access-list-name — Name of the IPv6 Access List. (Range: 1 - 32 characters)
•
Page 29
ACL Commands
Default Configuration
No IPv6 access list is defined.
Command Mode
Global configuration
User Guidelines
An IPv6 ACL has a unique name. An IPv6 ACL, IPv4 ACL and MAC ACL cannot share the same name.
•
•Every IPv6 ACL has implicit permit icmp an y a ny nd -n s any, permit icmp any any nd-na any and deny
ipv6 any any statements as its last match conditions (The former two match conditions allow for ICMPv6
neighbor discovery).
•The IPv6 neighbor discovery process makes use of the IPv6 network layer service; therefore, by default, IPv6
ACLs implicitly allow IPv6 neighbor discovery packets to be sent and received on an interface. In IPv4, the
Address Resolution Protocol (ARP), which is equivalent to the IPv6 neighbor discovery process, makes use
of a separate data link layer protocol; therefore, by default, IPv4 ACLs implicitly allow ARP packets to be sent
and received on an interface.
p number | ip-precedence number] [time-range time-range-name]
Page 30
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Parameters
destination-port — Specifies the UDP/TCP destination port. (Range: 0- 65535)
•
•destination-prefix/length — The destination IPv6 network or class of networks about which to set permit
conditions. This argument must be in the form documented in RFC 3513, where the address is specified in
hexadecimal using 16-bit values between colons.
•dscp number — Matches a differentiated services codepoint value against the traffic class value in the Traffic
Class field of each IPv6 packet header. (Range: 0 - 63)
•flags list-of-flags — List of TCP flags that should occur. If a flag should be set, it is prefixed by +. If a flag
should be unset it is prefixed by -. Avaiable options are +urg, +ack, +psh, +rst, +syn, +fin, -urg, -ack, -psh,
-rst, -syn and -fin. The flags are concatenated to one string. For example: +fin-ack.
•icmp-type — Specifies an ICMP message type for filtering ICMP packets. Enter a number or one of the
•source-prefix/length — The source IPv6 network or class of networks about which to set permit conditions.
This argument must be in the form documented in RFC 3513, where the address is specified in hexadecimal
using 16-bit values between colons.
Default Configuration
No IPv6 access list is defined.
Command Mode
IPv6 access list configuration
Page 31
ACL Commands
User Guidelines
IPv6 Syntax — The 128-bit IPv6 address format is divided into eight groups of four hexadecimal digits.
•
Abbreviation of this format is done by replacing a group of zeros with double colons. The IPv6 address
representation can be further simplified by suppressing the leading zeros.
•All different IPv6 address formats are acceptable for insertion, yet for display purposes, the system displays
the most abbreviated form, which replaces groups of zeros with double colons and removes the leading
zeros.
•IPv6 Prefixes — While Unicast IPv6 addresses written with their prefix lengths are permitted, in practice their
prefix lengths are always 64 bits and therefore are not required to be expressed. Any prefix that is less than
64 bits is a route or address range that is summarizing a portion of the IPv6 address space.
•For every assignment of an IP address to an interface, the system runs the Duplicate Address Detection
algorithm to ensure uniqueness.
•An intermediary transition mechanism is required for IPv6-only nodes to communicate with IPv6 nodes over
an IPv4 infrastructure. The tunneling mechanism implemented is the Intra-Site Automatic Tunnel Addressing
Protocol (ISATAP). This protocol treats the IPv4 network as a virtual IPv6 local-link, with each IPv4 address
mapped to a Link Local IPv6 address.
Examples
The following example sets the conditions to allow a packet to pass an IPv6 Access List acl1.
Switch(config)# ipv6 access-list acl1
Switch(config-ipv6-acl)# permit-tcp 2001:0DB8:0300:0201::/64 any any 80
deny (IPv6)
The deny IPv6 Access-list Configuration mode command sets conditions to not allow a packet to pass a named
IPv6 Access List.
•destination-prefix/length — The destination IPv6 network or class of networks about which to set permit
conditions. This argument must be in the form documented in RFC 3513, where the address is specified in
hexadecimal using 16-bit values between colons.
•disable-port — The Ethernet interface would be disabled if the condition is matched.
•dscp number — Matches a differentiated services codepoint value against the traffic class value in the Traffic
Class field of each IPv6 packet header. (Range: 0 - 63)
•flags list-of-flags — List of TCP flags that should occur. If a flag should be set, it is prefixed by +. If a flag
should be unset, it is prefixed by -. Avaiable options are +urg, +ack, +psh, +rst, +syn, +fin, -urg, -ack, -psh,
-rst, -syn and -fin. The flags are concatenated to one string. For example: +fin-ack.
•icmp-type — Specifies an ICMP message type for filtering ICMP packets. Enter a number or one of the
•source-prefix/length — The source IPv6 network or class of networks about which to set permit conditions.
This argument must be in the form documented in RFC 3513, where the address is specified in hexadecimal
using 16-bit values between colons.
•time-range-name — Name of the time range that applies to this deny statement. (Range: 1 - 32)
Default Configuration
No IPv6 access list is defined.
Command Mode
IPv6 access list configuration
Page 33
ACL Commands
User Guidelines
IPv6 Syntax — The 128-bit IPv6 address format is divided into eight groups of four hexadecimal digits.
•
Abbreviation of this format is done by replacing a group of zeros with double colons. The IPv6 address
representation can be further simplified by suppressing the leading zeros.
•All different IPv6 address formats are acceptable for insertion, yet for display purposes, the system displays
the most abbreviated form, which replaces groups of zeros with double colons and removes the leading
zeros.
•IPv6 Prefixes — While Unicast IPv6 addresses written with their prefix lengths are permitted, in practice their
prefix lengths are always 64 bits and therefore are not required to be expressed. Any prefix that is less than
64 bits is a route or address range that is summarizing a portion of the IPv6 address space.
•For every assignment of an IP address to an interface, the system runs the Duplicate Address Detection
algorithm to ensure uniqueness.
•An intermediary transition mechanism is required for IPv6-only nodes to communicate with IPv6 nodes over
an IPv4 infrastructure. The tunneling mechanism implemented is the Intra-Site Automatic Tunnel Addressing
Protocol (ISATAP). This protocol treats the IPv4 network as a virtual IPv6 local-link, with each IPv4 address
mapped to a Link Local IPv6 address.
Examples
The following example sets the conditions to deny a packet to pass an IPv6 Access List acl1.
Switch(config)# ipv6 access-list acl1
Switch(config-ipv6-acl)# deny-tcp 2001:0DB8:0300:0201::/64 any any 80
mac access-list
The mac access-list Global Configuration mode command defines a Layer 2 Access List and places the device in
MAC-Access List Configuration mode. Use the no form of this command to remove the Access List.
Syntax
mac access-list access-list-name
no mac access-list access-list-name
Parameters
access-list-name — Name of the MAC-Access List.
•
Default Configuration
No MAC-Access List is defined.
Command Mode
Global Configuration mode
User Guidelines
MAC ACLs are defined by a unique name. An IPv4 ACL, IPv6 ACL and MAC ACL cannot share the same name.
Page 34
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Example
The following example creates a MAC ACL.
console(config)#
console(config-mac-al)#
mac access-list
macl-acl1
permit (MAC)
The permit MAC-Access List Configuration mode command sets permit conditions for a MAC-Access List.
Syntax
permit {any | {source source-wildcard} any | {destination destination-wildcard}} [vlan vlan-id] [cos cos cos-wildcard] [ethtype eth-type]
Parameters
source — Source MAC address of the packet.
•
•source-wildcard — Wildcard bits to be applied to the source MAC address. Use 1s in the bit position to be
ignored.
•destination — Destination MAC address of the packet.
•destination-wildcard — Specifies wildcard bits to be applied to the destination MAC address. Use 1s in bit
positions to be ignored.
•vlan-id — Specifies the ID of the packet VLAN.
•cos — Specifies the Class of Service (CoS) for the packet. (Range: 0-7)
•cos-wildcard — Specifies wildcard bits to be applied to the CoS.
•eth-type — Specifies the Ethernet type in hexadecimal format of the packet. (Range: 0-05dd-fff)
Default Configuration
No MAC ACL is defined.
Command Mode
MAC-Access List Configuration mode
User Guidelines
Enter IP-Access List configuration mode by using the MAC access-list Global Configuration mode command.
•
•After an access control entry (ACE) is added to an access control list, an implied deny-any-any condition
exists at the end of the list. That is, if there are no matches, the packets are denied. However, before the first
ACE is added, the list permits all packets.
Example
The following example creates a MAC ACL with permit rules.
console(config)#
console(config-mac-al)#
mac access-list
permit 6:6:6:6:6:6 0:0:0:0:0:0 any vlan 6
macl-acl1
deny (MAC)
The deny MAC-Access List Configuration mode command sets deny conditions for an MAC-Access List.
disable-port — Indicates the Ethernet interface is disabled if the condition is matched.
•
•source — Specifies source MAC address of the packet.
•source-wildcard — Specifies wildcard bits to be applied to the source MAC address. Use 1s in the bit position
to be ignored.
•destination — Specifies the MAC address of the host to which the packet is being sent.
•destination-wildcard — Specifies wildcard bits to be applied to the destination MAC address. Use 1s in the bit
position to be ignored.
•vlan-id — Specifies the VLAN ID of the packet. (Range: 0 - 4095)
•cos — Specifies the Class of Service of the packet. (Range: 0 - 7)
•cos-wildcard — Specifies wildcard bits to be applied to the CoS.
•eth-type — Specifies the Ethernet type in hexadecimal format of the packet. (Range: 0-05dd-fff)
Default Configuration
No MAC-Access List is defined.
Command Mode
MAC-Access List Configuration mode
User Guidelines
MAC BPDU packets cannot be denied.
•
•This command defines an Access Control Element (ACE). An ACE can only be removed by deleting the ACL,
using the no mac access-list Global Configuration mode command. Alternatively, the Web-based interface
can be used to delete ACEs from an ACL.
•The following user guidelines are relevant to GE devices only:
Before an Access Control Element (ACE) is added to an ACL, all packets are permitted. After an ACE is
added, an implied deny-any-any condition exists at the end of the list and those packets that do not match
the conditions defined in the permit statement are denied.
If the VLAN ID is specified, the policy map cannot be connected to the VLAN interface.
Example
The following example creates a MAC ACL with deny rules.
console(config)#
console(config-mac-acl)#
mac access-list
deny
6:6:6:6:6:6:0:0:0:0:0:0
macl1
any
service-acl
The service-acl Interface Configuration mode command controls access to an interface. Use th e no form of this
command to remove the access control.
Page 36
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Syntax
service-acl input acl-name
no service-acl input
Parameters
input — Applies the specified ACL to the input interface.
The following example displays ACLs applied to the interfaces of a device:
console#
InterfaceInput ACL
-----------------1/e1ACL1
2/e1ACL3
show interfaces access-lists
Page 38
Allied Telesis
Note
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Chapter 3. AAA Commands
aaa authentication login
The aaa authentication login Global Configuration mode command defines login authentication. Use the no
form of this command to return to the default configuration.
default — Uses the listed authentication methods that follow this argument as the default list of methods
•
when a user logs in.
•list-name — Character string used to name the list of authentication methods activated when a user logs in.
(Range: 1-12 characters).
•method1 [method2...] — Specify at least one from the following table:
KeywordDescription
enableUses the enable password for authentication.
lineUses the line password for authentication.
localUses the local username database for authentication.
noneUses no authentication.
radiusUses the list of all RADIUS servers for authentication.
tacacsUses the list of all TACACS+ servers for authentication.
Default Configuration
The local user database is checked. This has the same effect as the command aaa authentication login list-
name local.
On the console, login succeeds without any authentication check if the authentication method is not
defined.
Command Mode
Global Configuration mode
Page 39
AAA Commands
User Guidelines
The default and optional list names created with the aaa authentication login command are used with the
•
login authentication command.
•Create a list by entering the aaa authentication login list-name method command for a particular protocol,
where list-name is any character string used to name this list. The method argument identifies the list of
methods that the authentication algorithm tries, in the given sequence.
•The additional methods of authentication are used only if the previous method returns an error, not if it fails.
To ensure that the authentication succeeds even if all methods return an error, specify none as the final
method in the command line.
Example
The following example configures the authentication login.
Console(config)#
aaa authentication login default radius local enable none
aaa authentication enable
The aaaauthentication enable Global Configuration mode command defines authentication method lists for
accessing higher privilege levels. Use the no form of this command to return to the default configuration.
default — Uses the listed authentication methods that follow this argument as the default list of methods,
•
when using higher privilege levels.
•list-name — Character string used to name the list of authentication methods activated, when using access
higher privilege levels (Range: 1-12 characters).
•method1 [method2...] — Specify at least one from the following table:
KeywordDescription
enableUses the enable password for authentication.
lineUses the line password for authentication.
noneUses no authentication.
radiusUses the list of all RADIUS servers for authentication. Uses username $enabx$.,
where x is the privilege level.
tacacsUses the list of all TACACS+ servers for authentication. Uses username
"$enabx$." where x is the privilege level.
Default Configuration
If the default list is not set, only the enable password is checked. This has the same effect as the command aaa
authentication enable default enable.
On the console, the enable password is used if it exists. If no password is set, the process still succeeds. This has
the same effect as using the command aaa authentication enable default enable none.
Page 40
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Command Mode
Global Configuration mode
User Guidelines
The default and optional list names created with the aaa authentication enable command are used with the
•
enable authentication command.
•The additional methods of authentication are used only if the previous method returns an error, not if it fails.
To ensure that the authentication succeeds even if all methods return an error, specify none as the final
method in the command line.
•All aaa authentication enable default requests sent by the device to a RADIUS or TACACS+ server include
the username $enabx$., where x is the requested privilege level.
Example
The following example sets the enable password for authentication when accessing higher privilege levels.
Console(config)#
aaa authentication enable default enable
login authentication
The login authentication Line Configuration mode command specifies the login authentication method list for a
remote telnet or console. Use the no form of this command to return to the default configuration specified by the
aaa authentication login command.
Syntax
login authentication {default | list-name}
no login authentication
Parameters
default — Uses the default list created with the aaa authentication login command.
•
•list-name — Uses the indicated list created with the aaa authentication login command.
Default Configuration
Uses the default set with the command aaa authentication login.
Command Mode
Line Configuration mode
User Guidelines
Changing login authentication from default to another value may disconnect the telnet session.
Example
The following example specifies the default authentication method for a console.
Console(config)#
Console(config-line)#
line console
login authentication default
Page 41
AAA Commands
enable authentication
The enable authentication Line Configuration mode command specifies the authentication method list when
accessing a higher privilege level fro m a remote telnet or console. Use the no form of this command to return to
the default configuration specified by the aaa authentication enable command.
Syntax
enable authentication {default | list-name}
no enable authentication
Parameters
default — Uses the default list created with the aaa authentication enable command.
•
•list-name — Uses the indicated list created with the aaa authentication enable command.
Default Configuration
Uses the default set with the aaa authentication enable command.
Command Mode
Line Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example specifies the default authentication method when accessing a higher privilege level from a
console.
Console(config)#
Console(config-line)#
line console
enable authentication default
ip http authentication
The ip http authentication Global Configuration mode command specifies authentication methods for HTTP
server users. Use the no form of this command to return to the default configuration.
Syntax
ip http authentication method1 [method2...]
no ip http authentication
Parameters
method1 [method2...] — Specify at least one from the following table:
•
KeywordDescription
localUses the local username database for authentication.
noneUses no authentication.
Page 42
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
radiusUses the list of all RADIUS servers for authentication.
tacacsUses the list of all TACACS+ servers for authentication.
Default Configuration
The local user database is checked. This has the same effect as the command ip http authentication local.
Command Mode
Global Configuration mode
User Guidelines
The additional methods of authentication are used only if the previous method returns an error, not if it fails. To
ensure that the authentication succeeds even if all methods return an error, specify none as the final method in
the command line.
Example
The following example configures the HTTP authentication.
Console(config)#
ip http authentication radius local
ip https authentication
The ip https authentication Global Configuration mode command specifies authentication methods for HTTPS
server users. Use the no form of this command to return to the default configuration.
Syntax
ip https authentication method1 [method2...]
no ip https authentication
Parameters
method1 [method2...] — Specify at least one from the following table:
•
KeywordSource or destination
localUses the local username database for authentication.
noneUses no authentication.
radiusUses the list of all RADIUS servers for authentication.
tacacsUses the list of all TACACS+ servers for authentication.
Default Configuration
The local user database is checked. This has the same effect as the command ip https authentication local.
Command Mode
Global Configuration mode
Page 43
AAA Commands
User Guidelines
The additional methods of authentication are used only if the previous method returns an error, not if it fails. To
ensure that the authentication succeeds even if all methods return an error, specify none as the final method in
the command line.
Example
The following example configures HTTPS authentication.
Console(config)#
ip https authentication radius local
show authentication methods
The show authentication methods Privileged EXEC mode command displays information about the
authentication methods.
Syntax
show authentication methods
Parameters
This command has no arguments or keywords.
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
There are no user guidelines for this command.
Example
The following example displays the authentication configuration.
Console#
Login Authentication Method Lists
--------------------------------Default: Radius, Local, Line
Console_Login:
The following example configures user bob with password lee and user level 15 to the system.
Console(config)#
username
bob
password
lee
level
15
aaa accounting login
The aaa accounting login Global Configuration mode command defines accounting of device management
sessions. Use the no form of this command to disable accounting.
Syntax
aaa accounting login {radius}
no aaa accounting login
Parameters
radius — Accounting is performed by a RADIUS server.
•
Default Configuration
Disabled.
Page 46
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Command Mode
Global Configuration mode.
User Guidelines
This command enables the recording of device management sessions (Telnet, serial and Web, but not
•
SNMP).
•It records only users that were identified with a username (for example, a user logged in with a line password
is not recorded).
•If accounting is activated, the device sends a Start/Stop messages to a RADIUS server when a user
logs in/logs out, respectively.
•The device uses the configured priorities of the available RADIUS servers to select the RADIUS server to
use.
•The following table describes the supported RADIUS accounting Attribute Values when they are sent by the
switch:
NameStartStopDescription
User-Name (1)YesYesThe user identity.
NAS-IP-Address (4)YesYesThe switch IP address that is used for the session
with the RADIUS server.
Class (25)YesYesAn arbitrary value is included in all accounting
packets for a specific session.
Called-Station-ID (30)YesYesThe switch IP address that is used for the
management session.
Calling-Station-ID (31)YesYesThe user IP address.
Acct-Session-ID (44)YesYesA unique accounting identifier.
Acct-Authentic (45)YesYesIndicates how the supplicant was authenticated.
Acct-Session-Time (46)NoYesIndicates how long the user was logged in.
Acct-Terminate-Cause (49)NoYesReports why the session was terminated.
Example
The following example defines the accounting of device management sessions to a RADIUS server.
Console(config)#
aaa accounting login
radius
aaa accounting dot1x
The aaa accounting dot1x Global Configuration mode command defines accounting of 802.1x sessions. Use the
no form of this command to disable 802.1x accounting.
Syntax
aaa accounting dot1x {radius}
no aaa accounting dot1x
Page 47
AAA Commands
Parameters
radius — Accounting is performed by a RADIUS server.
•
Default Configuration
Disabled.
Command Mode
Global Configuration.
User Guidelines
This command enables the recording of 802.1x sessions.
•
•If accounting is activated, the device sends a Start/Stop message to a RADIUS server when a user
logs in/logs out to the network, respectively. The software sends Start/Stop messages for each authenticated
supplicant.
•The device uses the configured priorities of the available RADIUS servers to select the RADIUS server to
use.
•If a new supplicant replaces an old supplicant (even if the port state remains authorized), the software sends
a Stop message for the old supplicant and a Start message for the new supplicant.
•The software does not send Start/Stop messages if the port is force-authorized.
•The software does not send Start/Stop messages for hosts that are sending traffic on the guest VLAN or on
the unauthenticated VLANs.
•The following table describes the supported RADIUS accounting Attribute Values when they are sent by the
switch:
NameStartStopDescription
User-Name (1)YesYesThe user identity.
NAS-IP-Address (4)YesYesThe switch IP address that is used for the session
with the RADIUS server.
NAS-Port (5)Y esY esThe switch port from where the supplicant logged in.
Class (25)YesYesAn arbitrary value is included in all accounting
packets for a specific session.
Called-Station-ID (30)YesYesThe switch MAC address.
Calling-Station-ID (31)YesYesThe supplicant MAC address.
Acct-Session-ID (44)YesYesA unique accounting identifier.
Acct-Authentic (45)YesYesIndicates how the supplicant was authenticated.
Acct-Session-Time (46)NoYesIndicates how long the user was logged in.
Acct-Terminate-Cause (49)NoYesReports why the session was terminated.
Nas-Port-Type (61)YesYesIndicates the supplicant physical port type.
Example
The following example defines the accounting of 802.1x sessions sessions to a RADIUS server.
Console(config)#
aaa accounting dot1x
radius
Page 48
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
show users accounts
The show users accounts Privileged EXEC mode command displays information about the local user database.
Syntax
show users accounts
Parameters
This command has no arguments or keywords.
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
There are no user guidelines for this command.
Example
The following example displays the local users configured with access to the system.
The following table describes significant fields shown above.
FieldDescription
UsernameName of the user.
PrivilegeUser’s privilege level.
Password Expiry
date
Lockout
enable password
The enable password Global Configuration mode command sets a local password to control access to user and
privilege levels. Use the no form of this command to remove the password requirement.
password — Password for this level. (Range: 1-159 characters)
•
•level — Level for which the password applies. If not specified the level is 15. (Range: 1-15)
•encrypted — Encrypted password entered, copied from another device configuration. (Range: 32 characters
in hexadecimal)
Default Configuration
No enable password is defined.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example sets a local level 15 password called ‘secret’ to control access to user and privilege levels. .
Console(config)#
enable password secret level 15
show accounting
The show accounting Exec mode command displays information about the accounting.
Syntax
show accounting
Parameters
This command has no arguments or keywords.
Default Configuration
There is no default configuration for this command.
Command Mode
Exec mode
User Guidelines
There are no user guidelines for this command.
Page 50
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Example
Console# show accounting
Login: Radius
802.1x: Disabled
Page 51
Address Table Commands
Chapter 4. Address Table Commands
bridge address
The bridge address Interface Configuration (VLAN) mode command adds a MAC-layer station source address to
the bridge table. Use the no form of this command to delete the MAC address.
•port-channel-number — A valid port-channel number.
•permanent — The address can only be deleted by the no bridge address command.
•delete-on-reset — The address is deleted after reset.
•delete-on-timeout — Theaddress is deleted after "age out" time has expired.
•secure — The address is deleted after the port changes mode to unlock learning (no port security
command). This parameter is only available when the port is in the learning locked mode.
Default Configuration
No static addresses are defined. The default mode for an added address is permanent.
Command Mode
Interface Configuration (VLAN) mode
User Guidelines
Using the no form of the command without specifying a MAC address deletes all static MAC addresses belonging
to this VLAN).
Example
The following example adds a permanent static MAC-layer station source address 3aa2.64b3.a245 on port 1/e16
to the bridge table.
console(config)#
console(config-if)#
interface vlan
bridge address
2
3aa2.64b3.a245
ethernet
1/e16
permanent
bridge multicast filtering
The bridge multicast filtering Global Configuration mode command enables filtering of Multicast addresses. Use
the no form of this command to disable filtering of Multicast addresses.
Page 52
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Syntax
bridge multicast filtering
no bridge multicast filtering
Parameters
This command has no keywords or arguments.
Default Configuration
Bridge Multicast filtering is disabled. All Multi ca s t addresses are flooded to all ports.
Command Mode
Global Configuration mode
User Guidelines
If routers exist on the VLAN, do not change the unregistered Multicast addresses state to drop on the routers
•
ports.
•If Multicast routers exist on the VLAN and IGMP snooping isn't enabled, use the bridge multicast forward-
all command to enable forwarding all Multicast packets to the Multicast routers.
Example
The following example enables bridge Multicast filtering.
console(config)#
bridge multicast filtering
bridge multicast address
The bridge multicast address Interface Configuration mode command registers MAC-layer Multicast addresses
to the bridge table, and adds ports statically to the group. Use the no form of this command to deregister the
address.
Syntax
bridge multicast address mac-multicast-address
Parameters
add — Adds ports to the group. If no option is specified, this is the default option.
•
•remove — Removes ports from the group.
•mac-multicast-address — A valid MAC Multicast address.
•interface-list — Separate nonconsecutive Ethernet ports with a comma and no spaces; a hyphen is used to
designate a range of ports.
•port-channel-number-list — Separate nonconsecutive port-channels with a comma and no spaces; a hyphen
is used to designate a range of ports.
Default Configuration
No Multicast addresses are defined.
Page 53
Address Table Commands
Command Mode
Interface configuration (VLAN) mode
User Guidelines
If the command is executed without add or remove, the command only registers the group in the bridge
•
database.
•Static Multicast addresses can only be defined on static VLANs.
Example
The following example registers the MAC address:
console(config)#
console(config-if)#
The following example registers the MAC address and adds ports statically.
console(config)#
console(config-if)#
e2
interface vlan
bridge multicast address
interface vlan
bridge multicast address
8
8
01:00:5e:02:02:03
01:00:5e:02:02:03
add ethernet
1/e1-9, 2/
bridge multicast forbidden address
The bridge multicast forbidden address Interface Configuration mode command forbids adding specific
Multicast addresses to specific ports. Use the no form of this command to return to default.
The bridge multicast unregistered Interface Configuration mode command configures the forwarding state of
unregistered multicast addresses. Use the no form of this command to return to default.
Syntax
bridge multicast unregistered [forwarding | filtering]
no bridge multicast unregistered
•filtering — Filters unregistered multicast packets. See the usage guidelines for cases where the port is a
router port.
Default Configuration
Forwarding.
Command Mode
Interface configuration (Ethernet, Port-Channel).
User Guidelines
Do not enable unregistered multicast filtering on ports that are connected to routers, since the 224.0.0.x address
range is not filtered. Note that routers do not necessarily send IGMP reports for the 224.0.0.x range.
Example
The following example configures the forwarding state of unregistered multicast addresses to be forwarded.
console(config)#
console(config-if)#
interface vlan
bridge multicast unregistered forwarding
8
bridge multicast forward-all
The bridge multicast forward-all Interface Configuration (VLAN) mode command enables forwarding all
Multicast packets on a port. Use the no form of this command to restore the default configuration.
•remove — Do not force forwarding all Multicast packets.
•interface-list — Separate nonconsecutive Ethernet ports with a comma and no spaces; a hyphen is used to
designate a range of ports.
•port-channel-number-list — Separate nonconsecutive port-channels with a comma and no spaces; a hyphen
is used to designate a range of port-channels.
Default Configuration
This setting is disabled.
Command Mode
Interface Configuration (VLAN) mode
User Guidelines
There are no user guidelines for this command.
Example
The following example enables all Multicast packets on port 1/e8 to be forwarded.
console(config)#
console(config-if)#
ethernet 1/e8
interface vlan 2
bridge multicast forward-all add
bridge multicast forbidden forward-all
The bridge multicast forbidden forward-all Interface Configuration mode command forbids a port to be a
Forward-all-Multicast port. Use the no form of this command to return to default.
The bridge aging-time Global Configuration mode command sets the aging time of the Address Table. Use the
no form of this command to restore the default.
Syntax
bridge aging-time seconds
no bridge aging-time
Parameters
seconds — Aging-time range in seconds indicating how long an entry remains in address table. (Range: 10-
•
630 seconds)
Default Configuration
The default setting is 300 seconds.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example sets the bridge aging time to 250.
console(config)#
bridge aging-time
250
Page 57
Address Table Commands
clear bridge
The clear bridge Privileged EXEC mode command removes any learned entries from the forwarding database.
Syntax
clear bridge
Parameters
This command has no arguments or keywords.
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
There are no user guidelines for this command.
Example
The following example clears the bridge tables.
console#
clear bridge
port security
The port security Interface Configuration mode command enables port security on an interface. Use the no form
of this command to disable port security on an interface.
Syntax
port security [forward | discard | discard-shutdown] [trap seconds]
no port security
Parameters
forward — Forwards frames with unlearned source addresses, but does not learn the address.
•
•discard — Discards frames with unlearned source addresses. This is the default if no option is indicated.
•discard-shutdown — Discards frames with unlearned source addresses. The port is also shut down.
•trap seconds — Send SNMP traps, and specifies the minimum time between consecutive traps.
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
User Guidelines
There are no user guidelines for this command.
Example
The following example forwards all packets from port 1/e1 without learning addresses of packets from unknown
sources and sends traps every 100 seconds if a packet with an unknown source address is received.
console(config)#
console(config-if)#
interface ethernet
port security forward trap
1/e1
100
port security mode
The port security mode Interface Configuration mode command configures the port security mode. Use the no
form of this command to return to the default configuration.
Syntax
port security mode {lock | max-addresses}
no port security mode
Parameters
lock — Saves the current dynamic MAC addresses associated with the port and disables learning, relearning
•
and aging.
•max-addresses — Delete the current dynamic MAC addresses associated with the port. Learn up to the
maximum addresses allowed on the port. Relearning and aging are enabled.
The following example sets port security mode to dynamic for Ethernet interface 1/e7.
console(config)#
interface ethernet
1/e7
port security max
The port security max Interface Configuration (Ethernet, port-channel) mode command configures the maximum
number of addresses that can be learned on the port while the port is in port security mode. Use the no form of
this command to return to the default configuration.
Syntax
port security max max-addr
Page 59
Address Table Commands
no port security max
Parameters
max-addr— Maximum number of addresses that can be learned by the port.
This command is only relevant in dynamic learning modes.
Example
The following example configures the maximum number of addresses that are learned on port 1/e7 before it is
locked is set to 20.
console(config)#
console(config-if)#
interface ethernet
port security max
1/e7
20
port security routed secure-address
The port security routed secure-address Interface Configuration (Ethernet, port-channel) mode command adds
a MAC-layer secure address to a routed port. Use the no form of this command to delete a MAC address.
Syntax
port security routed secure-address mac-address
no port security routed secure-address mac-address
Parameters
mac-address — A valid MAC address.
•
Default Configuration
No addresses are defined.
Command Mode
Interface Configuration (Ethernet, port-channel) mode. Cannot be configured for a range of interfaces (range
context).
User Guidelines
The command enables adding secure MAC addresses to a routed port in port security mode.
•
•The command is available when the port is a routed port and in port security mode.
•The address is deleted if the port exits the security mode or is not a routed port.
Page 60
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Example
The following example adds the MAC-layer address 66:66:66:66:66:66 to port 1/e1.
console(config)#
console(config-if)#
interface ethernet
port security routed secure-address
1/e1
66:66:66:66:66:66
show bridge address-table
The show bridge address-table Privileged EXEC mode command displays all entries in the bridge-forwarding
database.
Syntax
show bridge address-table [vlan vlan] [ethernet interface | port-channel port-channel-number]
Parameters
vlan — Specifies a valid VLAN, such as VLAN 1.
•
•interface — A valid Ethernet port.
•port-channel-number — A valid port-channel number.
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
Internal usage VLANs (VLANs that are automatically allocated on ports with a defined Layer 3 interface) are
•
presented in the VLAN column by a port number and not by a VLAN ID.
•"Special" MAC addresses that were not statically defined or dynamically learned are displayed in the MAC
Address Table.
Example
The following example displays all classes of entries in the bridge-forwarding database.
The following table describes the fields shown above.
FieldDescription
PortPort number
StatusLocked/Unlocked
LearningLearning mode
ActionAction on violation
MaximumMaximum addresses that can be associated on this port in Static
TrapIndicates if traps are sent in case of a violation
FrequencyMinimum time between consecutive traps
show ports security
8Disable-
Shutdown
Learning mode or in Dynamic Le ar ni ng mode
show ports security addresses
The show ports security addresses Privileged EXEC mode command displays the current dynamic addresses
in locked ports.
Syntax
show ports security addresses [ethernet interface | port-channel port-channel-number]
Parameters
interface — A valid Ethernet port.
•
•port-channel-number — A valid port-channel number.
Page 69
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
There are no user guidelines for this command.
Examples
The following examples display dynamic addresses in currently locked ports.
Address Table Commands
console#
PortStatusLearningCurrentMaximum
---------------------------------1/e1DisabledLock-1
1/e2DisabledLock-1
1/e3EnabledMax-addresses01
1/e4Port is a member in port-channel ch1
1/e5DisabledLock-1
1/e6EnabledMax-addresses010
ch1EnabledMax-addresses050
ch2EnabledMax-addresses0128
The following example displays dynamic addresses in currently locked port 1/e1.
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Chapter 5. Clock Commands
clock set
The clock set Privileged EXEC mode command manually sets the system clock. To avoid an SNTP conflict, this
command should only be used if there is no clock source set.
Syntax
clock set hh:mm:ss day month year
or
clock set hh:mm:ss month day year
Parameters
hh:mm:ss — Current time in hours (military format), minutes, and seconds (hh: 0 - 23, mm: 0 - 59, ss: 0 - 59).
•
•day — Current day (by date) in the month (1 - 31).
•month — Current month using the first three letters by name (Jan, …, Dec).
•year — Current year (2000 - 2097).
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
There are no user guidelines for this command.
Example
The following example sets the system time to 13:32:00 on the 7th March 2002.
Console# clock set 13:32:00 7 Mar 2002
clock source
The clock source Global Configuration mode command configures an external time source for the system clock.
Use no form of this command to disable external time source.
Syntax
clock source {sntp}
no clock source
Parameters
sntp — SNTP servers
•
Page 71
Clock Commands
Default Configuration
No external clock source
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example configures an external time source for the system clock.
Console(config)# clock source sntp
clock timezone
The clock timezone Global Configuration mode command sets the time zone for display purposes. Use the no
form of this command to set the time to the Coordinated Universal Time (UTC).
Syntax
clock timezone hours-offset [minutes minutes-offset] [zone acronym]
no clock timezone
Parameters
hours-offset — Hours difference from UTC. (Range: -12 – +13)
•
•minutes-offset — Minutes difference from UTC. (Range: 1 – 59)
•acronym — The acronym of the time zone. (Range: Up to 4 characters)
Default Configuration
Clock set to UTC.
Command Mode
Global Configuration mode
User Guidelines
The system internally keeps time in UTC, so this command is used only for display purposes and when the time is
manually set.
Example
The following example sets the timezone to 6 hours difference from UTC.
#
Console(config)
clock timezone -6 zone CST
Page 72
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
clock summer-time
The clock summer-time Global Configuration mode command configures the system to automatically switch to
summer time (daylight saving time). Use the no form of this command to configure the software not to
automatically switch to summer time.
Syntax
clock summer-time recurring {usa | eu | {week day month hh:mm week day month hh:mm}} [offset offset] [zone
acronym]
clock summer-time date date month year hh:mm date month year hh:mm [offset offset] [zone acronym]
clock summer-time date month date year hh:mm month date year hh:mm [offset offset] [zone acronym]
no clock summer-time recurring
Parameters
recurring — Indicates that summer time should start and end on the corresponding specified days every
•
year.
•date — Indicates that summer time should start on the first specific date listed in the command and end on
the second specific date in the command.
•usa — The summer time rules are the United States rules.
•eu — The summer time rules are the European Union rules.
•week — Week of the month. (Range: 1 - 5, first, last)
•day — Day of the week (Range: first three letters by name, like sun)
•date — Date of the month. (Range:1 - 31)
•month — Month. (Range: first three letters by name, like Jan)
•year — year - no abbreviation (Range: 2000 - 2097)
•hh:mm — Time in military format, in hours and minutes. (Range: hh: 0 - 23, mm:0 - 59)
•offset — Number of minutes to add during summer time. (Range: 1 - 1440)
•acronym — The acronym of the time zone to be displayed when summer time is in effect. (Range: Up to 4
characters)
Default Configuration
Summer time is disabled.
offset — Default is 60 minutes.
acronym — If unspecified default to the timezone acronym.
If the timezone has not been defined, the default is GMT.
Command Mode
Global Configuration mode
Page 73
Clock Commands
User Guidelines
In both the date and recurring forms of the command, the first part of the command specifies when summer time
begins, and the second part specifies when it ends. All times are relative to the local time zone. The start time is
relative to standard time. The end time is relative to summer time. If the starting month is chronologically after the
ending month, the system assumes that the device is in the southern hemisphere.
USA rule for daylight savings time:
•Start: Second Sunday in March
•End: First Sunday in November
•Time: 2 am local time
EU rule for daylight savings time:
•Start: Last Sunday in March
•End: Last Sunday in October
•Time: 1.00 am (01:00)
Example
The following example sets summer time starting on the first Sunday in April at 2 am and finishing on the last
Sunday in October at 2 am.
Console(config)# clock summer-time recurring first sun apr 2:00 last sun oct 2:00
sntp authentication-key
The sntp authentication-key Global Configuration mode command defines an authentication key for Simple
Network Time Protocol (SNTP). Use the no form of this command to remove the authentication key for SNTP.
Syntax
sntp authentication-key number md5 value
no sntp authentication-key number
Parameters
number — Key number (Range: 1-4294967295)
•
•value — Key value (Range: 1-8 characters)
Default Configuration
No authentication key is defined.
Command Mode
Global Configuration mode
User Guidelines
Multiple keys can be generated.
Page 74
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Example
The following example defines the authentication key for SNTP.
Console(config)#
sntp authentication-key
8
md5
ClkKey
sntp authenticate
The sntp authenticate Global Configuration mode command grants authentication for received Simple Network
Time Protocol (SNTP) traffic from servers. Use the no form of this command to disable the feature.
Syntax
sntp authenticate
no sntp authenticate
Parameters
This command has no arguments or keywords.
Default Configuration
No authentication
Command Mode
Global Configuration mode
User Guidelines
The command is relevant for both Unicast and Broadcast.
Example
The following example defines the authentication key for SNTP and grants authentication.
The sntp trusted-key Global Configuration mode command authenticates the identity of a system to which
Simple Network Time Protocol (SNTP) will synchronize. Use the no form of this command to disable
authentication of the identity of the system.
Syntax
sntp trusted-key key-number
no sntp trusted-key key-number
Parameters
key-number — Key number of authentication key to be trusted. (Range: 1 - 4294967295)
•
Page 75
Default Configuration
No keys are trusted.
Command Mode
Global Configuration mode
User Guidelines
The command is relevant for both received Unicast and Broadcast.
If there is at least 1 trusted key, then unauthenticated messages will be ignored.
The sntp client poll timer Global Configuration mode command sets the polling time for the Simple Network
Time Protocol (SNTP) client. Use the no form of this command to return to default configuration.
Syntax
sntp client poll timer seconds
no sntp client poll timer
Parameters
seconds — Polling interval in seconds (Range: 60-86400)
•
Default Configuration
Polling interval is 1024 seconds.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example sets the polling time for the Simple Network Time Protocol (SNTP) client to 120 seconds.
Console(config)#
sntp client poll timer
Page 76
120
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
sntp broadcast client enable
The sntp broadcast client enable Global Configuration mode command enables Simple Network Time Protocol
(SNTP) Broadcast clients. Use the no form of this command to disable SNTP Broadcast clients.
Syntax
sntp broadcast client enable
no sntp broadcast client enable
Parameters
This command has no arguments or keywords.
Default Configuration
The SNTP Broadcast client is disabled.
Command Mode
Global Configuration mode
User Guidelines
Use the sntp client enable (Interface) Interface Configuration mode command to enable the SNTP client on a
specific interface.
Example
The following example enables the SNTP Broadcast clients.
Console(config)# sntp broadcast client enable
sntp anycast client enable
The sntp anycast client enable Global Configuration mode command enables SNTP Anycast client. Use the no
form of this command to disable the SNTP Anycast client.
Syntax
sntp anycast client enable
no sntp anycast client enable
Parameters
This command has no arguments or keywords.
Default Configuration
The SNTP Anycast client is disabled.
Command Mode
Global Configuration mode
Page 77
Clock Commands
User Guidelines
The sntp client poll timer Global Configuration mode command determines polling time.
Use the sntp client enable (Interface) Interface Configuration mode command to enable the SNTP client on a
specific interface.
Example
The following example enables SNTP Anycast clients.
console(config)#
sntp anycast client enable
sntp client enable (Interface)
The sntp client enable Interface Configuration (Ethernet, port-channel, VLAN) mode command enables the
Simple Network Time Protocol (SNTP) client on an interface. This applies to both receive Broadcast and Anycast
updates. Use the no form of this command to disable the SNTP client.
Use the sntp broadcast client enable Global Configuration mode command to enable Broadcast clients globally.
Use the sntp anycast client enable Global Configuration mode command to enable Anycast clients globally.
Example
The following example enables the SNTP client on Ethernet port 1/e3.
Console(config)#
Console(config-if)#
interface ethernet
sntp client enable
1/e3
sntp unicast client enable
The sntp unicast client enable Global Configuration mode command enables the device to use the Simple
Network Time Protocol (SNTP) to request and accept SNTP traffic from servers. Use the no form of this command
to disable requesting and accepting SNTP traffic from servers.
Page 78
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Syntax
sntp unicast client enable
no sntp unicast client enable
Parameters
This command has no arguments or keywords.
Default Configuration
The SNTP Unicast client is disabled.
Command Mode
Global Configuration mode
User Guidelines
Use the sntp server Global Configuration mode command to define SNTP servers.
Example
The following example enables the device to use the Simple Network Time Protocol (SNTP) to request and accept
SNTP traffic from servers.
Console(config)#
sntp unicast client enable
sntp unicast client poll
The sntp unicast client poll Global Configuration mode command enables polling for the Simple Network Time
Protocol (SNTP) predefined Unicast servers. Use the no form of this command to disable the polling for SNTP
client.
Syntax
sntp unicast client poll
no sntp unicast client poll
Parameters
This command has no arguments or keywords.
Default Configuration
Polling is disabled.
Command Mode
Global Configuration mode
User Guidelines
The sntp client poll timer Global Configuration mode command determines polling time.
Page 79
Clock Commands
Example
The following example enables polling for Simple Network Time Protocol (SNTP) predefined Unicast clients.
Console(config)#
sntp unicast client poll
sntp server
The sntp server Global Configuration mode command configures the devi ce to use the Simple Netw ork Time
Protocol (SNTP) to request and accept SNTP traffic from a specified server. Use the no form of this command to
remove a server from the list of SNTP servers.
Syntax
sntp server {ipv4-address|ipv6-address|hostname} [poll] [key keyid]
no sntp server {ipv4-address|ipv6-address|hostname}
Parameters
ipv4-address — IPv4 address of the server. An out-of-band IP address can be specified as described in the
•
usage guidelines.
•ipv6-address — IPv6 address of the server. An out-of-band IP address can be specified as described in the
usage guidelines. When the IPv6 address is a Link Local address (IPv6 address), the outgoing interface
name must be specified. Refer to the usage guidelines for the interface name syntax.
•hostname — Hostname of the server. Only translation to IPv4 addresses is supported.
•poll — Enable polling.
•keyid — Authentication key to use when sending packets to this peer.
(Range:1-4294967295)
Default Configuration
No servers are defined.
Command Mode
Global Configuration mode
User Guidelines
Up to 8 SNTP servers can be defined.
•
•To enable predefined Unicast clients globally use the sntp unicast client enable Global Configuration mode
command.
•To enable global polling use the sntp unicast client poll Global Configuration mode command.
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Example
The following example configures the device to accept SNTP traffic from the server on 192.1.1.1.
Console(config)#
sntp server
192.1.1.1
show clock
The show clock User EXEC mode command displays the time and date from the system clock.
Syntax
show clock [detai l]
Parameters
detail — Shows timezone and summertime configuration.
•
Default Configuration
This command has no default configuration.
Command Mode
User EXEC mode
User Guidelines
The symbol that precedes the show clock display indicates the following:
SymbolDescription
*Time is not authoritative.
(blank)Time is authoritative.
.Time is authoritative, but SNTP is not synchronized.
Example
The following example displays the time and date from the system clock.
Console> show clock
15:29:03 PDT(UTC-7) Jun 17 2002
Time source is SNTP
Console>
15:29:03 PDT(UTC-7) Jun 17 2002
Time source is SNTP
show clock detail
Page 81
Clock Commands
Time zone:
Acronym is PST
Offset is UTC-8
Summertime:
Acronym is PDT
Recurring every year.
Begins at first Sunday of April at 2:00.
Ends at last Sunday of October at 2:00.
Offset is 60 minutes.
show sntp configuration
The show sntp configuration Privileged EXEC mode command shows the configuration of the Simple Network
Time Protocol (SNTP).
Syntax
show sntp configuration
Parameters
This command has no arguments or keywords.
Default Configuration
This command has no default configuration.
Command Mode
PrivilegedEXEC mode
User Guidelines
There are no user guidelines for this command.
Example
The following example displays the current SNTP configuration of the device.
Console#
Polling interval: 7200 seconds
MD5 Authentication keys: 8, 9
Authentication is required for synchronization.
Trusted Keys: 8, 9
The show sntp status Privileged EXEC mode command shows the status of the Simple Network Time Protocol
(SNTP).
Syntax
show sntp status
Parameters
This command has no arguments or keywords.
Default Configuration
This command has no default configuration.
Command Mode
PrivilegedEXEC mode
User Guidelines
There are no user guidelines for this command.
Example
The following example shows the status of the SNTP.
Console# show sntp status
Clock is synchronized, stratum 4, reference is 176.1.1.8, unicast
Reference time is AFE2525E.70597B34 (00:10:22.438 PDT Jul 5 1993)
176.1.11.8VLAN 118 Up9:53:21.789 PDT Feb 19 20027.19 119.89
Broadcast:
InterfaceInterfaceLast response
----------------------------------------------
176.9.1.1VLAN 11919:17:59.792 PDT Feb 19 2002
Page 84
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Chapter 6. Configuration and Image File Commands
copy
The copy Privileged EXEC mode command copies files from a source to a destination.
Syntax
copy source-url destination-url
Parameters
source-url — The source file location URL or reserved keyword of the source file to be copied.
•
(Range: 1-160 characters)
•destination-url — The destination file URL or reserved keyword of the destination file.
(Range: 1-160 characters)
The following table displays keywords and URL prefixes:
KeywordSource or Destination
flash:Source or destination URL for flash memory. It’s the default in case a URL is specified
without a prefix.
flash://startupconfig
flash://imageSource is an image file on flash memory.
running-configRepresents the current runnin g co nfiguration file.
startup-configRepresents the startup configuration file.
imageIf the source file, represents the active image file. If the destination file, represents the
bootBoot file.
tftp://Source or destination URL for a TFTP network server. The syntax for this alias is tftp://
xmodem:Source for the file from a serial connection that uses the Xmodem protocol.
loggingCopy from a syslog file.
unit://member/
image
unit://member/
boot
null:Null destination for copies or files. A remote file can be copied to null to determine its size.
backup-configRepresents the backup configuration file.
unit://member/
backup-config
Source is the startup-config file in flash memory.
non-active image file.
host/[directory]/filename. The host can be IPv4 address, IPv6 address or hostname.
Image file on one of the units. To copy from the master to all units, specify * in the member
field.
Boot file on one of the units. To copy from the master to all units, specify * in the member
field.
Backup configuration on one of the units.
Page 85
Configuration and Image File Commands
Default Configuration
This command has no default configuration.
Command Mode
PrivilegedEXEC mode
User Guidelines
Up to five backup configuration files are supported on the device.
•
•The location of a file system dictates the format of the source or destination URL.
•The entire copying process may take several minutes and differs from protocol to protocol and from network
to network.
•*.prv and *.sys files cannot be copied.
•When the IPv6 address is a Link Local address (IPv6 address), the outgoing interface name must be
specified. The format of an IPv6 address is: <ipv6-link-local-address>%<interface-name>
interface-name = vlan<integer> | ch<integer> | isatap<integer> | <physical-port-name>
Understanding Invalid Combinations of Source and Destination
Some invalid combinations of source and destination exist. Specifically, you cannot copy if one of the following
conditions exist:
The source file and destination file are the same file.
xmodem: is the destination file. The source file can be copied to image, boot and null: only.
tftp:// is the source file and destinati on file on the same copy.
The following table describes copy characters:
CharacterDescription
!For network transfers, indicates that the copy process is taking place. Each exclamation
point indicates successful transfer of ten packets (512 bytes each).
.For network transfers, indicates that the copy process timed out. Generally, many
periods in a row means that the copy process may fail.
Copying an Image File from a Server to Flash Memory
To copy an image file from a server to flash memory, use the copy source-url image command.
Copying a Boot File from a Server to Flash Memory
To copy a boot file from a server to flash memory, enter the copy source-url boot command.
Copying a Configuration File from a Server to the Running Configuration File
To load a configuration file from a network server to the running configuration file of the device, enter the copy
source-url running-config command. The commands in the loaded configuration file are added to those in the
running configuration file as if the commands were typed in the command-line interface (CLI). Thus, the resulting
configuration file is a combination of the previous running configuration and the loaded configuration files with the
loaded configuration file taking precedence.
Page 86
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Copying a Configuration File from a Server to the Startup Configuration
To copy a configuration file from a network server to the startup configuration file of the device, enter copy source-
url startup-config. The startup configuration file is replaced by the copied configuration file.
Storing the Running or Startup Configuration on a Server
Use the copy running-config destination-url comma nd to copy the current configuration file to a network server
using TFTP. Use the copy startup-config destination-url command to copy the startup configuration file to a
network server.
Saving the Running Configuration to the Startup Configuration
To copy the running configuration to the startup configuration file, enter the copy running-config startup-config
command.
Backing up the Running or Startup Configuration to a Backup Configuration File
T o copy the running configuration file to a backup configuration file, enter the copy running-config filecommand.
To copy the startup configuration file to a backup configuration file, enter the copy startup-config file command.
Before copying from the backup configuration file to the running configuration file, make sure that the backup
configuration file has not been corrupted.
Example
The following example copies system image file1 from the TFTP server 172.16.101.101 to a non-active image file.
console#
Accessing file 'file1' on 172.16.101.101...
Loading file1 from 172.16.101.101:
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Chapter 7. DHCP Snooping Commands
ip dhcp snooping
The ip dhcp snooping Global Configuration mode command globally enables DHCP snooping. Use the no form
of this command to return to the default setting.
Syntax
ip dhcp snooping
no ip dhcp snooping
Parameters
This command has no arguments or keywords
Default Configuration
Disabled
Command Mode
Global Configuration mode
User Guidelines
For any DHCP snooping configuration to take effect, DHCP snooping must be globally enabled. DHCP snooping
is not active until snooping on a VLAN is enabled by using the ip dhcp snooping VLAN Global Configuration
mode command.
Example
.The following example configures globally enabling DHCP snooping.
console(config)# ip dhcp snooping
ip dhcp snooping vlan
The ip dhcp snooping vlan Global Configuration mode command enables DHCP snooping on a VLAN. Use the
no form of this command to disable DHCP snooping on a VLAN
Syntax
ip dhcp snooping vlan vlan-id
no ip dhcp snooping vlan vlan-id
Parameters
vlan-id — Specify VLAN ID.
•
Default Configuration
Disabled
Page 93
DHCP Snooping Commands
Command Mode
Global Configuration mode
User Guidelines
DHCP snooping must be first globally enabled before enabling DHCP snooping on a VLAN.
Example
The following example configures DHCP snooping on a VLAN.
console(config)# ip dhcp snooping vlan 1
ip dhcp snooping trust
The ip dhcp snooping trust Interfac e Configuration mode command configures a port as trusted for DHCP
snooping purposes. Use the no form of this command to return to the default setting.
Syntax
ip dhcp snooping trust
no ip dhcp snooping trust
Parameters
This command has no arguments or keywords.
Default Configuration
Interface configuration (Ethernet, Port-channel)
Command Mode
Interface Configuration mode
User Guidelines
Configure as trusted ports those that are connected to a DHCP server or to other switches or routers. Configure
as untrusted ports those that are connected to DHCP clients.
Example
.The following example configures a port as trusted for DHCP snooping purposes.
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
ip dhcp snooping information option allowed-untrusted
The ip dhcp snooping information optio n allowed-un trusted Global Configuration mode command configures
a switch to accept DHCP packets with option-82 information from an untrusted port. Use the no form of this
command to configure the switch to drop these packets from an untrusted port.
Syntax
ip dhcp snooping information option allowed-untrusted
no ip dhcp snooping information option all owed-untrusted
Parameters
This command has no arguments or keywords.
Default Configuration
Discard DHCP packets with option-82 information from an untrusted port.
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example configures the switch to accept DHCP packets with option-82 information from an
untrusted port.
console(config)# ip dhcp snooping information option allowed-untrusted
ip dhcp snooping verify
The ip dhcp snooping verify Global Configuration mode command configures the switch to verify, on an
untrusted port, that the source MAC address in a DHCP packet matches the client hardware address. Use the no
form of this command to configure the switch to not verify the MAC addresses.
Syntax
ip dhcp snooping verify
no ip dhcp snooping verify
Parameters
This command has no arguments or keywords.
Default Configuration
The switch verifies the source MAC address in a DHCP packet that is received on untrusted ports matches the
client hardware address in the packet.
Command Mode
Global configuration.
Page 95
DHCP Snooping Commands
User Guidelines
There are no user guidelines for this command.
Example
The following example configures the switch to verify on an untrusted port that the source MAC address in a
DHCP packet matches the client hardware address
console(config) #ip dhcp snooping verify
ip dhcp snooping database
The ip dhcp snooping database Global Configuration mode command configures the DHCP snooping binding
file. Use the no form of this command to delete the binding file.
Syntax
ip dhcp snooping database
no ip dhcp snooping database
Parameters
This command has no arguments or keywords.
Default Configuration
The DHCP snooping binding file is not defined.
Command Mode
Global Configuration mode
User Guidelines
To ensure that the lease time in the database is accurate, Simple Network Time Protocol (SNTP) is enabled and
configured.
The switch writes binding changes to the binding file only when the switch system clock is synchronized with
SNTP.
Example
The following example configures the DHCP snooping binding file.
console(config)# ip dhcp snooping database
ip dhcp snooping database update-freq
The ip dhcp snooping database update-freq Global Configuration mode command configures the update
frequency of the DHCP snooping binding file. Use the no form of this command to return to default.
Syntax
ip dhcp snooping database update-freq seconds
no ip dhcp snooping database update-freq
Page 96
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
Parameters
seconds — Specify, in seconds, the update frequency (Range: 600 - 86400 ).
•
Default Configuration
1200
Command Mode
Global Configuration mode
User Guidelines
There are no user guidelines for this command.
Example
The following example configures the update frequency of the DHCP snooping binding file.
console(config)#
ip dhcp snooping database update-freq
1500
ip dhcp snooping binding
The ip dhcp snooping bindin g Privileged EXEC mode command configures the DHCP snooping binding
database and adds binding entries to the database. Use the no form of this command to delete entries from the
binding database.
•port-channel-number — Specify Port-channel number
•expiry seconds — Specify the interval, in seconds, after which the binding entry is no longer valid (Range: 10
- 4294967295)
Default Configuration
No static binding exists
Command Mode
Privileged EXEC
User Guidelines
After entering this command an entry is added to the DHCP snooping database. If DHCP snooping binding file
exists, the entry is added to that file also.
Page 97
DHCP Snooping Commands
The entry is displayed in the show commands as a ‘DHCP Snooping entry’.
Example
The following example configures the DHCP snooping binding database and adds binding entries to the database.
console# ip dhcp snooping binding 0060.704c.73ff 3 10.1.8.1 ethernet 1/e21
clear ip dhcp snooping database
The clear ip dhcp snooping database Privileged EXEC mode command clears the DHCP binding database.
Syntax
clear ip dhcp snooping database
Parameters
This command has no arguments or keywords.
Default Configuration
This command has no default configuration.
Command Mode
Privileged EXEC mode
User Guidelines
There are no user guidelines for this command.
Example
The following example clears the DHCP binding database.
console# clear ip dhcp snooping database
show ip dhcp snooping
The show ip dhcp snooping EXEC mode command displays the DHCP snooping configuration.
Syntax
show ip dhcp snooping [ethernet interface | port-channel port-channel-number]
Parameters
interface — Specify Ethernet port
•
•port-channel-number — Specify Port-channel number
Default Configuration
This command has no default configuration.
Command Mode
EXEC mode.
Page 98
Allied Telesis
AT-8000S-S94-3.0 Command Line Interface User’s Guide
User Guidelines
There are no user guidelines for this command.
Example
The following example displays the DHCP snooping configuration.
show ip dhcp snooping binding
The show ip dhcp snooping binding User EXEC mode command displays the DHCP snooping binding
database and configuration information for all interfaces on a switch.
Syntax
show ip dhcp snooping binding [mac-address mac-address] [ip-address ip-address] [vlan vlan] [ethernet
interface | port-channel port-channel-number]
Parameters
mac-address — Specify a MAC address
•
•ip-address — Specify an IP address.
•vlan-id — Specify a VLAN number.
•interface — Specify Ethernet port.
•port-channel-number — Specify Port-channel number
Default Configuration
This command has no default configuration.
Command Mode
EXEC
User Guidelines
There are no user guidelines for this command.
Example
console#
Total number of binding: 2
MAC Adreess IP Address Lease (sec) Type VLAN Interface