SS2GR2024i/48i Managed ETHERNET SWITCH MANAGEMENT GUIDE -1- Publication date: Feb.
ABOUT THIS GUIDE Copyright Copyright © 2012 Amer Networks. All rights reserved. The products and programs described in this guide are licensed products of Manufacture Technology, It contains proprietary information protected by copyright. No parts of the guide may be copied, photocopied, reproduced, translated or reduced to any electronic medium or machine‐readable from by any means by electronic or mechanical.
CLI Reference Guide Copyright @ 2012 by Amer Networks Release Date Revision V1.28 04/02/2012 A1 -3- Publication date: Feb.
CLI Reference Guide Copyright @ 2012 by Amer Networks CONTENTS ABOUT THIS GUIDE ..................................................................................................................... - 2 Chapter 1 Operation of CLI Management .......................................................................... - 6 Chapter 2 AAA Commands of CLI ..................................................................................... - 10 Chapter 3 Access Commands of CLI .....................................
CLI Reference Guide Chapter 42 Chapter 43 Chapter 44 Chapter 45 Chapter 46 Chapter 47 Chapter 48 Chapter 49 Chapter 50 Chapter 51 Chapter 52 Chapter 53 Copyright @ 2012 by Amer Networks SSH Commands of CLI.................................................................................... - 186 STP Commands of CLI .................................................................................... - 187 Syslog Commands of CLI ................................................................................
CLI Reference Guide Chapter 1 Initial Configuration Copyright @ 2012 by Amer Networks Operation of CLI Management This chapter instructs you how to configure and manage the L2 PLUS ETHERNET SWITCH through the CLI interface.
CLI Reference Guide CONNECTING TO THE CONSOLE PORT Copyright @ 2012 by Amer Networks The DB‐9 serial port on the switch’s front panel is used to connect to the switch for out‐of‐band console configuration. The command‐line‐driven configuration program can be accessed from a terminal or a PC running a terminal emulation program. The pin assignments used to connect to the serial port are provided in the following table -7- Publication date: Feb.
Figure 2: Plug in the Console Port Figure 3: Console configure After the SS2GR2024I/48I has been finished configuration the it interface, you can access It via Console port. For instance, it will show the following screen and ask you inputting username and password in order to login and access authentication. The default username is “admin” and password is empty. For the first time to use, please enter the default username and password, and then click the button.
CLI Reference Guide Copyright @ 2012 by Amer Networks Figure 4: Console CLI interface NOTE: You can type “?” or “help” to get the switch help includes syntax or all function explaining. The screen shot as below figure displayed. -9- Publication date: Feb.
CLI Reference Guide Chapter 2 Copyright @ 2012 by Amer Networks AAA Commands of CLI - 10 - Publication date: Feb.
This section shows you to use an AAA (Authentication, Authorization, Accounting) server to provide access control to your network. The AAA server can be a TACACS+ or RADIUS server to create and manage objects that contain settings for using AAA servers.
CLI Reference Guide RADIUS Server -----RADIUS Server -----1 2 3 4 5 Copyright @ 2012 by Amer Networks Authentication Server Configuration: Mode IP Address or Host Name Port Secret -------- --------------------------- ----- -----------------------------Authentication Server Configuration: Mode IP Address or Host Name Port Secret -------- --------------------------- ----- -----------------------------Disabled Disabled Disabled Disabled Disabled 1812 1812 1812 1812 1812 RADIUS Accounting Server Configuratio
CLI Reference Guide authorization: Syntax: Parameter : Copyright @ 2012 by Amer Networks To configure (enable/disable) RADIUS Authorization mode. authorization Globally disable Authorization operation mode. Globally enable Authorization operation mode. EXAMPLE: Switch(aaa)# authorization enable Switch(aaa)# deadtime: Syntax: Parameter : Default Setting : The command lets you configure the RADIUS server deadtime.
CLI Reference Guide Copyright @ 2012 by Amer Networks NOTE: If you didn’t connect the RADIUS Server already then the switch will show “Server disconnect”. radius: Syntax: The command lets you configure the RADIUS Server detail parameter radius <0-65535> . The RADIUS accounting Server index. The available value is Parameter : from 1 to 5 To enable or disable the RADIUS accounting service.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(aaa)# show config Server Timeout : 15 seconds Server Dead Time : 300 seconds TACACS+ Authorization and Accounting Configuration: Authorization : Disable Fallback to Local Authorization: Disable Accounting : Disable RADIUS Authentication Server Configuration: Server Mode IP Address or Host Name Port Secret ------ -------- --------------------------- ----- -----------------------------1 2 3 4 5 Disabled Disabled Disabled Disabled Disabled 1812 1
Syntax: Parameter : tacacs+ <0-65535> The TACACS+ authentication Server index. The available value is from 1 to 5 To enable or disable the TACACS+ authentication service. The TACACS+ authentication server IP address or hostname. <0-65535> The TACACS+ authentication server UDP port. If the port is set to 0 (zero), then the default port (1813) is used. Secret shared with external accounting server.
CLI Reference Guide Copyright @ 2012 by Amer Networks Access Commands of CLI Chapter 3 This section shows you to configure access management table of the Switch including HTTP/HTTPS, SNMP, and TELNET/SSH. You can manage the Switch over an Ethernet LAN, or over the Internet..
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(access)# add 1 ipv4 192.168.1.1 Switch(access)# show config Access Management Mode : Disabled 192.168.1.241 all W: WEB/HTTPS S: SNMP T: TELNET/SSH Index Start IP Address End IP Address W S T ----- ------------------------------- ------------------------------ - - 1 192.168.1.1 192.168.1.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(access)# mode enable Switch(access)# Switch(access)# show config Access Management Mode : Enabled W: WEB/HTTPS S: SNMP T: TELNET/SSH Index Start IP Address End IP Address W S T ----- ------------------------------- ------------------------------ - - 1 192.168.2.22 192.168.2.
CLI Reference Guide Copyright @ 2012 by Amer Networks Account Commands of CLI Chapter 4 In this function, only administrator can create, modify or delete the username and password. Administrator can modify other guest identities’ password without confirming the password but it is necessary to modify the administrator‐equivalent identity. Guest‐equivalent identity can modify his password only.
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(account)# delete 12 Switch(account)# show User Name Privilege Level -------------------------------- ---------------admin 15 Switch(account)# show : Syntax: Parameter : The command lets you display user account information what you set in the switch.
CLI Reference Guide Copyright @ 2012 by Amer Networks ACL Commands of CLI Chapter 5 The switch access control list (ACL) is probably the most commonly used object in the IOS. It is used for packet filtering but also for selecting types of traffic to be analyzed, forwarded, or influenced in some way. The ACLs are divided into EtherTypes. IPv4, ARP protocol, MAC and VLAN parameters etc. Here we will just go over the standard and extended access lists for TCP/IP.
CLI Reference Guide Copyright @ 2012 by Amer Networks switch: Switch ACE keyword, the rule applies to all ports : available value is from switch physic port density, format: 1,3-5 any: Any frame can match this ACE. arp : Only ARP frames can match this ACE. Notice the ARP frames won't match the ACE with Ethernet type etype: Only Ethernet Type frames can match this ACE icmp : Only ICMP frames can match this ACE.
CLI Reference Guide Copyright @ 2012 by Amer Networks permit : Permit forwarding EXAMPLE: Switch(acl)# action 1 permit Switch(acl)# Switch(acl)# show port Rate Port Policy Action Limiter Port Copy Mirror Logging Shutdown Counter ---- ------ ------ -------- ------------ -------- -------- -------- ---------1 1 Deny Disabled Disabled Disabled Disabled Disabled 0 2 1 Permit Disabled Disabled Disabled Disabled Disabled 0 3 1 Permit Disabled Disabled Disabled Disabled Disabled 0 4 1 Permit Disabled Disabled Di
CLI Reference Guide move: Syntax: Parameter : Copyright @ 2012 by Amer Networks This command lets you move ACE configuration between two indexes. Move <1-256> <0-256> <1-256> ACE ID must be exist <0-256> If the next ACE ID is non-zero, the ACE will be Placed before this ACE in the list. If the next ACE ID is zero, the ACE will be placed last in the list. EXAMPLE: Switch(acl)# move 1 Switch(acl)# policy: Syntax: Parameter : 0 This command lets you set acl port policy on switch.
CLI Reference Guide rate‐limiter: Syntax: Parameter : Copyright @ 2012 by Amer Networks This command lets you set the access control rule with rate limiter on switch. rate-limiter <1-16> <0-10000> <1-16> Rate limiter ID kbps Kbits per second pps Packets per second <0-10000> Rate in 100Kbps EXAMPLE: Switch(acl)# rate-limiter 1 kbps 100 Switch(acl)# show : Syntax: Parameter : This command lets you show all access control entry setting or information of the switch.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(acl)# show port Rate Port Policy Action Limiter Port Copy Mirror Logging Shutdown Counter ---- ------ ------ -------- ------------ -------- -------- -------- ---------1 1 Permit 1 Disabled Disabled Disabled Disabled 0 2 1 Permit Disabled Disabled Disabled Disabled Disabled 0 3 1 Permit Disabled Disabled Disabled Disabled Disabled 0 4 1 Permit Disabled Disabled Disabled Disabled Disabled 0 5 1 Permit Disabled Disabled Disabled Disabled Disabled 0
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(aggregation)# delete group 2 Switch(aggregation)# show Aggregation Mode ---------------Source MAC : Disabled Destination MAC : Disabled IP Address : Disabled TCP/UDP Port : Disabled group: Syntax: Parameter : This command lets you configure the link aggregation group. group <1-14> <1-14> The Aggregation group id.
CLI Reference Guide Syntax: Parameter : Copyright @ 2012 by Amer Networks show means it without any parameter needs to type. EXAMPLE: Switch(aggregation)# show Aggregation Mode ---------------Source MAC : Enabled Destination MAC : Disabled IP Address : Disabled TCP/UDP Port : Enabled Group ID Name Type Configured Ports Aggregated Ports -------- ------ ------ ---------------- ---------------2 LLAG2 Static 5-7 None Switch(aggregation)# - 29 - Publication date: Feb.
CLI Reference Guide Copyright @ 2012 by Amer Networks Arp‐inspection Commands of CLI Chapter 7 The section describes to configure the ARP Inspection parameters of the switch. You could use the ARP Inspection configure to manage the ARP table.
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(arp-inspection)# delet 1 Switch(arp-inspection)# mode : Syntax: Parameter : 5 192.168.1.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(arp-inspection)# show config ARP Inspection Mode : Disabled Port Port Mode ---- --------1 Disabled 2 Disabled 3 Disabled 4 Disabled 5 Disabled 6 Disabled 7 Disabled 8 Disabled 9 Disabled 10 Disabled 11 Disabled 12 Disabled 13 Disabled 14 Disabled 15 Disabled 16 Disabled 17 Disabled 18 Disabled 19 Disabled 20 Disabled 21 Disabled 22 Disabled 23 Disabled 24 Disabled 25 Enabled 26 Disabled 27 Disabled 28 Disabled Switch(arp-inspection)# - 32 - Pu
CLI Reference Guide Copyright @ 2012 by Amer Networks Auth Commands of CLI Chapter 8 This page shows how to configure a user with authenticated when he logs into the switch via one of the management client interfaces. Auth method Table 7: Auth Method Commands fallback: Command Function fallback Configure local authentication fallback method Configure authentication method show Show Authentication configuration The command lets you configure the local authentication fallback function.
CLI Reference Guide Copyright @ 2012 by Amer Networks none Authentication disabled telnet Use remote RADIUS authentication tacacs+ Use remote TACACS+ authentication EXAMPLE: Switch(auth)# method ssh local Switch(auth)# show: Syntax: Parameter : The command lets you display the ARP inspection configuration information. show means it without any parameter needs to type.
CLI Reference Guide Copyright @ 2012 by Amer Networks Config‐file Commands of CLI Chapter 9 This section describes how to export and import the Switch configuration. Any current configuration files will be exported as XML format.
CLI Reference Guide Copyright @ 2012 by Amer Networks DHCP Relay Commands of CLI Chapter 10 The section describes how to forward DHCP requests to another specific DHCP server via DHCP relay. The DHCP servers may be on another network.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(dhcp-relay)# mode disable Switch(dhcp-relay)# relay‐option: Syntax: Parameter : The command lets you configure DHCP relay agent information option relay-option disable/ enable disable The parameter means you to disable DHCP relay agent information option mode. Enable The parameter means you to enable DHCP relay agent information option mode.
CLI Reference Guide Syntax: Parameter : Copyright @ 2012 by Amer Networks show config/statistics config The parameter lets you to set for show DHCP relay configuration statistics The parameter lets you to set for show DHCP relay statistics EXAMPLE: Switch(dhcp-relay)# show config DHCP Relay Mode : Disabled DHCP Relay Server : 192.168.1.
CLI Reference Guide Copyright @ 2012 by Amer Networks DHCP Snooping Commands of CLI Chapter 11 The section describes to configure the DHCP Snooping parameters of the switch. The DHCP Snooping can prevent attackers from adding their own DHCP servers to the network.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(dhcp-snooping)# mode disable Switch(dhcp-snooping)# port‐mode: Syntax: Parameter : The command lets you configure DHCP snooping port mode Mode trusted/ untrusted Port list, available value is from 1 to 10B format:1,3-5 trusted Configures the port as trusted sources of the DHCP message untrusted Configures the port as untrusted sources of the DHCP message EXAMPLE: Switch(dhcp-snooping)# port-mode 1 trusted Switch(dhcp
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(dhcp-snooping)# port-mode 1 trusted Switch(dhcp-snooping)# Switch(dhcp-snooping)# show config DHCP Snooping Mode : Disabled Port Port Mode ---- --------1 trusted 2 untrusted 3 untrusted 4 untrusted 5 untrusted 6 untrusted 7 untrusted 8 untrusted 9 untrusted 10 untrusted 11 untrusted 12 untrusted 13 untrusted 14 untrusted 15 untrusted 16 untrusted 17 untrusted 18 untrusted --More--, q to quit Switch(dhcp-snooping)# Switch(dhcp-snooping)# show sta
CLI Reference Guide Copyright @ 2012 by Amer Networks Diagnostic Commands of CLI Chapter 12 This section provides a set of basic system diagnosis. It let users know that whether the system is health or needs to be fixed. The basic system check includes ICMP Ping, ICMPv6, and VeriPHY Cable Diagnostics.
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(diagnostic)# ping6 ff06:0:0:0:0:0:0:c3 80 PING6 server ff06::c3, 80 bytes of data. 88 bytes from 192.168.6.200: icmp_seq=0, time=0ms 88 bytes from 192.168.6.200: icmp_seq=1, time=0ms 88 bytes from 192.168.6.200: icmp_seq=2, time=0ms 88 bytes from 192.168.6.200: icmp_seq=3, time=0ms 88 bytes from 192.168.6.
CLI Reference Guide Copyright @ 2012 by Amer Networks Easyport Commands of CLI Chapter 13 Easy Port provides a convenient way to save and share common configurations. You can use it to enable features and settings based on the location of a switch in the network and for mass configuration deployments across the network. You could easy to implement included Voice IP phone, Wireless Access Point and IP Camera…etc.
CLI Reference Guide Copyright @ 2012 by Amer Networks Camera. <1-4094> Access VLAN ID, available value is from 1 to 4094. The parameter lets you to configure spanning tree admin-edge for IP Camera. disable Disable spanning tree admin edge. enable Enable spanning tree admin edge. The parameter lets you to configure spanning tree BPDU guard for IP Camera. disable Disable spanning tree BPDU guard. enable Enable spanning tree BPDU guard.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(easyport)# ip-cam 22 Switch(easyport/ip-cam)# vlan-mode trunk Switch(easyport/ip-cam)# access-vlan 8 Switch(easyport/ip-cam)# traffic-class 7 Switch(easyport/ip-cam)# psec-action both Switch(easyport/ip-cam)# psec-limit 40 Switch(easyport/ip-cam)# psec-mode enable Switch(easyport/ip-cam)# admin-edge enable Switch(easyport/ip-cam)# bpdu-guard enable Switch(easyport/ip-cam)# show Role : IP-CAM Access VLAN : 8 VLAN Mode : Trunk Traffic Class : 7 Po
CLI Reference Guide Copyright @ 2012 by Amer Networks disable Disable spanning tree admin edge. enable Enable spanning tree admin edge. The parameter lets you to configure spanning tree BPDU guard for IP Camera. disable Disable spanning tree BPDU guard. enable Enable spanning tree BPDU guard. The parameter lets you to finish Easy Port setting and return. The parameter lets you to configure port security action for IP Camera. both Send a SNMP trap and shutdown the port.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(easyport/ip-phone)# vlan-mode access Switch(easyport/ip-phone)# psec-action both Switch(easyport/ip-phone)# save start Switch(easyport/ip-phone)# show Role : IP-Phone Access VLAN : 20 VLAN Mode : Access Voice VLAN : 20 Traffic Class : 7 Port Security Mode : Enabled Port Security Action : Trap & Shutdown Port Security Limit : 30 STP Admin Edge : Enabled STP BPDU Guard : Enabled Switch(easyport/ip-phone)# wifi‐ap: Syntax: The command lets you to
CLI Reference Guide Copyright @ 2012 by Amer Networks The parameter lets you to finish Easy Port setting and return. The parameter lets you to configure port security action for IP Camera. both Send a SNMP trap and shutdown the port. none Do nothing. shutdown Shutdown the port. trap Send a SNMP trap. The parameter lets you to configure port security maximum for IP Camera. <1-50> Max. number of MAC addresses.
CLI Reference Guide Copyright @ 2012 by Amer Networks Event Commands of CLI Chapter 14 The function is used to set an Alarm trap and get the Event log. The Trap Events Configuration function is used to enable the switch to send out the trap information while pre‐defined trap events occurred.
CLI Reference Guide Show: Syntax: Parameter : Copyright @ 2012 by Amer Networks The command lets you display trap event configuration what you set on the switch show means it without any parameter needs to type.
CLI Reference Guide Copyright @ 2012 by Amer Networks Fdb Commands of CLI Chapter 15 Filtering Data Base Configuration gathers many functions, including MAC Table Information, Static MAC Learning, which cannot be categorized to some function type. MAC table Switching of frames is based upon the DMAC address contained in the frame. The switch builds up a table that maps MAC addresses to switch ports for knowing which ports the frames should go to (based upon the DMAC address in the frame).
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(fdb)# age-time 1000 Switch(fdb)# show configuration Automatic Aging : Enabled Aging Time : 1000 seconds Port Learning Mode ---- ------------1 Auto 2 Auto 3 Auto 4 Auto ………. Switch(fdb)# delete: Syntax: The command lets you to delete a static MAC address entry what you set on the switch. delete static-mac <1-4094> static mac entry.
CLI Reference Guide learning: Syntax: Copyright @ 2012 by Amer Networks The command lets you to configure learning mode of switch ports on the switch learning auto/ disable/ secure It is physical port available value is from 1 to 28 format: 1,3-5. Parameter : auto Learning is done automatically as soon as a frame with unknown SMAC is received. disable The parameter lets you to disable learning. secure Only static MAC entries are learned, all other frames are dropped.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(fdb)# static-mac 00-1F-3B-6A-3B-11 33 2 Switch(fdb)# show static-mac No VID MAC Address Ports ---- ---- ----------------- --------------1 33 00-1f-3b-6a-3b-11 2 Total static MAC address : 1 Switch(fdb)# show: Syntax: The command lets you to display the MAC Table or configuration information what set on the switch show configuration .
CLI Reference Guide Copyright @ 2012 by Amer Networks Firmware Commands of CLI Chapter 16 This section describes how to upgrade Firmware. The Switch can be enhanced with more value‐added functions by installing firmware upgrades.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(firmware)# swap ... Erase from 0x40fd0000-0x40fdffff: . ... Program from 0x87ff0000-0x88000000 to 0x40fd0000: . ... Program from 0x87ff000a-0x87ff000c to 0x40fd000a: . Alternate image activated, now rebooting. Switch(firmware)# +M25PXX : Init device with JEDEC ID 0xC22018. Jaguar-1 board detected (VSC7460 Rev. B).
CLI Reference Guide Syntax: Copyright @ 2012 by Amer Networks upgrade upgrade Parameter : TFTP server ipv6 address. IPv6 address is in 128-bit records represented as eight fields of up to four hexadecimal digits with a colon separate each field (:).For example, 'fe80::215:c5ff:fe03:4dc7'. The symbol ':: is a special syntax that can be used as a shorthand way of representing multiple 16-bit groups of contiguous zeros; but it can only appear once.
CLI Reference Guide Copyright @ 2012 by Amer Networks GARP Commands of CLI Chapter 17 The Generic Attribute Registration Protocol (GARP) provides a generic framework whereby devices in a bridged LAN, e.g. end stations and switches, can register and de‐register attribute values, such as VLAN Identifiers, with each other. In doing so, the attributes are propagated to devices in the bridged LAN, and these devices form a ¡°reachability¡± tree that is a subset of an active topology.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(garp)# applicant 3 non-participant Switch(garp)# join‐time: Syntax: The command lets you set the GARP join timer configuration on the switch join-time Port list, available value is from 1 to 14 format: 1,3-5. Parameter : join time value, available value is from 200 to 400 seconds.
CLI Reference Guide Copyright @ 2012 by Amer Networks 100000 seconds. EXAMPLE: Switch(garp)# leave-time 3-5 600 Error! Set leavetimer failed Switch(garp)# NOTE: If you didn’t set the GARP environment already then the switch will show “Set leavetimer failed”.
CLI Reference Guide Copyright @ 2012 by Amer Networks GVRP Commands of CLI Chapter 18 GVRP is an application based on Generic Attribute Registration Protocol (GARP), mainly used to automatically and dynamically maintain the group membership information of the VLANs. The GVRP offers the function providing the VLAN registration service through a GARP application.
CLI Reference Guide control: Syntax: Copyright @ 2012 by Amer Networks The command lets you to enable or disable the GVRP globally control disable/ enable disable The parameter let you disable GVRP function globally. Parameter : enable The parameter let you enable GVRP function globally.
CLI Reference Guide show: Syntax: Parameter : Copyright @ 2012 by Amer Networks The command lets you to display the GVRP function information show config / statistics config To show the GVRP configuration. statistics To show the basic GVRP port statistics.
CLI Reference Guide Copyright @ 2012 by Amer Networks HTTPs Commands of CLI Chapter 19 This section shows you how to use HTTPS to securely access the Switch. HTTPS is a secure communication protocol that combines authentication and data encryption to provide secure encrypted communication via the browser.
CLI Reference Guide show: Syntax: Parameter : Copyright @ 2012 by Amer Networks The command lets you to display the HTTPs all setting on the switch or status information show means it without any parameter needs to type. EXAMPLE: Switch(https)# show HTTPS Mode : Enabled HTTPS Redirect Mode : Enabled Switch(https)# - 66 - Publication date: Feb.
CLI Reference Guide Copyright @ 2012 by Amer Networks IGMP Commands of CLI Chapter 20 IGMP The function, is used to establish the multicast groups to forward the multicast packet to the member ports, and, in nature, avoids wasting the bandwidth while IP multicast packets are running over the network. This is because a switch that does not support IGMP or IGMP Snooping cannot tell the multicast packet from the broadcast packet, so it can only treat them all as the broadcast packet.
CLI Reference Guide compatibility: Syntax: Parameter : Copyright @ 2012 by Amer Networks snooping Set IGMP Snooping Mode ssm-range Set IGMP SSM Range state Enable/Disable per-VLAN IGMP Snooping Mode throttling Set per-port Throttling uri Set per-VLAN Unsolicited Report Interval The command lets you to configure the compatibility parameters on the switch compatibility Forced-IGMPv1/ Forced-IGMPv2/ Forced-IGMPv3 /IGMP-Auto VLAN list, available value is from 1 to 4094 form
CLI Reference Guide fast‐leave: Syntax: Parameter : Copyright @ 2012 by Amer Networks The command lets you to configure fast‐leave per‐port on the switch fast-leave disable/ enable The switch physical port, available value is from 1 to 28 format: 1,3-5. disable: To disable the port fast-leave function.
CLI Reference Guide Copyright @ 2012 by Amer Networks enable: To enable the flooding function. EXAMPLE: Switch(igmp)# flooding enable Switch(igmp)# show config IGMP Snooping : Disabled IGMP Flooding Control : Enabled IGMP Proxy : Disabled IGMP SSM Range: 232.0.0.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(igmp)# proxy enable Switch(igmp)# show config IGMP Snooping : Disabled IGMP Flooding Control : Enabled IGMP Proxy : Enabled IGMP SSM Range: 232.0.0.
CLI Reference Guide Copyright @ 2012 by Amer Networks IP Commands of CLI Chapter 21 IP is an acronym for Internet Protocol. It is a protocol used for communicating data across an internet network. IP is a "best effort" system, which means that no packet of information sent over is assured to reach its destination in the same condition it was sent.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(ip)# dhcp enable Switch(ip)# show Configured Current --------------- --------------DHCP Client : Enabled IP Address : 192.168.20.1 0.0.0.0 IP Mask : 255.255.255.0 0.0.0.0 IP Gateway : 192.168.20.250 0.0.0.0 VLAN ID : 1 1 DNS Server : 0.0.0.0 0.0.0.
Syntax: Parameter : name-server DNS IP address EXAMPLE: Switch(ip)# name-server 192.168.20.10 Switch(ip)# show Configured Current --------------- --------------DHCP Client : Disabled IP Address : 192.168.20.1 192.168.20.1 IP Mask : 255.255.255.0 255.255.255.0 IP Gateway : 192.168.20.250 192.168.20.250 VLAN ID : 2 2 DNS Server : 192.168.20.10 192.168.20.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(ip)# show DHCP Client IP Address IP Mask IP Gateway VLAN ID DNS Server DNS Proxy Configured Current --------------- --------------: Disabled : 192.168.20.10 192.168.20.10 : 255.255.255.0 255.255.255.0 : 192.168.20.250 192.168.20.250 : 2 2 : 0.0.0.0 0.0.0.0 : Disabled - 75 - Publication date: Feb.
CLI Reference Guide Copyright @ 2012 by Amer Networks IP‐Source‐Guard Commands of CLI Chapter 22 The section describes to configure the IP Source Guard detail parameters of the switch. You could use the IP Source Guard configure to enable or disable with the Port of the switch.
CLI Reference Guide Syntax: Parameter : Copyright @ 2012 by Amer Networks delete <1-4094> : available value is from 1 to 28 format: 1,3-5 <1-4094>: VLAN ID, available value is from 1 to 4094 : IP address : IP mask for allowed IP address EXAMPLE: Switch(ip-source-guard)# delete 1 1 192.168.1.1 255.255.255.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(ip-source-guard)# limit 1 0 Switch(ip-source-guard)# show config IP Source Guard Mode : Disabled Port ---1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 mode: Syntax: Parameter : Port Mode --------Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disable
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(ip-source-guard)# mode enable Switch(ip-source-guard)# show config IP Source Guard Mode : Enabled Port ---1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 Port Mode --------Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabled Disabl
CLI Reference Guide port‐mode: Syntax: Parameter : Copyright @ 2012 by Amer Networks This command lets you IP source guard port mode.
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(ip-source-guard)# show binding-table Type Port VLAN IP Address MAC Address ------- ---- ---- --------------- ----------------Static 1 1 192.168.1.1 5a-80-70-64-60-80 translate: Syntax: Parameter : This command translate IP source guard dynamic entries into static entries. translate : means it without any parameter needs to type.
CLI Reference Guide Copyright @ 2012 by Amer Networks IPv6 Commands of CLI Chapter 23 This section describes how to configure the switch‐managed IPv6 information. The Configured column is used to view or change the IPv6 configuration. And the Current column is used to show the active IPv6 configuration. Configure the switch‐managed IPv6 information on this page. The Configured column is used to view or change the IPv6 configuration. The Current column is used to show the active IPv6 configuration.
CLI Reference Guide Copyright @ 2012 by Amer Networks 16-bit groups of contiguous zeros; but it can only appear once. It also used a following legally IPv4 address. For example, '::192.1.2.34' <1-128>: IPv6 prefix : Gateway IPv6 address IPv6 address is in 128-bit records represented as eight fields of up to four hexadecimal digits with a colon separates each field (:). For example, 'fe80::215:c5ff:fe03:4dc7'.
CLI Reference Guide Copyright @ 2012 by Amer Networks LACP Commands of CLI Chapter 24 Ports using Link Aggregation Control Protocol (according to IEEE 802.3ad specification) as their trunking method can choose their unique LACP GroupID to form a logic “trunked port”. The benefit of using LACP is that a port makes an agreement with its peer port before it becomes a ready member of a “trunk group” (also called aggregator). LACP is safer than the other trunking method ‐ static trunk.
CLI Reference Guide Copyright @ 2012 by Amer Networks link speed, 10Mb = 1, 100Mb = 2, 1Gb = 3 EXAMPLE: Switch(lacp)# key 1 10000 Switch(lacp)# show config Port Mode Key Role ---- -------- ----- -----1 Disabled 10000 Active 2 Disabled Auto Active 3 Disabled Auto Active 4 Disabled Auto Active 5 Disabled Auto Active mode: Syntax: Parameter : The command lets you configure the LACP mode.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(lacp)# role 1 passive Switch(lacp)# show config Port Mode Key Role ---- -------- ----- -----1 Disabled Auto Passive 2 Disabled Auto Active 3 Disabled Auto Active show: Syntax: Parameter : This command show LACP information.
CLI Reference Guide Copyright @ 2012 by Amer Networks LLDP Commands of CLI Chapter 25 The switch supports the LLDP. For current information on your switch model, The Link Layer Discovery Protocol (LLDP) provides a standards‐based method for enabling switches to advertise themselves to adjacent devices and to learn about adjacent LLDP devices.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(lldp)# cdp-aware 1 enable Switch(lldp)# show config Interval : 30 Hold : 4 Tx Delay : 2 Reinit Delay: 2 Port System System System Management CDP Port Mode Description Name Description Capability Address awareness ---- -------- ----------- -------- ----------- ----------- ---------- --------1 Disabled Enabled Enabled Enabled Enabled Enabled Enabled 2 Disabled Enabled Enabled Enabled Enabled Enabled Disabled 3 Disabled Enabled Enabled Enabled Enab
CLI Reference Guide Syntax: Parameter : Copyright @ 2012 by Amer Networks delay <1-8192> <1-8192>: LLDP transmission delay EXAMPLE: Switch(lldp)# delay 5 Switch(lldp)# show config Interval : 30 Hold : 4 Tx Delay : 5 Reinit Delay: 2 Port System System System Management CDP Port Mode Description Name Description Capability Address awareness ---- -------- ----------- -------- ----------- ----------- ---------- --------1 Disabled Enabled Enabled Enabled Enabled Enabled Disabled 2 Disabled Enabled Enabled Ena
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(lldp)# interval 40 Switch(lldp)# show config Interval : 40 Hold : 4 Tx Delay : 2 Reinit Delay: 2 Port System System System Management CDP Port Mode Description Name Description Capability Address awareness ---- -------- ----------- -------- ----------- ----------- ---------- --------1 Disabled Enabled Enabled Enabled Enabled Enabled Disabled 2 Disabled Enabled Enabled Enabled Enabled Enabled Disabled 3 Disabled Enabled Enabled Enabled Enabled En
CLI Reference Guide Copyright @ 2012 by Amer Networks port-desc: Port description sys-capa: System capability sys-desc: System description sys-name: System name disable Disable TLV enable Enable TLV EXAMPLE: Switch(lldp)# option-tlv 1 mgmt-addr disable Switch(lldp)# option-tlv 1 port-desc disable Switch(lldp)# option-tlv 1 sys-capa disable Switch(lldp)# option-tlv 1 sys-desc disable Switch(lldp)# option-tlv 1 sys-name disable Switch(lldp)# show config Interval : 30 Hold : 4 Tx Delay : 2 Reinit Delay: 2 P
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(lldp)# show config Interval : 30 Hold : 4 Tx Delay : 2 Reinit Delay: 2 Port System System System Management CDP Port Mode Description Name Description Capability Address awareness ---- -------- ----------- -------- ----------- ----------- ---------- --------1 Disabled Enabled Enabled Enabled Enabled Enabled Disabled 2 Disabled Enabled Enabled Enabled Enabled Enabled Disabled Switch(lldp)# show info 1 No LLDP entries found Switch(lldp)#
CLI Reference Guide Copyright @ 2012 by Amer Networks LLDP Media Commands of CLI Chapter 26 Media Endpoint Discovery is an enhancement of LLDP, known as LLDP‐MED, that provides the following facilities: Auto‐discovery of LAN policies (such as VLAN, Layer 2 Priority and Differentiated services (Diffserv) settings) enabling plug and play networking. Device location discovery to allow creation of location databases and, in the case of Voice over Internet Protocol (VoIP), Enhanced 911 services.
CLI Reference Guide Copyright @ 2012 by Amer Networks comm-name: Postal community name country-code: The two-letter ISO 3166 country code county: County, district district: City division, borough, city district, ward, chou(Japan) floor: Floor house-no: House number house-no-suffix: House number suffix landmark: Landmark or vanity address leading-street-direction: Leading street direction name: Name (residence and office occupant) p.o.box: Post office box (P.O.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(lldpmed)# civic city Switch(lldpmed)# civic floor 1 Switch(lldpmed)# show config Fast Start Repeat Count Location Coordinates -------------------Latitude Longitude Altitude Map datum : 4 : : : : 0.0000 North 0.0000 East 0.
CLI Reference Guide Copyright @ 2012 by Amer Networks nad83-mllw North American Datum 1983, CRS Code 4269, Prime Meridian Name: Greenwich; The associated vertical datum is Mean Lower Low Water (MLLW). This datum pair is to be used when referencing locations on water/sea/ocean nad83-navd88 North American Datum 1983, CRS Code 4269, Prime Meridian Name: Greenwich; The associated vertical datum is the North American Vertical Datum of 1988 (NAVD88).
CLI Reference Guide Syntax: Parameter : Copyright @ 2012 by Amer Networks delete <0-31> <0-31>: Policy ID, available value is from 0 to 31 EXAMPLE: Switch(lldpmed)# delete 1 Switch(lldpmed)# show policy Policy Id Application Type Tag Vlan ID L2 Priority DSCP --------- ------------------------ -------- ------- ----------- ---- ecs: Syntax: Parameter : The command lets you configure LLDP‐MED Emergency Call Service.
CLI Reference Guide Copyright @ 2012 by Amer Networks witch(lldpmed)# fast 10 Switch(lldpmed)# show config Fast Start Repeat Count Location Coordinates -------------------Latitude Longitude Altitude Map datum policy: Syntax: Parameter : : 10 : : : : 60.0000 North 30.0000 East 10.0000 floor NAD83/MLLW The command lets you configure LLDP‐MED policy.
CLI Reference Guide Copyright @ 2012 by Amer Networks interactive video/audio services video-signaling ideo Signaling (conditional) for use in network topologies that require a separate policy for the video signaling than for the video media voice Voice for use by dedicated IP Telephony handsets and other similar appliances supporting interactive voice services.
show: Syntax: Parameter : The command lets you display LLDP‐MED information. show config/ info/ policy/ port-policy config: Show LLDP-MED configuration info: Show LLDP-MED neighbor device information policy: Show LLDP-MED policy configuration port-policy: Show LLDP-MED port policy configuration EXAMPLE: witch(lldpmed)# show config Fast Start Repeat Count Location Coordinates -------------------Latitude Longitude Altitude Map datum : 10 : : : : 60.0000 North 30.0000 East 10.
CLI Reference Guide Copyright @ 2012 by Amer Networks Loop protection Commands of CLI Chapter 27 The loop detection is used to detect the presence of traffic. When switch receives packet’s (looping detection frame) MAC address the same as oneself from port, show Loop Protection happens. The port will be locked when it received the looping detection frames.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(loop-protect)# mode enable Switch(loop-protect)# show config Loop Protection : Enabled Transmission Time : 3 Shutdown Time : 180 Port ---1 2 3 4 port‐action: Syntax: Parameter : Mode -------Enabled Enabled Enabled Enabled Action Transmit ---------------- -------Shutdown Enabled Shutdown Enabled Shutdown Enabled Shutdown Enabled The command lets you configure loop protection port action.
CLI Reference Guide port‐mode: Syntax: Parameter : Copyright @ 2012 by Amer Networks The command lets you configure loop protection port mode.
CLI Reference Guide Parameter : Copyright @ 2012 by Amer Networks config: Show loop protection configuration status: Show loop protection status EXAMPLE: Switch(loop-protect)# show config Loop Protection : Disabled Transmission Time : 5 Shutdown Time : 180 Port ---1 2 3 4 Mode -------Enabled Enabled Enabled Enabled Action Transmit ---------------- -------Shutdown Enabled Shutdown Enabled Shutdown Enabled Shutdown Enabled Switch(loop-protect)# show status Port Action Transmit Loops Status Loop Time of
CLI Reference Guide Copyright @ 2012 by Amer Networks Port Mirroring Commands of CLI Chapter 28 You can mirror traffic from any source port to a target port for real‐time analysis. You can then attach a logic analyzer or RMON probe to the target port and study the traffic crossing the source port in a completely unobtrusive manner. Mirror Configuration is to monitor the traffic of the network.
CLI Reference Guide Copyright @ 2012 by Amer Networks disable: The parameter means you to disable DHCP relay mode. Enable: The parameter means you to enable DHCP snooping mode.
CLI Reference Guide Copyright @ 2012 by Amer Networks MLD Commands of CLI Chapter 29 MLD Curiously enough, a network node that acts as a source of IPv6 multicast traffic is only an indirect participant in MLD snooping—it just provides multicast traffic, and MLD doesn’t interact with it. (Note, however, that in an application like desktop conferencing a network node may act as both a source and an MLD host; but MLD interacts with that node only in its role as an MLD host.
CLI Reference Guide compatibility: Syntax: Parameter : Copyright @ 2012 by Amer Networks state Enable/Disable the per-VLAN MLD Snooping throttling Set per-port Throttling uri Set the per-VLAN Unsolicited Report Interval The command lets you set the Versions of MLD Operating on Hosts and Routers.
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(mld)# fast-leave 1 enable Switch(mld)# show config MLD Snooping : Disabled MLd Flooding Control : Enabled MLd Proxy : Disabled MLD SSM Range: Port Router ---- -------1 Disabled 2 Disabled 3 Disabled 4 Disabled filtering: Syntax: Parameter : ff3e::/96 Dynamic Router Fast Leave Group Throttling Number -------------- ---------- ----------------------No Enabled Unlimited No Disabled Unlimited No Disabled Unlimited No Disabled Unlimited T
CLI Reference Guide Syntax: Parameter : Copyright @ 2012 by Amer Networks flooding disable/ enable disable: Disable unregistered IPMCv6 traffic flooding. Enable: Enable unregistered IPMCv6 traffic flooding.
CLI Reference Guide Copyright @ 2012 by Amer Networks : VLAN list, available value is from 1 to 4094 format: 1,3-5.
CLI Reference Guide Syntax: Parameter : Copyright @ 2012 by Amer Networks querier disable/ enable : VLAN list, available value is from 1 to 4094 format: 1,3-5. disable: Disable the per-VLAN MLD querie. Enable: Enable the per-VLAN MLD querier.
CLI Reference Guide Parameter : Copyright @ 2012 by Amer Networks : VLAN list, available value is from 1 to 4094 format: 1,3-5. <2-255>: Range:2~255, default:2.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(mld)# show config MLD Snooping : Disabled MLd Flooding Control : Enabled MLd Proxy : Disabled MLD SSM Range: Port Router ---- -------1 Disabled 2 Disabled 3 Disabled 4 Disabled ff3e::/96 Dynamic Router Fast Leave Group Throttling Number -------------- ---------- ----------------------No Disabled Unlimited No Disabled Unlimited No Disabled Unlimited No Disabled Unlimited VID State Querier Compatibility RV QI QRI LLQI URI ---- -------- --------
relay-option disable/ enable Syntax: : VLAN list, available value is from 1 to 4094 format: 1,3-5.
CLI Reference Guide Copyright @ 2012 by Amer Networks <0-31744>: Range:0~31744 sec, default:1 sec EXAMPLE: Switch(mld)# uri 1 777 Switch(mld)# show config MLD Snooping : Disabled MLd Flooding Control : Enabled MLd Proxy : Disabled MLD SSM Range: Port Router ---- -------1 Disabled 2 Disabled ff3e::/96 Dynamic Router Fast Leave Group Throttling Number -------------- ---------- ----------------------No Disabled Unlimited No Disabled Unlimited VID State Querier Compatibility RV QI QRI LLQI URI ---- -------
CLI Reference Guide Copyright @ 2012 by Amer Networks MVR Commands of CLI Chapter 30 MVR The MVR feature enables multicast traffic forwarding on the Multicast VLAN. In a multicast television application, a PC or a television with a set‐top box can receive the multicast stream. Multiple set‐top boxes or PCs can be connected to one subscriber port, which is a switch port configured as an MVR receiver port.
mode: Syntax: Parameter : The command lets you to configure MVR mode mode disable/ enable <1-4094> disable: Disable MVR enable: Enable multicast traffic forwarding on the Multicast VLAN <1-4094>: Multicast VLAN ID, available is from 1 to 4094 EXAMPLE: Switch(mvr)# mode enable 1 Switch(mvr)# show config MVR Mode : Enabled Muticast VLAN ID : 1 port‐mode: Syntax: Parameter : The command lets you to configure MVR port mode port-mode disable/ enable : available value is from switch p
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: witch(mvr)# port-type 2 source Switch(mvr)# show config MVR Mode : Disabled Muticast VLAN ID : 1 Port ---1 2 3 4 show: Syntax: Parameter : Port Mode --------Enabled Disabled Disabled Disabled Port Type --------Receive Source Receive Receive Immediate Leave ----------------Enabled Disabled Disabled Disabled The command lets you to show command show config/ group/ statistics config: Show MVR configuration group: Show MVR group information
CLI Reference Guide Copyright @ 2012 by Amer Networks NAS Commands of CLI Chapter 31 The section describes to configure the Network Access Server parameters of the switch. The NAS server can be employed to connect users to a variety of resources including Internet access, conference calls, printing documents on shared printers, or by simply logging on to the Internet.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(nas)# agetime 9999 Switch(nas)# show config Mode Reauthentication Reauthentication Period EAPOL Timeout Age Period Hold Time RADIUS QoS RADIUS VLAN Guest VLAN Guest VLAN ID Maximum Reauthentication Count Allow Guest VLAN if EAPOL Frame clear: Syntax: Parameter : : Disabled : Disabled : 3600 : 30 : 9999 : 10 : Disabled : Disabled : Disabled : 1 : 2 Seen : Disabled The command lets you to clear NAS statistics clear : ava
guest‐vlan: Syntax: The command lets you configure the Guest VLAN mode guest-vlan disable enable <1-4094> <1-255> allow_if_eapol_seen disable/ enable Parameter : disable: Disable Guest VLAN Enable: Enable Guest VLAN <1-4094>: Guest VLAN ID used when entering the Guest VLAN <1-255>: The number of times a Request Identity EAPOL frame is sent without reasponse before considering entering the Guest VLAN allow_if_eapol_seen: The switch remembers if an EAPOL frame has been received on the port for the life-ti
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(nas)# hold-time 7777 Switch(nas)# show config Mode Reauthentication Reauthentication Period EAPOL Timeout Age Period Hold Time RADIUS QoS RADIUS VLAN Guest VLAN Guest VLAN ID Maximum Reauthentication Count Allow Guest VLAN if EAPOL Frame mode: Syntax: Parameter : : Disabled : Disabled : 3600 : 8888 : 9999 : 7777 : Disabled : Disabled : Enabled : 90 : 150 Seen : Enabled The command lets you configure the NAS mode mode disable/ enable disable:
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(nas)# port-guest-vlan 1 enable Switch(nas)# show port-config Port Admin State RADIUS-Assigned QoS RADIUS-Assigned VLAN Guest VLAN ---- ------------------ ------------------- ----------------------------1 Force Authorized Disabled Disabled Enabled 2 Force Authorized Disabled Disabled Disabled 3 Force Authorized Disabled Disabled Disabled 4 Force Authorized Disabled Disabled Disabled port‐radius‐qos: Syntax: Parameter : The command lets you conf
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(nas)# port-radius-vlan 3 enable Switch(nas)# show port-config Port Admin State RADIUS-Assigned QoS RADIUS-Assigned VLAN Guest VLAN ---- ------------------ ------------------- ----------------------------1 Force Authorized Disabled Disabled Enabled 2 Force Authorized Enabled Disabled Disabled 3 Force Authorized Disabled Enabled Disabled 4 Force Authorized Disabled Disabled Disabled port‐state: Syntax: Parameter : The command lets you configure
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(nas)# radius-qos enable Switch(nas)# show config Mode Reauthentication Reauthentication Period EAPOL Timeout Age Period Hold Time RADIUS QoS RADIUS VLAN Guest VLAN Guest VLAN ID Maximum Reauthentication Count Allow Guest VLAN if EAPOL Frame radius‐vlan: Syntax: Parameter : : Enabled : Disabled : 3600 : 8888 : 9999 : 7777 : Enabled : Disabled : Enabled : 90 : 150 Seen : Enabled The command lets you configure the RADIUS‐assigned VLAN m
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(nas)# reauth-period 666 Switch(nas)# show config Mode Reauthentication Reauthentication Period EAPOL Timeout Age Period Hold Time RADIUS QoS RADIUS VLAN Guest VLAN Guest VLAN ID Maximum Reauthentication Count Allow Guest VLAN if EAPOL Frame reauthentication: Syntax: Parameter : : Enabled : Disabled : 666 : 8888 : 9999 : 7777 : Enabled : Enabled : Enabled : 90 : 150 Seen : Enabled The command lets you configure the NAS reauthentication mode
CLI Reference Guide Copyright @ 2012 by Amer Networks thereby a reauthentication immediately EXAMPLE: Switch(nas)# restart 1 reauthenticate show: Syntax: Show NAS information show config / port-config/ status show statistics Parameter : config: Show NAS configuration port-config: Show NAS port configuration statistics: Show NAS statistics : available value is from switch physic port density, format: 1,3-5 status: Show NAS status EXAMPLE: - 128 - Publication date: Feb.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(nas)# show config Mode Reauthentication Reauthentication Period EAPOL Timeout Age Period Hold Time RADIUS QoS RADIUS VLAN Guest VLAN Guest VLAN ID Maximum Reauthentication Count Allow Guest VLAN if EAPOL Frame : Disabled : Disabled : 3600 : 30 : 300 : 10 : Disabled : Disabled : Disabled : 1 : 2 Seen : Disabled Switch(nas)# show port-config Port Admin State RADIUS-Assigned QoS RADIUS-Assigned VLAN Guest VLAN ---- ------------------ ------------
CLI Reference Guide Copyright @ 2012 by Amer Networks Port configuration Commands of CLI Chapter 32 This chapter describes how to view the current port configuration and how to configure ports to non‐default settings, including Linkup/Linkdown Speed (Current and configured) Flow Control (Current Rx, Current Tx and Configured) Maximum Frame Size Excessive Collision Mode Power Control.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(port)# clear 1 Switch(port)# show simple-counter Port Packets Bytes Errors Drops Filtered ------ ------------------ --------------------- ---------- ---------- ---------1/Rx 0 0 0 0 0 1/Tx 0 0 0 0 ------------------------------------------------------------------------------2/Rx 0 0 0 0 0 2/Tx 0 0 0 0 ------------------------------------------------------------------------------3/Rx 0 0 0 0 0 3/Tx 0 0 0 0 ----------------------------------------
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(port)# excessive-collision 21 restart Switch(port)# show configuration Port State Speed Duplex Flow Control Max.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(port)# flow-control 21 enable Switch(port)# show configuration Port State Speed Duplex Flow Control Max.
CLI Reference Guide Parameter : Copyright @ 2012 by Amer Networks : available value is from switch physic port density, format: 1,3-5 disable: Disable port state operation enable: Enable port state operation EXAMPLE: Switch(port)# port-state 1 disable Switch(port)# show configuration Port State Speed Duplex Flow Control Max.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(port)# power-saving 21 actiphy Switch(port)# power-saving 22 dynamic Switch(port)# power-saving 23 enable Switch(port)# show configuration Port State Speed Duplex Flow Control Max.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(port)# show simple-counter Port Packets Bytes Errors Drops Filtered ------ ------------------ --------------------- ---------- ---------- ---------1/Rx 0 0 0 0 0 1/Tx 0 0 0 0 ------------------------------------------------------------------------------2/Rx 0 0 0 0 0 2/Tx 0 0 0 0 ------------------------------------------------------------------------------3/Rx 0 0 0 0 0 3/Tx 0 0 0 0 --------------------------------------------------------------
CLI Reference Guide Copyright @ 2012 by Amer Networks sfp-auto-ams: Auto detection of SFP with auto media sense EXAMPLE: Switch(port)# speed-duplex 1 100-full Switch(port)# speed-duplex 2 1000-full Switch(port)# show configuration Port State Speed Duplex Flow Control Max.
CLI Reference Guide Copyright @ 2012 by Amer Networks Port security Commands of CLI Chapter 33 This section shows you to to configure the Port Security settings of the Switch. You can use the Port Security feature to restrict input to an interface by limiting and identifying MAC addresses. Port security Table 32: Port security Commands Command Function action Configure the action involved with exceeding the limit aging Configure the aging mode and period limit Configure the max.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(port-security)# Switch(port-security)# Switch(port-security)# Switch(port-security)# Switch(port-security)# Mode : Disabled Aging : Disabled Age Period: 3600 Port ---1 2 3 4 5 aging: Syntax: action 1 both action 2 none action 3 shutdown action 4 trap show config Mode Limit Action -------- ----- --------------Disabled 4 Trap & Shutdown Disabled 4 None Disabled 4 Shutdown Disabled 4 Trap Disabled 4 None The command lets you to configure the ag
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(port-security)# limit 1 999 Switch(port-security)# show config Mode : Disabled Aging : Enabled Age Period: 20 Port Mode Limit Action ---- -------- ----- --------------1 Disabled 999 Trap & Shutdown 2 Disabled 4 None 3 Disabled 4 Shutdown mode: Syntax: Parameter : The command lets you to configure the global limit control mode mode disable/ enable disable: Globally disable port security enable: Globally enable port security EXAMPLE: Switch(po
reopen: Syntax: Parameter : The command lets you to reopen one or more ports whose limit is exceeded and shut down reopen : available value is from switch physic port density, format: 1,3-5 EXAMPLE: Switch(port-security)# reopen 1 Switch(port-security)# show config Mode : Disabled Aging : Enabled Age Period: 20 Port ---1 2 3 4 show: Mode Limit Action -------- ----- --------------Enabled 999 Trap & Shutdown Disabled 4 None Disabled 4 Shutdown Disabled 4 Trap The command lets you
CLI Reference Guide Syntax: Copyright @ 2012 by Amer Networks show config/ switch-status port-status Parameter : config: Show port security configuration port-status: Show MAC addresses learned by port security : Port number, available value is from switch physic port density switch-status: Show port security switch status EXAMPLE: Switch(port-security)# show config Mode : Disabled Aging : Disabled Age Period: 3600 Port ---1 2 3 4 Mode Limit Action -------- ----- --------------Disabled
CLI Reference Guide Copyright @ 2012 by Amer Networks Privilege level Commands of CLI Chapter 34 This page provides an overview of the privilege levels. The switch provides user set Account, Aggregation, Diagnostics, EEE, GARP, GVRP, IP, IPMC Snooping LACP LLDP LLDP MED MAC Table MRP MVR MVRP Maintenance Mirroring POE Ports Private VLANs QoS SMTP SNMP Security Spanning Tree System Trap Event VCL VLANs Voice VLAN Privilege Levels form 1 to 15 .
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(privilege)# show Privilege Current Level: 15 Group Name Privilege Level -------------------------------- ---------------Account 13 Aggregation 10 Diagnostics 10 EPS 10 ERPS 10 ETH_LINK_OAM 10 EVC 10 GARP 10 GVRP 10 IP 10 IPMC_Snooping 10 LACP 10 LLDP 10 LLDP_MED 10 Loop_Protect 10 MAC_Table 10 MEP 10 MVR 10 Maintenance 15 Mirroring 10 PTP 10 Ports 10 Private_VLANs 10 QoS 10 SMTP 10 SNMP 10 Security 10 Spanning_Tree 10 System 10 Trap_Event 10 VCL
CLI Reference Guide Copyright @ 2012 by Amer Networks Private VLAN Commands of CLI Chapter 35 In a private VLAN, communication between ports in that private VLAN is not permitted. A VLAN can be configured as a private VLAN.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(pvlan)# port-isolate 1 enable Switch(pvlan)# show port-isolate Port Isolation ---- --------1 Enabled 2 Disabled 3 Disabled 4 Disabled private‐vlan: Syntax: The command lets you configure private VLAN group private-vlan <1-X> <1-X>: Private VLAN ID.
CLI Reference Guide Chapter 36 QoS Copyright @ 2012 by Amer Networks QoS Commands of CLI The switch support four QoS queues per port with strict or weighted fair queuing scheduling. It supports QoS Control Lists (QCL) for advance programmable QoS classification, based on IEEE 802.1p, Ethertype, VID, IPv4/IPv6 DSCP and UDP/TCP ports and ranges. High flexibility in the classification of incoming frames to a QoS class.
CLI Reference Guide delete: Syntax: Copyright @ 2012 by Amer Networks port-shaper Port shaper qce Add or modify QoS control entry queue-shaper Queue shaper show Show QoS information storm Configure storm rate control tag-remarking QoS egress port tag remarking show Show the GVRP configuration The command lets you delete QCE delete <1-256> <1-256>: QCE ID must be exist Parameter : EXAMPLE: Switch(qos)# delete 1 NOTE: If you set the GVRP on port then you could show the port GVRP statistic
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(qos)# dscp-classification map 7 10 Switch(qos)# show class-map QoS Class DSCP --------- ---0 0 1 0 2 0 3 0 4 0 5 0 6 0 7 10 Switch(qos)# dscp-classification mode 1 enable Switch(qos)# show dscp-translation Ingress Ingress Egress DSCP Translation Classify Remap ---- ----------- -------- --------0 0 Disabled 0 1 1 Enabled 1 2 2 Disabled 2 3 3 Disabled 3 4 4 Disabled 4 dscp‐map: Syntax: The command lets you configure DSCP mapping table
CLI Reference Guide Copyright @ 2012 by Amer Networks <0-63>: Egress remapped DSCP EXAMPLE: Switch(qos)# dscp-remap 3 44 Switch(qos)# show dscp-translation Ingress Ingress Egress DSCP Translation Classify Remap ---- ----------- -------- --------0 0 Disabled 0 1 1 Enabled 1 2 2 Disabled 2 3 3 Disabled 44 4 4 Disabled 4 dscp‐translation: Syntax: The command lets you configure global ingress DSCP translation table dscp-translation <0-63> : DSCP list, format : 1,3,5-7 Parameter :
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(qos)# dscp-trust 6 enable Switch(qos)# show dscp-map DSCP Trust QoS Class DP Level --------- -------- --------- -------0 (BE) Disabled 0 0 1 Disabled 0 0 2 Disabled 6 2 3 Disabled 0 0 4 Disabled 0 0 5 Disabled 0 0 6 Enabled 0 0 7 Disabled 0 0 port‐classify: Syntax: The command lets you configure QoS ingress port classification port-classify class <0-7> dei <0-1> dpl <0-3> dscp disable/ enable ma
CLI Reference Guide Copyright @ 2012 by Amer Networks format: 1,3-5 <0-7>: Priority Code Point <0-1>: Drop Eligible Indicator <0-7>: QoS class <0-3>: Drop precedence level pcp: Configure the default PCP for untagged frames : available value is from switch physic port density, format: 1,3-5 <0-7>: Priority Code Point. It is a 3-bit field storing the priority level for the 802.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(qos)# port-classify dscp 3 enable Switch(qos)# show port-classify Port QoS class DP level PCP DEI Tag class.
CLI Reference Guide Copyright @ 2012 by Amer Networks disable: Disable DSCP ingress classification selected: Classify only selected DSCP for which classification is enabled as specified in DSCP Translation window for the specific DSCP zero: Classify DSCP if DSCP = 0 egress-remark: Configure the port DSCP remarking mode : available value is from switch physic port density, format: 1,3-5 disable: Disable DSCP egress rewrite enable: Enable DSCP egress rewrite with the value received from analyzer
CLI Reference Guide port‐policer: Syntax: Copyright @ 2012 by Amer Networks The command lets you do Port policer port-policer flow-control/ mode disable/ enable rate Kbps/… fps <1-10000>/<100-10000000> flow-control: Configure the port policer flow control mode Parameter : mode: Configure the port policer mode rate: Configure the port policer rate Kbps: Rate in kilo bits per second (Kbps) <100-10000000>: Rate Kfps: Rate in kilo frame per second (Kfps) <1-10000>: Rate Mbps: Rate i
CLI Reference Guide Syntax: Copyright @ 2012 by Amer Networks port-scheduler mode strict/ weighted weight <0-5> <1-100> mode: Configure the port scheduler mode Parameter : : available value is from switch physic port density, format: 1,3-5 strict: Strict priority scheduler mode weighted: Weighted scheduler mode weight: Configure the port scheduler weight : available value is from switch physic port density, format: 1,3-5 <0-5>: Weighted queue <1-100>: Schedu
CLI Reference Guide Copyright @ 2012 by Amer Networks <100-10000000>: Rate in kilo bits per second (Kbps) EXAMPLE: Switch(qos)# port-shaper mode 1 enable Switch(qos)# show port-shaper Port Mode Rate ---- -------- --------1 Enabled 500 kbps 2 Disabled 500 kbps 3 Disabled 500 kbps Switch(qos)# port-shaper rate 2 999 Switch(qos)# show port-shaper Port Mode Rate ---- -------- --------1 Enabled 500 kbps 2 Disabled 999 kbps 3 Disabled 500 kbps 4 Disabled 500 kbps qce: Syntax: The command lets you add or mod
CLI Reference Guide Copyright @ 2012 by Amer Networks ipv6: Only IPv6 frames can match this QCE llc: Only LLC frames can match this QCE snap: Only SNAP frames can match this QCE class: Action of QoS class for this QCE default: Basic classification <0-7>: QoS class value classified-dscp: Action of DSCP for this QCE default: Basic classification <0-63>: DSCP value dei: Specify whether frames can hit the action according to DEI any: Don't care <0-1>: Drop Eligible Indicator value dmac: Configure destin
CLI Reference Guide Copyright @ 2012 by Amer Networks disable: Untagged frame only enable: Tagged frame only vid: Specify the VLAN ID filter for this QCE any: No VLAN ID filter is specified. (VLAN ID filter status is don't-care.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(qos)# queue-shaper excess 1 7 enable Switch(qos)# show queue-shaper 1 Port Queue Mode Rate Excess ---- ----- -------- --------- -------1 0 Disabled 500 kbps Disabled 1 Disabled 500 kbps Disabled 2 Disabled 500 kbps Disabled 3 Disabled 500 kbps Disabled 4 Disabled 500 kbps Disabled 5 Disabled 500 kbps Disabled 6 Disabled 500 kbps Disabled 7 Disabled 500 kbps Enabled show: Syntax: Parameter : The command lets you show QoS information show
CLI Reference Guide Copyright @ 2012 by Amer Networks tag-remarking: Show port tag remarking configuration wred: Show WRED configuration EXAMPLE: Switch(qos)# show class-map QoS Class DSCP --------- ---0 0 1 0 2 0 3 0 4 0 5 0 6 0 7 0 Switch(qos)# show dscp-map DSCP Trust QoS Class DP Level --------- -------- --------- -------0 (BE) Disabled 0 0 1 Disabled 0 0 2 Disabled 0 0 3 Disabled 0 0 Switch(qos)# show dscp-translation Ingress Ingress Egress DSCP Translation Classify Remap ---- ----------- --------
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(qos)# show port-dscp Port DSCP translation Ingress classification Egress remark ---- ---------------- ---------------------- ------------1 Disabled Disabled Disabled 2 Disabled Disabled Disabled 3 Disabled Disabled Disabled Switch(qos)# show port-map 1 Port PCP DEI QoS class DP level ---- --- --- --------- -------1 0 0 1 0 0 1 1 1 1 0 0 0 Switch(qos)# show port-policer Port Mode Rate Flow Control ---- -------- --------- -----------1 Disabled 5
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(qos)# show qce 200 Switch(qos)# show Number of QCEs: 0 Switch(qos)# show Number of QCEs: 0 Switch(qos)# show Number of QCEs: 0 Switch(qos)# show qcl-status combined qcl-status conflicts qcl-status static qcl-status voice-vlan Switch(qos)# show queue-shaper 1 Port Queue Mode Rate Excess ---- ----- -------- --------- -------1 0 Disabled 500 kbps Disabled 1 Disabled 500 kbps Disabled 2 Disabled 500 kbps Disabled 3 Disabled 500 kbps Disabled 4 Di
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(qos)# show scheduler-mode Port Mode ---- -------1 Strict 2 Strict 3 Strict Switch(qos)# show scheduler-weight 1 Port Queue Weight ---- ----- --------1 0 17 (17%) 1 17 (17%) 2 17 (17%) 3 17 (17%) 4 17 (17%) 5 17 (17%) Switch(qos)# show storm Unicast Broadcast Unknown Port Mode Rate Mode Rate Mode Rate ---- -------- --------- -------- --------- -------- --------1 Disabled 500 kbps Disabled 500 kbps Disabled 500 kbps 2 Disabled 500 kbps Disabled
CLI Reference Guide Copyright @ 2012 by Amer Networks Kfps: Rate in kilo frame per second (Kfps) Mbps: Rate in mega bits per second (Mbps) fps: Rate in frame per second (fps) <1-10000>/ <100-10000000>: Rate EXAMPLE: Switch(qos)# storm broadcast 1 enable mbps 99 Switch(qos)# storm unicast 2 enable mbps 88 Switch(qos)# storm unknown 3 enable fps 777 Switch(qos)# show storm Unicast Broadcast Unknown Port Mode Rate Mode Rate Mode Rate ---- -------- --------- -------- --------- -------- --------1 Disabled 500
CLI Reference Guide Copyright @ 2012 by Amer Networks pcp: Configure the default PCP.
CLI Reference Guide Copyright @ 2012 by Amer Networks Reboot Commands of CLI Chapter 37 This section describes how to restart switch for any maintenance needs. Any configuration files or scripts that you saved in the switch should still be available afterwards. Reboot Table 36: Reboot Commands reboot: Syntax: Parameter : Command Function reboot Reboot the system The command lets you reboot the system Reboot means it without any parameter needs to type.
CLI Reference Guide Copyright @ 2012 by Amer Networks SFlow Commands of CLI Chapter 38 The sFlow Collector configuration for the switch can be monitored and modified here. Up to 1 Collector is supported.
sampler: Syntax: Parameter : The command lets you sFlow sampler Configuration sampler ALL/ RX/ TX/ none <0-4095> <14-200> <0-3600> : available value is from switch physic port density, format: 1,3-5 ALL: Sample on both RX and TX RX: Sample on RX TX: Sample on TX none: Sampling is disabled <0-4095>: sampled If parameter sample_rate is 'N' then 1/N of packets is <14-200>: Configures the size of the header of the sampled frame to be copied to the Queue for further processing.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(sflow)# show collector Configured Current ---------------- ---------------Collector Id 1 1 IP Type IPv4 IPv4 IP Address 0.0.0.0 0.0.0.
CLI Reference Guide Copyright @ 2012 by Amer Networks Single IP Commands of CLI Chapter 39 Single IP Management (SIM), a simple and useful method to optimize network utilities and management, is designed to manage a group of switches as a single entity, called an SIM group. Implementing the SIM feature will have the following advantages for users Simplify management of small workgroups or wiring closets while scaling networks to handle increased bandwidth demand.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(sip)# group-name david Switch(sip)# show config Mode : Disabled Group Name : david mode: Syntax: Parameter : The command lets you configure single IP mode mode disable/ master/ slave disable: Disable single ip operation master: Configure as master slave: Configure as slave EXAMPLE: Switch(sip)# mode master Switch(sip)# show c Mode : Master Group Name : david show: Syntax: Parameter : The command lets you show single IP information show co
CLI Reference Guide Copyright @ 2012 by Amer Networks SMTP Commands of CLI Chapter 40 The function, is used to set a Alarm trap when the switch alarm then you could set the SMTP server to send you the alarm mail.
CLI Reference Guide level: Syntax: Parameter : Copyright @ 2012 by Amer Networks The command lets you configure Severity level level <0-7> <0-7>: Severity level <0> Emergency: system is unusable <1> Alert: action must be taken immediately <2> Critical: critical conditions <3> Error: error conditions <4> Warning: warning conditions <5> Notice: normal but significant condition <6> Informational: informational messages <7> Debug: debug-level messages EXAMPLE: Switch(smtp)# level 7 Switch(smtp)# show Mail S
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(smtp)# mail-address 6 Switch(smtp)# show Mail Server : User Name : Password : Severity level : Debug Sender : Return Path : Email Adress 1 : Email Adress 2 : Email Adress 3 : Email Adress 4 : Email Adress 5 : Email Adress 6 : return‐path: Syntax: Parameter : The command lets you configure the address of email sender return-path : Up to 47 characters describing return path EXAMPLE: Switch(smtp)# return-path Switch(s
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(smtp)# sender tech Switch(smtp)# show Mail Server : User Name : Password : Severity level : Debug Sender : david Return Path : Email Adress 1 : Email Adress 2 : Email Adress 3 : Email Adress 4 : Email Adress 5 : Email Adress 6 : server: Syntax: Parameter : The command lets you configure email server mode server : Up to 47 characters describing email server EXAMPLE: Switch(smtp)# server davidserver Switch(smtp)# show Mail Server : d
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(smtp)# show Mail Server : User Name : Password : Severity level : Info Sender : Return Path : Email Adress 1 : Email Adress 2 : Email Adress 3 : Email Adress 4 : Email Adress 5 : Email Adress 6 : username: Syntax: Parameter : The command lets you configure email user name mode username password : Up to 47 characters describing user name : Up to 47 characters describing password EXAMPLE: Switch(smtp)# username david 1111
CLI Reference Guide Copyright @ 2012 by Amer Networks SNMP Commands of CLI Chapter 41 Any Network Management System (NMS) running the Simple Network Management Protocol (SNMP) can manage the Managed devices equipped with SNMP agent, provided that the Management Information Base (MIB) is installed correctly on the managed devices.
CLI Reference Guide Parameter : Copyright @ 2012 by Amer Networks : group name: max 32 chars any: Security Model usm: Security Model AuthNoPriv: Security Level. If security_model is not usm, the security_level value must be NoAuthNoPriv AuthPriv: Security Level. If security_model is not usm, the security_level value must be NoAuthNoPriv NoAuthNoPriv: Security Level.
CLI Reference Guide Copyright @ 2012 by Amer Networks witch(snmp)# community david pm 192.168.6.127 255.255.255.0 Switch(snmp)# show community SNMP Community Table: Idx Community UserName Source IP Source Mask --- ---------------- ---------------- --------------- --------------1 david pm 192.168.6.127 255.255.255.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(snmp)# engine-id ffffffffffffffff getcommunity: Syntax: Parameter : The command Community lets you configure SNMP Get getcommunity : community: max 32 chars, default : public EXAMPLE: Switch(snmp)# getcommunity rose Switch(snmp)# show snmp SNMP Configuration -------------------------------Get Community : rose Set Community Mode : Enable Set Community : jack group: Syntax: Parameter : The command lets you configure SNMP gr
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(snmp)# group pm v1 ccc Switch(snmp)# show group SNMPv3 Groups Table: Idx Model Security Name Group Name --- ----- -------------------------------- -------------------------------1 v1 pm ccc Number of entries: 1 Switch(snmp)# group pm v2c aaa Switch(snmp)# show group SNMPv3 Groups Table: Idx Model Security Name Group Name --- ----- -------------------------------- -------------------------------1 v2c pm aaa mode: Syntax: Parameter : The comman
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(snmp)# setcommunity enable jack Switch(snmp)# show snmp SNMP Configuration -------------------------------Get Community : eee Set Community Mode : Enable Set Community : jack show: Syntax: Parameter : The command lets you show SNMP command show access/ community/ group/ mode/ snmp/ trap/ user/ view access: Show snmpv3 access entry community: Show snmpv3 community entry group: Show snmpv3 groups entry mode: Show snmp configuration snmp: Show s
CLI Reference Guide Copyright @ 2012 by Amer Networks v2: version v3: version ipv4: Trap host IP type ipv6: Trap host IP type : Trap host IPv4 address <1-65535>: trap port <0-7> Severity level <0> Emergency: system is unusable <1> Alert: action must be taken immediately <2> Critical: critical conditions <3> Error: error conditions <4> Warning: warning conditions <5> Notice: normal but significant condition <6> Informational: informational messages <7> Debug: debug-level messages EXAMPLE: S
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(snmp)# user wade authnoPriv md5 12345678 Switch(snmp)# show user SNMPv3 Users Table: Index User Name Security Level Auth Priv ----- -------------------------------- -------------- ---- ---1 wade AuthNoPriv MD5 None Number of entries: 1 view: Syntax: Parameter : The command lets you configure SNMP views view excluded/ included : view name: max 32 chars excluded: view_type included: view_type : oid_subtree: The OID def
CLI Reference Guide Copyright @ 2012 by Amer Networks SSH Commands of CLI Chapter 42 This section shows you to use SSH (Secure SHell) to securely access the Switch. SSH is a secure communication protocol that combines authentication and data encryption to provide secure encrypted communication.
CLI Reference Guide Chapter 43 STP Copyright @ 2012 by Amer Networks STP Commands of CLI The Spanning Tree Protocol (STP) can be used to detect and disable network loops, and to provide backup links between switches, bridges or routers.
CLI Reference Guide CName: Syntax: Copyright @ 2012 by Amer Networks msti-vlan Map Vlan ID(s) to an MSTI p-AutoEdge Set the STP autoEdge port parameter p-bpduGuard Set the bpduGuard port parameter p-cost Set the STP port instance path cost p-edge Set the STP adminEdge port parameter p-mode Set the STP enabling for a port p-p2p Set the STP point2point port parameter p-priority Set the STP port instance priority priority Set the bridge instance priority r-role Set the MSTP restrictedRole
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# fwdDelay 30 witch(stp)# show instance STP Configuration Protocol Version: MSTP Max Age : 20 Forward Delay : 30 Tx Hold Count : 6 Max Hop Count : 20 BPDU Filtering : Disabled BPDU Guard : Disabled Error Recovery : 0 seconds Error Recovery : Disabled MaxAge: Syntax: The command lets you Set Maxage maxage <6-40> <6-40>: STP maximum age time (6-40, and max_age <= (forward_delay-1)*2) Parameter : EXAMPLE: Tx Hold Count : 6 Max Hop Count :
CLI Reference Guide Syntax: Copyright @ 2012 by Amer Networks statistics clear clear: Clear the selected port statistics Parameter : EXAMPLE: Switch(stp)# statistics clear Port Rx MSTP Tx MSTP Rx RSTP Tx RSTP Rx STP Tx STP Rx TCN T x TCN Rx Ill. Rx Unk.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# version stp Switch(stp)# show instance STP Configuration Protocol Version: Compatible (STP) Max Age : 39 Forward Delay : 30 Tx Hold Count : 9 Max Hop Count : 38 BPDU Filtering : Disabled BPDU Guard : Disabled Error Recovery : 0 seconds Error Recovery : Disabled bpduFilter: Syntax: Parameter : The command lets you Set edge port BPDU Filtering what you set on the switch bpdufilter disable/ enable disable: Disable BPDU Filtering for Edge p
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# bpduguard enable Switch(stp)# show instance STP Configuration Protocol Version: Compatible (STP) Max Age : 39 Forward Delay : 30 Tx Hold Count : 9 Max Hop Count : 38 BPDU Filtering : Enabled BPDU Guard : Enabled Error Recovery : 0 seconds Error Recovery : Disabled migrate‐check: Syntax: Parameter : The command lets you Set the STP mCheck (Migration Check) variable for ports migrate-check : available value is from
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# msti-vlan add 1 4094 Switch(stp)# show msti-vlan MSTI VLANs mapped to MSTI ---- -------------------MSTI1 4094 MSTI2 No VLANs mapped MSTI3 No VLANs mapped MSTI4 No VLANs mapped MSTI5 No VLANs mapped MSTI6 No VLANs mapped MSTI7 No VLANs mapped p‐AutoEdge: The command lets you Set the STP autoEdge port parameter Syntax: p-autoEdge aggregations/ disable/ enable Parameter : aggregations: available value is for aggregated port <
p‐bpduGuard: Syntax: The command lets you Set the bpduGuard port parameter p-bpduGuard aggregations/ disable/ enable aggregations: available value is for aggregated port Parameter : : available value is from switch physic port density, format: 1,3-5 disable: disable: Disable port BPDU Guard enable: enable : Enable port BPDU Guard EXAMPLE: witch(stp)# p-bpduGuard aggregations enable Switch(stp)# show pconf Port ---Aggr Mode AdminEdge AutoEdge restrRole restrTcn bpduGuard Point2poi
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# p-cost 0 aggregations 2000000 Switch(stp)# show p-config 0 MSTI ---CIST Port ---Aggr Path Cost Priority ---------- -------2000000 128 MSTI ---CIST CIST CIST Port Path Cost Priority ---- ---------- -------1 Auto 128 2 Auto 128 3 Auto 128 Switch(stp)# p-cost 1 3 9999 Switch(stp)# show p-config 1 MSTI Port Path Cost Priority ---- ---- ---------- -------MSTI1 Aggr Auto 128 MSTI Port ---- ---MSTI1 1 MSTI1 2 MSTI1 3 p‐edge: Syntax: Paramet
CLI Reference Guide p‐mode: Syntax: Copyright @ 2012 by Amer Networks The command lets you Set the STP enabling for a port p-mode aggregations/ disable/ enable aggregations: available value is for aggregated port Parameter : : available value is from switch physic port density, format: 1,3-5 disable: disable: Disable MSTP protocol enable: enable : Enable MSTP protoc EXAMPLE: Switch(stp)# p-mode aggregations enable Switch(stp)# show pconf Port ---Aggr Mode AdminEdge AutoEdge rest
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# p-p2p aggregations auto Switch(stp)# show pconf Port ---Aggr Mode AdminEdge AutoEdge restrRole restrTcn bpduGuard Point2point -------- ------------------ ------------------ --------------------Enabled Disabled Enabled Disabled Disabled Enabled Auto Port Mode AdminEdge AutoEdge restrRole restrTcn bpduGuard Point2point ---- -------- ------------------ ------------------ --------------------1 Disabled Disabled Disabled Disabled Disabled Ena
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# p-priority 3 aggregations 240 Switch(stp)# show p-config 3 MSTI Port Path Cost Priority ---- ---- ---------- -------MSTI3 Aggr Auto 240 MSTI Port ---- ---MSTI3 1 MSTI3 2 Path Cost Priority ---------- -------Auto 128 Auto 128 Switch(stp)# p-priority 1 2 224 Switch(stp)# show p-config 1 MSTI Port Path Cost Priority ---- ---- ---------- -------MSTI1 Aggr Auto 128 MSTI Port ---- ---MSTI1 1 MSTI1 2 priority: Syntax: Path Cost Priority -----
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# r-role aggregations enable Switch(stp)# show pconf Port ---Aggr Mode AdminEdge AutoEdge restrRole restrTcn bpduGuard Point2point -------- ------------------ ------------------ --------------------Enabled Disabled Enabled Enabled Disabled Enabled Auto Port Mode ---- -------1 Disabled 2 Disabled 3 Disabled AdminEdge AutoEdge -----------------Disabled Disabled Disabled Enabled Disabled Enabled restrRole restrTcn bpduGuard Point2point ----
CLI Reference Guide Syntax: Copyright @ 2012 by Amer Networks recovery <30-86400> <30-86400>: Time before error-disabled ports are reenabled (30-86400 seconds, 0 disables) Parameter : EXAMPLE: Switch(stp)# recovery 86400 Switch(stp)# show instance STP Configuration Protocol Version: Compatible (STP) Max Age : 39 Forward Delay : 30 Tx Hold Count : 9 Max Hop Count : 38 BPDU Filtering : Enabled BPDU Guard : Enabled Error Recovery : 86400 seconds Error Recovery : Disabled Show: Syntax: The command lets yo
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(stp)# show cName Configuration name: 00-40-c7-23-26-00 Configuration rev.
CLI Reference Guide Copyright @ 2012 by Amer Networks Syslog Commands of CLI Chapter 44 The Syslog is a standard for logging program messages . It allows separation of the software that generates messages from the system that stores them and the software that reports and analyzes them. It can be used as well a generalized informational, analysis and debugging messages. It is supported by a wide variety of devices and receivers across multiple platforms.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(syslog)# clear Switch(syslog)# show log <0> Emergency: 0 <1> Alert : 0 <2> Critical : 0 <3> Error : 0 <4> Warning : 0 <5> Notice : 0 <6> Info : 0 <7> Debug : 0 All : 0 ID Level Time Message ---- --------- ------------------- ------------------------------------- level: Syntax: Parameter : The command lets you Configure syslog level level <0-7> <0-7>: Severity level <0> Emergency: system is unusable <1> Alert: action must be taken immedi
CLI Reference Guide mode: Syntax: Copyright @ 2012 by Amer Networks The command lets you Configure syslog mode mode disable/ enable disable: Disable syslog mode Parameter : enable: Enable syslog mode EXAMPLE: Switch(syslog)# mode enable Switch(syslog)# show config Server Mode : Enabled Server Address 1 : Server Address 2 : Syslog Level : Debug server: Syntax: The command lets you Configure syslog server IP address server <1-2> <1-2>: Syslog Server No.
CLI Reference Guide Copyright @ 2012 by Amer Networks witch(syslog)# show config Server Mode : Disabled Server Address 1 : Server Address 2 : Syslog Level : Info Switch(syslog)# show detail-log 2 ID : 2 Level : Warning Time : 2011-01-01 01:00:27 Message: Link up on port 2 Switch(syslog)# show log 2 <0> Emergency: 0 <1> Alert : 0 <2> Critical : 0 <3> Error : 0 <4> Warning : 8 <5> Notice : 0 <6> Info : 12 <7> Debug : 0 All : 20 ID Level Time Message ---- --------- ------------------- ---------------------
CLI Reference Guide Copyright @ 2012 by Amer Networks System Commands of CLI Chapter 45 After you login, the switch shows you the system information. This page is default and tells you the basic information of the system, including “Model Name”, “System Description”, “Contact”, “Device Name”, “System Up Time”, “BIOS Version”, “Firmware Version”, “Hardware‐Mechanical Version”, “Serial Number”, “Host IP Address”, “Host Mac Address”, “Device Port”, “RAM Size” , “Flash Size” and.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(system)# Switch(system)# show Model Name : System Description : 24-Port 10/100/1000Base-T + 2 (100/1G) SFP PoE+ L2 Plus Managed Switch Location : Contact : Device Name : System Uptime : 3d 01:46:45 Current Time : 2011-01-04 02:46:45 BIOS Version : v1.00 Firmware Version : v1.28 Hardware-Mechanical Version : v1.00-v1.00 Series Number : 010199887766 Host IP Address : 192.168.6.127 Subnet Mask : 255.255.255.0 Gateway IP Address : 0.0.0.
name: Syntax: The command lets you Configure device name name : Up to 255 characters describing device name Parameter : EXAMPLE: Switch(system)# name switch Switch(system)# show Model Name : System Description : 24-Port 10/100/1000Base-T + 2 (100/1G) SFP PoE+ L2 Plus Managed Switch Location : Contact : Device Name : switch System Uptime : 3d 01:49:43 Current Time : 2011-01-04 02:49:43 BIOS Version : v1.00 Firmware Version : v1.28 Hardware-Mechanical Version : v1.00-v1.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(system)# show Model Name : System Description : 24-Port 10/100/1000Base-T + 2 (100/1G) SFP PoE+ L2 Plus Managed Switch Location : Contact : Device Name : System Uptime : 3d 01:45:29 Current Time : 2011-01-04 02:45:29 BIOS Version : v1.00 Firmware Version : v1.28 Hardware-Mechanical Version : v1.00-v1.00 Series Number : 010199887766 Host IP Address : 192.168.6.127 Subnet Mask : 255.255.255.0 Gateway IP Address : 0.0.0.
CLI Reference Guide Copyright @ 2012 by Amer Networks Thermal Protection Commands of CLI Chapter 46 The section describes the user to inspect and configure the current setting for controlling thermal protection. Thermal protection is used to protect the chip from getting overheated. When the temperature exceeds the configured thermal protection temperature, ports will be turned off in order to decrease the power consumption. It is possible to arrange the ports with different priorities.
Syntax: priority-temp <0-3> <0-255> <0-3>: Port priority Parameter : <0-255>: The temperature at which the ports with the corresponding priority will be turned off EXAMPLE: Switch(thermal)# priority-temp 1 99 Switch(thermal)# show Priority Temperature -------- ----------0 255 C 1 99 C 2 255 C 3 255 C Port ---1 2 3 show: Syntax: Parameter : Priority Chip Temperature Port status -------- ---------------- --------------------------------------------3 59 C Port link operating normally 0 59 C Port link ope
System time Commands of CLI Chapter 47 This page configure the switch Time. Time configure is including Time Configuration and NTP Configuration The switch provides manual and automatic ways to set the system time via NTP. Manual setting is simple and you just input “Year”, “Month”, “Day”, “Hour”, “Minute” and “Second” within the valid value range indicated in each item.
CLI Reference Guide Copyright @ 2012 by Amer Networks enable <1-1440> By-dates enable <1-1440> Recurring Parameter : disable: Disable Daylight Savings operation enable: Enable Daylight Savings operation <1-1440>: Minute. Time Set Offset.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(time)# daylight enable 1440 by-dates 2012:03:01 10:00 2012:04:01 09:00 Switch(time)# show daylight Clock Source : NTP Server Local Time : 2011-01-01 07:23:21 (YYYY-MM-DD HH:MM:SS) Time Zone Offset : 0 (min) Daylight Savings : Enabled Time Set Offset : 1440 (min) Daylight Savings Type : By dates From : 2012-03-01 10:00 (YYYY-MM-DD HH:MM) To : 2012-04-01 09:00 (YYYY-MM-DD HH:MM) Switch(time)# daylight enable 1000 recurring wed 2 jan 11:00 sun 3 m
Syntax: ntp <1-5> / <1-5>: NTP server index Parameter : : NTP server IPv6 address IPv6 address is in 128-bit records represented as eight fields of up to four hexadecimal digits with a colon separates each field (:). For example, 'fe80::215:c5ff:fe03:4dc7'. The symbol '::' is a special syntax that can be used as a shorthand way of representing multiple 16-bit groups of contiguous zeros; but it can only appear once. It also used a following legally IPv4 address.
CLI Reference Guide Copyright @ 2012 by Amer Networks possible value is from GMT-12:00 to GMT+12:00 EXAMPLE: Switch(time)# time-zone 01:00 Switch(time)# show daylight Clock Source : NTP Server Local Time : 2011-12-12 11:14:24 (YYYY-MM-DD HH:MM:SS) Time Zone Offset : 60 (min) Daylight Savings : Enabled Time Set Offset : 1000 (min) Daylight Savings Type : Recurring From : Day:Wed Week:2 Month:Jan Time:11:00 To : Day:Sun Week:3 Month:May Time:12:00 - 216 - Publication date: Feb.
UPnP Commands of CLI Chapter 48 UPnP is an acronym for Universal Plug and Play. The goals of UPnP are to allow devices to connect seamlessly and to simplify the implementation of networks in the home (data sharing, communications, and entertainment) and in corporate environments for simplified installation of computer components.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(upnp)# mode enable Switch(upnp)# show UPnP Mode : Enabled UPnP TTL : 4 UPnP Advertising Duration : 86400 show: Syntax: The command lets you Show UPnP configuration show means it without any parameter needs to type.
CLI Reference Guide Copyright @ 2012 by Amer Networks VCL Commands of CLI Chapter 49 VLAN Control List indicates two types of VLAN, which are MAC address‐based VLAN and Protocol ‐based VLAN. MAC address‐based VLAN decides the VLAN for forwarding an untagged frame based on the source MAC address of the frame. MAC‐based VLANs group VLAN members by MAC address. With MAC‐based VLAN configured, the device adds a VLAN tag to an untagged frame according to its source MAC address.
CLI Reference Guide Copyright @ 2012 by Amer Networks <0x00-0xff>: DSAP value <0x00-0xff>: SSAP value snap: Delete protocol-based VLAN SNAP protocol to group mapping : 00-40-c7 OUI address, format : <0x0000-0xffff>: Protocol ID is the Ethernet type field value for the protocol running on top of SNAP vlan: Delete protocol-based VLAN group to VLAN mapping : Up to 16 characters protocol-based VLAN group name to describe EXAMPLE: Switch(vcl)# delete mac-vlan 00-00-00-00-00-11 Switch
CLI Reference Guide Copyright @ 2012 by Amer Networks Ethernet: protocol-based VLAN Ethernet-II protocol to group mapping <0x0600-0xffff>: Ether type llc: protocol-based VLAN LLC protocol to group mapping <0x00-0xff>: DSAP value <0x00-0xff>: SSAP value snap: protocol-based VLAN SNAP protocol to group mapping : 00-40-c7 OUI address, format : <0x0000-0xffff>: Protocol ID is the Ethernet type field value for the protocol running on top of SNAP vlan: protocol-based VLAN group to VLAN mapping
CLI Reference Guide Copyright @ 2012 by Amer Networks mac-status: Show MAC-based VLAN status combined: database Show all the combined VCL MAC-based VLAN nas: Show the VCL MAC-based VLAN configured by NAS static: Show the VCL MAC-based VLAN entries configured by the administrator protocol-vlan: Show protocol-based VLAN configuration EXAMPLE: Switch(vcl)# show mac-config MAC Address VID Ports ----------------- ---- ----00-00-00-00-00-00 3 5,6 00-00-00-00-00-11 1 1,2 00-00-00-00-00-22 2 3,4 00-00-00-00-00
CLI Reference Guide Copyright @ 2012 by Amer Networks VLAN Commands of CLI Chapter 50 To assign a specific VLAN for management purpose. The management VLAN is used to establish an IP connection to the switch from a workstation connected to a port in the VLAN. This connection supports a VSM, SNMP, and Telnet session. By default, the active management VLAN is VLAN 1. Only one management VLAN can be active at a time.
CLI Reference Guide Parameter : Copyright @ 2012 by Amer Networks : available value is from switch physic port density, format: 1,3-5 access: Untag all frames hybrid: Tag all frames except VLAN ID same as PVID trunk: Tag all frames EXAMPLE: Switch(vlan)# egress-rule 1 access Switch(vlan)# egress-rule 2 hybrid Switch(vlan)# egress-rule 3 trunk Switch(vlan)# show port-config TPID for Custom S-port : 0x88a8 Port PVID Frame Type Ingress Filter Egress Rule Port Type ---- ---- ---------- -----------
CLI Reference Guide Copyright @ 2012 by Amer Networks untagged: Accept untagged frames only EXAMPLE: Switch(vlan)# frame-type 1 tagged Switch(vlan)# frame-type 2 untagged Switch(vlan)# show port-config TPID for Custom S-port : 0x88a8 Port PVID Frame Type Ingress Filter Egress Rule Port Type ---- ---- ---------- -------------- ----------- ------------1 1 Tagged Disabled Access UnAware 2 1 Untagged Disabled Hybrid UnAware 3 1 All Disabled Trunk UnAware ingress‐filtering: Syntax: Parameter : The command l
CLI Reference Guide Copyright @ 2012 by Amer Networks unaware: VLAN unaware port EXAMPLE: Switch(vlan)# port-type 2 c-port Switch(vlan)# port-type 3 s-port Switch(vlan)# port-type 4 s-custom-port Switch(vlan)# show port-config TPID for Custom S-port : 0x88a8 Port ---1 2 3 4 pvid: Syntax: Parameter : PVID ---1 1 1 1 Frame Type Ingress Filter Egress Rule Port Type ---------- -------------- ----------- ------------Tagged Enabled Access UnAware Untagged Disabled Hybrid C-Port All Disabled Trunk S-Port All
CLI Reference Guide Copyright @ 2012 by Amer Networks mstp: VLAN port status for MSTP mvr: VLAN port status for MVR nas: VLAN port status for NAS static: Static VLAN port status voice: VLAN port status for Voice VLAN vlan: Show VLAN group combined: Show all the combined VLAN database gvrp: Show the VLANs configured by GVRP mstp: Show the VLANs configured by MSTP mvr: Show the VLANs configured by MVR nas: Show the VLANs configured by NAS static: Show the VLAN entries configured by the administrator vcl
CLI Reference Guide Copyright @ 2012 by Amer Networks 1,3-5 EXAMPLE: Switch(vlan)# tag-group 3000 david 2 Switch(vlan)# show vlan VID VLAN Name User Ports ---- -------------------------------- ---------- ----------------1 default Static 1-26 3000 david Static 2 tpid: Syntax: Parameter : The command lets you Configure the TPID used for Custom S‐ports.
Voice VLAN Commands of CLI Chapter 51 Voice VLAN is VLAN configured specially for voice traffic. By adding the ports with voice devices attached to voice VLAN, we can perform QoS‐related configuration for voice data, ensuring the transmission priority of voice traffic and voice quality. The Voice VLAN feature enables voice traffic forwarding on the Voice VLAN, then the switch can classify and schedule network traffic. It is recommended that there be two VLANs on a port ‐ one for voice, one for data.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(voice-vlan)# config enable 2 8888 7 Switch(voice-vlan)# show config Voice VLAN Mode : Enabled Voice VLAN VLAN ID : 2 Voice VLAN Age Time(seconds) : 8888 Voice VLAN Traffic Class : 7 Port Mode ---- -------1 Disabled 2 Disabled 3 Disabled delete: Syntax: Security -------Disabled Disabled Disabled Discovery Protocol -----------------OUI OUI OUI The command lets you to Delete command delete oui oui: Delete Voice VLAN OUI entry.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(voice-vlan)# discovery 2 both Switch(voice-vlan)# discovery 3 lldp Switch(voice-vlan)# show config Voice VLAN Mode : Enabled Voice VLAN VLAN ID : 2 Voice VLAN Age Time(seconds) : 8888 Voice VLAN Traffic Class : 7 Port Mode ---- -------1 Disabled 2 Disabled 3 Disabled oui: Syntax: Security -------Disabled Disabled Disabled Discovery Protocol -----------------OUI Both LLDP The command lets you Create Voice VLAN OUI entry.
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(voice-vlan)# port-mode 1 auto Switch(voice-vlan)# port-mode 2 force Switch(voice-vlan)# show config Voice VLAN Mode : Enabled Voice VLAN VLAN ID : 2 Voice VLAN Age Time(seconds) : 8888 Voice VLAN Traffic Class : 7 Port Mode ---- -------1 Auto 2 Forced 3 Disabled security: Syntax: Security -------Disabled Disabled Disabled Discovery Protocol -----------------OUI OUI OUI The command lets you Configure Voice VLAN port security mode security
CLI Reference Guide Copyright @ 2012 by Amer Networks Switch(voice-vlan)# show config Voice VLAN Mode : Disabled Voice VLAN VLAN ID : 1000 Voice VLAN Age Time(seconds) : 86400 Voice VLAN Traffic Class : 7 Port Mode ---- -------1 Disabled 2 Disabled 3 Disabled Security -------Disabled Disabled Disabled Discovery Protocol -----------------OUI OUI OUI Switch(voice-vlan)# show oui No Telephony OUI Description -- ------------- ---------------1 00-01-E3 Siemens AG phones 2 00-03-6B Cisco phones 3 00-0F-E2 H3
EEE Commands of CLI Chapter 52 The section which allows the user to inspect and configure the current EEE port settings. EEE is a power saving option that reduces the power usage when there is very low traffic utilization (or no traffic). EEE works by powering down circuits when there is no traffic. When a port gets data to be transmitted all circuits are powered up. The time it takes to power up the circuits is named wakeup time.
CLI Reference Guide Copyright @ 2012 by Amer Networks EXAMPLE: Switch(eee)# mode 2 enable Switch(eee)# show Port Mode Urgent Queues ---- -------- ------------1 Disabled none 2 Enabled none 3 Disabled none show: Syntax: Parameter : The command lets you Show EEE information show : means it without any parameter needs to type.
Global Commands of CLI Chapter 53 The Global commands is probably the most commonly used in the CLI console. It is used for global configuration at any level of command.
help: Syntax: Parameter : This command lets you Show available commands help : means it without any parameter needs to type.
CLI Reference Guide logout: Syntax: Parameter : Copyright @ 2012 by Amer Networks This command lets you Disconnect logout : means it without any parameter needs to type. EXAMPLE: Switch# logout Username: quit: Syntax: Parameter : This command lets you Disconnect quit : means it without any parameter needs to type.
CLI Reference Guide save: Syntax: Parameter : Copyright @ 2012 by Amer Networks This command lets you Save running configuration save start/ user start: Save running configuration as start configuration user: Save running configuration as user configuration Switch# save start EXAMPLE: Switch# save user - 239 - Publication date: Feb.