CLI Manual Product Model : TM DES-6500 Modular Layer 3 Chassis Ethernet Switch Release 3
Table of Contents Introduction ............................................................................................................................................ 1 Using the Console CLI ............................................................................................................................. 4 Command Syntax.................................................................................................................................... 8 Basic Switch Commands .................
DVMRP Commands............................................................................................................................. 290 PIM Commands................................................................................................................................... 295 IP Multicasting Commands ................................................................................................................. 299 MD5 Configuration Commands ..................................................
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 1 I NTRODUCTION The xStack DES-6500 layer 3 modular chassis Ethernet switch is a member of the D-Link xStack family. Ranging from 10/100Mbps edge switches to core gigabit switches, the xStack switch family has been future-proof designed to provide a stacking architecture with fault tolerance, flexibility, port density, robust security and maximum throughput with a user-friendly management interface for the networking professional.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual There is no initial username or password. Just press the Enter key twice to display the CLI input cursor − DES-6500:4#. This is the command line where all commands are input. Setting the Switch’s IP Address Each switch must be assigned its own IP Address, which is used for communication with an SNMP network manager or other TCP/IP application (for example BOOTP, TFTP). The Switch’s default IP address is 10.90.90.90.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Figure 1-3. Assigning an IP Address In the above example, the Switch was assigned an IP address of 10.53.13.144 with a subnet mask of 255.0.0.0. The system message Success indicates that the command was executed successfully. The Switch can now be configured and managed via Telnet and the CLI or via the Web-based management agent using the above IP address to connect to the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 2 U SING THE C ONSOLE CLI The XStack DES-6500 supports a console management interface that allows the user to connect to the Switch’s management agent via a serial port and a terminal or a computer running a terminal emulation program. The console can also be used over the network using the TCP/IP Telnet protocol. The console program can be used to configure the Switch to use an SNMP-based network management software over the network.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Figure 2-1. Initial Console Screen Commands are entered at the command prompts, DES-6500:4#. There are a number of helpful features included in the CLI. Entering the ? command will display a list of all of the top-level commands. Figure 2-2. The ? Command When entering a command without its required parameters, the CLI will prompt you with a Next possible completions: message.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Figure 2-3. Example Command Parameter Help In this case, the command config account was entered with the parameter . The CLI will then prompt to enter the with the message, Next possible completions:. Every command in the CLI has this feature, and complex commands have several layers of parameter prompting.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual If a command is entered that is unrecognized by the CLI, the top-level commands will be displayed under the Available commands: prompt. Figure 2-5. The Available Commands Prompt The top-level commands consist of commands such as show or config. Most of these commands require one or more parameters to narrow the top-level command. This is equivalent to show what? or config what? Where the what? is the next parameter.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 3 C OMMAND S YNTAX The following symbols are used to describe how command entries are made and values and arguments are specified in this manual. The online help contained in the CLI and available through the console interface uses the same syntax. Note: All commands are case-sensitive. Be sure to disable Caps Lock or any other unwanted function that changes text case.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual {braces} Purpose Encloses an optional value or set of optional arguments. Syntax reset {[config | system]} Description In the above syntax example, you have the option to specify config or system. It is not necessary to specify either optional value, however the effect of the system reset is dependent on which, if any, value is specified. Therefore, with this example there are three possible outcomes of performing a system reset.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 4 B ASIC S WITCH C OMMANDS The basic switch commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create account Purpose Used to create user accounts. Syntax create [admin | user] Description The create account command is used to create user accounts that consist of a username of 1 to 15 characters and a password of 0 to 15 characters. Up to 8 user accounts can be created.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config account dlink Command: config account dlink Enter a old password:**** Enter a case-sensitive new password:**** Enter the new password again for confirmation:**** Success. DES-6500:4# show account Purpose Used to display user accounts. Syntax show account Description Displays all user accounts created on the Switch. Up to 8 user accounts can exist on the Switch at one time. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#delete account System Command: delete account System Are you sure to delete the last administrator account?(y/n)y Success. DES-6500:4# Example usage: To delete the user account “System2”: DES-6500:4#delete account System2 Command: delete account System2 Success. DES-6500:4# show config Purpose Used to display a list of configuration commands entered into the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command: show config config_in_NVRAM #-----------------------------------------------------------------------------------------------------# DES-6500 Configuration # # Firmware: Build 3.00-B29 # Copyright(C) 2004-2007 D-Link Corporation. All rights reserved.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show switch Purpose Used to display information about the Switch. Syntax show switch Description This command displays information about the Switch. Parameters None. Restrictions None. Example usage: To display the Switch information: DES-6500:4#show switch Command: show switch Device Type : DES-6500 Chassis Ethernet Switch Unit ID :1 MAC Address : DA-10-21-00-00-01 IP Address : 10.41.44.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show device_status Purpose Used to display the current status of the hardware of the Switch. Syntax show device_status Description This command displays the current status of the Switch’s physical elements. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config serial_port Purpose Used to configure the serial port. Syntax config serial_port {auto_logout [never | 2_minutes | 5_minutes | 10_minutes | 15_minutes]} Description This command is used to configure the serial port’s baud rate and auto logout settings. Parameters auto_logout – The user may select a time period from the following list which the Switch will automatically log out of the serial port.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#enable clipaging Command: enable clipaging Success. DES-6500:4# disable clipaging Purpose Used to disable the pausing of the console screen scrolling at the end of each page when the show command displays more than one screen of information.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual disable telnet Purpose Used to disable the Telnet protocol on the Switch. Syntax disable telnet Description This command is used to disable the Telnet protocol on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To disable the Telnet protocol on the Switch: DES-6500:4#disable telnet Command: disable telnet Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual disable web Purpose Used to disable the HTTP-based management software on the Switch. Syntax disable web Description This command disables the Web-based management software on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To disable HTTP: DES-6500:4#disable web Command: disable web Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual reboot Purpose Used to restart the Switch. Syntax reboot Description This command is used to restart the Switch. Parameters None. Restrictions None. Example usage: To restart the Switch: DES-6500:4#reboot Command: reboot Are you sure want to proceed with the system reboot? (y/n) Please wait, the Switch is rebooting... reset Purpose Used to reset the Switch to the factory default settings.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual login Purpose Used to log in a user to the Switch’s console. Syntax login Description This command is used to initiate the login procedure. The user will be prompted for his Username and Password. Parameters None. Restrictions None. Example usage: To initiate the login procedure: DES-6500:4#login Command: login UserName: logout Purpose Used to log out a user from the Switch’s console.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config command_prompt Switch. default – Entering this parameter will return the command prompt to its original factory default setting. Restrictions The reset command will not alter the configured command prompt, yet the reset system command will return the command prompt to its original factory default setting. Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config greeting_message Command: config greeting_message Greeting Messages Editor =============================================================================== DES-6500 Chassis Ethernet Switch Command Line Interface Firmware: Build 3.00-B29 Copyright(C) 2004-2007 D-Link Corporation.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 5 S WITCH P ORT C OMMANDS The switch port commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ports from the master. If one connection is set for 1000 master, the other side of the connection must be set for 1000 slave. Any other configuration will result in a link down status for both ports. None denotes the Switch will serve no role for stacking. flow_control [enabled | disabled] – Enable or disable flow control for the specified ports.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show ports Command: show ports Port Port Settings Connection Address State Speed/Duplex/FlowCtrl Speed/Duplex/FlowCtrl Learning -----------------------------------------------------------1:1 Enabled Auto/Enabled Link Down Enabled 1:2 Enabled Auto/Enabled Link Down Enabled 1:3 Enabled Auto/Enabled Link Down Enabled 1:4 Enabled Auto/Enabled Link Down Enabled 1:5 Enabled Auto/Enabled Link Down Enabled 1:6 Enabled Auto/Enabled Link D
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 6 P ORT S ECURITY C OMMANDS The port security commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To configure the port security: DES-6500:4#config port_security ports 5:1-5:5 admin_state enabled max_learning_addr 5 lock_address_mode DeleteOnReset Command: config port_security ports 5:1-5:5 admin_state enabled max_learning_addr 5 lock_address_mode DeleteOnReset Success DES-6500:4# show port_security Purpose Used to display the current port security configuration.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete port_security_entry_vlan_name Purpose Used to delete an entry from the Switch’s port security settings. Syntax delete port_security_entry_vlan_name port mac_address Description This command is used to remove an entry from the port security entries learned by the Switch and entered into the forwarding database. Parameters - Enter the corresponding VLAN of the entry to delete.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 7 N ETWORK M ANAGEMENT (SNMP) C OMMANDS The network management commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. The xStack DES-6500 support the Simple Network Management Protocol (SNMP) versions 1, 2c, and 3. You can specify which version of the SNMP you want to use to monitor and control the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters | notify_view } delete snmp group show snmp groups create snmp host {v1 |v2c | v3 [noauth_nopriv | auth_nopriv | auth_priv]} delete snmp host show snmp host create trusted_host delete trusted_host show trusted_host enable snmp traps enable snmp authenticate_traps show snmp tra
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create snmp user Encryption − Scrambles the contents of messages to prevent it from being viewed by an unauthorized source. Parameters − An alphanumeric name of up to 32 characters that will identify the new SNMP user. − An alphanumeric name of up to 32 characters that will identify the SNMP group with which the new SNMP user will be associated.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create snmp user the agent. - Enter an alphanumeric key string of exactly 32 characters, in hex form, that will be used to encrypt the contents of messages the host sends to the agent. • Restrictions none – Adding this parameter will add no encryption. Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show snmp user Purpose Used to display information about each SNMP username in the SNMP group username table. Syntax show snmp user Description The show snmp user command displays information about each SNMP username in the SNMP group username table. Parameters None. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#create snmp view dlinkview 1.3.6 view_type included Command: create snmp view dlinkview 1.3.6 view_type included Success. DES-6500:4# delete snmp view Purpose Used to remove an SNMP view entry previously created on the Switch. Syntax delete snmp view [all | ] Description The delete snmp view command is used to remove an SNMP view previously created on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command: show snmp view Vacm View Table Settings View Name -------------------ReadView WriteView NotifyView restricted restricted restricted restricted restricted CommunityView CommunityView CommunityView Subtree ------------------------1 1 1.3.6 1.3.6.1.2.1.1 1.3.6.1.2.1.11 1.3.6.1.6.3.10.2.1 1.3.6.1.6.3.11.2.1 1.3.6.1.6.3.15.1.1 1 1.3.6.1.6.3 1.3.6.1.6.3.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To create the SNMP community string “dlink:” DES-6500:4#create snmp community dlink view ReadView read_write Command: create snmp community dlink view ReadView read_write Success. DES-6500:4# delete snmp community Purpose Used to remove a specific SNMP community string from the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To display the currently entered SNMP community strings: DES-6500:4#show snmp community Command: show snmp community SNMP Community Table Community Name View Name ------------------------------ -----------------------------dlink ReadView private CommunityView public CommunityView Access Right -----------read_write read_write read_only Total Entries: 3 DES-6500:4# config snmp engineID Purpose Used to configure a name for th
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To display the current name of the SNMP engine on the Switch: DES-6500:4#show snmp engineID Command: show snmp engineID SNMP Engine ID : 0035636666 DES-6500:4# create snmp group Purpose Used to create a new SNMP group, or a table that maps SNMP users to SNMP views.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create snmp group be encrypted. read_view – Specifies that the SNMP group being created can request SNMP messages. write_view – Specifies that the SNMP group being created has write privileges. − An alphanumeric string of up to 32 characters that is used to identify the group of MIB objects that a remote SNMP manager is allowed to access on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show snmp groups Purpose Used to display the group-names of SNMP groups currently configured on the Switch. The security model, level, and status of each group are also displayed. Syntax show snmp groups Description The show snmp groups command displays the group-names of SNMP groups currently configured on the Switch. The security model, level, and status of each group are also displayed. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual ReadView Name WriteView Name Notify View Name Security Model Security Level : restricted : : restricted : SNMPv3 : NoAuthNoPriv Group Name ReadView Name WriteView Name Notify View Name Security Model Security Level : ReadGroup : CommunityView : : CommunityView : SNMPv1 : NoAuthNoPriv Group Name ReadView Name WriteView Name Notify View Name Security Model Security Level : ReadGroup : CommunityView : : CommunityView : SNMPv2 : NoAuthNoPri
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create snmp host of Management Information (SMI) and adds some security features. v3 – Specifies that the SNMP version 3 will be used. SNMP v3 provides secure access to devices through a combination of authentication and encrypting packets over the network. SNMP v3 adds: Message integrity − Ensures that packets have not been tampered with during transit. Authentication − Determines if an SNMP message is from a valid source.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To delete an SNMP host entry: DES-6500:4#delete snmp host 10.48.74.100 public Command: delete snmp host 10.48.74.100 public Success. DES-6500:4# show snmp host Purpose Used to display the recipient of SNMP traps generated by the Switch’s SNMP agent.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create trusted_host Parameters − The IP address of the trusted host. Restrictions Only administrator-level users can issue this command. Example usage: To create the trusted host: DES-6500:4#create trusted_host 10.48.74.121 Command: create trusted_host 10.48.74.121 Success. DES-6500:4# show trusted_host Purpose Used to display a list of trusted hosts entered on the Switch using the create trusted_host command above.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example Usage: To delete a trusted host with an IP address 10.48.74.121: DES-6500:4#delete trusted_host 10.48.74.121 Command: delete trusted_host 10.48.74.121 Success. DES-6500:4# enable snmp traps Purpose Used to enable SNMP trap support. Syntax enable snmp traps Description The enable snmp traps command is used to enable SNMP trap support on the Switch. Parameters None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show snmp traps Purpose Used to show SNMP trap support on the Switch . Syntax show snmp traps Description This command is used to view the SNMP trap support status currently configured on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example Usage: To disable the SNMP authentication trap support: DES-6500:4#disable snmp authenticate_traps Command: disable snmp authenticate_traps Success. DES-6500:4# config snmp system_contact Purpose Used to enter the name of a contact person who is responsible for the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To configure the Switch location for “H Q 5 F ”: DES-6500:4#config snmp system_location HQ 5F Command: config snmp system_location HQ 5F Success. DES-6500:4# config snmp system_name Purpose Used to configure the name for the Switch. Syntax config snmp system_name {} Description The config snmp system_name command configures the name of the Switch. Parameters - A maximum of 255 characters is allowed.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#enable rmon Command: enable rmon Success. DES-6500:4# disable rmon Purpose Used to disable RMON on the Switch. Syntax disable rmon Description This command is used, in conjunction with the enable rmon command above, to enable and disable remote monitoring (RMON) on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 8 S WITCH U TILITY C OMMANDS The switch utility commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual download increment − Allows the download of a partial switch configuration file. This allows a file to be downloaded that will change only the Switch parameters explicitly stated in the configuration file. All other switch parameters will remain unchanged. Restrictions The TFTP server must be on the same IP subnet as the Switch. Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#upload cfg_toTFTP 10.48.74.121 c:\cfg\log.txt Command: upload cfg_to TFTP 10.48.74.121 c:\cfg\log.txt Connecting to server................... Done. Upload configuration...................Done. DES-6500:4# ping Purpose Used to test the connectivity between network devices.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual traceroute Parameters - Specifies the IP address of the host. ttl - The time to live value of the trace route request. This is the maximum number of routers the traceroute command will cross while seeking the network path between two devices. port - The port number. Must be above 1024.The value range is from 30000 to 64900.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual NOTE: Dual-purpose (DHCP/TFTP) server utility software may require entry of the configuration file name and path within the user interface. Alternatively, the DHCP software may require creating a separate ext file with the configuration file name and path in a specific directory on the server. Consult the documentation for the DCHP server software if you are unsure.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual disable autoconfig Purpose Use this to deactivate autoconfiguration from DHCP. Syntax disable autoconfig Description This instructs the Switch not to accept autoconfiguration instruction from the DHCP server. This does not change the IP settings of the Switch. The ipif settings will continue as DHCP client until changed with the config ipif command. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 9 N ETWORK M ONITORING C OMMANDS The network monitoring commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show packet ports Parameters − Specifies a range of ports to be displayed. The port list is specified by listing the lowest slot number and the beginning port number on that slot, separated by a colon. Then the highest slot number, and the highest port number of the range (also separated by a colon) are specified. The beginning and end of the port list range are separated by a dash.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To display the errors of the port 3 of module 1: DES-6500:4#show errors ports 1:3 Command: show errors ports 1:3 CRC Error Undersize Oversize Fragment Jabber Drop Pkts RX Frames --------------19 0 0 0 11 20837 TX Frames ---------------Excessive Deferral 0 CRC Error 0 Late Collision 0 Excessive Collision 0 Single Collision 0 Collision 0 CTRL+C ESC q Quit SPACE n Next Page p Previous Page r Refresh show utilization Purpose
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show utilization ports Command: show utilization ports Port TX/sec RX/sec Util Port TX/sec RX/sec Util ------------- ---------- ---------------- ---------- ---1:1 0 0 0 2:10 0 0 0 1:2 0 0 0 2:11 0 0 0 1:3 0 0 0 2:12 0 0 0 1:4 0 0 0 3:1 0 0 0 1:5 0 0 0 3:2 0 0 0 1:6 0 0 0 3:3 0 0 0 1:7 0 0 0 3:4 0 0 0 1:8 0 0 0 3:5 0 0 0 1:9 0 0 0 3:6 0 0 0 1:10 0 0 0 3:7 0 30 1 1:11 0 0 0 3:8 0 0 0 1:12 0 0 0 3:9 30 0 1 2:1 0 0 0 3:10 0 0 0 2:2 0
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show stack_information Command: show stack_information Box ID --1 2 3 4 5 6 7 8 Type ----------DES-6507 USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG Exist ----exist no no no no no no no Priority ----16 Prom Runtime version version --------------2.00-B20 3.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual clear log Purpose Used to clear the Switch’s history log. Syntax clear log Description This command will clear the Switch’s history log. Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To clear the log information: DES-6500:4#clear log Command: clear log Success. DES-6500:4# show log Purpose Used to display the Switch history log.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual enable syslog Purpose Used to enable the system log to be sent to a remote host. Syntax enable syslog Description The enable syslog command enables the system log to be sent to a remote host. Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To the syslog function on the Switch: DES-6500:4#enable syslog Command: enable syslog Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show syslog Purpose Used to display the syslog protocol status as enabled or disabled. Syntax show syslog Description The show syslog command displays the syslog status as enabled or disabled. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create syslog host facility − Some of the operating system daemons and processes have been assigned Facility values. Processes and daemons that have not been explicitly assigned a Facility may use any of the "local use" facilities or they may use the "user-level" Facility. Those Facilities that have been designated are shown in the following: Bold font indicates the facility values that the Switch currently supports.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create syslog host where syslog messages will be sent. state [enabled | disabled] − Allows the sending of syslog messages to the remote host, specified above, to be enabled and disabled. Restrictions Only administrator-level users can issue this command. Example usage: To create syslog host: DES-6500:4#create syslog host 1 severity all facility local0 ipaddress 10.53.13.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config syslog host warning − Specifies that warning messages will be sent to the remote host. This corresponds to number 4 from the list above. all − Specifies that all of the currently supported syslog messages that are generated by the Switch will be sent to the remote host. facility − Some of the operating system daemons and processes have been assigned Facility values.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config syslog host remote host. This corresponds to number 23 from the list above. udp_port − Specifies the UDP port number that the syslog protocol will use to send messages to the remote host. ipaddress − Specifies the IP address of the remote host where syslog messages will be sent.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config syslog host all severity − Severity level indicator, as described below: Bold font indicates that the corresponding severity level is currently supported on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config syslog host all local0 − Specifies that local use 0 messages will be sent to the remote host. This corresponds to number 16 from the list above. local1 − Specifies that local use 1 messages will be sent to the remote host. This corresponds to number 17 from the list above. local2 − Specifies that local use 2 messages will be sent to the remote host. This corresponds to number 18 from the list above.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete syslog host Purpose Used to remove a syslog host, that has been previously configured, from the Switch. Syntax delete syslog host [ | all] Description The delete syslog host command is used to remove a syslog host that has been previously configured from the Switch. Parameters − Specifies that the command will be applied to an index of hosts. There are four available indexes, numbered 1 through 4.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config system_severity Purpose To configure when and where severity messages are to be recorded. Syntax config system_severity [trap | log | all] [critical | warning | information] Description This command is used to configure the system severity levels on the Switch. When an event occurs on the Switch, a message will be sent to the SNMP agent (trap), the Switch’s log or both.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config system_severity trap critical Command: config system_severity trap critical Success. DES-6500:4# show system_severity Purpose To display the current severity settings set on the Switch. Syntax show system_severity Description This command is used to view the severity settings that have been implemented on the Switch using the config system_severity command. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 10 M ULTIPLE S PANNING T REE P ROTOCOL (MSTP) C OMMANDS This switch supports three versions of the Spanning Tree Protocol; 802.1d STP, 802.1w Rapid STP and 802.1s MSTP. Multiple Spanning Tree Protocol, or MSTP, is a standard defined by the IEEE community that allows multiple VLANs to be mapped to a single spanning tree instance, which will provide multiple pathways across the network.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters config stp priority instance_id config stp mst_config_id {revision_level | name } config stp mst_ports instance_id {internalCost [auto | value 1200000000] | priority } show stp show stp ports {} show stp instance_id {} show stp mst_config id Each command is listed, in detail, in the following sections.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#disable stp Command: disable stp Success. DES-6500:4# config stp version Purpose Used to globally set the version of STP on the Switch. Syntax config stp version [mstp | rstp | stp] Description This command allows the user to choose the version of the spanning tree to be implemented on the Switch. Parameters mstp – Selecting this parameter will set the Multiple Spanning Tree Protocol (MSTP) globally on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config stp values consistent with other devices on the bridged LAN. If the value ages out and a BPDU has still not been received from the Root Bridge, the Switch will start sending its own BPDU to all other switches for permission to become the Root Bridge. If it turns out that your switch has the lowest Bridge Identifier, it will become the Root Bridge. The user may choose a time between 6 and 40 seconds. The default value is 20.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config stp maxage 18 maxhops 15 Command: config stp maxage 18 maxhops 15 Success. DES-6500:4# config stp ports Purpose Used to setup STP on the port level.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config stp ports stations or segments that are capable of being upgraded to 802.1w RSTP or 802.1s MSTP on all or some portion of the segment. edge [true | false] – true designates the port as an edge port. Edge ports cannot create loops, however an edge port can lose edge port status if a topology change creates a potential for a loop. An edge port normally should not receive BPDU packets.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To create a spanning tree instance 2: DES-6500:4#create stp instance_id 2 Command: create stp instance_id 2 Success. DES-6500:4# config stp instance_id Purpose Used to add or delete an STP instance ID. Syntax config stp instance_id [add_vlan | remove_vlan] Description This command is used to map VIDs (VLAN IDs) to previously configured STP instances on the Switch by creating an instance_id.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config stp instance_id 2 remove_vlan 10 Command : config stp instance_id 2 remove_vlan 10 Success. DES-6500:4# delete stp instance_id Purpose Used to delete a STP instance ID from the Switch. Syntax delete stp instance_id Description This command allows the user to delete a previously configured STP instance ID from the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To set the priority value for instance_id 2 as 4096: DES-6500:4#config stp priority 4096 instance_id 2 Command : config stp priority 4096 instance_id 2 Success. DES-6500:4# config stp mst_config_id Purpose Used to update the MSTP configuration identification.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config stp mst_ports higher priority value for interfaces to be selected for forwarding first. In instances where the priority value is identical, the MSTP function will implement the lowest port number into the forwarding state and other interfaces will be blocked. Remember that lower priority values mean higher priorities for forwarding packets. Parameters - Specifies a port or range of ports to be configured.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show stp Purpose Used to display the Switch’s current STP configuration. Syntax show stp Description This command displays the Switch’s current STP configuration. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Max Age TX Hold Count Forwarding BPDU Loopback Detection LBD Recover Time : 20 :3 : Enabled : Enabled : 60 DES-6500:4# show stp ports Purpose Used to display the Switch’s current instance_id configuration. Syntax show stp ports Description This command displays the STP Instance Settings and STP Instance Operational Status currently implemented on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show stp instance_id configuration for the CIST internally set on the Switch. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show stp mst_config_id Command: show stp mst_config_id Current MST Configuration Identification ---------------------------------------Configuration Name : 00:53:13:1A:33:24 MSTI ID Vid list ----------------CIST 2-4094 1 1 DES-6500:4# 88 Revision Level :0
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 11 F ORWARDING D ATABASE C OMMANDS The forwarding database commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#create fdb default 00-00-00-00-01-02 port 2:5 Command: create fdb default 00-00-00-00-01-02 port 2:5 Success. DES-6500:4# create multicast_fdb Purpose Used to create a static entry to the multicast MAC address forwarding table (database) Syntax create multicast_fdb Description This command will make an entry into the Switch’s multicast MAC address forwarding database.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config multicast_fdb − Specifies a range of ports to be displayed the beginning port number on that slot, separated by a colon. Then the highest slot number, and the highest port number of the range (also separated by a colon) are specified. The beginning and end of the port list range are separated by a dash. For example, 1:3 specifies slot number 1, port 3. 2:4 specifies slot number 2, port 4.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config fdb aging_time Purpose Used to set the aging time of the forwarding database. Syntax config fdb aging_time Description The aging time affects the learning process of the Switch. Dynamic forwarding table entries, which are made up of the source MAC addresses and their associated port numbers, are deleted from the table if they are not accessed within the aging time.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#delete fdb default 00-00-00-00-01-02 Command: delete fdb default 00-00-00-00-01-02 Success. DES-6500:4# Example usage: To delete a multicast fdb entry: DES-6500:4#delete fdb default 01-00-00-00-01-02 Command: delete fdb default 01-00-00-00-01-02 Success. DES-6500:4# clear fdb Purpose Used to clear the Switch’s forwarding database of all dynamically learned MAC addresses.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show multicast_fdb Purpose Used to display the contents of the Switch’s multicast forwarding database. Syntax show mulitcast_fdb [vlan | mac_address ] Description This command is used to display the current contents of the Switch’s multicast MAC address forwarding database. Parameters vlan − The name of the VLAN on which the MAC address resides.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To display unicast MAC address table: DES-6500:4#show fdb Command: show fdb Unicast MAC Address Aging Time = 300 VID VLAN Name MAC Address Port Type ---- ---------------------------------------------------1 default 00-00-39-34-66-9A 1:12 Dynamic 1 default 00-00-51-43-70-00 1:12 Dynamic 1 default 00-00-5E-00-01-01 1:12 Dynamic 1 default 00-00-74-60-72-2D 1:12 Dynamic 1 default 00-00-81-05-00-80 1:12 Dynamic 1 default 00-00-81-0
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show ipfdb Command: show ipfdb Interface IP Address Port Learned ------------------------------- -----------System 10.0.0.1 1:13 Dynamic System 10.0.0.2 1:13 Dynamic System 10.0.0.3 1:13 Dynamic System 10.0.0.4 1:13 Dynamic System 10.0.0.7 1:13 Dynamic System 10.0.0.30 1:13 Dynamic System 10.0.34.1 1:13 Dynamic System 10.0.51.1 1:13 Dynamic System 10.0.58.4 1:13 Dynamic System 10.0.85.168 1:13 Dynamic System 10.1.1.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 12 B ROADCAST S TORM C ONTROL C OMMANDS On a computer network, packets such as Multicast packets and Broadcast packets continually flood the network as normal procedure. At times, this traffic may increase do to a malicious endstation on the network or a malfunctioning device, such as a faulty network card. Thus, switch throughput problems will arise and consequently affect the overall performance of the switch network.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config traffic control latter of which will now provide shutdown, recovery and trap notification functions for the Switch. Parameters − Used to specify a range of ports to be configured for traffic control. This is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config traffic control and the port is still experiencing packet storms, the port will be placed in shutdown forever mode and can only be manually recovered using the config traffic control_recover command. time_interval - The Interval will set the time between Multicast and Broadcast packet counts sent from the Switch’s chip to the Traffic Control function.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4# config traffic control_recover 1:1-1:5 Command: config traffic control_recover 1:1-1:5 Success. DES-6500:4# config traffic control_trap Purpose Used to configure the trap settings for the packet storm control mechanism.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show traffic control traffic control settings. This is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon. Then the highest switch number, and the highest port number of the range (also separated by a colon) are specified. The beginning and end of the port list range are separated by a dash. For example, 1:3 specifies switch number 1, port 3.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 13 Q O S C OMMANDS The xStack DES-6500 supports 802.1p priority queuing. This switch has eight classes of service for each port on the Switch, one of which is internal and not configurable to the user. These hardware classes of service are numbered from 6 (Class 6) — the highest hardware class of service — to 0 (Class 0) — the lowest hardware class of service. The eight priority tags specified in IEEE 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters config bandwidth_control [ | all] {rx_rate [no_limit | ] | tx_rate [no_limit ]} show bandwidth_control {} config scheduling {max_packet } show scheduling config 802.1p user_priority { } show 802.1p user_priority config 802.1p default_priority [ | all] | show 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config bandwidth_control − Specifies the packet limit, in Mbps, that the above ports will be allowed to transmit. Restrictions Only administrator-level users can issue this command. Example usage: To configure bandwidth control: DES-6500:4#config bandwidth_control 1:1-1:10 tx_rate 10 Command: config bandwidth_control 1:1-1:10 tx_rate 10 Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show bandwidth_control 1:1-1:10 Command: show bandwidth_control 1:1-1:10 Bandwidth Control Table Port RX Rate (Mbit/sec) --------------------------1:1 no_limit 1:2 no_limit 1:3 no_limit 1:4 no_limit 1:5 no_limit 1:6 no_limit 1:7 no_limit 1:8 no_limit 1:9 no_limit 1:10 no_limit TX_RATE (Mbit/sec) ---------------------10 10 10 10 10 10 10 10 10 10 DES-6500:4# config scheduling Purpose Used to configure traffic scheduling for eac
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config scheduling combination of strict and weight-fair (weighted round-robin “WRR”) scheduling. Priority classes that have a 0 in the max_packet field will forward packets with strict priority scheduling. The remaining classes, that do not have a 0 in their max_packet field, will follow a weighted round-robin (WRR) method of forwarding packets — as long as the priority classes with a 0 in their max_packet field are empty.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show scheduling Purpose Used to display the currently configured traffic scheduling on the Switch. Syntax show scheduling Description The show scheduling command displays the current configuration for the maximum number of packets (max_packets) assigned to the seven hardware priority classes on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config 802.1p user_priority 4 5 6 7 4 5 6 6 − Specifies which of the eight 802.1p priority tags (0 through 7) to map to one of the Switch’s hardware priority classes of service (, 0 through 6). Parameters − Specifies to which of the Switch’s hardware priority classes of service the 802.1p priority tags (specified above) will be mapped.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config 802.1p default_priority Purpose Used to specify default priority settings on the Switch. Untagged packets that are received by the Switch will be assigned a priority tag in its priority field using this command. Syntax config 802.1p default_priority [ | all] Description The config 802.1p default_priority command allows you to specify the 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To display the current 802.1p default priority configuration on the Switch: DES-6500:4# show 802.1p default_priority Command: show 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config scheduling_mechanism Parameters strict – Entering the strict parameter indicates that the highest class of service is the first to be processed. That is, the highest class of service should finish emptying before the others begin. weight_fair – Entering the weight fair parameter indicates that the priority classes of service will empty packets in a weighted roundrobin (WRR) order.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual enable hol_prevention Purpose Used to enable HOL prevention. Syntax enable hol_prevention Description The enable hol_prevention command enables Head of Line prevention. Parameters None. Restrictions You must have administrator privileges. Example Usage: To enable HOL prevention: DES-6500:4#enable hol_prevention Command: enable hol_prevention Success. DES-6500:4# disable hol_prevention Purpose Used to disable HOL prevention.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show hol_prevention Purpose Used to show HOL prevention. Syntax show hol_prevention Description The show hol_prevention command displays the Head of Line prevention state. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 14 P ORT M IRRORING C OMMANDS The port mirroring commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config mirror port [add | delete] source ports [rx | tx | both] enable mirror disable mirror show mirror Each command is listed, in detail, in the following sections.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To add the mirroring ports: DES-6500:4# config mirror port 1:10 add source ports 1:1-1:5 both Command: config mirror port 1:10 add source ports 1:1-1:5 both Success. DES-6500:4# config mirror port delete Purpose Used to delete a port mirroring configuration.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual enable mirror Purpose Used to enable a previously entered port mirroring configuration. Syntax enable mirror Description This command, combined with the disable mirror command below, allows you to enter a port mirroring configuration into the Switch, and then turn the port mirroring on and off without having to modify the port mirroring configuration. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show mirror Purpose Used to show the current port mirroring configuration on the Switch. Syntax show mirror Description This command displays the current port mirroring configuration on the Switch. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 15 VLAN C OMMANDS The xStack DES-6500 incorporates protocol-based VLANs. This standard, defined by the IEEE 802.1v standard maps packets to protocol-defined VLANs by examining the type octet within the packet header to discover the type of protocol associated with it. After assessing the protocol, the Switch will forward the packets to all ports within the protocol-assigned VLAN.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create vlan tag − The VLAN ID of the VLAN to be created. Allowed values = 2-4094 type – This parameter uses the type field of the packet header to determine the packet protocol and destination VLAN. There are two main choices of types for VLANs created on the Switch: 1q_vlan – Allows the creation of a normal 802.1Q VLAN on the Switch. advertisement − Specifies that the VLAN is able to join GVRP.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create vlan information is defined by the Systems Network Architecture (SNA) 802.2 Protocol. protocol–snaEthernet2 - Using this parameter will instruct the Switch to forward packets to this VLAN if the tag in the packet header is concurrent with this protocol. This packet header information is defined by the Systems Network Architecture (SNA) Ethernet II Protocol.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual NOTE: A specific protocol VLAN and a user defined protocol VLAN with the same encapsulation protocol cannot coexist and will result in a Fail! Message.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config vlan add Description This command allows the user to add ports to the port list of a previously configured VLAN. Additional ports may be specified as tagging, untagging, or forbidden. The default is to assign the ports as untagging. Parameters − The name of the VLAN to which to add or delete ports. add − Specifies which ports to add.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config vlan delete specifies all of the ports between slot 1, port 3 and slot 2, port 4 − in numerical order. Restrictions Only administrator-level users can issue this command. Example usage: To delete ports 5-7 of module 2 of the VLAN v1: DES-6500:4#config vlan v1 delete 2:5-2:7 Command: config vlan v1 delete 2:5-2:7 Success. DES-6500:4# config gvrp Purpose Used to configure GVRP on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config gvrp 1:1-1:4 state enabled ingress_checking enabled acceptable_frame tagged_only pvid 2 Command: config gvrp 1:1-1:4 state enabled ingress_checking enabled acceptable_frame tagged_only pvid 2 Success. DES-6500:4# enable gvrp Purpose Used to enable GVRP on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show vlan Purpose Used to display the current VLAN configuration on the Switch. Syntax show vlan {} Description This command displays summary information about each VLAN including the VLAN ID, VLAN name, the Tagging/Untagging status, and the Member/Non-member/Forbidden status of each port that is a member of the VLAN. Parameters − The VLAN name of the VLAN for which to display a summary of settings.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show gvrp Purpose Used to display the GVRP status for a port list on the Switch. Syntax show gvrp {} Description This command displays the GVRP status for a port list on the Switch. Parameters − Specifies a range of ports for which the GVRP status is to be displayed. The port list is specified by listing the lowest slot number and the beginning port number on that slot, separated by a colon.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 16 L INK A GGREGATION C OMMANDS The link aggregation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#create link_aggregation group_id 1 Command: create link_aggregation group_id 1 Success. DES-6500:4# delete link_aggregation group_id Purpose Used to delete a previously configured link aggregation group. Syntax delete link_aggregation group_id Description This command is used to delete a previously configured link aggregation group. Parameters − Specifies the group ID.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Parameters group _id − Specifies the group ID. The Switch allows up to 32 link aggregation groups to be configured. The group number identifies each of the groups. master_port − Master port ID. Specifies which port (by port number) of the link aggregation group will be the master port. All of the ports in a link aggregation group will share the port configuration with the master port.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config link_aggregation algorithm Purpose Used to configure the link aggregation algorithm. Syntax config link_aggregation algorithm [mac_source | mac_destination | mac_source_dest | ip_source | ip_destination | ip_source_dest] Description This command configures to part of the packet examined by the Switch when selecting the egress port for transmitting load-sharing data.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show link_aggregation Purpose Used to display the current link aggregation configuration on the Switch. Syntax show link_aggregation {group_id | algorithm} Description This command will display the current link aggregation configuration of the Switch. Parameters − Specifies the group ID. The Switch allows up to 32 link aggregation groups to be configured. The group number identifies each of the groups.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config lacp_port Purpose Used to configure settings for LACP compliant ports. Syntax config lacp_port mode [active | passive] Description This command is used to configure ports that have been previously designated as LACP ports (see create link_aggregation). Parameters − Specifies a range of ports to be configured.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show lacp_port Purpose Used to display current LACP port mode settings. Syntax show lacp_port {} Description This command will display the LACP mode settings as they are currently configured. Parameters - Specifies a range of ports that will be displayed. The port list is specified by listing the lowest slot number and the beginning port number on that slot, separated by a colon.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 17 IP C OMMANDS (I NCLUDING M ULTIPLE IP INTERFACES PER VLAN) Multiple IP interfaces per VLAN is a function that allows multiple IP interfaces to be assigned to the same VLAN. This is beneficial to the administrator when the number of IPs on the original interface is insufficient and the network administrator wishes not to resize the interface.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create ipif to be created. The address and mask information can be specified using the traditional format (for example, 10.1.2.3/255.0.0.0) or in CIDR format, (10.1.2.3/8). − The name of the VLAN that will be associated with the above IP interface. secondary – Enter this parameter if this configured IP interface is to be a secondary IP interface of the VLAN previously specified.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ipif vlan − The name of the VLAN corresponding to the previously created IP interface. If a primary and secondary IP interface are configured for the same VLAN (subnet), the user cannot change the VLAN of the IP interface. state [enabled | disabled] − Allows you to enable or disable the IP interface.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual disable ipif Purpose Used to disable the configuration of an IP interface on the Switch. Syntax disable ipif { | all} Description This command will disable an IP interface on the Switch, without altering its configuration values. Parameters − The name previously created to define the IP interface. all – Entering this parameter will disable all the IP interfaces currently configured on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show ipif Purpose Used to display the configuration of an IP interface on the Switch. Syntax show ipif {} Description This command will display the configuration of an IP interface on the Switch. Parameters − The name created for the IP interface to be viewed. Restrictions None. Example usage: To display IP interface settings.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 18 IGMP C OMMANDS (I NCLUDING IGMP V 3) IGMP or Internet Group Management Protocol is a protocol implemented by systems utilizing IPv4 to collect the membership information needed by the multicast routing protocol through various query messages sent out from the router or switch. Computers and network devices that want to receive multicast transmissions need to inform nearby routers that they will become members of a multicast group.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config igmp last_member_query_interval | state [enabled | disabled]} Description This command allows IGMP to be configured on the Switch. Parameters − The name of the IP interface for which to configure IGMP. all − Specifies all the IP interfaces on the Switch. version − Select the IGMP version number.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To display IGMP configurations: DES-6500:4#show igmp Command: show igmp IGMP Interface Configurations Interface IP Address/Netmask Ver- Query sion ------------ --------------System 10.90.90.90/8 p1 20.1.1.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show igmp group ipif System group 224.0.1.1 Command: show igmp group ipif System group 224.0.1.1 Interface Name -------------------System System System System System Multicast Group ------------------224.0.0.2 224.0.0.9 224.0.1.24 224.0.1.41 224.0.1.149 Last Reporter --------------------10.42.73.111 10.20.53.1 10.18.1.3 10.1.43.252 10.20.63.11 IP Querier -----------------10.48.74.122 10.48.74.122 10.48.74.122 10.48.74.122 10.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 19 IGMP S NOOPING C OMMANDS The IGMP Snooping commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config igmp_snooping default is 260 seconds. leave_timer − Leave timer. The default is 2 seconds. state [enabled | disabled] − Allows the user to enable or disable IGMP snooping for the specified VLAN. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config igmp_snooping querier interval) + (1 x query response interval). • Other querier present interval—Amount of time that must pass before a multicast router decides that there is no longer another multicast router that is the querier. This interval is calculated as follows: (robustness variable x query interval) + (0.5 x query response interval).
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To enable IGMP snooping on the Switch: DES-6500:4#enable igmp_snooping Command: enable igmp_snooping Success. DES-6500:4# disable igmp_snooping Purpose Used to enable IGMP snooping on the Switch. Syntax disable igmp_snooping {forward_mcrouter_only} Description This command disables IGMP snooping on the Switch. IGMP snooping can be disabled only if IP multicast routing is not being used.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config router_ports number and the beginning port number on that slot, separated by a colon. Then the highest slot number, and the highest port number of the range (also separated by a colon) are specified. The beginning and end of the port list range are separated by a dash. For example, 1:3 specifies slot number 1, port 3. 2:4 specifies slot number 2, port 4.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config router_ports_forbidden default add 2:1-2:10 Command: config router_ports_forbidden default add 2:1-2:10 Success. DES-6500:4# show router_ports Purpose Used to display the currently configured router ports on the Switch. Syntax show router_ports {vlan } {static | dynamic | forbidden} Description This command will display the router ports currently configured on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show igmp_snooping Parameters − The name of the VLAN for which to view the IGMP snooping configuration. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To show igmp snooping group: DES-6500:4#show igmp_snooping group Command: show igmp_snooping group VLAN Name : default Multicast group: 224.0.0.2 MAC address : 01-00-5E-00-00-02 Reports :1 Port Member : 1:16,2:7 VLAN Name : default Multicast group: 224.0.0.9 MAC address : 01-00-5E-00-00-09 Reports :1 Port Member : 1:16,2:7 VLAN Name : default Multicast group: 234.5.6.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To view the IGMP snooping forwarding table for VLAN “Trinity”: DES-6500:4#show igmp_snooping forwarding vlan Trinity Command: show igmp_snooping forwarding vlan Trinity VLAN Name : Trinity Multicast group : 224.0.0.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 21 A CCESS A UTHENTICATION C ONTROL C OMMANDS The Access Authentication Control commands allows secure access to the Switch using the TACACS / XTACACS / TACACS+ and RADIUS protocols. When a user logs in to the Switch or tries to access the administrator level privilege, he or she is prompted for a password.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual NOTE: TACACS, XTACACS and TACACS+ are separate entities and are not compatible. The Switch and the server must be configured exactly the same, using the same protocol. (For example, if the Switch is set up for TACACS authentication, so must be the host server.) The Access Authentication Control commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters show authen server_host config authen parameter response_timeout config authen parameter attempt show authen parameter enable admin config admin local_enable Each command is listed, in detail, in the following sections. enable authen_policy Purpose Used to enable system access authentication policy.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To disable the system access authentication policy: DES-6500:4#disable authen_policy Command: disable authen_policy Success. DES-6500:4# show authen_policy Purpose Used to display the system access authentication policy status on the Switch. Syntax show authen_policy Description This command will show the current status of the access authentication policy on the Switch. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#create authen_login method_list_name Trinity Command: create authen_login method_list_name Trinity Success. DES-6500:4# config authen_login Purpose Used to configure a user-defined or default method list of authentication methods for user login.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config authen_login authenticated using the local user account database on the Switch. none – Adding this parameter will require no authentication to access the Switch. method_list_name – Enter a previously implemented method list name defined by the user.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config authen_login default method xtacacs tacacs+ local Command: config authen_login default method xtacacs tacacs+ local Success. DES-6500:4# delete authen_login method_list_name Purpose Used to delete a previously configured user defined method list of authentication methods for users logging on to the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show authen_login security protocols which are permanently set in the Switch. Keyword refers to authentication using a technique instead of TACACS/XTACACS/TACACS+ and RADIUS, which are local (authentication through the user account on the Switch) and none (no authentication necessary to access any function on the Switch). Parameters default – Entering this parameter will display the default method list for users logging on to the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#create authen_enable method_list_name Permit Command: show authen_login method_list_name Permit Success. DES-6500:4# config authen_enable Purpose Used to configure a user-defined method list of authentication methods for promoting normal user level privileges to Administrator level privileges on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config authen_enable require the user to be authenticated using a user-defined server group previously configured on the Switch. local_enable – Adding this parameter will require the user to be authenticated using the local user account database on the Switch. none – Adding this parameter will require no authentication to access the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config authen_enable default method xtacacs tacacs+ local Command: config authen_enable default method xtacacs tacacs+ local Success. DES-6500:4# delete authen_enable method_list_name Purpose Used to delete a user-defined method list of authentication methods for promoting normal user level privileges to Administrator level privileges on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show authen_enable refers to server groups defined by the user. Built-in Group refers to the TACACS/XTACACS/TACACS+ and RADIUS security protocols which are permanently set in the Switch. Keyword refers to authentication using a technique INSTEAD of TACACS/XTACACS/TACACS+ and RADIUS which are local (authentication through the local_enable password on the Switch) and none (no authentication necessary to access any function on the Switch).
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config authen application telnet – Choose this parameter to configure the telnet login method. ssh - Choose this parameter to configure the SSH (Secure Shell) login method. http – Choose this parameter to configure the web interface login method. all – Choose this parameter to configure all applications (console, telnet, web, ssh) login method.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show authen application Command: show authen application Application ---------------Console Telnet SSH HTTP Login Method List Enable Method List ----------------------------------------default default Trinity default default default default default DES-6500:4# create authen server_host Purpose Used to create an authentication server host.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create authen server_host - Specify an alphanumeric string up to 254 characters to be a key for the TACACS server. none – Specify this parameter to not use any key. timeout - Enter the time in seconds the Switch will wait for the server host to reply to an authentication request. The default value is 5 seconds.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config authen server_host TACACS protocol. xtacacs - Enter this parameter if the server host utilizes the XTACACS protocol. tacacs+ - Enter this parameter if the server host utilizes the TACACS+ protocol. radius - Enter this parameter if the server host utilizes the RADIUS protocol. port - Enter a number between 1 and 65535 to define the virtual port number of the authentication protocol on a server host.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete authen server_host tacacs – Enter this parameter if the server host utilizes the TACACS protocol. xtacacs - Enter this parameter if the server host utilizes the XTACACS protocol. tacacs+ - Enter this parameter if the server host utilizes the TACACS+ protocol. radius - Enter this parameter if the server host utilizes the RADIUS protocol. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show authen server_host Command: show authen server_host IP Address Protocol Port Timeout Retransmit Key --------------- ------------ --------------------- -------10.53.13.94 TACACS 49 5 2 -------Total Entries : 1 DES-6500:4# create authen server_group Purpose Used to create a user-defined authentication server group.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config authen server_group built into the Switch (TACACS/XTACACS/TACACS+/RADIUS), or by a user-defined group previously created using the create authen server_group command. tacacs – Use this parameter to utilize the built-in TACACS server protocol on the Switch. Only server hosts utilizing the TACACS protocol may be added to this group. xtacacs – Use this parameter to utilize the built-in XTACACS server protocol on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete authen server_group Purpose Used to delete a user-defined authentication server group. Syntax delete authen server_group Description This command will delete an authentication server group. Parameters - Enter an alphanumeric string of up to 15 characters to define the previously created server group to delete. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show authen server_group Command: show authen server_group Group Name IP Address Protocol -----------------------------------radius ---------------------------------------Darren 10.53.13.2 TACACS tacacs 10.53.13.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config authen parameter attempt Purpose Used to configure the maximum number of times the Switch will accept authentication attempts. Syntax config authen parameter attempt Description This command will configure the maximum number of times the Switch will accept authentication attempts.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show authen parameter Command: show authen parameter Response timeout: 60 seconds User attempts :5 DES-6500:4# enable admin Purpose Used to promote user level privileges to administrator level privileges. Syntax enable admin Description This command is for users who have logged on to the Switch on the normal user level, to become promoted to the administrator level.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config admin local_enable Parameters - After entering this command, the user will be prompted to enter the old password, then a new password in an alphanumeric string of no more than 15 characters, and finally prompted to enter the new password again to confirm. See the example below. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 22 SSH C OMMANDS The steps required to use the SSH protocol for secure communication between a remote PC (the SSH Client) and the Switch (the SSH Server), are as follows: Create a user account with admin-level access using the create account admin command. This is identical to creating any other admin-lever User account on the Switch, including specifying a password.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual enable ssh Purpose Used to enable SSH. Syntax enable ssh Description This command is used to enable SSH on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command. Usage Example: To enable SSH: DES-6500:4#enable ssh Command: enable ssh Success. DES-6500:4# disable ssh Purpose Used to disable SSH. Syntax disable ssh Description This command is used to disable SSH on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ssh authmode Parameters password – This parameter may be chosen if the administrator wishes to use a locally configured password for authentication on the Switch. publickey - This parameter may be chosen if the administrator wishes to use a publickey configuration set on a SSH server, for authentication. hostbased - This parameter may be chosen if the administrator wishes to use a host computer for authentication.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ssh server Purpose Used to configure the SSH server. Syntax config ssh server {maxsession | contimeout | authfail | rekey [10min | 30min | 60min | never] | port } Description This command allows you to configure the SSH server. Parameters maxsession - Allows the user to set the number of users that may simultaneously access the Switch. The default is 8.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4# show ssh server Command: show ssh server SSH Server Status SSH Max Session Connection timeout Authenticate failed attempts Rekey timeout Listened Port Number : Disabled :3 : 120 (sec) :2 : Never : 22 DES-6500:4# config ssh user Purpose Used to configure the SSH user.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4# config ssh user Trinity authmode Password Command: config ssh user Trinity authmode Password Success. DES-6500:4# show ssh user authmode Purpose Used to display the SSH user setting. Syntax show ssh user authmode Description This command allows you to display the current SSH user setting. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ssh algorithm AES256 - This parameter will enable or disable the Advanced Encryption Standard AES256 encryption algorithm. arcfour - This parameter will enable or disable the Arcfour encryption algorithm. blowfish - This parameter will enable or disable the Blowfish encryption algorithm. cast128 - This parameter will enable or disable the Cast128 encryption algorithm.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Usage Example: To display SSH algorithms currently set on the Switch: DES-6500:4#show ssh algorithm Command: show ssh algorithm Encryption Algorithm 3DES :Enable AES128 :Enable AES192 :Enable AES256 :Enable ARC4 :Enable Blowfish :Enable Cast128 :Enable Twofish128 :Enable Twofish192 :Enable Twofish256 :Enable Data Integrity Algorithm MD5 :Enable SHA1 :Enable Public Key Algorithm RSA :Enable DSA :Enable DES-6500:4# 183
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 23 SSL C OMMANDS Secure Sockets Layer or SSL is a security feature that will provide a secure communication path between a host and client through the use of authentication, digital signatures and encryption.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Each command is listed, in detail, in the following sections. enable ssl Purpose To enable the SSL function on the Switch. Syntax enable ssl {ciphersuite {RSA_with_RC4_128_MD5 | RSA_with_3DES_EDE_CBC_SHA | DHE_DSS_with_3DES_EDE_CBC_SHA | RSA_EXPORT_with_RC4_40_MD5}} Description This command will enable SSL on the Switch by implementing any one or combination of listed ciphersuites on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual NOTE: Enabling the SSL function on the Switch will disable the port for the web manager (port 80). To log on to the web based manager, the entry of your URL must begin with https://. (ex. https://10.90.90.90) disable ssl Purpose To disable the SSL function on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ssl cachetimeout Purpose Used to configure the SSL cache timeout. Syntax config ssl cachetimeout timeout Description This command will set the time between a new key exchange between a client and a host using the SSL function. A new SSL session is established every time the client and host go through a key exchange.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show ssl Purpose Used to view the SSL status and the certificate file status on the Switch. Syntax show ssl {certificate} Description This command is used to view the SSL status on the Switch. Adding the certificate parameter will allow the user to view the certificate file information currently set on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual download certificate Parameters - Enter the IP address of the TFTP server. certfilename - Enter the path and the filename of the certificate file to download. keyfilename - Enter the path and the filename of the key exchange file to download. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 24 802.1X C OMMANDS The xStack DES-6500 implement the server-side of the IEEE 802.1x Port-based and MAC-based Network Access Control. This mechanism is intended to allow only authorized users, or other network devices, access to network resources by establishing criteria for each port on the Switch that a user or network device must meet before allowing that port to forward or receive frames. Command Parameters enable 802.1x disable 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters statistics show auth_statistics {ports [ | all]} Each command is listed, in detail, in the following sections. enable 802.1x Purpose Used to enable the 802.1x server on the Switch. Syntax enable 802.1x Description The enable 802.1x command enables the 802.1x Network Access control server application on the Switch. To select between port-based or MAC-based, use the config 802.1x auth_mode command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create 802.1x user Purpose Used to create a new 802.1x user. Syntax create 802.1x user Description The create 802.1x user command is used to create new 802.1x users. Parameters − A username of up to 15 alphanumeric characters in length. Restrictions Only administrator-level users can issue this command. Example Usage: To create an 802.1x user: DES-6500:4#create 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete 802.1x user Purpose Used to delete an 802.1x user account on the Switch. Syntax delete 802.1x user Description The delete 802.1x user command is used to delete the 802.1x Portbased or MAC-based Network Access control local users currently configured on the Switch. Parameters − A username can be as many as 15 alphanumeric characters.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show 802.1x auth_configuration forces the Authenticator of the port to become Authorized. ForceUnauth forces the port to become Unauthorized. QuietPeriod − Shows the time interval between authentication failure and the start of a new authentication attempt. TxPeriod − Shows the time to wait for a response from a supplicant (user) to send EAP Request/Identity packets.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show 802.1x auth_state Purpose Used to display the current authentication state of the 802.1x server on the Switch. Syntax show 802.1x auth_state {ports [ | all]} Description The show 802.1x auth_state command is used to display the current authentication state of the 802.1x Port-based Network Access Control server application on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 1:11 ForceAuth Success Authorized 1:12 ForceAuth Success Authorized 1:13 ForceAuth Success Authorized 1:14 ForceAuth Success Authorized 1:15 ForceAuth Success Authorized 1:16 ForceAuth Success Authorized 1:17 ForceAuth Success Authorized 1:18 ForceAuth Success Authorized 1:19 ForceAuth Success Authorized 1:20 ForceAuth Success Authorized CTRL+C ESC q Quit SPACE n Next Page Enter Next Entry a All Example usage: To display the 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To configure 802.1x authentication by MAC address: DES-6500:4#config 802.1x auth_mode mac_based Command: config 802.1x auth_mode mac_based Success. DES-6500:4# config 802.1x capability ports Purpose Used to configure the 802.1x capability of a range of ports on the Switch. Syntax config 802.1x capability ports [ | all] [authenticator | none] Description The config 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config 802.1x auth_parameter Purpose Used to configure the 802.1x Authentication parameters on a range of ports. The default parameter will return all ports in the specified range to their default 802.1x settings. Syntax config 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config 802.1x auth_parameter sending packets to a supplicant (user). reauth_period − Configures the time interval between successive re-authentications. enable_reauth [enable | disable] − Determines whether or not the Switch will re-authenticate. Enabled causes re-authentication of users at the time interval specified in the Re-authentication Period field, above.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config 802.1x init Purpose Used to initialize the 802.1x function on a range of ports. Syntax config 802.1x init [port_based ports [| all] | mac_based [ports] [ | all] {mac_address ] Description The config 802.1x init command is used to immediately initialize the 802.1x functions on a specified range of ports or for specified MAC addresses operating from a specified range of ports.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config 802.1x reauth ports Purpose Used to configure the 802.1x re-authentication feature of the Switch. Syntax config 802.1x reauth [port_based ports [| all] | mac_based [ports] [ | all] {mac_address ] Description The config 802.1x reauth command is used to re-authenticate a previously authenticated device based on port number or MAC address.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config radius add Purpose Used to add a new RADIUS server. Syntax config radius add key [default | {auth_port | acct_port }] Description The config radius add command is used to add RADIUS servers to the Switch. Parameters − Assigns a number to the current set of RADIUS server settings.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config radius delete 1 Command: config radius delete 1 Success. DES-6500:4# config radius Purpose Used to configure the Switch’s RADIUS settings. Syntax config radius {ipaddress | key | auth_port | acct_port } Description The config radius command is used to configure the Switch’s RADIUS settings.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To display RADIUS settings on the Switch: DES-6500:4#show radius Command: show radius Idx IP Address ----1 2 3 -----------------10.1.1.1 20.1.1.1 30.1.1.1 Auth-Port Acct-Port Number Number ----------------1812 1813 1800 1813 1812 1813 Status Key ----------Active Active Active -----------switch des3226 dlink Total Entries : 3 DES-6500:4# show acct_client Purpose Used to display the current RADIUS accounting client.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show auth_client Purpose Used to display the current RADIUS authentication client. Syntax show auth_client Description The show auth_client command is used to display the current RADIUS authentication client currently configured on the Switch. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show auth_diagnostics all – Specifies that all ports will be viewed. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To display the current authentication session statistics for port 16: DES-6500:4#show auth_session_statistics ports 1:16 Command: show auth_session_statistics ports 1:16 Port number : 1:16 SessionOctetsRx SessionOctetsTx SessionFramesRx SessionFramesTx SessionId SessionAuthenticMethod SessionTime SessionTerminateCause SessionUserName 0 0 0 0 Remote Authentication Server 0 SupplicantLogoff Trinity CTRL+C ESC q Quit SPACE n Next Page Enter N
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show auth_statistics ports 1:16 Command: show auth_statistics ports 1:16 Port number : 1:16 EapolFramesRx EapolFramesTx EapolStartFramesRx EapolReqIdFramesTx EapolLogoffFramesRx EapolReqFramesTx EapolRespIdFramesRx EapolRespFramesRx InvalidEapolFramesRx EapLengthErrorFramesRx 0 0 0 0 0 0 0 0 0 0 LastEapolFrameVersion 0 LastEapolFrameSource 00-00-00-00-00-00 CTRL+C ESC q Quit SPACE n Next Page Enter Next Entry a All 208
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 25 A CCESS C ONTROL L IST (ACL) C OMMANDS (I NCLUDING CPU) The xStack DES-6500 implement Access Control Lists that enable the Switch to deny network access to specific devices or device groups based on IP settings, MAC address, packet content and IPv6 settings. Command Parameters create access_profile profile_id [ethernet {vlan | source_mac | destination_mac | 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters delete cpu access_profile profile_id config cpu access_profile profile_id [add access_id [ethernet {vlan | source_mac | destination_mac | ethernet_type } | ip {vlan | source_ip | destination_ip | dscp | [icmp {type code } | igmp {type } | tcp {s
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual The ip parameter instructs the Switch that this new rule will be applied to the IP addresses contained within each frame’s header. source_ip tells the Switch that this rule will apply to the source IP addresses in each frame’s header. Finally, the IP address 10.42.73.1 will be combined with the source_ip_mask 255.255.255.0 to give the IP address 10.42.73.0 for any source IP address between 10.42.73.0 to 10.42.73.255.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters create access_profile profile_id [ethernet {vlan | source_mac | destination_mac | 802.1p | ethernet_type} config access_profile profile_id [add access_id [ethernet {vlan | source_mac | destination_mac | 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create access_profile (for Ethernet) Purpose Used to create an access profile on the Switch by examining the Ethernet part of the packet header. Masks entered can be combined with the values the Switch finds in the specified frame header fields. Specific values for the rules are entered using the config access_profile command, below.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (for Ethernet) Purpose Used to configure the Ethernet access profile on the Switch and to define specific values for the rules that will be used to by the Switch to determine if a given packet should be forwarded or filtered. Masks entered using the create access_profile command will be combined, using a logical AND operational method, with the values the Switch finds in the specified frame header fields.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (for Ethernet) permitted to be forwarded by the Switch. • priority − This parameter is specified to re-write the 802.1p default priority previously set in the Switch, which is used to determine the CoS queue to which packets are forwarded to. Once this field is specified, packets accepted by the Switch that match this priority are forwarded to the CoS queue specified previously by the user.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create access_profile (IP) 0x0-0xffff> | dst_port_mask } | protocol_id {user _mask }]} Description This command will allow the user to create a profile for packets that may be accepted or denied by the Switch by examining the IP part of the packet header.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create access_profile (IP) mask for the destination port. • protocol_id − Specifies that the Switch will examine each frame’s Protocol ID field. • user_define − Enter a hexidecimal value that will identify the protocol to be discovered in the packet header. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (IP) packet to see if it will be either forwarded or filtered based on one or more of the following: • vlan − Specifies that the access profile will apply to only to this VLAN. • source_ip − Specifies that the access profile will apply to only packets with this source IP address.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (IP) their header. • protocol_id − Specifies that the Switch will examine the Protocol field in each packet and if this field contains the value entered here, apply the appropriate rules. • user_define − Enter a hexidecimal value that will identify the protocol to be discovered in the packet header.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create access_profile (packet content mask) Purpose Used to create an access profile on the Switch by examining the Ethernet part of the packet header. Packet content masks entered will specify certain bytes of the packet header to be identified by the Switch. When the Switch recognizes a packet with the identical byte as the one configured, it will either forward or filter the packet, based on the users command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (packet content mask) Purpose To configure the rule for a previously created access profile command based on the packet content mask. Packet content masks entered will specify certain bytes of the packet header to be identified by the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (packet content mask) specifies switch number 2, port 4. 1:3-2:4 specifies all of the ports between switch 1, port 3 and switch 2, port 4 − in numerical order. permit – Specifies that packets that match the access profile are permitted to be forwarded by the Switch. • priority − This parameter is specified to re-write the 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create access_profile (ipv6) Purpose Used to create an access profile on the Switch by examining the IPv6 part of the packet header. Masks can be entered that will be combined with the values the Switch finds in the specified frame header fields. Specific values for the rules are entered using the config access_profile command, below.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (ipv6) Purpose Used to configure the IPv6 access profile on the Switch and to define specific values for the rules that will be used to by the Switch to determine if a given packet should be forwarded or filtered. Masks entered using the create access_profile command will be combined, using a logical AND operational method, with the values the Switch finds in the specified frame header fields.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config access_profile profile_id (ipv6) used to determine the CoS queue to which packets are forwarded to. Once this field is specified, packets accepted by the Switch that match this priority are forwarded to the CoS queue specified previously by the user. • {replace_priority} − Enter this parameter to re-write the 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4# delete access_profile profile_id 1 Command: delete access_profile profile_id 1 Success. DES-6500:4# show access_profile Purpose Used to display the currently configured access profiles on the Switch. Syntax show access_profile {profile_id } Description The show access_profile command is used to display the currently configured access profiles.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 2 ====================================================================== Access Profile ID: 3 TYPE : Packet Content ====================================================================== MASK Option : Offset 0-15 : 0xFFFFFFFF 0xFFFFFFFF 0xFFFFFFFF 0xFFFFFFFF Offset 16-31 : 0x0000FFFF 0xFFFF0000 0x0000000F 0x0F000000 Access ID : 1 Mode: Deny Ports: 1:1 Offset 0-15 : 0x11111111 0x11111111 0x11111111 0x11111111 Offset 16-31 : 0x00001111 0x11110
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create cpu access_profile address mask. • destination_mac - Specifies to examine the destination MAC address mask. • ethernet_type − Specifies that the switch will examine the Ethernet type value in each frame’s header. ip − Specifies that the switch will examine the IP address in each frame’s header. • vlan − Specifies a VLAN mask. • source_ip_mask − Specifies an IP address mask for the source IP address.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create cpu access_profile • dst_port_mask − Specifies a UDP port mask for the destination port. • protocol_id − Specifies that the Switch will examine each frame’s Protocol ID field. • user_define_mask − Specifies that the rule applies to the IP protocol ID and the mask options behind the IP header.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To delete the cpu access profile with a profile ID of 1: DES-6500:4#delete cpu access_profile profile_id 1 Command: delete cpu access_profile profile_id 1 Success. DES-6500:4# config cpu access_profile Purpose Used to configure a cpu access profile used for CPU Interface Filtering and to define specific values that will be used to by the Switch to determine if a given packet should be forwarded or filtered.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config cpu access_profile • vlan − Specifies that the access profile will apply to only to this VLAN. • source_mac − Specifies that the access profile will apply to this source MAC address. • destination_mac − Specifies that the access profile will apply to this destination MAC address.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config cpu access_profile in their header. • protocol_id − Specifies that the Switch will examine the protocol field in each packet and if this field contains the value entered here, apply the following rules. • user_define_mask − Specifies that the rule applies to the IP protocol ID and the mask options behind the IP header.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual enable cpu_interface_filtering Purpose Used to enable CPU interface filtering on the Switch. Syntax enable cpu_interface_filtering Description This command is used, in conjunction with the disable cpu_interface_filtering command below, to enable and disable CPU interface filtering on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show cpu_interface_filtering Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To show the CPU filtering state on the Switch: DES-6500:4#show cpu_interface_filtering Command: show cpu_interface_filtering Cpu_interface_filtering State Disabled DES-6500:4# show cpu_access_profile Purpose Used to view the CPU access profile entry currently set in the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 26 S AFEGUARD E NGINE C OMMANDS Periodically, malicious hosts on the network will attack the Switch by utilizing packet flooding (ARP Storm) or other methods. These attacks may increase the CPU utilization beyond its capability. To alleviate this problem, the Safeguard Engine function was added to the Switch’s software.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config safeguard_engine Purpose Used to configure the Safeguard Engine settings for the Switch. Syntax config safeguard_engine {state [enable | disable] | utilization {rising | falling | trap_log [enable | disable} | mode [strict | fuzzy]} Description This command is used to configure the settings for the Safeguard Engine function of this Switch, based on CPU utilization.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show safeguard_engine Purpose To display the Safeguard Engine parameters currently set in the Switch. Syntax show safeguard_engine Description This command is used to show the Safeguard Engine information currently set on the Switch. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 26 T RAFFIC S EGMENTATION C OMMANDS Traffic segmentation allows you to further sub-divide VLANs into smaller groups of ports that will help to reduce traffic on the VLAN. The VLAN rules take precedence, and then the traffic segmentation rules are applied. The traffic segmentation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show traffic_segmentation Purpose Used to display the current traffic segmentation configuration on the Switch. Syntax show traffic_segmentation Description The show traffic_segmentation command is used to display the current traffic segmentation configuration on the Switch. Parameters − Specifies a range of ports for which the current traffic segmentation configuration on the Switch will be displayed.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 28 D-L INK S INGLE IP M ANAGEMENT C OMMANDS Simply put, D-Link Single IP Management is a concept that will stack switches together over Ethernet instead of using stacking ports or modules. Switches using Single IP Management (labeled here as SIM) must conform to the following rules: SIM is an optional feature on the Switch and can easily be enabled or disabled.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 2. CS’s must change their role to CaS and then to MS, to become a MS of a SIM group. Thus the CS cannot directly be converted to a MS. 3. The user can manually configure a CS to become a CaS. 4. A MS can become a CaS by: a. Being configured as a CaS through the CS. b. If report packets from the CS to the MS time out. 5. The user can manually configure a CaS to become a CS 6.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual enable sim Purpose Used to enable Single IP Management (SIM) on the Switch Syntax enable sim Description This command will enable SIM globally on the Switch. SIM features and functions will not function properly unless this function is enabled. Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To enable SIM on the Switch: DES-6500:4#enable sim Command: enable sim Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show sim Description This command will display the current information regarding the SIM group on the Switch, including the following: SIM Version - Displays the current Single IP Management version on the Switch. Firmware Version - Displays the current Firmware version on the Switch. Device Name - Displays the user-defined device name on the Switch. MAC Address - Displays the MAC Address of the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show sim Command: show sim SIM Version Firmware Version Device Name MAC Address Capabilities Platform SIM State Role State Discovery Interval Hold Time : VER-1 : Build 3.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To show other groups information in summary, if group is specified: DES-6500:4#show sim group Command: show sim group SIM Group Name : default ID MAC Address --- ----------------*1 00-01-02-03-04-00 Platform / Capability -----------------------DGS-3324SR L3 Switch Hold Firmware Device Name Time Version ---------------------------40 4.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual reconfig Purpose Used to connect to a member switch, through the commander switch using telnet. Syntax reconfig [member_id | exit] Description This command is used to reconnect to a member switch using telnet. Parameters member_id - Select the ID number of the member switch to configure. exit – This command is used to exit from managing the member switch and will return to managing the commander switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config sim_group delete 1 Command: config sim_group delete 1 Please wait for ACK... Success. DES-6500:4# config sim Purpose Used to configure role parameters for the SIM protocol on the Switch. Syntax config sim [{[commander {group_name | candidate] | dp_interval <30-90> | hold_time }] Description This command is used to configure parameters of switches of the SIM.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config sim commander dp_interval 30 Command: config sim commander dp_interval 30 Success. DES-6500:4# To change the hold time of the discovery protocol: DES-6500:4# config sim commander hold_time 120 Command: config sim commander hold_time 120 Success. DES-6500:4# To transfer the commander switch to be a candidate: DES-6500:4#config sim candidate Command: config sim candidate Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual download sim_ms Purpose Used to download firmware or configuration file to an indicated device. Syntax download sim_ms [firmware | configuration] {[members | all]} Description This command will download a firmware file or configuration file to a specified device from a TFTP server. Parameters firmware – Specify this parameter to download firmware to members of a SIM group.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#download sim_ms configuration 10.53.13.94 c:/dgssri.txt members all Command: download sim_ms configuration 10.53.13.94 c:/dgssri.txt members all This device is updating configuration. Please wait...
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 29 T IME AND SNTP C OMMANDS The Simple Network Time Protocol (SNTP) {an adaptation of the Network Time Protocol (NTP)} commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To configure SNTP settings: DES-6500:4#config sntp primary 10.1.1.1 secondary 10.1.1.2 poll-interval 30 Command: config sntp primary 10.1.1.1 secondary 10.1.1.2 poll-interval 30 Success. DES-6500:4# show sntp Purpose Used to display the SNTP information. Syntax show sntp Description This command will display SNTP settings information including the source IP address, time and poll interval. Parameters None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#enable sntp Command: enable sntp Success. DES-6500:4# disable sntp Purpose Disables SNTP server support. Syntax disable sntp Description This will disable SNTP support. SNTP service must be separately configured (see config sntp). Parameters None. Restrictions Only administrator-level users can issue this command. Example: To stop SNTP support: DES-6500:4#disable sntp Command: disable sntp Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config time 30jun2003 16:30:30 Command: config time 30jun2003 16:30:30 Success. DES-6500:4# config time zone Purpose Used to determine the time zone used in order to adjust the system clock. Syntax config time_zone {operator [+ | -] | hour | min } Description This will adjust system clock settings according to the time zone. Time zone settings will adjust SNTP information accordingly.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config dst requirement. DST adjustment effects system time for both manually configured time and time set using SNTP service. Parameters disable - Disable the DST seasonal time adjustment for the Switch. repeating - Using repeating mode will enable DST seasonal time adjustment. Repeating mode requires that the DST beginning and ending date be specified using a formula.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config dst e_date - Configure the specific date (day of the month) to begin DST. • - The end date is expressed numerically. offset [30 | 60 | 90 | 120] - Indicates number of minutes to add or to subtract during the summertime. The possible offset times are 30, 60, 90, 120. The default value is 60. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 30 ARP C OMMANDS The ARP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create arpentry delete arpentry [ | all] show arpentry {ipif | static} show arpentry ipaddress config arp_aging time clear arptable Each command is listed, in detail, in the following sections.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete arpentry table. Parameters − The IP address of the end node or station. all − Deletes all ARP entries. Restrictions Only administrator-level users can issue this command. Example Usage: To delete an entry of IP address 10.48.74.121 from the ARP table: DES-6500:4#delete arpentry 10.48.74.121 Command: delete arpentry 10.48.74.121 Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show arpentry ipif − Enter the IP interface name for which to display ARP settings. Parameters static − Displays the static entries to the ARP table. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To display an entry in the ARP table: DES-6500:4#show arpentry ipaddress 10.1.1.169 Command: show arpentry ipaddress 10.1.1.169 ARP Aging Time : 30 Interface ------------System IP Address --------------10.1.1.169 MAC Address ----------------00-50-BA-70-E4-4E Type --------------Dynamic Total Entries = 1 DES-6500:4# clear arptable Purpose Used to remove all dynamic ARP table entries.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 31 VRRP C OMMANDS VRRP or Virtual Routing Redundancy Protocol is a function on the Switch that dynamically assigns responsibility for a virtual router to one of the VRRP routers on a LAN. The VRRP router that controls the IP address associated with a virtual router is called the Master, and will forward packets sent to this IP address.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example Usage: To enable VRRP globally on the Switch: DES-6500:4#enable vrrp Command: enable vrrp Success. DES-6500:4# Example usage: To enable the virtual IP address to be pinged: DES-6500:4#enable vrrp ping Command: enable vrrp ping Success. DES-6500:4# disable vrrp Purpose To disable the VRRP function on the Switch. Syntax disable vrrp {ping} Description This command will disable the VRRP function on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create vrrp vrid Purpose To create a VRRP router on the Switch. Syntax vrid ipif ipaddress {state [enable | disable] | priority | advertisement_interval | preempt [true | false] | critical_ip | critical_ip_state [enable | disable]} Description This command is used to create a VRRP interface on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create vrrp vrid network connections. critical_ip_state [enable | disable] - This parameter is used to enable or disable the critical IP address entered above. The default is disable. Restrictions Only administrator-level users can issue this command. Example usage: To create a VRRP entry: DES-6500:4#create vrrp vrid 1 ipif Darren ipaddress 11.1.1.1 state enable priority 200 advertisement_interval 1 preempt true critical_ip 10.53.13.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config vrrp vrid gateway that will be statically assigned to end hosts and must be set for all routers that participate in this group. advertisement_interval - Enter a time interval value, in seconds, for sending VRRP message packets. This value must be consistent with all routers participating within the same VRRP group. The default is 1 second.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config vrrp ipif Parameters ipif - Enter the name of a previously configured IP interface for which to configure the VRRP entry. This IP interface must be assigned to a VLAN on the Switch. authtype – Specifies the type of authentication used. The authtype must be consistent with all routers participating within the VRRP group.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show vrrp Command: show vrrp Global VRRP :Enabled Non-owner response PING : Disabled Interface Name Authentication type : System : No Authentication VRID :2 Virtual IP Address : 10.53.13.3 Virtual MAC Address : 00-00-5E-00-01-02 Virtual Router State : Master State : Enabled Priority : 255 Master IP Address : 10.53.13.3 Critical IP Address : 0.0.0.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 32 R OUTING TABLE C OMMANDS The routing table commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create iproute default Purpose Used to create IP route entries to the Switch’s IP routing table. Syntax create iproute default {} Description This command is used to create a default static IP route entry to the Switch’s IP routing table. Parameters − The gateway IP address for the next hop router.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete iproute default Purpose Used to delete a default IP route entry from the Switch’s IP routing table. Syntax delete iproute default Description This command will delete an existing default entry from the Switch’s IP routing table. Parameters - The gateway IP address for the next hop router. Restrictions Only administrator-level users can issue this command. Example usage: To delete the default IP route 10.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 33 R OUTE R EDISTRIBUTION C OMMANDS The route redistribution commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Route Source RIP Metric 0 to 16777214 Static 0 to 16777214 Local 0 to 16777214 Metric Type mettype 1 mettype 2 mettype 1 mettype 2 mettype 1 mettype 2 Allowed Metric Type combinations are mettype 1 or mettype 2. The metric value 0 above will be redistributed in OSPF as the metric 20.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Routing information source − OSPF and the Static Route table. Routing information will be redistributed to RIP. The following table lists the allowed values for the routing metrics and the types (or forms) of the routing information that will be redistributed.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config route redistribute dst ospf src • Type-1 calculates the metric (for RIP to OSPF) by adding the destination’s interface cost to the metric entered in the Metric field. • Type-2 uses the metric entered in the Metric field without change. This field applies only when the destination field is OSPF. metric − Allows the entry of an OSPF interface cost. This is analogous to a Hop Count in the RIP routing protocol.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config route redistribute dst rip src Parameters src {all | internal | external | type_1 | type_2 | inter+e1 | inter+e2} − Allows the selection of the protocol of the source device. The user may choose between: • all – Specifies both internal an external. • internal – Specifies the internal protocol of the source device. • external - Specifies the external protocol of the source device.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example Usage: To delete route redistribution settings: DES-6500:4#delete route redistribute dst rip src ospf Command: delete route redistribute dst rip src ospf Success. DES-6500:4# show route redistribute Purpose Used to display the route redistribution on the Switch. Syntax show route redistribute {dst [rip | ospf] | src [rip | static | local | ospf]} Description Displays the current route redistribution settings on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 34 DHCP R ELAY C OMMANDS The DHCP relay commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config dhcp_relay add ipif Purpose Used to add an IP destination address to the Switch's DHCP/BOOTP relay table. Syntax config dhcp_relay add ipif Description This command adds an IP address as a destination to which to forward (relay) DHCP/BOOTP relay packets. Parameters The name of the IP interface to be added to the Switch’s DHCP/BOOTP relay table. The DHCP server’s IP address.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config dhcp_relay option_82 state Purpose Used to configure the state of DHCP relay agent information option 82 of the switch. Syntax config dhcp_relay option_82 state [enable | disable] Description This command is used to configure the state of DHCP relay agent information option 82 of the switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To configure DHCP relay option 82 check: DES-6500:4#config dhcp_relay option_82 check enable Command: config dhcp_relay option_82 check enable Success. DES-6500:4# config dhcp_relay option_82 policy Purpose Used to configure the forwarding policy of relay agent information option 82 of the switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To show the DHCP relay configuration: DES-6500:4#show dhcp_relay Command: show dhcp_relay DHCP/BOOTP Relay Status DHCP/BOOTP Hops Count Limit DHCP/BOOTP Relay Time Threshold DHCP Relay Agent Information Option 82 State DHCP Relay Agent Information Option 82 Check DHCP Relay Agent Information Option 82 Policy Interface -----------System : Enabled :2 : 23 : Enabled : Enabled : Replace Server 1 Server 2 Server 3 Server 4 --------------- -----
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual disable dhcp_relay Purpose Used to disable the DHCP/BOOTP relay function on the switch. Syntax disable dhcp_relay Description This command is used to disable the DHCP/BOOTP relay function on the switch. Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To disable DHCP relay: DES-6500:4#disable dhcp_relay Command: disable dhcp_relay Success.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 35 DNS R ELAY C OMMANDS The DNS relay commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config dnsr [[primary | secondary] nameserver | [add | delete] static ] enable dnsr {cache | static} disable dnsr {cache | static} show dnsr {static} Each command is listed, in detail, in the following sections.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config dnsr add static dns1 10.43.21.12 Command: config dnsr add static dns1 10.43.21.12 Success. DES-6500:4# Example Usage: To delete an entry domain name dns1, IP address 10.43.21.12 from DNS static table. DES-6500:4#config dnsr delete static dns1 10.43.21.12 Command: config dnsr delete static dns1 10.43.21.12 Success. DES-6500:4# enable dnsr Purpose Used to enable DNS relay.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#enable dnsr cache Command: enable dnsr cache Success. DES-6500:4# Example Usage: To enable static table lookup for DNS relay. DES-6500:4#enable dnsr static Command: enable dnsr static Success. DES-6500:4# disable dnsr Purpose Used to disable DNS relay on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#disable dnsr cache Command: disable dnsr cache Success. DES-6500:4# Example Usage: To disable static table lookup for DNS relay. DES-6500:4#disable dnsr static Command: disable dnsr static Success. DES-6500:4# show dnsr Purpose Used to display the current DNS relay status. Syntax show dnsr {static} Description This command is used to display the current DNS relay status.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 36 RIP C OMMANDS The RIP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config rip reception of RIP packets. • v1_only − Specifies that only RIP v1 packets will be transmitted. • v2_only - Specifies that only RIP v2 packets will be transmitted. • v1_or_v2 - Specifies that only RIP v1 or v2 packets will be transmitted. state [enabled | disabled] − Allows RIP to be enabled and disabled on the Switch. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To disable rip: DES-6500:4#disable rip Command: disable rip Success. DES-6500:4# show rip Purpose Used to display the RIP configuration and statistics for the Switch. Syntax show rip {ipif } Description This command will display the RIP configuration and statistics for a given IP interface or for all IP interfaces.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 37 DVMRP C OMMANDS The DVMRP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config dvmrp state [enabled | disabled] − Allows DVMRP to be enabled or disabled. Restrictions Only administrator-level users can issue this command. Example Usage: To configure DVMRP configurations of IP interface System: DES-6500:4#config dvmrp ipif System neighbor_timeout 30 metric 1 probe 5 Command: config dvmrp ipif System neighbor_timeout 30 metric 1 probe 5 Success DES-6500:4# enable dvmrp Purpose Used to enable DVMRP.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example Usage: To disable DVMRP: DES-6500:4#disable dvmrp Command: disable dvmrp Success. DES-6500:4# show dvmrp routing_table Purpose Used to display the current DVMRP routing table. Syntax show dvmrp routing table [ipaddress ] Description The command is used to display the current DVMRP routing table. Parameters ipaddress − The IP address and netmask of the destination.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show dvmrp neighbor Parameters − The name of the IP interface for which to display the DVMRP neighbor table. ipaddress − The IP address and netmask of the destination. The address and mask information can be specified using the traditional format (for example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8). Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show dvmrp nexthop Command: show dvmrp nexthop Source IP Address/Netmask ----------------10.0.0.0/8 10.0.0.0/8 20.0.0.0/8 20.0.0.0/8 30.0.0.0/8 30.0.0.0/8 Interface Name --------------ip2 ip3 System ip3 System ip2 Type -----Leaf Leaf Leaf Leaf Leaf Leaf Total Entries: 6 DES-6500:4# show dvmrp Purpose Used to display the current DVMRP settings on the Switch.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 38 PIM C OMMANDS The PIM commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config pim ipif System hello 35 jp_interval 70 state enabled Command: config pim ipif System hello 35 jp_interval 70 state enabled Success. DES-6500:4# enable pim Purpose Used to enable PIM function on the Switch. Syntax enable pim Description This command will enable PIM for the Switch. PIM settings must first be configured for specific IP interfaces using the config pim command. Parameters None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show pim neighbor Purpose Used to display PIM neighbor router table entries. Syntax show pim neighbor {ipif | ipaddress } Description This command will list current entries in the PIM neighbor table for a specified IP interface or destination router IP address. Parameters ipif – The name of an IP interface for which to view the PIM neighbor router table.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To display PIM settings as configured on the Switch: DES-6500:4#show pim Command: show pim PIM Global State : Disabled PIM-DM Interface Table Interface -----------System Hello Join/Prune IP Address Interval Interval State -------------------------------------10.90.90.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 39 IP M ULTICASTING C OMMANDS The IP multicasting commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters show ipmc cache {group } {ipaddress } show ipmc {ipif | protocol [inactive | dvmrp | pim]} Each command is listed, in detail, in the following sections.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show ipmc Purpose Used to display the IP multicast interface table. Syntax show ipmc {ipif | protocol [inactive | dvmrp | pim} Description This command will display the current IP multicast interface table. Parameters − The name of the IP interface for which to display the IP multicast interface table for.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 40 MD5 C ONFIGURATION C OMMANDS The MD5 configuration commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create md5 key config md5 key delete md5 key show md5 {key } Each command is listed, in detail, in the following sections.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#config md5 key 1 taboo Command: config md5 key 1 taboo Success. DES-6500:4# delete md5 key Purpose Used to delete an entry in the MD5 key table. Syntax delete md5 key Description This command is used to delete a specific entry in the MD5 key table. Parameters − The MD5 key ID to delete. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 41 OSPF C ONFIGURATION C OMMANDS The OSPF configuration commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config ospf router_id enable ospf disable ospf show ospf create ospf area
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Command Parameters show ospf all create ospf virtual_link {hello_interval | dead_interval | authentication [none | simple | md5 ]} config ospf virtual_link {hello_interval | dead_interval | authentication [none | simple | md5 ]} delete ospf virtual_link
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#enable ospf Command: enable ospf Success. DES-6500:4# disable ospf Purpose Used to disable OSPF on the Switch. Syntax disable ospf Description This command, in combination with the enable ospf command above, is used to enable and disable OSPF on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To show OSPF state: DES-6500:4#show ospf Command: show ospf OSPF Router ID State : 10.1.1.2 : Enabled OSPF Interface Settings Interface IP Address Area ID ------------ ------------------ --------System 10.90.90.90/8 0.0.0.0 ip2 20.1.1.1/8 0.0.0.0 ip3 30.1.1.1/8 0.0.0.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create ospf area Purpose Used to configure OSPF area settings. Syntax create ospf area type [normal | stub {stub_summary [enabled | disabled] | metric }] Description This command is used to create an OSPF area and configure its settings. Parameters − The OSPF area ID. The user may enter a 32-bit number in the form of an IP address (xxx.xxx.xxx.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ospf area Purpose Used to configure an OSPF area’s settings. Syntax config ospf area type [normal | stub {stub_summary [enabled | disabled] | metric }] Description This command is used to configure an OSPF area’s settings. Parameters − The OSPF area ID. The user may enter a 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create ospf host_route Purpose Used to configure OSPF host route settings. Syntax create ospf host_route {area | metric } Description This command is used to configure the OSPF host route settings. Parameters − The host’s IP address. − A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ospf host_route Purpose Used to configure OSPF host route settings. Syntax config ospf host_route {area | metric } Description This command is used to configure an OSPF host route settings. Parameters − The IP address of the host. − A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create ospf aggregation Purpose Used to configure OSPF area aggregation settings. Syntax create ospf aggregation lsdb_type summary {advertise [enabled | disabled]} Description This command is used to create an OSPF area aggregation. Parameters − A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#delete ospf aggregation 10.1.1.1 10.48.76.122/16 lsdb_type summary Command: delete ospf aggregation 10.1.1.1 10.48.76..122/16 lsdb_type summary Success. DES-6500:4# config ospf aggregation Purpose Used to configure the OSPF area aggregation settings.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Usage Example To display OSPF area aggregation settings: DES-6500:4#show ospf aggregation Command: show ospf aggregation OSPF Area Aggregation Settings Area ID Aggregated Network Address ------------ --------------------10.1.1.1 10.0.0.0/8 10.1.1.1 20.2.0.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show ospf lsdb Command: show ospf lsdb Area ID ----------0.0.0.0 0.0.0.0 1.0.0.0 1.0.0.0 1.0.0.0 * LSDB Type -------------RTRLink Summary RTRLink Summary Summary ASExtLink Advertising Router ID -----------------50.48.75.73 50.48.75.73 50.48.75.73 50.48.75.73 50.48.75.73 50.48.75.73 Link State ID -----------------50.48.75.73 10.0.0.0/8 50.48.75.73 40.0.0.0/8 50.0.0.0/8 1.2.0.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual show ospf virtual_neighbor − A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. Parameters − The OSPF router ID for the neighbor. This is a 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the remote area’s Area Border Router. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ospf ipif metric − The interface metric (1 to 65535). Entering a 0 will allow automatic calculation of the metric. authentication – Enter the type of authentication preferred. The user may choose between: • none – Choosing this parameter will require no authentication.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ospf all interval between the transmission of OSPF Hello packets, in seconds. Between 1 and 65535 seconds can be specified. The Hello Interval, Dead Interval, Authorization Type, and Authorization Key should be the same for all routers on the same network.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual To display the current OSPF interface settings, for a specific OSPF interface: DES-6500:4#show ospf ipif ipif2 Command: show ospf ipif ipif2 Interface Name: ipif2 Network Medium Type: BROADCAST Area ID: 1.0.0.0 Priority: 1 DR Address: 123.234.12.34 Hello Interval: 10 Transmit Delay: 1 Authentication: None IP Address: 123.234.12.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual create ospf virtual_link Purpose Used to create an OSPF virtual interface. Syntax create ospf virtual_link {hello_interval | dead_interval | authentication [none | simple | md5 ]} Description This command is used to create an OSPF virtual interface. Parameters − A 32-bit number in the form of an IP address (xxx.xxx.xxx.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config ospf virtual_link Purpose Used to configure the OSPF virtual interface settings. Syntax config ospf virtual_link {hello_interval | dead_interval | authentication [none | simple | md5 ]} Description This command is used to configure the OSPF virtual interface settings. Parameters − A 32-bit number in the form of an IP address (xxx.xxx.xxx.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual delete ospf virtual_link Purpose Used to delete an OSPF virtual interface. Syntax delete ospf virtual_link Description This command will delete an OSPF virtual interface from the Switch. Parameters − A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. − The OSPF router ID for the remote area.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual DES-6500:4#show ospf virtual_link Command: show ospf virtual_link Virtual Interface Configuration Transit Area ID --------------10.0.0.0 Virtual Neighbor Router ---------------------20.0.0.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 43 J UMBO F RAME C OMMANDS Certain switches can support jumbo frames (frames larger than the standard Ethernet frame size of 1518 bytes). To transmit frames of up to 9216 bytes (and 9220 bytes tagged), the user can increase the maximum transmission unit (MTU) size from the default of 1536 by enabling the Jumbo Frame command.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Example usage: To enable the jumbo frame function on the Switch: DES-6500:4#disable jumbo_frame Command: disable jumbo_frame Success. DES-6500:4# show jumbo_frame Purpose Used to show the status of the jumbo frame function on the Switch. Syntax show jumbo_frame Description This command will show the status of the jumbo frame function on the Switch. Parameters None. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 45 C OMMAND H ISTORY L IST The command history list commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters ? {} show command_history config command_history Each command is listed, in detail, in the following sections. ? Purpose Used to display all commands in the Command Line Interface (CLI).
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config authen_application CTRL+C ESC q Quit SPACE n Next Page ENTER Next Entry a All Example usage: To display the parameters for a specific command: DES-6500:4#? config stp Command:? config stp Command: config stp Usage: {maxage | maxhops | hellotime | forwarddelay | txholdcount | fbpdu [enable | disable]} | lbd [enable | disable] | lbd_recover_timer [0 | 60-1000000]} Descripti
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual config command_history Purpose Used to configure the command history. Syntax config command_history Description This command is used to configure the command history. Parameters − The number of previously executed commands maintained in the buffer. Up to 40 of the latest executed commands may be viewed. Restrictions None.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual A T ECHNICAL S PECIFICATIONS Physical and Environmental AC inputs & External Redundant Power Supply 100 - 240 VAC, 50/60 Hz (internal universal power supply) Power Consumption 296W DES-6504: 30W maximum DES-6505: 20W maximum DES-6507: 30W maximum DES-6508: 27W maximum DES-6509: 20W maximum DES-6510: 28W maximum DES-6511: 296W maximum DES-6512: 20.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual Performance Transmission Method Store-and-forward-L3 Routing RAM Buffer 256 MB per Linecard, 256MB on CPU Card. Filtering Address Table 16 K MAC addresses per device 3K IP addresses per device Packet Filtering/ Forwarding Rate Full-wire speed for all connections. 148,810 pps per port (for 100Mbps) 1,488,100 pps per port (for 1000Mbps) MAC Address Learning Automatic update. Forwarding Table Age Time Max age: 10 - 1000000 seconds.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual General Standard IEEE 802.3u 100BASE-TX Fast Ethernet IEEE 802.3ab 1000BASE-T Gigabit Ethernet IEEE 802.1D Spanning Tree IEEE 802.1w Rapid Spanning Tree IEEE 802.1s Multiple Spanning Tree IEEE 802.1 P/Q VLAN IEEE 802.1p Priority Queues IEEE 802.1x Port and MAC Based Access Control IEEE 802.3ad Link Aggregation Control IEEE 802.3x Full-duplex Flow Control IEEE 802.
xStack DES-6500 Modular Layer 3 Chassis Ethernet Switch CLI Manual 331