D-Link DES-3550 Command Line Interface Reference Manual
D-Link DES-3550 Command Line Interface Reference Manual

D-Link DES-3550 Command Line Interface Reference Manual

Layer 2 switch
Hide thumbs Also See for DES-3550:

Advertisement

Quick Links

DES-3550
Layer 2 Switch
Command Line Interface Reference Manual
Release 3.5
May 2005
651ES3550055
RECYCLABLE

Advertisement

Table of Contents
loading

Summary of Contents for D-Link DES-3550

  • Page 1 DES-3550 Layer 2 Switch Command Line Interface Reference Manual Release 3.5 May 2005 651ES3550055 RECYCLABLE...
  • Page 3: Table Of Contents

    Table of Contents Introduction.............................. 1 Using the Console CLI ..........................4 Command Syntax ............................ 8 Basic Switch Commands........................11 Switch Port Commands ......................... 25 Port Security Commands ........................29 Network Management (SNMP) Commands..................33 Switch Utility Commands........................62 Network Monitoring Commands ......................75 Multiple Spanning Tree Protocol (MSTP) Commands ................
  • Page 4 SSH Commands..........................281 SSL Commands ..........................291 D-Link Single IP Management Commands ..................299 Command History List ......................... 312 Technical Specifications........................317...
  • Page 5: Introduction

    Ctrl+r to refresh the console screen. Figure 1-1. Initial CLI screen There is no initial username or password. Just press the Enter key twice to display the CLI input cursor − DES-3550:4#. This is the command line where all commands are input.
  • Page 6 DES-3550 Layer 2 Fast Ethernet Switch 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. You can change the default Switch IP address to meet the specification of your networking address scheme.
  • Page 7 DES-3550 Layer 2 Fast Ethernet Switch Figure 1-3. Assigning an IP Address In the above example, the Switch was assigned an IP address of 10.20.25.30 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, SNMP MIB browser and the CLI or via the Web-based management agent using the above IP address to connect to the Switch.
  • Page 8: Using The Console Cli

    ONSOLE The DES-3550 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.
  • Page 9 DES-3550 Layer 2 Fast Ethernet Switch Commands are entered at the command prompt, DES-3550: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 you enter a command without its required parameters, the CLI will prompt you with a Next possible completions: message.
  • Page 10 DES-3550 Layer 2 Fast Ethernet Switch To re-enter the previous command at the command prompt, press the up arrow cursor key. The previous command will appear at the command prompt. Figure 2-4. Using the Up Arrow to Re-enter a Command In the above example, the command config account was entered without the required parameter <username>, the CLI...
  • Page 11 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 12: Command Syntax

    DES-3550 Layer 2 Fast Ethernet Switch OMMAND 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.
  • Page 13 DES-3550 Layer 2 Fast Ethernet Switch {braces} Encloses an optional value or set of optional arguments. Purpose reset {[config | system]} Syntax In the above syntax example, you have the option to specify config Description 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.
  • Page 14 DES-3550 Layer 2 Fast Ethernet Switch Multiple Page Display Control Keys Space Displays the next page. CTRL+c Stops the display of remaining pages when multiple pages are to be displayed. Stops the display of remaining pages when multiple pages are to be displayed.
  • Page 15: Basic Switch Commands

    DES-3550 Layer 2 Fast Ethernet Switch ASIC WITCH OMMANDS The basic switch commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create account [admin | user] <username 15> config account <username 15>...
  • Page 16 DES-3550 Layer 2 Fast Ethernet Switch create account Used to create user accounts. Purpose Syntax create [admin | user] <username 15> The create account command is used to create user accounts that Description consist of a username of 1 to 15 characters and a password of 0 to 15 characters.
  • Page 17 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure the user password of “dlink” account: DES-3550: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.
  • Page 18 DES-3550 Layer 2 Fast Ethernet Switch delete account Used to delete an existing user account. Purpose Syntax delete account <username> The delete account command deletes a user account that has Description been created using the create account command. <username> Parameters Only Administrator-level users can issue this command.
  • Page 19 DES-3550 Layer 2 Fast Ethernet Switch show switch Used to display general information about the Switch. Purpose Syntax show switch This command displays information about the Switch. Description None. Parameters Only Administrator-level users can issue this command. Restrictions Example usage: To display the Switch’s information:...
  • Page 20 DES-3550 Layer 2 Fast Ethernet Switch show serial_port Used to display the current serial port settings. Purpose Syntax show serial_port This command displays the current serial port settings. Description None. Parameters None Restrictions Example usage: To display the serial port setting:...
  • Page 21 DES-3550 Layer 2 Fast Ethernet Switch config serial_port Used to configure the serial port. Purpose Syntax config serial_port {baud_rate [9600 | 19200 | 38400 | 115200] | 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.
  • Page 22 DES-3550 Layer 2 Fast Ethernet Switch enable clipaging Used to pause the scrolling of the console screen when the show Purpose command displays more than one page. Syntax enable clipaging Description This command is used when issuing the show command which causes the console screen to rapidly scroll through several pages.
  • Page 23 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To disable pausing of the screen display when show command output reaches the end of the page: DES-3550:4#disable clipaging Command: disable clipaging Success. DES-3550:4# enable telnet Purpose Used to enable communication with and management of the Switch using the Telnet protocol.
  • Page 24 DES-3550 Layer 2 Fast Ethernet Switch disable telnet Used to disable the Telnet protocol on the Switch. Purpose Syntax disable telnet This command is used to disable the Telnet protocol on the Switch. Description None. Parameters Only administrator-level users can issue this command.
  • Page 25 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To enable HTTP and configure port number: DES-3550:4#enable web 80 Command: enable web 80 Success. DES-3550:4# disable web Purpose Used to disable the HTTP-based management software on the Switch. Syntax disable web...
  • Page 26 DES-3550 Layer 2 Fast Ethernet Switch save Used to save changes in the Switch’s configuration to non-volatile Purpose RAM. Syntax save Description This command is used to enter the current switch configuration into non-volatile RAM. The saved switch configuration will be loaded into the Switch’s memory each time the Switch is restarted.
  • Page 27 DES-3550 Layer 2 Fast Ethernet Switch reset Used to reset the Switch to the factory default settings. Purpose Syntax reset {[config | system]} This command is used to restore the Switch’s configuration to the Description default settings assigned from the factory.
  • Page 28 DES-3550 Layer 2 Fast Ethernet Switch login Used to log in a user to the Switch’s console. Purpose Syntax login This command is used to initiate the login procedure. The user will be Description prompted for a Username and Password.
  • Page 29: Switch Port Commands

    DES-3550 Layer 2 Fast Ethernet Switch WITCH OMMANDS The switch port commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config ports [<portlist | all> {speed [auto | 10_half | 10_full |100_half | 100_full | 1000_full} | flow_control [enable | disable] | learning [enable | disable] state [enable | disable]} description <desc 32>...
  • Page 30 Only administrator-level users can issue this command. Example usage: To configure the speed of port 3 to be 10 Mbps, full duplex, with learning and state enabled: DES-3550:4#config ports 1-3 speed 10_full learning enable state enable Command: config ports 1-3 speed 10_full learning enable state enable Success.
  • Page 31 DES-3550 Layer 2 Fast Ethernet Switch show ports Used to display the current configuration of a range of ports. Purpose Syntax show ports <portlist> {description} This command is used to display the current configuration of a Description range of ports.
  • Page 32 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display the configuration of all ports on a standalone switch, with description: DES-3550:4#show ports description Command: show ports description Port Port Settings Connection Address State Speed/Duplex/FlowCtrl Speed/Duplex/FlowCtrl Learning ------ -------- ---------------------...
  • Page 33: Port Security Commands

    DES-3550 Layer 2 Fast Ethernet Switch ECURITY OMMANDS The Switch’s port security commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config port_security ports [<portlist> | all ] {admin_state [enable| disable] | max_learning_addr <max_lock_no 0-20>...
  • Page 34 DES-3550 Layer 2 Fast Ethernet Switch config port_security ports Purpose Used to configure port security settings. Syntax config port_security ports [<portlist> | all ] {admin_state [enable| disable] | max_learning_addr <max_lock_no 0-20> | lock_address_mode [Permanent | DeleteOnTimeout | DeleteOnReset]} This command allows for the configuration of the port security feature.
  • Page 35 DES-3550 Layer 2 Fast Ethernet Switch delete port_security_entry Used to delete a port security entry by MAC address, port number Purpose and VLAN ID. Syntax delete port_security_entry vlan name <vlan_name 32> mac_address <macaddr> port <port> This command is used to delete a single, previously learned port Description security entry by port, VLAN name, and MAC Address.
  • Page 36 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To clear a port security entry by port: DES-3550:4# clear port_security_entry port 6 Command: clear port_security_entry port 6 Success. DES-3550:4# show port_security Purpose Used to display the current port security configuration. Syntax show port_security {ports <portlist>}...
  • Page 37: Network Management (Snmp) Commands

    The DES-3550 supports 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. The three versions of SNMP vary in the level of security provided between the management station and the network device.
  • Page 38 DES-3550 Layer 2 Fast Ethernet Switch Command Parameters config snmp engineID <snmp_engineID> show snmp engineID create snmp group <groupname 32> {v1 | v2c |v3 [noauth_nopriv | auth_nopriv | auth_priv ]} {read_view <view_name 32> | write_view <view_name 32> | notify_view <view_name 32>}...
  • Page 39 DES-3550 Layer 2 Fast Ethernet Switch create snmp user Used to create a new SNMP user and adds the user to an SNMP group that is also created Purpose by this command. create snmp user <username 32> <groupname 32> {encrypted [ by_password auth Syntax [md5 <auth_password 8-16>...
  • Page 40 DES-3550 Layer 2 Fast Ethernet Switch To create an SNMP user on the Switch: DES-3550:4#create snmp user dlink default encrypted by_password auth md5 canadian priv none Command: create snmp user dlink default encrypted by_password auth md5 canadian priv none Success.
  • Page 41 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 42 − Exclude this object from the list of objects that an SNMP manager can access. Restrictions Only administrator-level users can issue this command. Example usage: To create an SNMP view: DES-3550:4#create snmp view dlinkview 1.3.6 view_type included Command: create snmp view dlinkview 1.3.6 view_type included Success. DES-3550:4#...
  • Page 43 DES-3550 Layer 2 Fast Ethernet Switch delete snmp view Purpose Used to remove an SNMP view entry previously created on the Switch. Syntax delete snmp view <view_name 32> [all | <oid>] Description The delete snmp view command is used to remove an SNMP view previously created on the Switch.
  • Page 44 DES-3550 Layer 2 Fast Ethernet Switch show snmp view Purpose Used to display an SNMP view previously created on the Switch. Syntax show snmp view {<view_name 32>} Description The show snmp view command displays an SNMP view previously created on the Switch.
  • Page 45 MIBs on the Switch. Restrictions Only administrator-level users can issue this command. Example usage: To create the SNMP community string “dlink:” DES-3550:4#create snmp community dlink view ReadView read_write Command: create snmp community dlink view ReadView read_write Success. DES-3550:4#...
  • Page 46 DES-3550 Layer 2 Fast Ethernet Switch delete snmp community Purpose Used to remove a specific SNMP community string from the Switch. Syntax delete snmp community <community_string 32> Description The delete snmp community command is used to remove a previously defined SNMP community string from the Switch.
  • Page 47 DES-3550 Layer 2 Fast Ethernet Switch show snmp community Purpose Used to display SNMP community strings configured on the Switch. Syntax show snmp community {<community_string 32>} Description The show snmp community command is used to display SNMP community strings that are configured on the Switch.
  • Page 48 DES-3550 Layer 2 Fast Ethernet Switch config snmp engineID Used to configure a name for the SNMP engine on the Switch. Purpose config snmp engineID <snmp_engineID> Syntax The config snmp engineID command configures a name for the SNMP engine on the Description Switch.
  • Page 49 DES-3550 Layer 2 Fast Ethernet Switch create snmp group Used to create a new SNMP group, or a table that maps SNMP users to SNMP views. Purpose create snmp group <groupname 32> [v1 | v2c | v3 [noauth_nopriv | auth_nopriv | Syntax auth_priv]] {read_view <view_name 32>...
  • Page 50 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To create an SNMP group named “sg1:” DES-3550:4#create snmp group sg1 v3 noauth_nopriv read_view v1 write_view v1 notify_view v1 Command: create snmp group sg1 v3 noauth_nopriv read_view v1 write_view v1 notify_view v1 Success.
  • Page 51 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 52 DES-3550 Layer 2 Fast Ethernet Switch Group Name : Group7 ReadView Name : ReadView WriteView Name : WriteView Notify View Name : NotifyView Security Model : SNMPv3 Security Level : authPriv Group Name : initial ReadView Name : restricted WriteView Name...
  • Page 53 DES-3550 Layer 2 Fast Ethernet Switch create snmp host Purpose Used to create a recipient of SNMP traps generated by the Switch’s SNMP agent. Syntax create snmp host <ipaddr> [v1 | v2c | v3 [noauth_nopriv | auth_nopriv | auth_priv] <auth_string 32>]...
  • Page 54 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To create an SNMP host to receive SNMP messages: DES-3550:4#create snmp host 10.48.74.100 v3 auth_priv public Command: create snmp host 10.48.74.100 v3 auth_priv public Success. DES-3550:4# delete snmp host Purpose Used to remove a recipient of SNMP traps generated by the Switch’s SNMP agent.
  • Page 55 DES-3550 Layer 2 Fast Ethernet Switch show snmp host Purpose Used to display the recipient of SNMP traps generated by the Switch’s SNMP agent. Syntax show snmp host {<ipaddr>} Description The show snmp host command is used to display the IP addresses...
  • Page 56 DES-3550 Layer 2 Fast Ethernet Switch create trusted_host Purpose Used to create the trusted host. Syntax create trusted_host <ipaddr> Description The create trusted_host command creates the trusted host. The Switch allows you to specify up to four IP addresses that are allowed to manage the Switch via in-band SNMP or TELNET based management software.
  • Page 57 DES-3550 Layer 2 Fast Ethernet Switch show trusted_host Purpose Used to display a list of trusted hosts entered on the Switch using the create trusted_host command above. Syntax show trusted_host <ipaddr> Description This command is used to display a list of trusted hosts entered on the Switch using the create trusted_host command above.
  • Page 58 DES-3550 Layer 2 Fast Ethernet Switch delete trusted_host Purpose Used to delete a trusted host entry made using the create trusted_host command above. Syntax delete trusted _host <ipaddr> Description This command is used to delete a trusted host entry made using the create trusted_host command above.
  • Page 59 DES-3550 Layer 2 Fast Ethernet Switch 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. Restrictions Only administrator-level users can issue this command.
  • Page 60 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 61 DES-3550 Layer 2 Fast Ethernet Switch disable snmp traps Purpose Used to disable SNMP trap support on the Switch. Syntax disable snmp traps Description This command is used to disable SNMP trap support on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 62 DES-3550 Layer 2 Fast Ethernet Switch config snmp system_contact Purpose Used to enter the name of a contact person who is responsible for the Switch. Syntax config snmp system_contact{<sw_contact>} Description The config snmp system_contact command is used to enter the name and/or other information to identify a contact person who is responsible for the Switch.
  • Page 63 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure the Switch location for “ ”: H Q 5 F DES-3550:4#config snmp system_location HQ 5F Command: config snmp system_location HQ 5F Success. DES-3550:4# config snmp system_name Purpose Used to configure the name for the Switch.
  • Page 64 DES-3550 Layer 2 Fast Ethernet Switch enable rmon Purpose Used to enable RMON on the Switch. Syntax enable rmon Description This command is used, in conjunction with the disable rmon command below, to enable and disable remote monitoring (RMON) on the Switch.
  • Page 65 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 66: Switch Utility Commands

    DES-3550 Layer 2 Fast Ethernet Switch WITCH TILITY OMMANDS The download/upload commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters download [ firmware <ipaddr> <path_filename 64> {section_id <int 1-2>} configuration <ipaddr>...
  • Page 67 DES-3550 Layer 2 Fast Ethernet Switch download Purpose Used to download and install new firmware or a Switch configuration file from a TFTP server. Syntax download [firmware <ipaddr> <path_filename 64> {image_id <int 1-2>} configuration <ipaddr> <path_filename 64> {increment} ] Description This command is used to download a new firmware or a Switch configuration file from a TFTP server.
  • Page 68 The download configuration command will inititiate the loading of the various settings in the order listed in the configuration file. When the file has been successfully loaded the message “End of configuration file for DES-3550” appears followed by the command prompt.
  • Page 69 DES-3550 Layer 2 Fast Ethernet Switch config firmware Purpose Used to configure the firmware section as a boot up section, or to delete the firmware section Syntax config firmware image_id <int 1-2> [delete | boot_up] Description This command is used to configure the firmware section. The user may choose to remove the firmware section or use it as a boot up section.
  • Page 70 DES-3550 Layer 2 Fast Ethernet Switch show firmware information Purpose Used to display the firmware section information. Syntax show firmware information Description This command is used to display the firmware section information Parameters None. Restrictions None Example usage: To display the current firmware information on the Switch:...
  • Page 71 DES-3550 Layer 2 Fast Ethernet Switch show config Purpose Used to display the current or saved version of the configuration settings of the switch. Syntax show config [ current_config | config_in_nvram ] Use this command to display all the configuration settings that are saved to NV Description RAM or display the configuration settings as they are currently configured.
  • Page 72 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To view the current configuration settings: DES-3550:4#show config current_config Command: show config current_config #------------------------------------------------------------------- DES-3550 Configuration Firmware: Build 3.01-B20 Copyright(C) 2000-2004 D-Link Corporation. All rights reserved. #------------------------------------------------------------------- # BASIC config serial_port baud_rate 9600 auto_logout 10_minutes...
  • Page 73 DES-3550 Layer 2 Fast Ethernet Switch upload Purpose Used to upload the current switch settings or the switch history log to a TFTP. Syntax upload [ configuration | log ] <ipaddr> <path_filename 64> Description This command is used to upload either the Switch’s current settings or the Switch’s history log to a TFTP server.
  • Page 74 DES-3550 Layer 2 Fast Ethernet Switch enable autoconfig Purpose Used to activate the autoconfiguration function for the Switch. This will load a previously saved configuration file stored on a designated TFTP server. Syntax enable autoconfig Description When autoconfig is enabled on the Switch, the DHCP reply will contain a configuration file and path name.
  • Page 75 Upon booting up the autoconfig process is initiated, the console screen will appear similar to the example below. The configuration settings will be loaded in normal order. DES-3550 Fast Ethernet Switch Command Line Interface Firmware: Build 3.01-B20 Copyright(C) 2000-2004 D-Link Corporation. All rights reserved.
  • Page 76 DES-3550 Layer 2 Fast Ethernet Switch NOTE: With autoconfig enabled, the Switch ipif settings now define the Switch as a DHCP client. Use the show switch command to display the new IP settings status. disable autoconfig Purpose Use this to deactivate autoconfiguration from DHCP.
  • Page 77 DES-3550 Layer 2 Fast Ethernet Switch show autoconfig Purpose Used to display the current autoconfig status of the Switch. Syntax show autoconfig Description This will list the current status of the autoconfiguration function. Parameters None. Restrictions None. Example usage: To upload a:...
  • Page 78 DES-3550 Layer 2 Fast Ethernet Switch ping Purpose Used to test the connectivity between network devices. Syntax ping <ipaddr> {times <value 1-255>} {timeout <sec 1-99>} Description The ping command sends Internet Control Message Protocol (ICMP) echo messages to a remote IP address. The remote IP address will then “echo”...
  • Page 79: Network Monitoring Commands

    DES-3550 Layer 2 Fast Ethernet Switch ETWORK ONITORING OMMANDS The network monitoring commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters show packet ports <portlist> show error ports <portlist>...
  • Page 80 DES-3550 Layer 2 Fast Ethernet Switch show packet ports Purpose Used to display statistics about the packets sent and received by the Switch. Syntax show packet ports <portlist> Description This command is used to display statistics about packets sent and received by ports specified in the <portlist>.
  • Page 81 DES-3550 Layer 2 Fast Ethernet Switch show error ports Purpose Used to display the error statistics for a range of ports. Syntax show error ports <portlist> Description This command will display all of the packet error statistics collected and logged by the Switch for a given port list.
  • Page 82 DES-3550 Layer 2 Fast Ethernet Switch show utilization Purpose Used to display real-time port and cpu utilization statistics. Syntax show utilization [cpu | ports {<portlist>}] Description This command will display the real-time port and cpu utilization statistics for the Switch.
  • Page 83 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display the port utilization statistics: DES-3550:4#show utilization ports Command: show utilization ports Port TX/sec RX/sec Util Port TX/sec RX/sec Util ------ ---------- ---------- ---- ------ ---------- ---------- ---- CTRL+C ESC q Quit SPACE n Next Page p Previous Page r Refresh...
  • Page 84 DES-3550 Layer 2 Fast Ethernet Switch To display the current cpu utilization: DES-3550:4#show utilization cpu Command: show utilization cpu CPU utilization : -------------------------------------------------------------------------------------------- Five seconds - 15% One minute - 25% Five minutes - 14% DES-3550:4# clear counters Purpose Used to clear the Switch’s statistics counters.
  • Page 85 DES-3550 Layer 2 Fast Ethernet Switch 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:...
  • Page 86 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display the switch history log: DES-3550:4#show log index 5 Command: show log index 5 Index Time Log Text ----- ------------------- ---------------------------------------------------- 00000 days 00:01:09 Successful login through Console (Username: Anonymous) 00000 days 00:00:14...
  • Page 87 DES-3550 Layer 2 Fast Ethernet Switch disable syslog Purpose Used to enable the system log to be sent to a remote host. Syntax disable syslog Description The disable syslog command enables the system log to be sent to a remote host.
  • Page 88 DES-3550 Layer 2 Fast Ethernet Switch create syslog host Used to create a new syslog host. Purpose create syslog host <index 1-4> ipaddress <ipaddr> {severity [informational | warning | Syntax all] | facility [local0 | local1 | local2 | local3 | local4 | local5 | local6 | local7] | udp_port <udp_port_number>...
  • Page 89 [enable | disable] − Allows the sending of syslog messages to the remote host, specified above, to be enabled and disabled. Only administrator-level users can issue this command. Restrictions Example usage: To create syslog host: DES-3550:4#create syslog host 1 severity all facility local0 Command: create syslog host 1 severity all facility local0 Success. DES-3550:4#...
  • Page 90 DES-3550 Layer 2 Fast Ethernet Switch config syslog host Used to configure the syslog protocol to send system log data to a remote host. Purpose config syslog host [all | <index 1-4>] {severity [informational | warning | all] | Syntax facility [local0 | local1 | local2 | local3 | local4 | local5 | local6 | local7] | udp_port <udp_port_number>...
  • Page 91 Only administrator-level users can issue this command. Restrictions Example usage: To configure a syslog host: DES-3550:4#config syslog host 1 severity all facility local0 Command: config syslog host all severity all facility local0 Success. DES-3550:4#...
  • Page 92 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure a syslog host for all hosts: DES-3550:4#config syslog host all severity all facility local0 Command: config syslog host all severity all facility local0 Success. DES-3550:4# delete syslog host Purpose Used to remove a syslog host, that has been previously configured, from the Switch.
  • Page 93 DES-3550 Layer 2 Fast Ethernet Switch show syslog host Purpose Used to display the syslog hosts currently configured on the Switch. Syntax show syslog host {<index 1-4>} Description The show syslog host command is used to display the syslog hosts that are currently configured on the Switch.
  • Page 94 DES-3550 Layer 2 Fast Ethernet Switch config system_severity Purpose To configure severity level of an alert required for log entry or trap message. 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.
  • Page 95 DES-3550 Layer 2 Fast Ethernet Switch To log critical warnings and send critical warnings to the SNMP agent: DES-3550:4#config system_severity all critical Command: config system_severity all critical Success. DES-3550:4#...
  • Page 96: Multiple Spanning Tree Protocol (Mstp) Commands

    DES-3550 Layer 2 Fast Ethernet Switch (MSTP) C ULTIPLE PANNING ROTOCOL 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.
  • Page 97 DES-3550 Layer 2 Fast Ethernet Switch The Multiple Spanning Tree Protocol commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters enable stp disable stp config stp version [mstp | rstp | stp] config stp {maxage <value 6-40>...
  • Page 98 DES-3550 Layer 2 Fast Ethernet Switch enable stp Purpose Used to globally enable STP on the Switch. Syntax enable stp Description This command allows the Spanning Tree Protocol to be globally enabled on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 99 DES-3550 Layer 2 Fast Ethernet Switch...
  • Page 100 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 101 DES-3550 Layer 2 Fast Ethernet Switch config stp Used to setup STP, RSTP and MSTP on the Switch. Purpose config stp {maxage <value 6-40> | maxhops <value 1-20> | hellotime <1-10> | Syntax forwarddelay <value 4-30>| txholdcount <value 1-10> | fbpdu [enable | disable]} This command is used to setup the Spanning Tree Protocol (STP) for the entire Switch.
  • Page 102 DES-3550 Layer 2 Fast Ethernet Switch config stp ports Used to setup STP on the port level. Purpose config stp ports <portlist> {externalCost [auto | <value 1-200000000>] | hellotime <value 1-10> | Syntax migrate [yes | no] edge [true | false] | p2p [true | false | auto] | state [enable | disable] | fbpdu [enable|disable] } This command is used to create and configure STP for a group of ports.
  • Page 103 To configure STP with path cost 19, hellotime set to 5 seconds, migration enable, and state enable for ports 1-5 of module 1. DES-3550:4#config stp ports 1-5 externalCost 19 hellotime 5 migrate yes state enable Command: config stp ports 1-5 externalCost 19 hellotime 5 migrate yes state enable Success.
  • Page 104 DES-3550 Layer 2 Fast Ethernet Switch config stp instance_id Used to add or delete an STP instance ID. Purpose config stp instance_id <value 1-4> [add_vlan | remove_vlan] <vidlist> Syntax This command is used to map VIDs (VLAN IDs) to previously configured STP instances on Description the Switch by creating an instance_id.
  • Page 105 DES-3550 Layer 2 Fast Ethernet Switch delete stp instance_id Purpose Used to delete a STP instance ID from the Switch. Syntax delete stp instance_id <value 1-4> Description This command allows the user to delete a previously configured STP instance ID from the Switch.
  • Page 106 Only administrator-level users can issue this command. Example usage: To configure the MSTP region of the Switch with revision_level 10 and the name “Trinity”: DES-3550:4#config stp mst_config_id revision_level 10 name Trinity Command : config stp mst_config_id revision_level 10 name Trinity Success.
  • Page 107 DES-3550 Layer 2 Fast Ethernet Switch config stp mst_ports Purpose Used to update the port configuration for a MSTP instance. Syntax config stp mst_ports <portlist> instance_id <value 0-4> {internalCost [auto | <value 1-20000000>] priority <value 0- 240> Description This command will update the port configuration for a STP instance_id.
  • Page 108 Example usage: To designate ports 1 through 5, with instance id 2, to have an auto internalCost and a priority of 16: DES-3550:4#config stp mst_config_id ports 1-5 instance_id 2 internalCost auto priority 16 Command : config stp mst_config_id ports 1-5 instance_id 2 internalCost auto priority 16 Success.
  • Page 109 DES-3550 Layer 2 Fast Ethernet Switch Status 2 : STP enabled for RSTP DES-3550:4#show stp Command: show stp STP Status : Enabled STP Version : RSTP Max Age : 20 Hello Time Forward Delay : 15 Max Age : 20...
  • Page 110 DES-3550 Layer 2 Fast Ethernet Switch show stp ports Purpose Used to display the Switch’s current STP ports configuration. Syntax show stp ports <portlist> Description This command displays the STP ports settings for a specified port or group of ports (one port at a time).
  • Page 111 DES-3550 Layer 2 Fast Ethernet Switch show stp instance_id Purpose Used to display the Switch’s STP instance configuration Syntax show stp instance_id <value 0-4> Description This command displays the Switch’s current STP Instance Settings and the STP Instance Operational Status.
  • Page 112 DES-3550 Layer 2 Fast Ethernet Switch show stp mst_config_id Purpose Used to display the MSTP configuration identification. Syntax show stp mst_config_id Description This command displays the Switch’s current MSTP configuration identification. Parameters None Restrictions None Example usage: To show the MSTP configuration identification currently set on the Switch:...
  • Page 113: Forwarding Database Commands

    DES-3550 Layer 2 Fast Ethernet Switch ORWARDING ATABASE OMMANDS The layer 2 forwarding database commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create fdb <vlan_name 32> <macaddr> port <port>...
  • Page 114 DES-3550 Layer 2 Fast Ethernet Switch create fdb Purpose Used to create a static entry to the unicast MAC address forwarding table (database). Syntax create fdb <vlan_name 32> <macaddr> port <port> Description This command will make an entry into the Switch’s unicast MAC address forwarding database.
  • Page 115 DES-3550 Layer 2 Fast Ethernet Switch create multicast_fdb Purpose Used to create a static entry to the multicast MAC address forwarding table (database) Syntax create multicast_fdb <vlan_name 32> <macaddr> Description This command will make an entry into the Switch’s multicast MAC address forwarding database.
  • Page 116 DES-3550 Layer 2 Fast Ethernet Switch config multicast_fdb Purpose Used to configure the Switch’s multicast MAC address forwarding database. Syntax config multicast_fdb <vlan_name 32> <macaddr> [add | delete] <portlist> Description This command configures the multicast MAC address forwarding table. Parameters <vlan_name 32>...
  • Page 117 DES-3550 Layer 2 Fast Ethernet Switch config fdb aging_time Purpose Used to set the aging time of the forwarding database. Syntax config fdb aging_time <sec 10-1000000> 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.
  • Page 118 DES-3550 Layer 2 Fast Ethernet Switch delete fdb Purpose Used to delete an entry to the Switch’s forwarding database. Syntax delete fdb <vlan_name 32> <macaddr> Description This command is used to delete a previous entry to the Switch’s MAC address forwarding database.
  • Page 119 DES-3550 Layer 2 Fast Ethernet Switch clear fdb Purpose Used to clear the Switch’s forwarding database of all dynamically learned MAC addresses. Syntax clear fdb [vlan <vlan_name 32> | port <port> | all] Description This command is used to clear dynamically learned entries to the Switch’s forwarding database.
  • Page 120 DES-3550 Layer 2 Fast Ethernet Switch show multicast_fdb Purpose Used to display the contents of the Switch’s multicast forwarding database. Syntax show mulitcast_fdb [vlan <vlan_name 32> | mac_address <macaddr>] Description This command is used to display the current contents of the Switch’s multicast MAC address forwarding database.
  • Page 121 DES-3550 Layer 2 Fast Ethernet Switch show fdb Used to display the current unicast MAC address forwarding database. Purpose show fdb {port <port> | vlan <vlan_name 32> | mac_address <macaddr> | static | Syntax aging_time} This command will display the current contents of the Switch’s forwarding database.
  • Page 122 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display unicast MAC address table: DES-3550:4#show fdb Command: show fdb Unicast MAC Address Aging Time = 300 VID VLAN Name MAC Address Port Type ---- ---------------- ----------------- ------ ---------------- default 00-00-39-34-66-9A...
  • Page 123 DES-3550 Layer 2 Fast Ethernet Switch config multicast port_filtering_mode Purpose Used to configure the multicast packet filtering mode on a port per port basis. Syntax config multicast port_filtering_mode [<portlist> | all] [forward_all_groups | forward_unregistered_groups | filter_unregistered_groups] Description This command will configure the multicast packet filtering mode for specified ports on the Switch.
  • Page 124 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To view the multicast port filtering mode for all ports: DES-3550:4#show multicast port_filtering_mode Command: show multicast port_filtering_mode Port Multicast Filter Mode ------ --------------------------- forward_unregistered_groups forward_unregistered_groups forward_unregistered_groups forward_unregistered_groups forward_unregistered_groups forward_unregistered_groups forward_unregistered_groups forward_unregistered_groups forward_unregistered_groups...
  • Page 125: Broadcast Storm Control Commands

    DES-3550 Layer 2 Fast Ethernet Switch ROADCAST TORM ONTROL OMMANDS The broadcast storm control commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config traffic control [<storm_grouplist> | all ] { broadcast [enable | disable] | multicast [enable | disable] | dlf [enable | disable] | threshold <value 0-...
  • Page 126 DES-3550 Layer 2 Fast Ethernet Switch config traffic control Purpose Used to configure broadcast/multicast traffic control. Syntax config traffic control [<storm_grouplist> | all] broadcast [enable | disable] | multicast [enable | disable] | dlf [enable | disable] | threshold <value 0-255>...
  • Page 127 DES-3550 Layer 2 Fast Ethernet Switch show traffic control Purpose Used to display current traffic control settings. Syntax show traffic control {group_list <storm_grouplist>} Description This command displays the current storm traffic control configuration on the Switch. group_list <storm_grouplist> − Used to specify a broadcast storm Parameters control group.
  • Page 128: Qos Commands

    OMMANDS The DES-3550 switch supports 802.1p priority queuing. The Switch has 4 priority queues. These priority queues are numbered from 3 (Class 3) — the highest priority queue — to 0 (Class 0) — the lowest priority queue. The eight priority tags specified in IEEE 802.1p (p0 to p7) are mapped to the Switch’s priority queues as follows:...
  • Page 129 DES-3550 Layer 2 Fast Ethernet Switch config bandwidth_control Purpose Used to configure bandwidth control on a port by-port basis. Syntax config bandwidth_control [<portlist>] {rx_rate [no_limit | <value 1-1000>] | tx_rate [no_limit<value 1-1000>]} Description The config bandwidth_control command is used to configure bandwidth on a port by-port basis.
  • Page 130 DES-3550 Layer 2 Fast Ethernet Switch show bandwidth_control Purpose Used to display the bandwidth control table. Syntax show bandwidth_control {<portlist>} Description The show bandwidth_control command displays the current bandwidth control configuration on the Switch, on a port-by-port basis. <portlist> − Specifies a port or range of ports to be viewed.
  • Page 131 DES-3550 Layer 2 Fast Ethernet Switch config scheduling Purpose Used to configure the traffic scheduling mechanism for each COS queue. Syntax config scheduling <class_id 0-3> [max_packet <value 0-255> | max_latency <value 0-255>] The Switch contains 4 hardware priority queues. Incoming packets must be mapped to Description one of these four queues.
  • Page 132 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure the traffic scheduling mechanism for each queue: DES-3550:4# config scheduling 0 max_packet 100 max_latency 150 Command: config scheduling 0 max_packet 100 max_latency 150 Success. DES-3550:4# show scheduling Purpose Used to display the currently configured traffic scheduling on the Switch.
  • Page 133 DES-3550 Layer 2 Fast Ethernet Switch config 802.1p user_priority Purpose Used to map the 802.1p user priority of an incoming packet to one of the four hardware queues available on the Switch. Syntax config 802.1p user_priority <priority 0-7> <class_id 0-3>...
  • Page 134 DES-3550 Layer 2 Fast Ethernet Switch show 802.1p user_priority Purpose Used to display the current mapping between an incoming packet’s 802.1p priority value and one of the Switch’s four hardware priority queues. Syntax show 802.1p user_priority Description The show 802.1p user_priority command displays the current mapping of an incoming packet’s 802.1p priority value to one of the...
  • Page 135 DES-3550 Layer 2 Fast Ethernet Switch config 802.1p default_priority Purpose Used to configure the 802.1p default priority settings on the Switch. If an untagged packet is received by the Switch, the priority configured with this command will be written to the packet’s priority field.
  • Page 136 DES-3550 Layer 2 Fast Ethernet Switch show 802.1 default_priority Purpose Used to display the currently configured 802.1p priority value that will be assigned to an incoming, untagged packet before being forwarded to its destination. Syntax show 802.1p default_priority {<portlist>} Description The show 802.1p default_priority command displays the currently...
  • Page 137: Port Mirroring Commands

    DES-3550 Layer 2 Fast Ethernet Switch IRRORING 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 <port> [add | delete] source ports <portlist> [rx | tx | both]...
  • Page 138 The Target port cannot be listed as a source port. Only administrator-level users can issue this command. Example usage: To add the mirroring ports: DES-3550:4# config mirror port 1 add source ports 2-7 both Command: config mirror port 1 add source ports 2-7 both Success. DES-3550:4#...
  • Page 139 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To delete the mirroring ports: DES-3550:4#config mirror port 1 delete source port 2-4 Command: config mirror 1 delete source 2-4 Success. DES-3550:4# enable mirror Purpose Used to enable a previously entered port mirroring configuration.
  • Page 140 DES-3550 Layer 2 Fast Ethernet Switch disable mirror Purpose Used to disable a previously entered port mirroring configuration. Syntax disable mirror Description This command, combined with the enable mirror command above, 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.
  • Page 141 DES-3550 Layer 2 Fast Ethernet Switch 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. Example usage:...
  • Page 142: Vlan Commands

    DES-3550 Layer 2 Fast Ethernet Switch VLAN C OMMANDS The VLAN commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create vlan <vlan_name 32> {tag <vlanid 1-4094> | advertisement} delete vlan <vlan_name 32>...
  • Page 143 DES-3550 Layer 2 Fast Ethernet Switch create vlan Purpose Used to create a VLAN on the Switch. Syntax create vlan <vlan_name 32> {tag <vlanid 1-4094> | advertisement} Description This command allows you to create a VLAN on the Switch. Parameters <vlan_name 32>...
  • Page 144 DES-3550 Layer 2 Fast Ethernet Switch delete vlan Purpose Used to delete a previously configured VLAN on the Switch. Syntax delete vlan <vlan_name 32> Description This command will delete a previously configured VLAN on the Switch. Parameters <vlan_name 32> − The VLAN name of the VLAN you want to delete.
  • Page 145 DES-3550 Layer 2 Fast Ethernet Switch config vlan Purpose Used to add additional ports to a previously configured VLAN. Syntax config vlan <vlan_name 32> {[add [tagged | untagged | forbidden] | delete] <portlist> | advertisement [enable | disable]} Description This command allows you to add ports to the port list of a previously configured VLAN.
  • Page 146 DES-3550 Layer 2 Fast Ethernet Switch To delete ports from a VLAN: DES-3550:4#config vlan v1 delete 6-8 Command: config vlan v1 delete 6-8 Success. DES-3550:4# config gvrp Purpose Used to configure GVRP on the Switch. Syntax config gvrp [<portlist> | all] {state [enable | disable] | ingress_checking [enable | disable] | acceptable_frame [tagged_only | admit_all] | pvid <vlanid 1-4094>}...
  • Page 147 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To set the ingress checking status, the sending and receiving GVRP information : DES-3550:4#config gvrp 1-4 state enable ingress_checking enable acceptable_frame tagged_only pvid 2 Command: config gvrp 1-4 state enable ingress_checking enable acceptable_frame tagged_only pvid 2 Success.
  • Page 148 DES-3550 Layer 2 Fast Ethernet Switch disable gvrp Purpose Used to disable GVRP on the Switch. Syntax disable gvrp Description This command, along with enable gvrp, is used to enable and disable GVRP on the Switch, without changing the GVRP configuration on the Switch.
  • Page 149 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display the Switch’s current VLAN settings: DES-3550:4#show vlan Command: show vlan VLAN Name : default VLAN TYPE : static Advertisement : Enabled Member ports : 1,5-50 Static ports : 1,5-50 Current Untagged ports : 1,5-50...
  • Page 150 DES-3550 Layer 2 Fast Ethernet Switch show gvrp Purpose Used to display the GVRP status for a port list on the Switch. Syntax show gvrp {<portlist>} Description This command displays the GVRP status for a port list on the Switch Parameters <portlist>...
  • Page 151: Asymmetric Vlan Commands

    DES-3550 Layer 2 Fast Ethernet Switch VLAN C SYMMETRIC OMMANDS The asymmetric VLAN commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters enable asymmetric_vlan disable asymmetric_vlan show asymmetric_vlan Each command is listed, in detail, in the following sections.
  • Page 152 DES-3550 Layer 2 Fast Ethernet Switch enable asymmetric_vlan Purpose Used to enable the asymmetric VLAN function on the Switch. Syntax enable asymmetric_vlan Description This command enables the asymmetric VLAN function on the Switch Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 153 DES-3550 Layer 2 Fast Ethernet Switch show asymmetric_vlan Purpose Used to view the asymmetric VLAN state on the Switch. Syntax show asymmetric_vlan Description This command displays the asymmetric VLAN state on the Switch Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 154: Link Aggregation Commands

    DES-3550 Layer 2 Fast Ethernet Switch GGREGATION OMMANDS The link aggregation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create link_aggregation group_id <value 1-6> {type [lacp | static]} delete link_aggregation group_id <value 1-6>...
  • Page 155 DES-3550 Layer 2 Fast Ethernet Switch create link_aggregation Purpose Used to create a link aggregation group on the Switch. Syntax create link_aggregation group_id <value 1-6> {type [lacp | static]} Description This command will create a link aggregation group with a unique identifier.
  • Page 156 DES-3550 Layer 2 Fast Ethernet Switch delete link_aggregation group_id Purpose Used to delete a previously configured link aggregation group. Syntax delete link_aggregation group_id <value 1-6> Description This command is used to delete a previously configured link aggregation group. Parameters <value 1-6> − Specifies the group ID. The Switch allows up to 6 link aggregation groups to be configured.
  • Page 157 Description This command allows you to configure a link aggregation group that was created with the create link_aggregation command above. The DES-3550 supports link_aggregation cross box which specifies that link aggregation groups may be spread over multiple switches in the switching stack.
  • Page 158 DES-3550 Layer 2 Fast Ethernet Switch 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 the part of the packet examined by the Switch when selecting the egress port for transmitting load-sharing data.
  • Page 159 DES-3550 Layer 2 Fast Ethernet Switch show link_aggregation Purpose Used to display the current link aggregation configuration on the Switch. Syntax show link_aggregation {group_id <value 1-6> | algorithm} Description This command will display the current link aggregation configuration of the Switch.
  • Page 160 DES-3550 Layer 2 Fast Ethernet Switch config lacp_ports Purpose Used to configure settings for LACP compliant ports. Syntax config lacp_ports <portlist> mode [active | passive] Description This command is used to configure ports that have been previously designated as LACP ports (see create link_aggregation).
  • Page 161 DES-3550 Layer 2 Fast Ethernet Switch show lacp_port Purpose Used to display current LACP port mode settings. Syntax show lacp_port {<portlist>} Description This command will display the LACP mode settings as they are currently configured. Parameters <portlist> - Specifies a port or range of ports to be configured.
  • Page 162: Basic Ip Commands

    DES-3550 Layer 2 Fast Ethernet Switch IP C ASIC OMMANDS The IP interface commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config ipif <ipif_name 12> [{ipaddress <network_address> | vlan <vlan_name 32>...
  • Page 163 DES-3550 Layer 2 Fast Ethernet Switch config ipif Purpose Used to configure the System IP interface. Syntax config ipif <ipif_name 12> [{ ipaddress <network_address> [ vlan <vlan_name 32> | state [enable | disable]} | bootp | dhcp] Description This command is used to configure the System IP interface on the Switch.
  • Page 164 DES-3550 Layer 2 Fast Ethernet Switch show ipif Purpose Used to display the configuration of an IP interface on the Switch. Syntax show ipif <ipif_name 12> Description This command will display the configuration of an IP interface on the Switch.
  • Page 165: Igmp Snooping Commands

    DES-3550 Layer 2 Fast Ethernet Switch IGMP S NOOPING OMMANDS The IGMP Snooping commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config igmp_snooping [<vlan_name 32> | all] {host_timeout <sec 1-16711450> | router_timeout <...
  • Page 166 DES-3550 Layer 2 Fast Ethernet Switch config igmp_snooping Purpose Used to configure IGMP snooping on the Switch. Syntax config igmp_snooping [<vlan_name 32> | all] {host_timeout <sec 1-16711450> | router_timeout <sec 1-16711450> | leave_timer <sec 0-16711450> | state [enable | disable]}...
  • Page 167 DES-3550 Layer 2 Fast Ethernet Switch config igmp_snooping querier Purpose This command configures IGMP snooping querier. Syntax config igmp_snooping querier [<vlan_name 32> | all] {query_interval <sec 1-65535> | max_response_time <sec 1-25> | robustness_variable <value 1-255> | last_member_query_interval <sec 1-25> | state [enable | disable]...
  • Page 168 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure IGMP snooping: DES-3550:4#config igmp_snooping querier default query_interval 125 state enable Command: config igmp_snooping querier default query_interval 125 state enable Success. DES-3550:4# config router_ports Purpose Used to configure ports as router ports.
  • Page 169 DES-3550 Layer 2 Fast Ethernet Switch enable igmp_snooping Purpose Used to enable IGMP snooping on the Switch. Syntax enable igmp_snooping {forward_mcrouter_only} Description This command allows you to enable IGMP snooping on the Switch. If forward_mcrouter_only is specified, the Switch will only forward all multicast traffic to the multicast router, only.
  • Page 170 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 171 DES-3550 Layer 2 Fast Ethernet Switch show igmp_snooping Purpose Used to show the current status of IGMP snooping on the Switch. Syntax show igmp_snooping {vlan <vlan_name 32>} Description This command will display the current IGMP snooping configuration on the Switch.
  • Page 172 DES-3550 Layer 2 Fast Ethernet Switch show igmp_snooping group Used to display the current IGMP snooping group configuration on the Switch. Purpose show igmp_snooping group {vlan <vlan_name 32>} Syntax This command will display the current IGMP snooping group configuration on the Switch.
  • Page 173 DES-3550 Layer 2 Fast Ethernet Switch show router_ports Purpose Used to display the currently configured router ports on the Switch. Syntax show router_ports {vlan <vlan_name 32>} {static | dynamic} Description This command will display the router ports currently configured on the Switch.
  • Page 174 DES-3550 Layer 2 Fast Ethernet Switch show igmp_snooping forwarding Purpose Used to display the IGMP snooping forwarding table entries on the Switch. Syntax show igmp_snooping forwarding {vlan <vlan_name 32>} Description This command will display the current IGMP snooping forwarding table entries currently configured on the Switch.
  • Page 175 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To view the current IGMP snooping group: DES-3550: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 Port Member : 2,4 VLAN Name...
  • Page 176: Limited Ip Multicast Address

    DES-3550 Layer 2 Fast Ethernet Switch IP M IMITED ULTICAST DDRESS The Limited IP Multicast command allows the administrator to permit or deny access to a port or range of ports by specifying a range of multicast addresses. The Limited IP Multicast Commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
  • Page 177 Only administrator-level users can issue this command. Example usage: To configure the limited multicast address on ports 1-3: DES-3550:4#config limited multicast address 1-3 from 224.1.1.1 to 224.1.1.2 access permit state enable Command: config limited multicast address 1-3 from 224.1.1.1 to 224.1.1.2 access permit state enable Success.
  • Page 178 DES-3550 Layer 2 Fast Ethernet Switch delete limited multicast address Purpose Used to delete Limited IP multicast address range. Syntax delete limited multicast address [all | <portlist>] Description The delete limited multicast address command allows the user to delete all multicast address ranges or a selected range based on what port or ports the range has been assigned to.
  • Page 179 DES-3550 Layer 2 Fast Ethernet Switch show limited multicast address Purpose Used to show per-port Limited IP multicast address range. Syntax show limited multicast address {<portlist>} Description The show limited multicast address command allows you to show multicat address range by ports.
  • Page 180: Dhcp Relay

    DES-3550 Layer 2 Fast Ethernet Switch DHCP R ELAY The Switch can setup as a DHCP relay agent. A DHCP relay agent extends the reach of a DHCP server so that it is not necessary to use multiple DHCP servers to accommodate multiple IP subnets. As a relay agent, the Switch does not manage IP addresses.
  • Page 181 DES-3550 Layer 2 Fast Ethernet Switch config dhcp_relay Purpose Used to configure the DHCP/BOOTP relay feature of the Switch. Syntax config dhcp_relay { hops <value 1-16> | time <sec 0-65535> } [ add | delete ] ipif <ipif_name 12> <ipaddr>...
  • Page 182 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure DHCP relay hops and timeout: DES-3550:4#config dhcp_relay hops 2 time 23 Command: config dhcp_relay hops 2 time 23 Success. DES-3550:4# To add an IP destination to the DHCP relay table: DES-3550:4#config dhcp_relay add ipif System 10.58.44.6...
  • Page 183 DES-3550 Layer 2 Fast Ethernet Switch config dhcp_relay option_82 Purpose Used to configure the DHCP relay agent option 82 of the Switch. Syntax config dhcp_relay option_82 {state [enable | disable] | check [enable | disable] | policy [replace | drop | keep] }...
  • Page 184 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure DHCP relay option 82 state: DES-3550:4#config dhcp_relay option_82 state enable Command: config dhcp_relay option_82 state enable Success. DES-3550:4# To configure DHCP relay option 82 check: DES-3550:4#config dhcp_relay option_82 check enable Command: config dhcp_relay option_82 check enable Success.
  • Page 185 DES-3550 Layer 2 Fast Ethernet Switch show dhcp_relay Purpose Used to display the current DHCP/BOOTP relay configuration. Syntax show dhcp_relay {ipif <ipif_name 12>} Description This command will display the current DHCP relay configuration for the Switch, or if an IP interface name is specified, the DHCP relay configuration for that IP interface.
  • Page 186 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To show a single IP destination of the DHCP relay configuration: DES-3550:4#show dhcp_relay ipif System Command: show dhcp_relay ipif System Interface Server 1 Server 2 Server 3 Server 4 ------------ --------------- --------------- --------------- -------------- System 10.58.44.6...
  • Page 187 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 188: Commands

    802.1X C OMMANDS The DES-3550 implements 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.
  • Page 189 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 190 DES-3550 Layer 2 Fast Ethernet Switch show 802.1x auth_configuration Purpose Used to display the current configuration of the 802.1x server on the Switch. Syntax show 802.1x auth_configuration {ports <portlist>} Description The show 802.1x user command is used to display the 802.1x Port-based or MAC- based Network Access control local users currently configured on the Switch.
  • Page 191 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display the 802.1x authentication states: DES-3550:4#show 802.1x auth_configuration ports 1 Command: show 802.1x auth_configuration ports 1 802.1X : Enabled Authentication Mode : Port_based Authentication Protocol : Radius_Eap Port number Capability : None...
  • Page 192 DES-3550 Layer 2 Fast Ethernet Switch 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 <portlist>} Description The show 802.1x auth_state command is used to display the current authentication state of the 802.1x Port-based and MAC-based Network Access Control server application on...
  • Page 193 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display the 802.1x auth state for Port-based 802.1x: DES-3550:4#show 802.1x auth_state Command: show 802.1x auth_state Port Auth PAE State Backend State Port Status ------ ----------------------- --------------------- ----------------- ForceAuth Success Authorized ForceAuth...
  • Page 194 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display the 802.1x auth state for MAC-based 802.1x: DES-3550:4#show 802.1x auth_state Command: show 802.1x auth_state Port number : 1:1 Index MAC Address Auth PAE State Backend State Port Status ------ -------------------...
  • Page 195 DES-3550 Layer 2 Fast Ethernet Switch config 802.1x auth_mode Purpose Used to configure the 802.1x authentication mode on the Switch. Syntax config 802.1x auth_mode {port_based | mac_based] Description The config 802.1x authentication mode command is used to enable either the port-based or MAC-based 802.1x authentication feature on the Switch.
  • Page 196 − The port is not controlled by the 802.1x functions. Restrictions Only administrator-level users can issue this command. Example usage: To configure 802.1x capability on ports 1-10: DES-3550:4#config 802.1x capability ports 1 – 10 authenticator Command: config 802.1x capability ports 1 – 10 authenticator Success. DES-3550:4#...
  • Page 197 DES-3550 Layer 2 Fast Ethernet Switch 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.1x auth_parameter ports [<portlist> | all] [default | {direction [both | in] | port_control [force_unauth | auto | force_auth] | quiet_period <sec 0-65535>...
  • Page 198 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure 802.1x authentication parameters for ports 1 – 20: DES-3550:4#config 802.1x auth_parameter ports 1–20 direction both Command: config 802.1x auth_parameter ports 1–20 direction both Success. DES-3550:4# config 802.1x auth_protocol Purpose Used to configure the 802.1x authentication protocol on the Switch.
  • Page 199 <macaddr> - Enter the MAC address to be initialized. Restrictions Only administrator-level users can issue this command. Example usage: To initialize the authentication state machine of all ports: DES-3550:4# config 802.1x init port_based ports all Command: config 802.1x init port_based ports all Success. DES-3550:4#...
  • Page 200 DES-3550 Layer 2 Fast Ethernet Switch config 802.1x reauth Purpose Used to configure the 802.1x re-authentication feature of the Switch. Syntax config 802.1x reauth {port_based ports [<portlist> | all] | mac_based [ports] [<portlist> | all] {mac_address <macaddr>}] Description The config 802.1x reauth command is used to re-authenticate a previously authenticated device based on port number.
  • Page 201 The default is 1813. Restrictions Only administrator-level users can issue this command. Example usage: To configure the RADIUS server communication setttings: DES-3550:4#config radius add 1 10.48.74.121 key dlink default Command: config radius add 1 10.48.74.121 key dlink default Success. DES-3550:4#...
  • Page 202 DES-3550 Layer 2 Fast Ethernet Switch config radius delete Purpose Used to delete a previously entered RADIUS server configuration. Syntax config radius delete <server_index 1-3> Description The config radius delete command is used to delete a previously entered RADIUS server configuration.
  • Page 203 <udp_port_number 1-65535> − The UDP port number for accounting requests. The default is 1813. Restrictions Only administrator-level users can issue this command. Example usage: To configure the RADIUS settings: DES-3550:4#config radius 1 10.48.74.121 key dlink default Command: config radius 1 10.48.74.121 key dlink default Success. DES-3550:4#...
  • Page 204 DES-3550 Layer 2 Fast Ethernet Switch show radius Purpose Used to display the current RADIUS configurations on the Switch. Syntax show radius Description The show radius command is used to display the current RADIUS configurations on the Switch. Parameters None.
  • Page 205: Access Control List (Acl) Commands

    ONTROL OMMANDS The DES-3550 implements Access Control Lists that enable the Switch to deny network access to specific devices or device groups based on IP settings or MAC address. Note: The ACL command set has been changed for the Release III firmware. In particular, note the different role of the profile_id and access_id parameters.
  • Page 206 DES-3550 Layer 2 Fast Ethernet Switch Access profiles allow you to establish criteria to determine whether or not the Switch will forward packets based on the information contained in each packet’s header. Creating an access profile is divided into two basic parts. First, an access profile must be created using the create access_profile command.
  • Page 207 DES-3550 Layer 2 Fast Ethernet Switch Due to a chipset limitation, the Switch supports a maximium of 9 access profiles. The rules used to define the access profiles are limited to a total of 800 rules for the Switch. There is an additional limitation on how the rules are distributed among the Fast Ethernet and Gigabit Ethernet ports. This limitation is described as follows: Fast Ethernet ports are limited to 200 rules for each of the three sequential groups of eight ports.
  • Page 208 DES-3550 Layer 2 Fast Ethernet Switch create access_profile Purpose Used to create an access profile on the Switch and to define which parts of each incoming frame’s header the Switch will examine. Masks can be entered that will be combined with the values the Switch finds in the specified frame header fields.
  • Page 209 DES-3550 Layer 2 Fast Ethernet Switch create access_profile ip − Specifies that the Switch will examine the IP address in each frame’s header. Parameters vlan − Specifies a VLAN mask. • source_ip_mask <netmask> − Specifies an IP address mask for the source IP address.
  • Page 210 DES-3550 Layer 2 Fast Ethernet Switch create access_profile packet_content_mask – Specifies that the Switch will mask the packet header beginning with the Parameters offset value specified as follows: offset_0-15 – Enter a value in hex form to mask the packet from the beginning of the packet •...
  • Page 211 DES-3550 Layer 2 Fast Ethernet Switch delete access_profile Purpose Used to delete a previously created access profile. Syntax delete access_profile [profile_id <value 1-255>] Description The delete access_profile command is used to delete a previously created access profile on the Switch.
  • Page 212 DES-3550 Layer 2 Fast Ethernet Switch config access_profile Used to configure an access profile on the Switch and to define specific values that will be used to Purpose 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 operation, with the values the Switch finds in the specified frame header fields.
  • Page 213 DES-3550 Layer 2 Fast Ethernet Switch config access_profile ip − Specifies that the Switch will look into the IP fields in each packet. Parameters vlan <vlan_name 32> − Specifies that the access profile will apply to only this VLAN. •...
  • Page 214 To configure the access profile with the profile ID of 1 to filter frames on port 7 that have IP addresses in the range between 10.42.73.0 to 10.42.73.255: DES-3550:4# config access_profile profile_id 1 add access_id 1 ip source_ip 10.42.73.1 port 7 deny Command: config access_profile profile_id 1 add access_id 1 ip source_ip 10.42.73.1 port 7 deny Success.
  • Page 215 DES-3550 Layer 2 Fast Ethernet Switch show access_profile Purpose Used to display the currently configured access profiles on the Switch. Syntax show access_profile {profile_id <value 1-255> {access_id <value 1-65535>}} Description The show access_profile command is used to display the currently configured access profiles.
  • Page 216 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display all of the currently configured access profiles on the Switch: DES-3550:4#show access_profile Command: show access_profile Access Profile Table Access Profile ID : 4 Type : IP Frame Filter Ports : All...
  • Page 217: Traffic Segmentation Commands

    DES-3550 Layer 2 Fast Ethernet Switch RAFFIC EGMENTATION 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.
  • Page 218 DES-3550 Layer 2 Fast Ethernet Switch config traffic_segmentation Purpose Used to configure traffic segmentation on the Switch. Syntax config traffic_segmentation [<portlist>] forward_list [null | <portlist>] Description The config traffic_segmentation command is used to configure traffic segmentation on the Switch. <portlist> − Specifies a port or range of ports that will be configured Parameters for traffic segmentation.
  • Page 219 DES-3550 Layer 2 Fast Ethernet Switch show traffic_segmentation Purpose Used to display the current traffic segmentation configuration on the Switch. Syntax show traffic_segmentation <portlist> Description The show traffic_segmentation command is used to display the current traffic segmentation configuration on the Switch.
  • Page 220: Time And Sntp Commands

    DES-3550 Layer 2 Fast Ethernet Switch SNTP C IME AND OMMANDS The Simple Network Time Protocol (SNTP) (an adaptation of the Network Time Protocol (NPT)) commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
  • Page 221 Only administrator-level users can issue this command. SNTP service must be enabled for this command to function (enable sntp). Example usage: To configure SNTP settings: DES-3550: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-3550:4#...
  • Page 222 DES-3550 Layer 2 Fast Ethernet Switch 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. Restrictions Only administrator-level users can issue this command.
  • Page 223 DES-3550 Layer 2 Fast Ethernet Switch enable sntp Purpose To enable SNTP server support. Syntax enable sntp Description This will enable SNTP support. SNTP service must be separately configured (see config sntp). Enabling and configuring SNTP support will override any manually configured system time settings.
  • Page 224 DES-3550 Layer 2 Fast Ethernet Switch disable sntp Purpose To disable 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.
  • Page 225 DES-3550 Layer 2 Fast Ethernet Switch config time Purpose Used to manually configure system time and date settings. Syntax config time <date ddmmmyyyy> <time hh:mm:ss> Description This will configure the system time and date settings. These will be overridden if SNTP is configured and enabled.
  • Page 226 Restrictions Only administrator-level users can issue this command. Example usage: To configure time zone settings: DES-3550:4#config time_zone operator + hour 2 min 30 Command: config time_zone operator + hour 2 min 30 Success. DES-3550:4# config dst...
  • Page 227 DES-3550 Layer 2 Fast Ethernet Switch config dst annual - Using annual mode will enable DST seasonal time adjustment. Annual mode requires that the DST beginning and ending date be specified concisely. For example, specify to begin DST on April 3 and end DST on October 14.
  • Page 228 DES-3550 Layer 2 Fast Ethernet Switch DES-3550:4#config dst repeating s_week 2 s_day tue s_mth 4 s_time 15:00 e_week 2 e_day wed e_mth 10 e_time 15:30 offset 30 Command: config dst repeating s_week 2 s_day tue s_mth 4 s_time 15:00 e_week 2 e_day wed e_mth 10 e_time 15:30 offset 30 Success.
  • Page 229: Ip-Mac Binding

    DES-3550 Layer 2 Fast Ethernet Switch IP-MAC B INDING The IP-MAC binding feature is a security measure that restricts access to a Switch to authorized users. Only the authorized client can access a Switch’s port by comparing a pre-configured IP/MAC matching database to the IP/MAC match extracted form ARP request or acknowledgement packets.
  • Page 230 <macaddr> The MAC address of the device where the IP-MAC binding is made. Restrictions Only administrator-level users can issue this command. Example usage: To create address binding on the switch: DES-3550:4# create address_binding ip_mac ipaddress 10.1.1.3 mac_address 00-00-00-00-00-04 Command: create address_binding ip_mac ipaddress 10.1.1.3 mac_address 00-00-00-00-00-04 Success. DES-3550:4# config address_binding ip_mac ipaddress Purpose Used to change an existing IP-MAC Binding entry.
  • Page 231 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To config address binding on the switch: DES-3550:4# config address_binding ip_mac ipaddress 10.1.1.3 mac_address 00-00-00-00-00-05 Command: config address_binding ip_mac ipaddress 10.1.1.3 mac_address 00-00-00-00-00-05 Success. DES-3550:4# config address_binding ip_mac ports Purpose Used to configure an IP-MAC state to enable or disable for specified ports.
  • Page 232 DES-3550 Layer 2 Fast Ethernet Switch show address_binding Purpose Used to display IP-MAC Binding entries, port status and list blocked addresses. Syntax show address_binding [ ip_mac { [ all | ipaddress <ipaddr> mac_address<macaddr> ] } | blocked { [ all | vlan_name <vlan_name> mac_address <macaddr> ] } | ports ]...
  • Page 233 Restrictions Only administrator-level users can issue this command. Example usage: To delete an IP-MAC binding entry from the database of authorized addresses: DES-3550:4# delete address-binding ip-mac ipaddress 10.1.1.1 mac_address 00-00-00-00-00-06 Command: delete address-binding ip-mac ipaddress 10.1.1.1 mac_address 00-00-00-00-00-06 Success. DES-3550:4#...
  • Page 234: Arp Commands

    DES-3550 Layer 2 Fast Ethernet Switch 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 <ipaddr> <macaddr> config arpentry <ipaddr> <macaddr> delete arpentry {[<ipaddr>...
  • Page 235 DES-3550 Layer 2 Fast Ethernet Switch create arpentry Purpose Used to make a static entry into the ARP table. Syntax create arpentry <ipaddr> <macaddr> Description This command is used to enter an IP address and the corresponding MAC address into the Switch’s ARP table.
  • Page 236 DES-3550 Layer 2 Fast Ethernet Switch config arpentry Purpose Used to configure a static entry in the ARP table. Syntax config arpentry <ipaddr> <macaddr> Description This command is used to configure a static entry in the ARP Table. The user may specify the IP address and the corresponding MAC address of an entry in the Switch’s ARP table.
  • Page 237 DES-3550 Layer 2 Fast Ethernet Switch delete arpentry Purpose Used to delete a static entry into the ARP table. Syntax delete arpentry {[<ipaddr> | all]} Description This command is used to delete a static ARP entry, made using the create arpentry command above, by specifying either the IP address of the entry or all.
  • Page 238 DES-3550 Layer 2 Fast Ethernet Switch config arp_aging time Purpose Used to configure the age-out timer for ARP table entries on the Switch. Syntax config arp_aging time <value 0-65535> Description This command sets the maximum amount of time, in minutes, that an ARP entry can remain in the Switch’s ARP table, without being...
  • Page 239 DES-3550 Layer 2 Fast Ethernet Switch show arpentry Purpose Used to display the ARP table. Syntax show arpentry {ipif <ipif_name 12> | ipaddress <ipaddr> | [static | local]} Description This command is used to display the current contents of the Switch’s ARP table.
  • Page 240 DES-3550 Layer 2 Fast Ethernet Switch clear arptable Purpose Used to remove all dynamic ARP table entries. Syntax clear arptable Description This command is used to remove dynamic ARP table entries from the Switch’s ARP table. Static ARP table entries are not affected.
  • Page 241: Routing Table Commands

    DES-3550 Layer 2 Fast Ethernet Switch OUTING ABLE OMMANDS The routing table commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create iproute [default] <ipaddr> {<metric 1-65535>} delete iproute...
  • Page 242 DES-3550 Layer 2 Fast Ethernet Switch create iproute default Purpose Used to create IP route entries to the Switch’s IP routing table. Syntax create iproute [default] <ipaddr> {<metric 1-65535>} Description This command is used to create a default static IP route entry to the Switch’s IP routing table.
  • Page 243 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 244 DES-3550 Layer 2 Fast Ethernet Switch show iproute Purpose Used to display the Switch’s current IP routing table. Syntax show iproute Description This command will display the Switch’s current IP routing table. Parameters None. Restrictions None. Example Usage: To display the contents of the IP routing table:...
  • Page 245: Mac Notification Commands

    DES-3550 Layer 2 Fast Ethernet Switch MAC N OTIFICATION OMMANDS The MAC notification commands in the Command Line Interface (CLI) are listed, in the following table, along with their appropriate parameters. Command Parameters enable mac_notification disable mac_notification config mac_notification {interval <int 1-2147483647> | historysize <int 1-500>...
  • Page 246 DES-3550 Layer 2 Fast Ethernet Switch enable mac_notification Purpose Used to enable global MAC address table notification on the Switch. Syntax enable mac_notification Description This command is used to enable MAC address notification without changing configuration. Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 247 DES-3550 Layer 2 Fast Ethernet Switch config mac_notification Purpose Used to configure MAC address notification. Syntax config mac_notification {interval <int 1-2147483647> | historysize <int 1-500> Description MAC address notificiation is used to monitor MAC addresses learned and entered into the FDB.
  • Page 248 DES-3550 Layer 2 Fast Ethernet Switch config mac_notification ports Purpose Used to configure MAC address notification status settings. Syntax config mac_notification ports [<portlist | all] [enable | disable] Description MAC address notificiation is used to monitor MAC addresses learned and entered into the FDB.
  • Page 249 DES-3550 Layer 2 Fast Ethernet Switch show mac_notification Purpose Used to display the Switch’s MAC address table notification global settings Syntax show mac_notification Description This command is used to display the Switch’s MAC address table notification global settings. Parameters None.
  • Page 250 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display all port’s MAC address table notification status settings: DES-3550:4#show mac_notification ports Command: show mac_notification ports Port # MAC Address Table Notification State ------ ----------------------------------------------------- Disabled Disabled Disabled Disabled Disabled Disabled...
  • Page 251: Access Authentication Control Commands

    DES-3550 Layer 2 Fast Ethernet Switch CCESS UTHENTICATION ONTROL OMMANDS The TACACS / XTACACS / TACACS+ / RADIUS commands let you secure access to the Switch using the TACACS / XTACACS / TACACS+ / 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.
  • Page 252 DES-3550 Layer 2 Fast Ethernet Switch 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.)
  • Page 253 DES-3550 Layer 2 Fast Ethernet Switch Command Parameters enable authen_policy disable authen_policy show authen_policy create authen_login <string 15> method_list_name config authen_login [default | method_list_name <string 15>] method {tacacs | xtacacs | tacacs+ | radius | server_group <string 15> | local | none} delete authen_login <string 15>...
  • Page 254 DES-3550 Layer 2 Fast Ethernet Switch Each command is listed, in detail, in the following sections. enable authen_policy Purpose Used to enable system access authentication policy. Syntax enable authen_policy Description This command will enable an administrator-defined authentication policy for users trying to access the Switch. When enabled, the device will check the method list and choose a technique for user authentication upon login.
  • Page 255 DES-3550 Layer 2 Fast Ethernet Switch disable authen_policy Purpose Used to disable system access authentication policy. Syntax disable authen_policy Description This command will disable the administrator-defined authentication policy for users trying to access the Switch. When disabled, the Switch will access the local user account database for username and password verification.
  • Page 256 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 257 DES-3550 Layer 2 Fast Ethernet Switch create authen_login method_list_name Purpose Used to create a user defined method list of authentication methods for users logging on to the Switch. Syntax create authen_login method_list_name <string 15> Description This command is used to create a list for authentication techniques for user login.
  • Page 258 DES-3550 Layer 2 Fast Ethernet Switch config authen_login Purpose Used to configure a user-defined or default method list of authentication methods for user login. Syntax config authen_login [default | method_list_name <string 15>] method {tacacs | xtacacs | tacacs+ | radius | server_group <string 15> | local | none}...
  • Page 259 DES-3550 Layer 2 Fast Ethernet Switch config authen_login TACACS protocol from a remote TACACS server. xtacacs – Adding this parameter will require the user to be authenticated using the XTACACS protocol from a remote XTACACS server. tacacs+ – Adding this parameter will require the user to be authenticated using the TACACS+ protocol from a remote TACACS+ server.
  • Page 260 Command: config authen_login method_list_name Trinity method tacacs xtacacs local Success. DES-3550:4# Example usage: To configure the default method list with authentication methods xtacacs, tacacs+ and local, in that order: DES-3550:4#config authen_login default method xtacacs tacacs+ local Command: config authen_login default method xtacacs tacacs+ local Success. DES-3550:4#...
  • Page 261 DES-3550 Layer 2 Fast Ethernet Switch 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. Syntax delete authen_login method_list_name <string 15> Description This command is used to delete a list for authentication methods for user login.
  • Page 262 DES-3550 Layer 2 Fast Ethernet Switch show authen_login Purpose Used to display a previously configured user defined method list of authentication methods for users logging on to the Switch. Syntax show authen_login [default | method_list_name <string 15> | all] Description This command is used to show a list of authentication methods for user login.
  • Page 263 DES-3550 Layer 2 Fast Ethernet Switch create authen_enable method_list_name Purpose Used to create a user-defined method list of authentication methods for promoting normal user level privileges to Administrator level privileges on the Switch. Syntax create authen_enable method_list_name <string 15> Description This command is used to promote users with normal level privileges to Administrator level privileges using authentication methods on the Switch.
  • Page 264 DES-3550 Layer 2 Fast Ethernet Switch 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. Syntax config authen_enable [default | method_list_name <string 15>] method {tacacs | xtacacs | tacacs+ | radius | server_group <string 15>...
  • Page 265 Success. DES-3550:4# Example usage: To configure the default method list with authentication methods xtacacs, tacacs+ and local, in that order: DES-3550:4#config authen_enable default method xtacacs tacacs+ local Command: config authen_enable default method xtacacs tacacs+ local Success. DES-3550:4#...
  • Page 266 DES-3550 Layer 2 Fast Ethernet Switch 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. Syntax delete authen_enable method_list_name <string 15> Description...
  • Page 267 DES-3550 Layer 2 Fast Ethernet Switch show authen_enable Purpose Used to display the method list of authentication methods for promoting normal user level privileges to Administrator level privileges on the Switch. Syntax show authen_enable [default | method_list_name <string 15> | all]...
  • Page 268 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To display all method lists for promoting user level privileges to administrator level privileges. DES-3550:4#show authen_enable all Command: show authen_enable all Method List Name Priority Method Name Comment ---------------- -------- --------------- ------------------...
  • Page 269 DES-3550 Layer 2 Fast Ethernet Switch config authen application Used to configure various applications on the Switch for Purpose authentication using a previously configured method list. config authen application [console | telnet | ssh | http | all] Syntax [login | enable] [default | method_list_name <string 15>]...
  • Page 270 DES-3550 Layer 2 Fast Ethernet Switch show authen application Purpose Used to display authentication methods for the various applications on the Switch. Syntax show authen application Description This command will display all of the authentication method lists (login, enable administrator privileges) for Switch configuration applications (console, telnet, ssh, web) currently configured on the Switch.
  • Page 271 DES-3550 Layer 2 Fast Ethernet Switch create authen server_host Purpose Used to create an authentication server host. Syntax create authen server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius] {port <int 1-65535> | key [<key_string 254> | none] | timeout <int 1- 255>...
  • Page 272 To create a TACACS+ authentication server host, with port number 1234, a timeout value of 10 seconds and a retransmit count of 5. DES-3550:4#create authen server_host 10.1.1.121 protocol tacacs+ port 1234 timeout 10 retransmit 5 Command: create authen server_host 10.1.1.121 protocol tacacs+ port 1234 timeout 10 retransmit 5 Success.
  • Page 273 DES-3550 Layer 2 Fast Ethernet Switch config authen server_host Purpose Used to configure a user-defined authentication server host. Syntax create authen server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius] {port <int 1-65535> | key [<key_string 254> | none] | timeout <int 1-255> | retransmit <...
  • Page 274 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To configure a TACACS+ authentication server host, with port number 4321, a timeout value of 12 seconds and a retransmit count of 4. DES-3550:4#config authen server_host 10.1.1.121 protocol tacacs+ port 4321 timeout 12 retransmit 4 Command: config authen server_host 10.1.1.121 protocol tacacs+ port...
  • Page 275 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To delete a user-defined TACACS+ authentication server host: DES-3550:4#delete authen server_host 10.1.1.121 protocol tacacs+ Command: delete authen server_host 10.1.1.121 protocol tacacs+ Success. DES-3550:4# show authen server_host Purpose Used to view a user-defined authentication server host.
  • Page 276 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To view authenticaion server hosts currently set on the Switch: DES-3550:4#show authen server_host Command: show authen server_host IP Address Protocol Port Timeout Retransmit Key --------------- -------- ----- ------- --------------- ------------------ 10.53.13.94 TACACS...
  • Page 277 DES-3550 Layer 2 Fast Ethernet Switch config authen server_group Purpose Used to configure a user-defined authentication server group. Syntax config authen server_group [tacacs | xtacacs | tacacs+ | radius | <string 15>] [add | delete] server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius] Description This command will configure an authentication server group.
  • Page 278 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To add an authentication host to server group “group_1”: DES-3550:4# config authen server_group group_1 add server_host 10.1.1.121 protocol tacacs+ Command: config authen server_group group_1 add server_host 10.1.1.121 protocol tacacs+ Success. DES-3550:4# delete authen server_group Purpose Used to delete a user-defined authentication server group.
  • Page 279 DES-3550 Layer 2 Fast Ethernet Switch show authen server_group Purpose Used to view authentication server groups on the Switch. Syntax show authen server_group <string 15> Description This command will display authentication server groups currently configured on the Switch. This command will display the following fields: Group Name: The name of the server group currently configured on the Switch, including built in groups and user defined groups.
  • Page 280 DES-3550 Layer 2 Fast Ethernet Switch config authen parameter response_timeout Purpose Used to configure the amount of time the Switch will wait for a user to enter authentication before timing out. Syntax config authen parameter response_timeout <int 1-255> Description This command will set the time the Switch will wait for a response of authentication from the user.
  • Page 281 DES-3550 Layer 2 Fast Ethernet Switch config authen parameter attempt Purpose Used to configure the maximum number of times the Switch will accept authentication attempts. Syntax config authen parameter attempt <int 1-255> Description This command will configure the maximum number of times the Switch will accept authentication attempts.
  • Page 282 DES-3550 Layer 2 Fast Ethernet Switch show authen parameter Purpose Used to display the authentication parameters currently configured on the Switch. Syntax show authen parameter Description This command will display the authentication parameters currently configured on the Switch, including the response timeout and user authentication attempts.
  • Page 283 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 284 DES-3550 Layer 2 Fast Ethernet Switch config admin local_enable Purpose Used to configure the local enable password for administrator level privileges. Syntax config admin local_enable Description This command will configure the locally enabled password for the enable admin command. When a user chooses the “local_enable”...
  • Page 285: Ssh Commands

    DES-3550 Layer 2 Fast Ethernet Switch SSH C OMMANDS The steps required to use the Secure Shell (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 <username> <password> command.
  • Page 286 DES-3550 Layer 2 Fast Ethernet Switch enable shh Purpose Used to enable SSH. Syntax enable ssh Description This command allows you to enable SSH on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command. Usage Example: To enable SSH:...
  • Page 287 DES-3550 Layer 2 Fast Ethernet Switch config ssh authmode Purpose Used to configure the SSH authentication mode setting. Syntax config ssh authmode [password | publickey | hostbased] [enable | disable] Description This command will allow you to configure the SSH authentication mode for users attempting to access the Switch.
  • Page 288 DES-3550 Layer 2 Fast Ethernet Switch show ssh authmode Purpose Used to display the SSH authentication mode setting. Syntax show ssh authmode Description This command will allow you to display the current SSH authentication set on the Switch. Parameters None.
  • Page 289 Switch will change the security shell encryptions. Restrictions Only administrator-level users can issue this command. Usage Example: To configure the SSH server: DES-3550:4# config ssh server maxsession 2 contimeout 300 authfail 2 Command: config ssh server maxsession 2 contimeout 300 authfail 2 Success. DES-3550:4#...
  • Page 290 DES-3550 Layer 2 Fast Ethernet Switch show ssh server Purpose Used to display the SSH server setting. Syntax show ssh server Description This command allows you to display the current SSH server setting. Parameters None. Restrictions None. Usage Example: To display the SSH server:...
  • Page 291 Only administrator-level users can issue this command. Example usage: To configure the SSH user: DES-3550:4# config ssh user Trinity authmode Password Command: config ssh user Trinity authmode Password Enter a case sensitive new password: ******* Enter the new password again for conformation:******* Success.
  • Page 292 DES-3550 Layer 2 Fast Ethernet Switch show ssh user Purpose Used to display the SSH user setting. Syntax show ssh user Description This command allows you to display the current SSH user setting. Parameters None. Restrictions None. Example usage: To display the SSH user:...
  • Page 293 DES-3550 Layer 2 Fast Ethernet Switch config ssh algorithm Used to configure the SSH algorithm. Purpose config ssh algorithm [3DES | AES128 | AES192 | AES256 | arcfour | blowfish | Syntax cast128 | twofish128 | twofish192 | twofish256 | MD5 | SHA1 | RSA | DSA] [enable |...
  • Page 294 DES-3550 Layer 2 Fast Ethernet Switch show ssh algorithm Purpose Used to display the SSH algorithm setting. Syntax show ssh algorithm Description This command will display the current SSH algorithm setting status. Parameters None. Restrictions None. Usage Example: To display SSH algorithms cuurently set on the Switch:...
  • Page 295: Ssl Commands

    DES-3550 Layer 2 Fast Ethernet Switch 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. These security functions are implemented through the use...
  • Page 296 DES-3550 Layer 2 Fast Ethernet Switch Each command is listed, in detail, in the following sections.
  • Page 297 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 298 DES-3550 Layer 2 Fast Ethernet Switch 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://.
  • Page 299 DES-3550 Layer 2 Fast Ethernet Switch DES-3550:4#disable ssl ciphersuite RSA_EXPORT_with_RC4_40_MD5 Command: disable ssl ciphersuite RSA_EXPORT_with_RC4_40_MD5 Success. DES-3550:4# config ssl cachetimeout timeout Purpose Used to configure the SSL cache timeout. Syntax config ssl cachetimeout timeout <value 60-86400> Description This command will set the time between a new key exchange between a client and a host using the SSL function.
  • Page 300 DES-3550 Layer 2 Fast Ethernet Switch show ssl cachetimeout Purpose Used to show the SSL cache timeout. Syntax show ssl cachetimeout Description Entering this command will allow the user to view the SSL cache timeout cuurently implemented on the Switch.
  • Page 301 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To view the SSL status on the Switch: DES-3550:4#show ssl Command: show ssl SSL status Disabled RSA_WITH_RC4_128_MD5 0x0004 Enabled RSA_WITH_3DES_EDE_CBC_SHA 0x000A Enabled DHE_DSS_WITH_3DES_EDE_CBC_SHA 0x0013 Enabled RSA_EXPORT_WITH_RC4_40_MD5 0x0003 Enabled DES-3550:4# show ssl certificate Purpose Used to view the SSL certificate file status on the Switch.
  • Page 302 DES-3550 Layer 2 Fast Ethernet Switch download certificate_fromTFTP Purpose Used to download a certificate file for the SSL function on the Switch. Syntax download certificate_fromTFTP <ipaddr> certfilename <path_filename 64> keyfilename <path_filename 64> Description This command is used to download a certificate file for the SSL function on the Switch from a TFTP server.
  • Page 303: D-Link Single Ip Management Commands

    CS. The SIM group is a group of switches that are managed as a single entity. The DES-3550 may take on three different roles: Commander Switch (CS) – This is a switch that has been manually configured as the controlling device for a group, and takes on the following characteristics: It has an IP Address.
  • Page 304 6. The CaS can be configured through the CS to become a MS. After configuring one switch to operate as the CS of a SIM group, additional DES-3550 switches may join the group by either an automatic method or by manually configuring the Switch to be a MS. The CS will then serve as the in band entry point for access to the MS.
  • Page 305 DES-3550 Layer 2 Fast Ethernet Switch 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.
  • Page 306 DES-3550 Layer 2 Fast Ethernet Switch show sim Purpose Used to view the current information regarding the SIM group on the Switch. Syntax show sim {[candidates {<candidate_id 1-32>} | members {<member_id 1- 32> } | group {commander_mac <macaddr>}] | neighbor]}...
  • Page 307 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To show the SIM information in detail: DES-3550:4#show sim Command: show sim SIM Version : VER-1 Firmware Version : Build 2.00-B02 Device Name MAC Address : 00-35-26-11-11-00 Capabilities : L3 Platform : DES-3550 L2 Switch...
  • Page 308 DES-3550 Layer 2 Fast Ethernet Switch To show the member information in summary, if the member id is specified: DES-3550:4#show sim member Command: show sim member ID MAC Address Platform / Hold Firmware Device Name Capability Time Version --- -----------------...
  • Page 309 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To view SIM neighbors: DES-3550:4#show sim neighbor Command: show sim neighbor Neighbor Info Table Port MAC Address Role ------ ------------------ --------- 00-35-26-00-11-99 Commander 00-35-26-00-11-91 Member 00-35-26-00-11-90 Candidate Total Entries: 3 DES-3550:4# reconfig...
  • Page 310 DES-3550 Layer 2 Fast Ethernet Switch config sim_group Purpose Used to add candidates and delete members from the SIM group. Syntax config sim [add <candidate_id 1-32> {<password>} | delete <member_id 1-32>] Description This command is used to add candidates and delete members from the SIM group by ID number.
  • Page 311 DES-3550 Layer 2 Fast Ethernet Switch config sim Purpose Used to configure role parameters for the SIM protocol on the Switch. Syntax config sim [{[commander {group_name <groupname 64> | candidate] | dp_interval <30-90> | hold_time <sec 100-300>}] Description This command is used to configure parameters of switches of the SIM.
  • Page 312 DES-3550 Layer 2 Fast Ethernet Switch Example usage: To change the time interval of the discovery protocol: DES-3550:4# config sim commander dp_interval 30 Command: config sim commander dp_interval 30 Success. DES-3550:4# To change the hold time of the discovery protocol:...
  • Page 313 DES-3550 Layer 2 Fast Ethernet Switch DES-3550:4# config sim commander group_name Trinity Command: config sim commander group_name Trinity Success. DES-3550:4# download sim Purpose Used to download firmware or configuration file to an indicated device. Syntax download sim [ firmware | configuration] <ipaddr>...
  • Page 314 DES-3550 Layer 2 Fast Ethernet Switch To download firmware: DES-3550:4# download sim firmware 10.53.13.94 c:/des3526.had members all Command: download sim firmware 10.53.13.94 c:/des3526.had members all This device is updating firmware. Please wait... Download Status : MAC Address Result ----------------------- ----------------...
  • Page 315 DES-3550 Layer 2 Fast Ethernet Switch upload sim_ms Purpose User to upload a configuration file to a TFTP server froma specified member of a SIM group. Syntax upload sim_ms <ipaddr> <path_filename> <member_id 1-32> Description This command will upload a configuration file to a TFTP server from a specified member of a SIM group.
  • Page 316: Command History List

    DES-3550 Layer 2 Fast Ethernet Switch OMMAND ISTORY The switch history commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config <value 1-40> command_history show command_history Each command is listed, in detail, in the following sections.
  • Page 317 DES-3550 Layer 2 Fast Ethernet Switch Purpose Used to display all commands in the Command Line Interface (CLI). Syntax Description This command will display all of the commands available through the Command Line Interface (CLI). Parameters None. Restrictions None. Example usage...
  • Page 318 DES-3550 Layer 2 Fast Ethernet Switch...
  • Page 319 DES-3550 Layer 2 Fast Ethernet Switch Purpose Used to display all commands in the Command Line Interface (CLI). Syntax Description This command will display all of the commands available through the Command Line Interface (CLI). Parameters None. Restrictions None. Example usage:...
  • Page 320 DES-3550 Layer 2 Fast Ethernet Switch config command_history Purpose Used to configure the command history. Syntax config command_history <value 1-40> Description This command is used to configure the command history. <value 1-40> − The number of previously executed commands Parameters maintained in the buffer.
  • Page 321: Technical Specifications

    DES-3550 Layer 2 Fast Ethernet Switch ECHNICAL PECIFICATIONS Physical and Environmental AC input & External 100 - 240 VAC, 50-60 Hz (internal universal power supply) Redundant Power Supply: Redundant power supply will take over when internal power supply fails. Power Consumption:...
  • Page 322 DES-3550 Layer 2 Fast Ethernet Switch General IEEE 802.3 10BASE-T Ethernet Standards: IEEE 802.3u 100BASE-TX Fast Ethernet IEEE 802.3ab 1000BASE-T Gigabit Ethernet IEEE 802.3z 1000BASE-T (SFP “Mini GBIC”) IEEE 802.1D Spanning Tree IEEE 802.1W Rapid Spanning Tree IEEE 802.1 P/Q VLAN IEEE 802.1p Priority Queues...
  • Page 323 DES-3550 Layer 2 Fast Ethernet Switch Performance Transmission Method: Store-and-forward RAM Buffer: 64 MB per device Filtering Address Table: 8K MAC address per device Packet Filtering / Forwarding Full-wire speed for all connections. Rate: 148,810 pps per port (for 100Mbps)

Table of Contents