D-Link DES-3350SR Reference Manual

48 10/100mbps plus 2 gigabit ports layer 3 stackable switch
Table of Contents

Advertisement

Quick Links

DES-3350SR
48 10/100Mbps plus 2 Gigabit Ports
Layer 3 Stackable Switch
Command Line Interface Reference Manual
Release 3

Advertisement

Table of Contents
loading

Summary of Contents for D-Link DES-3350SR

  • Page 1 DES-3350SR 48 10/100Mbps plus 2 Gigabit Ports Layer 3 Stackable Switch Command Line Interface Reference Manual Release 3...
  • Page 2 __________________________________________________________________________________ Information in this document is subject to change without notice. © 2005 D-Link Computer Corporation. All rights reserved. Reproduction in any manner whatsoever without the written permission of D -Link Computer Corporation is strictly forbidden. Trademarks used in this text: D-Link and the D-LINK logo are trademarks of D-Link Computer Corporation; Microsoft and Windows are registered trademarks of Microsoft Corporation.
  • Page 3: Table Of Contents

    Table of Contents Introduction....................................... 1 Using the Console CLI ..................................4 Command Syntax ....................................9 Basic Switch Commands.................................12 Switch Port Commands ...................................24 Port Security Commands........
  • Page 4 Route Redistribution Commands ..............................174 BOOTP Relay Commands................................181 DNS Relay Commands................................. 185 RIP Commands..................................... 190 DVMRP Commands..................................194 PIM Commands........
  • Page 5: Introduction

    DES-3350SR Layer 3 Gigabit Switch NTRODUCTION The Switch can be managed through the switch’s serial port, Telnet, or the Web-based management agent. The Command Line Interface (CLI) can be used to configure and manage the switch via the serial port or Telnet interfaces.
  • Page 6 DES-3350SR Layer 3 Gigabit Switch 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-3350SR Layer 3 Gigabit Switch Figure 1-3. Assigning an IP Address In the above example, the switch was assigned an IP address of 10.53.13.144/8 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...
  • Page 8: Using The Console Cli

    ONSOLE The DES-3350SR 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-3350SR Layer 3 Gigabit Switch Figure 2-1. Initial Console Screen Commands are entered at the command prompt, local> 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.
  • Page 10 DES-3350SR Layer 3 Gigabit Switch Figure 2-3. Example Command Parameter Help In this case, the command config account was entered with the parameter <username>. The CLI will then prompt you to enter the <username> with the message, Next possible completions:. Every command in the CLI has this feature, and complex commands have several layers of parameter prompting.
  • Page 11 DES-3350SR Layer 3 Gigabit Switch All commands in the CLI function in this way. In addition, the syntax of the help prompts are the same as presented in this manual angle brackets < > indicate a numerical value or character string, braces { } indicate optional parameters or a choice of parameters, and brackets [ ] indicate required parameters.
  • Page 12 DES-3350SR Layer 3 Gigabit Switch In the above example, all of the possible next parameters for the show command are displayed. At the next command prompt, the up arrow was used to re-enter the show command, followed by the account parameter. The CLI then displays the user accounts...
  • Page 13: Command Syntax

    DES-3350SR Layer 3 Gigabit 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 14 DES-3350SR Layer 3 Gigabit Switch {braces} Purpose Encloses an optional value or set of optional arguments. Syntax reset {[config | system]} Description In the above syntax example, you have the option to specify config or system. It is not necessary to specify either optional value, however the effect of the system reset is dependent on which, if any, value is specified.
  • Page 15 DES-3350SR Layer 3 Gigabit Switch Enter Displays the next line or table entry.
  • Page 16: Basic Switch Commands

    DES-3350SR Layer 3 Gigabit 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>...
  • Page 17 DES-3350SR Layer 3 Gigabit Switch create account Only Administrator-level users can issue this command. Restrictions Usernames can be between 1 and 15 characters. Passwords can be between 0 and 15 characters. Example usage: To create an administrator-level user account with the username “dlink”.
  • Page 18 DES-3350SR Layer 3 Gigabit Switch local>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. local> show account Purpose Used to display user accounts Syntax show account Displays all user accounts created on the switch.
  • Page 19 DES-3350SR Layer 3 Gigabit Switch delete account <username> Parameters Only Administrator-level users can issue this command. Restrictions Example usage: To delete the user account “System”: local>delete account System Command: delete account System Success. local> show switch Used to display information about the switch.
  • Page 20 DES-3350SR Layer 3 Gigabit Switch local>show switch Command: show switch Device Type : DES-3350 Fast-Ethernet Switch Ext. Ports : 1000TX + 1000TX MAC Address : 00-01-02-03-04-00 IP Address : 10.58.44.222 (Manual) VLAN Name : default Subnet Mask : 255.0.0.0 Default Gateway : 0.0.0.0...
  • Page 21 DES-3350SR Layer 3 Gigabit Switch local>show serial_port Command: show serial_port Baud Rate : 9600 Data Bits Parity Bits : None Stop Bits Auto-Logout : 10 mins local> config serial_port Used to configure the serial port. Purpose Syntax config serial_port {baud_rate [9600 | 19200 | 38400 | 115200] |...
  • Page 22 DES-3350SR Layer 3 Gigabit Switch local>config serial_port baud_rate 9600 Command: config serial_port baud_rate 9600 Success. local> enable clipaging Used to pause the scrolling of the console screen when the show Purpose command displays more than one page. Syntax enable clipaging...
  • Page 23 DES-3350SR Layer 3 Gigabit Switch To disable pausing of the screen display when show command output reaches the end of the page: local>disable clipaging Command: disable clipaging Success. local> enable telnet Purpose Used to enable communication with and management of the switch using the Telnet protocol.
  • Page 24 DES-3350SR Layer 3 Gigabit Switch Example usage: To disable the Telnet protocol on the switch: local>disable telnet Command: disable telnet Success. local> enable web Used to enable the HTTP-based management software on the Purpose switch. Syntax enable web <tcp_port_number 1-65535>...
  • Page 25 DES-3350SR Layer 3 Gigabit Switch disable web Only administrator-level users can issue this command. Restrictions Example usage: To disable HTTP: local>disable web Command: disable web Success. local> save Used to save changes in the switch’s configuration to non-volatile RAM. Purpose...
  • Page 26 DES-3350SR Layer 3 Gigabit Switch reboot None. Parameters None. Restrictions Example usage: To restart the switch: local>reboot Command: reboot Are you sure want to proceed with the system reboot? (y/n) Please wait, the switch is rebooting... reset Used to reset the switch to the factory default settings.
  • Page 27 DES-3350SR Layer 3 Gigabit Switch login Purpose Used to log in a user to the switch’s console. Syntax login This command is used to initiate the login procedure. The user Description will be prompted for his Username and Password. None.
  • Page 28: Switch Port Commands

    DES-3350SR Layer 3 Gigabit 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_half | 1000_full] | state [enabled | disabled] | description <desc 32>...
  • Page 29 DES-3350SR Layer 3 Gigabit Switch To configure the speed of port 3 to be 10 Mbps, full duplex, learning and state enable: local>config ports 1-3 speed auto state enabled Command: config ports 1-3 speed auto state enabled Success. local> show ports Purpose Used to display the current configuration of a range of ports.
  • Page 30 DES-3350SR Layer 3 Gigabit Switch local>Port Port Settings Connection State Speed/Duplex Speed/Duplex ---- -------- ------------ ------------ Enabled Auto Link Down Enabled Auto Link Down Enabled Auto Link Down Enabled Auto Link Down Enabled Auto 100M/Full Enabled Auto Link Down Enabled Auto...
  • Page 31: Port Security Commands

    DES-3350SR Layer 3 Gigabit Switch ECURITY OMMANDS The switch 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 [enabled | disabled] |max_learning_addr <max_lock_no 0-10>...
  • Page 32 DES-3350SR Layer 3 Gigabit Switch local>config port_security ports 1-3 admin_state enabled max_learning_addr 1 lock_address_mode DeleteOnTimeout Command: config port_security ports 1-3 admin_state enabled max_learning_addr 1lock_address_mode DeleteOnTimeout Success. local> show port_security Used to display the current port security configuration. Purpose Syntax show port_security {ports <portlist>}...
  • Page 33 DES-3350SR Layer 3 Gigabit Switch...
  • Page 34: Network Management (Snmp) Commands

    OMMANDS The DES-3350SR 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 leve l of security provided between the management station and the network device.
  • Page 35 DES-3350SR Layer 3 Gigabit Switch Command Parameters 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>} delete snmp group <groupname 32> show snmp groups create snmp host <ipaddr>...
  • Page 36 DES-3350SR Layer 3 Gigabit Switch create snmp user Description The create snmp user command creates a new SNMP user and adds the user to an SNMP group that is also created by this command. SNMP ensures: Message integrity Ensures that packets have not been tampered with during transit.
  • Page 37 DES-3350SR Layer 3 Gigabit Switch local>create snmp user dlink default encrypted by_password auth md5 auth_password priv none Command: create snmp user dlink default encrypted by_password auth md5 auth_password priv none Success. local> delete snmp user Used to remove an SNMP user from an SNMP group and also to Purpose delete the associated SNMP group.
  • Page 38 DES-3350SR Layer 3 Gigabit Switch Example usage: To display the SNMP users currently configured on the switch: local>show snmp user Command: show snmp user Username Group Name SNMP Version Auth-Protocol PrivProtocol --------------- -------------- ------------ -------------------- ------------------ initial initial None None Total Entries: 1 local>...
  • Page 39 DES-3350SR Layer 3 Gigabit 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 40 DES-3350SR Layer 3 Gigabit Switch local>show snmp view Command: show snmp view Vacm View Table Settings View Name Subtree View Type -------------------- ------------------------- ---------- ReadView Included WriteView Included NotifyView 1.3.6 Included restricted 1.3.6.1.2.1.1 Included restricted 1.3.6.1.2.1.11 Included restricted 1.3.6.1.6.3.10.2.1 Included restricted 1.3.6.1.6.3.11.2.1...
  • Page 41 DES-3350SR Layer 3 Gigabit Switch create snmp community Parameters <community_string 32> An alphanumeric string of up to 32 characters that is used to identify members of an SNMP community. This string is used like a password to give remote SNMP managers access to MIB objects in the switch’s SNMP agent.
  • Page 42 DES-3350SR Layer 3 Gigabit Switch To delete the SNMP community string “dlink:” local>delete snmp community dlink Command: delete snmp community dlink Success. local> show snmp community Purpose Used to display SNMP community strings configured on the switch. Syntax show snmp community {<community_string 32>}...
  • Page 43 DES-3350SR Layer 3 Gigabit Switch config snmp engineID Purpose Used to configure a name for the SNMP engine on the switch. Syntax config snmp engineID <snmp_engineID> Description The config snmp engineID command configures a name for the SNMP engine on the switch.
  • Page 44 DES-3350SR Layer 3 Gigabit Switch create snmp group Purpose Used to create a new SNMP group, or a table that maps SNMP users to SNMP views. Syntax create snmp group <groupname 32> [v1 | v2c | v3 [noauth_nopriv | auth_nopriv | auth_priv]] {read_view <view_name 32>...
  • Page 45 DES-3350SR Layer 3 Gigabit Switch create snmp group Parameters <groupname 32> An alphanumeric name of up to 32 characters that will identify the SNMP group the new SNMP user will be associated with. v1 – Specifies that SNMP version 1 will be used. The Simple...
  • Page 46 DES-3350SR Layer 3 Gigabit Switch To create an SNMP group named “sg1:” local>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. local> delete snmp group Purpose Used to remove an SNMP group from the switch.
  • Page 47 DES-3350SR Layer 3 Gigabit Switch show snmp groups Restrictions Only administrator-level can use this command. Example usage: To display the currently configured SNMP groups on the switch: local>show snmp groups Command: show snmp groups Vacm Access Table Settings Group Name...
  • Page 48 DES-3350SR Layer 3 Gigabit 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 49 DES-3350SR Layer 3 Gigabit Switch To create an SNMP host to receive SNMP messages: local>create snmp host 10.48.74.100 v3 auth_priv public Command: create snmp host 10.48.74.100 v3 auth_priv public Success. local> delete snmp host Purpose Used to remove a recipient of SNMP traps generated by the switch’s SNMP agent.
  • Page 50 DES-3350SR Layer 3 Gigabit Switch show snmp host Restrictions Only administrator-level can use this command. Example usage: To display the currently configured SNMP hosts on the switch: local>show snmp host Command: show snmp host SNMP Host Table Host IP Address...
  • Page 51 DES-3350SR Layer 3 Gigabit Switch local>create trusted_host 10.48.74.121 Command: create trusted_host 10.48.74.121 Success. local> 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 52 DES-3350SR Layer 3 Gigabit Switch delete trusted_host Parameters <ipaddr> The IP address of the trusted host. Restrictions Only administrator-level users can issue this command. Example Usage: To delete a trusted host with an IP address 10.48.74.121: local>delete trusted_host 10.48.74.121 Command: delete trusted_host 10.48.74.121 Success.
  • Page 53 DES-3350SR Layer 3 Gigabit Switch enable snmp authenticate_traps Parameters None. Restrictions Only administrator-level users can issue this command. Example Usage: To turn on SNMP authentication trap support: local>enable snmp authenticate_traps Command: enable snmp authenticate_traps Success. local> disable snmp traps Purpose Used to disable SNMP trap support on the switch.
  • Page 54 DES-3350SR Layer 3 Gigabit Switch disable snmp authenticate_traps Description This command is used to disable SNMP authentication support on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command. Example Usage: To disable the SNMP authentication trap support: local>disable snmp authenticate_traps...
  • Page 55 Restrictions Only administrator-level users can issue this command. Example usage: To configure the switch name for “DES-3350SR Stackable Switch ” : local>config snmp system_name DES-3350SR Stackable Switch Command: config snmp system_name DES-3350SR Stackable Switch Success.
  • Page 56 DES-3350SR Layer 3 Gigabit 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 57 DES-3350SR Layer 3 Gigabit Switch local>disable rmon Command: disable rmon Success. local>...
  • Page 58: Switch Utility Commands

    DES-3350SR Layer 3 Gigabit Switch WITCH TILITY OMMANDS The switch utility 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 127> | configuration <ipaddr>...
  • Page 59 DES-3350SR Layer 3 Gigabit Switch local>download configuration 10.48.74.121 c:\cfg\setting.txt Command: download configuration 10.48.74.121 c:\cfg\setting.txt Connecting to server....Done. Download configuration..... Done. local> upload Purpose Used to upload the current switch settings or the switch history log to a TFTP server.
  • Page 60 DES-3350SR Layer 3 Gigabit Switch ping 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” or return the message. This is used to confirm connectivity between the switch and the remote device.
  • Page 61 DES-3350SR Layer 3 Gigabit Switch traceroute Parameters <ipaddr> - Specifies the IP address of the host. ttl <value 1-60> - The time to live value of the trace route request. This is the maximum number of routers the traceroute command will cross while seeking the network path between two devices.
  • Page 62: Network Monitoring Commands

    DES-3350SR Layer 3 Gigabit 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> show utilization...
  • Page 63 DES-3350SR Layer 3 Gigabit Switch local>show packet port 2:7 Port number : 2:7 Frame Size Frame Counts Frames/sec Frame Type Total Total/sec ------------ ------------ ---------- ---------- ------- --------- 3275 RX Bytes 408973 1657 65-127 RX Frames 4395 128-255 256-511 TX Bytes...
  • Page 64 DES-3350SR Layer 3 Gigabit Switch local>show errors port 1:3 Port number 1:3 Error Type RX Frames Error Type TX Frames --------------- --------------- ---------------------------- ---------------- CRC Error Excessive Deferral Undersize CRC Error Oversize Late Collision Fragment Excessive Collision Jabber Single Collision...
  • Page 65 DES-3350SR Layer 3 Gigabit Switch clear counters Purpose Used to clear the switch’s statistics counters. Syntax clear counters {ports <portlist>} Description This command will clear the counters used by the switch to compile statistics. Parameters <portlist> Specifies a port or range of ports to be configured.
  • Page 66 DES-3350SR Layer 3 Gigabit Switch show log Purpose Used to display the switch history log. Syntax show log {index <value>} Description This command will display the contents of the switch’s history log. Parameters index <value> Enter a value that corresponds to an entry made in the log.
  • Page 67: Spanning Tree Commands

    DES-3350SR Layer 3 Gigabit Switch PANNING OMMANDS The switch supports 802.1d STP and 802.1w Rapid STP. The spanning tree commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config stp {maxage <value 6-40>...
  • Page 68 DES-3350SR Layer 3 Gigabit Switch config stp Parameters maxage <value 6-40> The maximum amount of time (in seconds) that the switch will wait to receive a BPDU packet before reconfiguring STP. The user may choose a time between 6 and 40 seconds.
  • Page 69 DES-3350SR Layer 3 Gigabit Switch config stp ports Purpose Used to setup STP on the port level. Syntax config stp ports <portlist> {cost [auto | <value 1-200000000>] | priority <value 0-240> | migrate [yes | no] | edge [true | false] |...
  • Page 70 DES-3350SR Layer 3 Gigabit Switch config stp ports Parameters cost This defines a metric that indicates the relative cost of forwarding packets to the specified port list. Port cost can be set in the following two ways: § auto – Setting this parameter for the cost will automatically set the speed for forwarding packets to the specified port(s) in the list for optimal efficiency.
  • Page 71 DES-3350SR Layer 3 Gigabit Switch local> config stp ports 1-4 cost auto state enabled Command: config stp ports 1-4 cost auto state enabled Success. local> 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.
  • Page 72 DES-3350SR Layer 3 Gigabit Switch local>disable stp Command: disable stp Success. local> show stp Purpose Used to display the switch’s current STP configuration. Syntax show stp Description This command displays the switch’s current STP configuration. Parameters None Restrictions None. Example usage:...
  • Page 73 DES-3350SR Layer 3 Gigabit Switch local> show stp Command: show stp STP Status : Enabled Max Age : 20 Hello Time Forward Delay : 15 Priority : 32768 STP Version : STP compatible TX Hold Count Forwarding BPDU : Disabled...
  • Page 74 DES-3350SR Layer 3 Gigabit Switch show stp ports Purpose Used to display the switch’s current per-port group STP configuration. Syntax show stp ports <portlist> Description This command displays the switch’s current per-port group STP configuration. Parameters <portlist> Specifies a port or range of ports to be configured.
  • Page 75: Forwarding Database Commands

    DES-3350SR Layer 3 Gigabit Switch ORWARDING ATABASE OMMANDS The 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> create multicast_fdb <vlan_name 32>...
  • Page 76 DES-3350SR Layer 3 Gigabit Switch To create a unicast MAC FDB entry: local>create fdb default 00-00-00-00-01-02 port 2:5 Command: create fdb default 00-00-00-00-01-02 port 2:5 Success. local> create multicast_fdb Purpose Used to create a static entry to the multicast MAC address...
  • Page 77 DES-3350SR Layer 3 Gigabit Switch config multicast_fdb Parameters <vlan_name 32> The name of the VLAN on which the MAC address resides. <macaddr> The MAC address that will be added to the multicast forwarding table. [add | delete] Add will add ports to the forwarding table. Delete will remove ports from the multicast forwarding table.
  • Page 78 DES-3350SR Layer 3 Gigabit Switch To set the fdb aging time: local>config fdb aging_time 300 Command: config fdb aging_time 300 Success. local> delete fdb Purpose Used to delete an entry to the switch’s forwarding database. Syntax delete fdb <vlan_name 32> <macaddr>...
  • Page 79 DES-3350SR Layer 3 Gigabit 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 80 DES-3350SR Layer 3 Gigabit Switch Example usage: To display multicast MAC address table: local>show multicast_fdb Command: show multicast_fdb VLAN Name : default MAC Address : 01-00-5E-00-00-00 Egress Ports : 1:1-1:5,1:12 Mode : Static Total Entries local> show fdb Purpose Used to display the current unicast MAC address forwarding database.
  • Page 81 DES-3350SR Layer 3 Gigabit Switch local>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 Dynamic default 00-00-51-43-70-00 Dynamic default 00-00-5E-00-01-01 Dynamic default 00-00-74-60-72-2D...
  • Page 82 DES-3350SR Layer 3 Gigabit Switch local>show ipfdb Command: show ipfdb Interface IP Address Port Learned ------------ --------------- ------ --------- System 10.0.0.178 Dynamic System 10.0.0.183 Dynamic System 10.0.25.1 Dynamic System 10.0.34.1 Dynamic System 10.0.46.1 Dynamic System 10.0.58.4 Dynamic System 10.1.1.1 Dynamic System 10.1.1.101...
  • Page 83: Broadcast Storm Control Commands

    DES-3350SR Layer 3 Gigabit 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 1-8 | all ] {broadcast [enable | disable] | multicast [enable | disable] | dlf [enable | disable] | threshold <value 0-255>...
  • Page 84 DES-3350SR Layer 3 Gigabit Switch config traffic control Restrictions Only administrator-level users can issue this command. Example usage: To configure traffic control and enable broadcast storm control system wide: local>config traffic control all broadcast enable Command: config traffic control all broadcast enable Success.
  • Page 85 DES-3350SR Layer 3 Gigabit Switch local>show traffic control Command: show traffic control Traffic Control Broadcast Multicast Destination Group [ports] Threshold Storm Storm Lookup Fail ------------- --------- --------- --------- ----------- 1 [ 1 - 8 ] Disabled Disabled Disabled 2 [ 9 - 16]...
  • Page 86: Qos Commands

    DES-3350SR Layer 3 Gigabit Switch OMMANDS The DES-3350SR switch supports 802.1p priority queuing. The Switch has five hardware priority queues, one of which is internal and not configurable. These hardware priority queues are numbered from 7 (Class 7) — the highest hardware priority queue —...
  • Page 87 DES-3350SR Layer 3 Gigabit Switch Command Parameters show {<portlist>} bandwidth_control config 802.1p {<priority 0-7> <class_id 0-3>} user_priority show 802.1p user_priority config 802.1p [<portlist> | all] | <priority 0-7> default_priority show 802.1p {<portlist> | all} default_priority show scheduling show scheduling config scheduling <class_id 0-3>...
  • Page 88 DES-3350SR Layer 3 Gigabit Switch Example usage: To configure bandwidth control: local> config bandwidth_control 1-4 rx_rate no_limit Command: config bandwidth_control 1-4 rx_rate no_limit Success. local> show bandwidth_control Purpose Used to display the bandwidth control configuration on the switch. Syntax Show bandwidth_control {<portlist>}...
  • Page 89 DES-3350SR Layer 3 Gigabit Switch local> show bandwidth_control Command: show bandwidth_control Bandwidth Control Table Port RX Rate (Mbit/sec) TX_RATE (Mbit/sec) ---- ------------------------ ---------------------- no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit...
  • Page 90 DES-3350SR Layer 3 Gigabit Switch config 802.1p user_priority Description The config 802.1p user_priority command is used to configure the way the switch will map an incoming packet, based on its 802.1p user priority tag, to one of the eight hardware priority queues available on the switch.
  • Page 91 DES-3350SR Layer 3 Gigabit Switch show 802.1p user_priority Purpose Used to display the current 802.1p user priority tags to hardware priority queue mapping in use by the switch. Syntax show 802.1p user_priority Description The show 802.1p user_priority command will display the current 802.1p user priority tags to hardware priority queue mapping in use...
  • Page 92 DES-3350SR Layer 3 Gigabit Switch config 802.1p default_priority Parameters <portlist> Specifies a range of ports to be configured. The port list is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon. Then the highest switch number, and the highest port number of the range (also separated by a colon) are specified.
  • Page 93 DES-3350SR Layer 3 Gigabit Switch show 802.1 default_priority Purpose Used to display the currently configured 802.1p priority tags that will be assigned to incoming, untagged packets before being forwarded to its destination. Syntax show 802.1p default_priority {<portlist>} Description The show 802.1p default_priority command displays the currently configured 802.1p priority tag that will be assigned to an...
  • Page 94 DES-3350SR Layer 3 Gigabit Switch show scheduling Purpose Used to display the current traffic scheduling mechanisms in use on the switch. Syntax show scheduling Description This command will display the current traffic scheduling mechanisms in use on the switch. Parameters None.
  • Page 95 DES-3350SR Layer 3 Gigabit Switch To show the scheduling: local> config scheduling 0 max_packet 2 max_latency 3 Command: config scheduling 0 max_packet 2 max_latency 3 Success. local>...
  • Page 96: Port Mirroring Commands

    DES-3350SR Layer 3 Gigabit 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 97 DES-3350SR Layer 3 Gigabit Switch config mirror port Restrictions 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: local> config mirror port 1:5 add source ports 1:1-1:5 both Command: config mirror port 1:5 add source ports 1:1-1:5 both Success.
  • Page 98 DES-3350SR Layer 3 Gigabit Switch local>config mirror port 1:5 delete source port 1:1-1:5 both Command: config mirror 1:5 delete source 1:1-1:5 both Success. local> enable mirror Purpose Used to enable a previously entered port mirroring configuration. Syntax enable mirror Description...
  • Page 99 DES-3350SR Layer 3 Gigabit Switch To disable mirroring configurations: local>disable mirror Command: disable mirror Success. local> 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.
  • Page 100: Vlan Commands

    DES-3350SR Layer 3 Gigabit 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> | advertisement} delete vlan <vlan_name 32>...
  • Page 101 DES-3350SR Layer 3 Gigabit Switch To create a VLAN v1, tag 2: local>create vlan v1 tag 2 Command: create vlan v1 tag 2 Success. local> delete vlan Purpose Used to delete a previously configured VLAN on the switch. Syntax delete vlan <vlan_name 32>...
  • Page 102 DES-3350SR Layer 3 Gigabit Switch config vlan Parameters <vlan_name 32> The name of the VLAN to be configured. Used to add ports to the specified VLAN, in conjunction with the portlist parameter. tagged Specifies that the ports are to be VLAN tagged.
  • Page 103 DES-3350SR Layer 3 Gigabit Switch config gvrp Parameters <portlist> A range of ports for which you want ingress checking. Specifies all of the ports on the switch. state [enable | disable] Enables or disables GVRP for the ports specified in the port list.
  • Page 104 DES-3350SR Layer 3 Gigabit Switch local>enable gvrp Command: enable gvrp Success. local> disable gvrp Purpose Used to disable GVRP on the switch. Syntax disable gvrp Description This command, along with disable gvrp below, is used to enable and disable GVRP on the switch, without changing the GVRP configuration on the switch.
  • Page 105 DES-3350SR Layer 3 Gigabit Switch To display the switch’s current VLAN settings: local>show vlan Command: show vlan VLAN Name : default VLAN TYPE : static Advertisement : Enabled Member ports : 1:1-1:11,2:1-2:11 Static ports : 1:1-1:11,2:1-2:11 Untagged ports : 1:1-1:11,2:1-2:11...
  • Page 106 DES-3350SR Layer 3 Gigabit Switch local>show gvrp Command: show gvrp Global GVRP : Disabled Port PVID GVRP Ingress Checking Acceptable Frame Type ------ ---- -------- ---------------- --------------------------- Disabled Enabled All Frames Disabled Enabled All Frames Disabled Enabled All Frames Disabled...
  • Page 107: Link Aggregation Commands

    DES-3350SR Layer 3 Gigabit 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 group_id <value 1-6> {type [lacp | static]} link_aggregation delete group_id <value 1-6>...
  • Page 108 DES-3350SR Layer 3 Gigabit Switch create link_aggregation Parameters <value 1-6> Specifies the group ID. The switch allows up to 6 link aggregation groups to be configured. The group number identifies each of the groups. type – Specify the type of link aggregation used for the group. If the type is not specified the default type is static.
  • Page 109 This command allows you to configure a link aggregation group that was created with the create link_aggregation command above. The DES-3350SR supports link aggregation cross box which specifies that link aggregation groups may be spread over multiple switches in the switching stack.
  • Page 110 DES-3350SR Layer 3 Gigabit 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 to part of the packet examined by the switch when selecting the egress port for transmitting load-sharing data.
  • Page 111 DES-3350SR Layer 3 Gigabit Switch show link_aggregation Description This command will display the current link aggregation configuration of the switch. Parameters group_id <value 1-6> Specifies the group ID. The switch allows up to 6 link aggregation groups to be configured. The group number identifies each of the groups.
  • Page 112 DES-3350SR Layer 3 Gigabit Switch config lacp_ports Parameters <portlist> Specifies a range of ports to be configured. The port list is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon. Then the highest switch number, and the highest port number of the range (also separated by a colon) are specified.
  • Page 113 DES-3350SR Layer 3 Gigabit Switch show lacp_port Parameters <portlist> - Specifies a range of ports that will be viewed. The port list is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon. Then the highest switch number, and the highest port number of the range (also separated by a colon) are specified.
  • Page 114: Ip-Mac Binding

    DES-3350SR Layer 3 Gigabit Switch IP-MAC B INDING The IP-MAC Binding commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create <ipaddr> mac_address <macaddr> address_binding ip_mac ipaddress config <ipaddr> mac_address <macaddr>...
  • Page 115 DES-3350SR Layer 3 Gigabit Switch config address_binding ip_mac ipaddress Purpose Used to Configure a IP-MAC Binding entry. Syntax <ipaddr> mac_address <macaddr> Description This command will configure an IP-MAC Binding entry. Parameters <ipaddr> The IP address of the device where the IP-MAC binding is made.
  • Page 116 DES-3350SR Layer 3 Gigabit Switch local>config address_binding ip_mac ports 2 state enable Command: config address_binding ip_mac ports 2 state enable Success. local> show address_binding Purpose Used to display IP-MAC Binding entries. Syntax [ip_mac {ipaddress <ipaddr> mac_address<macaddr>}| blocked {vlan_name <vlan_name> mac_address <macaddr>}...
  • Page 117 DES-3350SR Layer 3 Gigabit Switch local>show address_binding ip_mac ipaddress 10.1.1.8 mac_address 00-00-00-00-00-12 Command: show address_binding ip_mac ipaddress 10.1.1.8 mac_address 00-00-00-00-00-12 Enabled ports: 2 IP Address MAC Address --------------- ----------------- 10.1.1.8 00-00-00-00-00-12 Total entries : 1 local> Delete address_binding Purpose Used to delete IP-MAC Binding entries.
  • Page 118 DES-3350SR Layer 3 Gigabit Switch Example usage: To delete an IP-MAC Binding on the switch: local>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. local>...
  • Page 119: Basic Ip Commands

    DES-3350SR Layer 3 Gigabit 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 enable ipif {<ipif_name 12> | all} create ipif <ipif_name12>...
  • Page 120 DES-3350SR Layer 3 Gigabit Switch create ipif Purpose Used to create an IP interface on the switch. Syntax create ipif <ipif_name12> <network_address> <vlan_name 32> {secondary | state [enable | disable]} Description This command will create an IP interface. Parameters <ipif_name 12>...
  • Page 121 DES-3350SR Layer 3 Gigabit Switch config ipif Parameters <ipif_name 12> The name for the IP interface previously created, that is to be configured. ipaddress <network_address> IP address and netmask of the IP interface to be configured. You can specify the address and mask information using the traditional format (for example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
  • Page 122 DES-3350SR Layer 3 Gigabit Switch local>show ipif System Command: show ipif System IP Interface Settings Interface Name : System IP Address : 10.48.74.122 (MANUAL) Subnet Mask : 255.0.0.0 VLAN Name : default Admin. State : Disabled Link Status : Link UP...
  • Page 123 DES-3350SR Layer 3 Gigabit Switch disable ipif Syntax disable ipif <ipif_name 12> | all Description This command will disable the configuration of an IP interface on the switch. Parameters <ipif_name 12> The name created for the IP interface. all – Entering this parameter will delete all the IP interfaces currently configured on the switch.
  • Page 124: Igmp Commands

    DES-3350SR Layer 3 Gigabit Switch IGMP C OMMANDS The IGMP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config igmp [ipif <ipif_name 12> | all] {version <value 1-2> | query_interval <sec 1-65535>...
  • Page 125 DES-3350SR Layer 3 Gigabit Switch Example Usage: To configure the IGMP for the IP interface System. local>config igmp all version 1 state enable Command: config igmp all version 1 state enable Success. local> show igmp Purpose Used to display the IGMP configuration for the switch of for a specified IP interface.
  • Page 126 DES-3350SR Layer 3 Gigabit Switch show igmp group Purpose Used to display the switch’s IGMP group table. Syntax show igmp group {group <group>} {ipif <ipif_name 12>} Description This command will display the IGMP group configuration. Parameters group <group> The multicast group ID which the user wishes to display.
  • Page 127: Igmp Snooping Commands

    DES-3350SR Layer 3 Gigabit Switch IGMP S NOOPING 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 igmp_snooping [<vlan_name 32> | all] {host_timeout <sec 1-16711450> | router_timeout <sec 1-16711450>...
  • Page 128 DES-3350SR Layer 3 Gigabit Switch config igmp_snooping Parameters <vlan_name 32> The name of the VLAN for which IGMP snooping is to be configured. all – Selecting this parameter will configure IGMP snooping for all VLANs on the switch. host_timeout <sec 1-16711450>...
  • Page 129 DES-3350SR Layer 3 Gigabit Switch config igmp_snooping querier Parameters <vlan_name 32> The name of the VLAN for which IGMP snooping querier is to be configured. all – Selecting this parameter will configure the IGMP snooping querier for all VLANs on the switch.
  • Page 130 DES-3350SR Layer 3 Gigabit Switch local>config igmp_snooping querier default query_interval 125 state enable Command: config igmp_snooping querier default query_interval 125 state enable Success. local> 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.
  • Page 131 DES-3350SR Layer 3 Gigabit Switch disable igmp_snooping Description This command disables IGMP snooping on the switch. IGMP snooping can be disabled only if IP multicast routing is not being used. Disabling IGMP snooping allows all IGMP and IP multicast traffic to flood within a given IP interface. If forward_mcrouter_only is specified, the switch will discontinue forwarding all multicast traffic to the multicast router.
  • Page 132 DES-3350SR Layer 3 Gigabit Switch local>config router_ports default add 2:1-2:10 Command: config router_ports default add 2:1-2:10 Success. local> 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}...
  • Page 133 DES-3350SR Layer 3 Gigabit 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. Parameters <vlan_name 32>...
  • Page 134 DES-3350SR Layer 3 Gigabit Switch local>show igmp_snooping Command: show igmp_snooping IGMP Snooping Global State : Disabled Multicast router Only : Disabled VLAN Name : default Query Interval : 125 Max Response Time : 10 Robustness Value Last Member Query Interval...
  • Page 135 DES-3350SR Layer 3 Gigabit Switch show igmp_snooping group Parameters vlan <vlan_name 32> The name of the VLAN for which you want to view IGMP snooping group configuration information. Restrictions None. Example usage: To show igmp snooping group:...
  • Page 136 DES-3350SR Layer 3 Gigabit Switch local>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 : 1:2,2:7 VLAN Name : default Multicast group: 224.0.0.9 MAC address : 01-00-5E-00-00-09 Reports...
  • Page 137 DES-3350SR Layer 3 Gigabit 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 138: Commands

    802.1X C OMMANDS The DES-3350SR implements the server-side of the IEEE 802.1x Port-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 139 DES-3350SR Layer 3 Gigabit 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 Port-based Network Access control server application on the switch. Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 140 DES-3350SR Layer 3 Gigabit 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 command is used to display the current configuration of the 802.1x Port-based Network Access Control...
  • Page 141 DES-3350SR Layer 3 Gigabit Switch show 802.1x auth_configuration Parameters ports <portlist> Specifies a port or range of ports. The following details what is displayed: 802.1x Enabled/Disabled Shows the current status of 802.1x functions on the switch. Authentication Protocol: Radius_Eap Shows the authentication protocol suite in use between the switch and a Radius server.
  • Page 142 DES-3350SR Layer 3 Gigabit Switch local>show 802.1x auth_configuration ports 1 Command: show 802.1x auth_configuration ports 1 802.1X : Enabled Authentication Mode : None Authentication Protocol : Radius_EAP Port number : 1:1 Capability : None AdminCrlDir : Both OpenCrlDir : Both...
  • Page 143 DES-3350SR Layer 3 Gigabit Switch show 802.1x auth_state Parameters ports <portlist> Specifies a port or range of ports. The following details what is displayed: Port number Shows the physical port number on the switch. Auth PAE State: Initialize / Disconnected / Connecting / Authenticating / Authenticated / Held / ForceAuth / ForceUnauth Shows the current state of the Authenticator PAE.
  • Page 144 DES-3350SR Layer 3 Gigabit Switch config 802.1x auth_mode Parameters [port_based | mac_based ports] The switch allows you to authenticate 802.1x by either port or MAC address. Restrictions Only administrator-level users can issue this command. Example usage: To configure 802.1x authentication by MAC address: local>config 802.1x auth_mode mac_based...
  • Page 145 DES-3350SR Layer 3 Gigabit Switch local> local>config 802.1x capability ports all authenticator Command: config 802.1x capability ports all authenticator Success. local> local> 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.
  • Page 146 DES-3350SR Layer 3 Gigabit Switch config 802.1x auth_parameter Parameters <portlist> Specifies a port or range of ports. Specifies all of the ports on the switch. default Returns all of the ports in the specified range to their 802.1x default settings.
  • Page 147 DES-3350SR Layer 3 Gigabit Switch local>config 802.1x auth_parameter ports 1-4 direction both Command: config 802.1x auth_parameter ports 1-4 direction both Success. local> config 802.1x init Purpose Used to initialize the 802.1x function on a range of ports. Syntax config 802.1x init [port_based ports [<portlist | all>] | mac_based [ports] [<portlist>...
  • Page 148 DES-3350SR Layer 3 Gigabit Switch config 802.1x reauth ports Purpose Used to configure the 802.1x re-authentication feature of the switch. Syntax config 802.1x reauth [port_based ports [<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 or MAC address.
  • Page 149 DES-3350SR Layer 3 Gigabit Switch config radius add Description The config radius add command is used to add RADIUS servers to the switch. Parameters <server_index 1-3> Assigns a number to the current set of RADIUS server settings. Up to 3 groups of RADIUS server settings can be entered on the switch.
  • Page 150 DES-3350SR Layer 3 Gigabit Switch config radius delete Restrictions Only administrator-level users can issue this command. Example usage: To delete previously configured RADIUS server communication settings: local>config radius delete 1 Command: config radius delete 1 Success. local> config radius Purpose Used to configure the switch’s RADIUS settings.
  • Page 151 DES-3350SR Layer 3 Gigabit Switch local>config radius 1 10.48.74.121 key dlink default Command: config radius 1 10.48.74.121 key dlink default Success. local> 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.
  • Page 152 OMMANDS The DES-3350SR 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. The ACL commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
  • Page 153 DES-3350SR Layer 3 Gigabit Switch create access_profile ip source_ip_mask 255.255.255.0 profile_id 1 Here we have created an access profile that will examine the IP field of each frame received by the switch. Each source IP address the switch finds will be combined with the source_ip_mask with a logical AND operation. The profile_id parameter is used to give the access profile an identifying number in this case, 1.
  • Page 154 DES-3350SR Layer 3 Gigabit Switch create access_profile Syntax [ethernet {vlan | source_mac <macmask> | destination_mac <macmask> | 802.1p | ethernet_type} | ip {vlan | source_ip_mask <netmask> | destination_ip_mask <netmask> | dscp | [icmp {type | code } | igmp {type } | tcp {src_port_mask <hex 0x0-0xffff>...
  • Page 155 DES-3350SR Layer 3 Gigabit Switch create access_profile Parameters ethernet Specifies that the switch will examine the layer 2 part of each packet header. vlan Specifies that the switch will examine the VLAN part of each packet header. source_mac <macmask> Specifies a MAC address mask for the source MAC address.
  • Page 156 DES-3350SR Layer 3 Gigabit Switch create access_profile Restrictions Only administrator-level users can issue this command. Example usage: To create an access profile that will deny service to the subnet ranging from 10.42.73.0 to 10.42.73.255: local>create access_profile ip vlan source_ip_mask 20.0.0.0 destination_ip_mask 10.0.0.0 dscp icmp type code permit profile_id 101...
  • Page 157 DES-3350SR Layer 3 Gigabit Switch config access_profile Purpose Used to configure an access profile on the switch and to define specific values that will be used to by the switch to determine if a given packet should be forwarded or filtered. Masks entered using the...
  • Page 158 DES-3350SR Layer 3 Gigabit Switch config access_profile Parameters profile_id <value 1-255> Enter an integer between 1 and 255 that is used to identify the access profile that will be deleted with this command. This value is assigned to the access profile when it is created with the create access_profile command.
  • Page 159 DES-3350SR Layer 3 Gigabit Switch config access_profile Restrictions Only administrator-level users can issue this command. Example usage: To configure the access profile with the profile ID of 1 to filter frames that have IP add resses in the range between 10.42.73.0 to 10.42.73.255:...
  • Page 160 DES-3350SR Layer 3 Gigabit Switch local>show access_profile Command: show access_profile Access Profile Table Access Profile ID: 2 TYPE : Ethernet Frame Filter Ports:1 Masks : VLAN 802.1P -------------------------------- ------------- Mode ---- --------- -------------- ------------- Permit 0 local>...
  • Page 161: Traffic Segmentation Commands

    DES-3350SR Layer 3 Gigabit 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. The traffic segmentation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
  • Page 162 DES-3350SR Layer 3 Gigabit Switch local> config traffic_segmentation 1-9 forward_list 10-12 Command: config traffic_segmentation 1-9 forward_list 1-12 Success. local> 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 163 DES-3350SR Layer 3 Gigabit Switch local>show traffic_segmentation Command: show traffic_segmentation Traffic Segmentation Table Port Forward Portlist ---- -------------------------------------------------- 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 local>...
  • Page 164: Time And Sntp Commands

    DES-3350SR Layer 3 Gigabit 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 165 DES-3350SR Layer 3 Gigabit Switch Example usage: To configure SNTP settings: local>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. local> show sntp Purpose Used to display the SNTP information. Syntax...
  • Page 166 DES-3350SR Layer 3 Gigabit Switch enable sntp Parameters None. Restrictions Only administrator-level users can issue this command. SNTP settings must be configured for SNTP to function (config sntp). Example usage: To enable the SNTP function: local>enable sntp Command: enable sntp Success.
  • Page 167 DES-3350SR Layer 3 Gigabit Switch config time Synta {time <time hh:mm:ss> | date <date ddmmyyyy> | time-zone {operator [+ |-] | hour <gmt_hour 0-13> | min <minute 0-59>} | dst [disable | repeating {s-which <start_which 1-4,last> | s-day <start_day sun-sat> | s-mth <start_mth 1-12> | s-time <start_time hh:mm>...
  • Page 168 DES-3350SR Layer 3 Gigabit Switch local>show time Command: show time Current Time Scource : System Clock Boot Time : 0 Days 00:00:00 Current Time : 0 Days 01:16:47 Time zone : GMT -06:00 Daylight Saving Time : Disabled Offset in minutes : 60...
  • Page 169: Arp Commands

    DES-3350SR Layer 3 Gigabit 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 170 DES-3350SR Layer 3 Gigabit Switch config arpentry 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 171 DES-3350SR Layer 3 Gigabit Switch local>delete arpentry 10.48.74.121 Command: delete arpentry 10.48.74.121 Success. local> config arp_aging 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 172 DES-3350SR Layer 3 Gigabit Switch show arpentry Parameters <ipif_name 12> The name of the IP interface the end node or station for which the ARP table entry was made, resides on. <ipaddr> The network address corresponding to the IP interface name above.
  • Page 173 DES-3350SR Layer 3 Gigabit Switch 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. Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 174 DES-3350SR Layer 3 Gigabit 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 <network_address> <ipaddr> {<metric 1-65535>} {[primary | backup]} create iproute default <ipaddr>...
  • Page 175: Routing Table Commands

    DES-3350SR Layer 3 Gigabit Switch local>create iproute 10.48.74.121/255.0.0.0 10.1.1.254 1 Command: create iproute 10.48.74.121/8 10.1.1.254 1 Success. local> create iproute default Purpose Used to create IP route entries to the switch’s IP routing table. Syntax create iproute default <ipaddr> {<metric>}...
  • Page 176 DES-3350SR Layer 3 Gigabit Switch delete iproute Parameters <network_address> IP address and netmask of the IP interface that is the destination of the route. You can specify the address and mask information using the traditional format (for example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
  • Page 177 DES-3350SR Layer 3 Gigabit Switch local>delete iproute default Command: delete iproute default Success. local> show iproute Purpose Used to display the switch’s current IP routing table. Syntax show iproute {<network_address>} {[static | rip | ospf]} Description This command will display the switch’s current IP routing table.
  • Page 178: Route Redistribution Commands

    This command will redistribute routing information between the OSPF and RIP routing protocols to all routers on the network that are running OSPF or RIP. Routing information entered into the Static Routing Table on the local DES-3350SR switch is also redistributed. Parameters...
  • Page 179 OSPF and RIP routing protocols to all routers on the network that are running OSPF or RIP. Routing information entered into the Static Routing Table on the local DES-3350SR switch is also redistributed Parameters src {all | internal | external | type_1 | type_2 | inter+e1 | inter+e2} Allows the selection of the protocol of the source device.
  • Page 180 DES-3350SR Layer 3 Gigabit Switch Route Source Metric Type OSPF 0 to 16 type_1 type_2 inter+e1 inter+e2 external internal Static 0 to 16 not applicable Entering the Type combination internal type_1 type_2 is functionally equivalent to all. Entering the combination type_1 type_2 is functionally equivalent to external.
  • Page 181 DES-3350SR Layer 3 Gigabit Switch config route redistribute dst ospf src Parameters src [static | rip | local] Allows the selection of the protocol of the source device. mettype Allows the selection of one of the methods for calculating the metric value. Type-1 calculates the metric (for RIP to OSPF) by adding the destination’s interface cost to the metric entered in the...
  • Page 182 DES-3350SR Layer 3 Gigabit Switch config route redistribute dst rip src Syntax config route redistribute dst rip src [local | static | ospf | [all | internal | external | type_1 | type_2 | inter+e1 | inter+e2]] {metric <value>} Description Route redistribution allows routers on the network that are running different routing protocols to exchange routing information.
  • Page 183 DES-3350SR Layer 3 Gigabit Switch delete route redistribute Restrictions Only administrator-level users can issue this command. Example Usage: To delete route redistribution settings: local>delete route redistribute dst rip src ospf Command: delete route redistribute dst rip src ospf Success. local>...
  • Page 184 DES-3350SR Layer 3 Gigabit Switch...
  • Page 185: Bootp Relay Commands

    DES-3350SR Layer 3 Gigabit Switch BOOTP R ELAY OMMANDS The BOOTP relay commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config bootp_relay {hops <value 1-16> | time <sec 0-65535>} config bootp_relay add <ipif_name 12>...
  • Page 186 DES-3350SR Layer 3 Gigabit Switch config bootp_relay add Purpose Used to add an IP destination address to the switch’s BOOTP relay table. Syntax config bootp_relay add ipif <ipif_name 12> <ipaddr> Description This command adds an IP address as a destination to forward (relay) BOOTP packets to.
  • Page 187 DES-3350SR Layer 3 Gigabit Switch local>config bootp_relay delete ipif System 10.43.21.12 Command: config bootp_relay delete ipif System 10.43.21.12 Success. local> enable bootp_relay Purpose Used to enable the BOOTP relay function on the switch. Syntax enable bootp_relay Description This command, in combination with the disable bootp_relay command below, is used to enable and disable the BOOTP relay function on the switch.
  • Page 188 DES-3350SR Layer 3 Gigabit Switch local>disable bootp_relay Command: disable bootp_relay Success. local> show bootp_relay Purpose Used to display the current BOOTP relay configuration. Syntax show bootp_relay {ipif <ipif_name 12>} Description This command will display the current BOOTP relay configuration for the switch, or if an IP interface name is specified, the BOOTP relay configuration for that IP interface.
  • Page 189: Dns Relay Commands

    DES-3350SR Layer 3 Gigabit Switch DNS R ELAY OMMANDS The DNS relay commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config dnsr {[primary | secondary] nameserver <ipaddr> | [add | delete] static <domain_name 32>...
  • Page 190 DES-3350SR Layer 3 Gigabit Switch local>config dnsr primary 10.43.21.12 Command: config dnsr primary 10.43.21.12 Success local> Example Usage: To add an entry domain name dns1, IP address 10.43.21.12 to DNS static table: local>config dnsr add static dns1 10.43.21.12 Command: config dnsr add static dns1 10.43.21.12 Success.
  • Page 191 DES-3350SR Layer 3 Gigabit Switch local>enable dnsr Command: enable dnsr Success. local> Example Usage: To enable cache lookup for DNS relay. local>enable dnsr cache Command: enable dnsr cache Success. local> Example Usage: To enable static table lookup for DNS relay.
  • Page 192 DES-3350SR Layer 3 Gigabit Switch local>disable dnsr Command: disable dnsr Success. local> Example Usage: To disable cache lookup for DNS relay. local>disable dnsr cache Command: disable dnsr cache Success. local> Example Usage: To disable static table lookup for DNS relay.
  • Page 193 DES-3350SR Layer 3 Gigabit Switch local>show dnsr Command: show dnsr DNSR Status : Disabled Primary Name Server : 0.0.0.0 Secondary Name Server : 0.0.0.0 DNSR Cache Status : Disabled DNSR Static Cache Table Status : Disabled DNS Relay Static Table...
  • Page 194: Rip Commands

    DES-3350SR Layer 3 Gigabit Switch RIP C OMMANDS The RIP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config rip [ipif <ipif_name 12> | all] {authentication [enable <password 16>...
  • Page 195 DES-3350SR Layer 3 Gigabit Switch config rip Parameters <ipif_name 12> The name of the IP interface. all – To configure all RIP receiving mode for all IP interfaces. authentication [enable | disable] Enables or disables authentication for RIP on the switch.
  • Page 196 DES-3350SR Layer 3 Gigabit Switch local>config rip ipif System rx_mode v1_only Command: config rip ipif System rx_mode v1_only Success. local> enable rip Purpose Used to enable RIP. Syntax enable rip Description This command is used to enable RIP on the switch.
  • Page 197 DES-3350SR Layer 3 Gigabit Switch local>disable rip Command: disable rip Success. local> show rip Purpose Used to display the RIP configuration and statistics for the switch. Syntax show rip {ipif <ipif_name 12>} Description This command will display the RIP configuration and statistics for a given IP interface or for all IP interfaces.
  • Page 198: Dvmrp Commands

    DES-3350SR Layer 3 Gigabit Switch DVMRP C OMMANDS The DVMRP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config dvmrp [ipif <ipif_name 12> | all] {metric <value 1-31> | probe <sec 1- 65535>...
  • Page 199 DES-3350SR Layer 3 Gigabit Switch config dvmrp Parameters <ipif_name 12> The name of the IP interface for which DVMRP is to be configured. Specifies that DVMRP is to be configured for all IP interfaces on the switch. metric <value 1-31>...
  • Page 200 DES-3350SR Layer 3 Gigabit Switch enable dvmrp Restrictions Only administrator-level users can issue this command. Example Usage: To enable DVMRP: local>enable dvmrp Command: enable dvmrp Success. local> disable dvmrp Purpose Used to disable DVMRP. Syntax disable dvmrp Description This command, in combination with the enable dvmrp above, to enable and disable DVMRP on the switch.
  • Page 201 DES-3350SR Layer 3 Gigabit Switch show dvmrp routing_table Parameters ipaddress <network_address> The IP address and netmask of the destination. You can specify the IP address and netmask information using the traditional format or the CIDR format. For example, 10.1.2.3/255.255.0.0 or 10.2.3.4/16.
  • Page 202 DES-3350SR Layer 3 Gigabit Switch local>show dvmrp neighbor Command: show dvmrp neighbor DVMRP Neighbor Address Table Interface Neighbor Address Generation ID Expire Time --------------- ----------------------- ------------------- --------- System 10.2.1.123 Total Entries: 1 local> show dvmrp nexthop Purpose Used to display the current DVMRP routing next hop table.
  • Page 203 DES-3350SR Layer 3 Gigabit Switch local>show dvmrp nexthop Command: show dvmrp nexthop Source IP Address/Netmask Interface Name Type ----------------- --------------- ------ 10.0.0.0/8 Leaf 10.0.0.0/8 Leaf 20.0.0.0/8 System Leaf 20.0.0.0/8 Leaf 30.0.0.0/8 System Leaf 30.0.0.0/8 Leaf Total Entries: 6 local> show dvmrp Purpose Used to display the current DVMRP routing table.
  • Page 204: Pim Commands

    DES-3350SR Layer 3 Gigabit Switch PIM C OMMANDS The PIM commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config pim [ipif <ipif_name 12> | all ] { hello <sec 1-18724> | jp_interval <sec 1-18724>...
  • Page 205 DES-3350SR Layer 3 Gigabit Switch config pim Restrictions Only administrator-level users can issue this command. Usage Example: To configure PIM settings for IP interface “System”: local>config pim ipif System hello 35 jp_interval 70 state enable Command: config pim ipif System hello 35 jp_interval 70 state enable Success.
  • Page 206 DES-3350SR Layer 3 Gigabit Switch disable pim Parameters None. Restrictions Only administrator-level users can use this command. Usage Example: To disable PIM on the switch: local>disable pim Command: disable pim Success. local> show pim neighbor Purpose Used to display PIM neighbor router table entries.
  • Page 207 DES-3350SR Layer 3 Gigabit Switch local>show pim neighbor Command: show pim neighbor PIM Neighbor Address Table Interface Name Neighbor Address Expire Time --------------- ---------------- ----------- System 10.48.74.122 Total Entries : 1 local> show pim Purpose Used to display current PIM configuration.
  • Page 208 DES-3350SR Layer 3 Gigabit Switch local>show pim Command: show pim PIM Global State : Disabled PIM-DM Interface Table Hello Join/Prune Interface IP Address Interval Interval State ------------ --------------- -------- ---------- -------- System 10.90.90.90/8 35 Enabled Total Entries : 1 local>...
  • Page 209: Ip Multicasting Commands

    DES-3350SR Layer 3 Gigabit Switch IP M ULTICASTING OMMANDS The IP multicasting commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters show ipmc cache {group <group>} {ipaddress <network_address>} show ipmc {ipif <ipif_name 12>...
  • Page 210 DES-3350SR Layer 3 Gigabit Switch show ipmc Purpose Used to display the IP multicast interface table. Syntax show ipmc {ipif <ipif_name 12> | protocol [dvmrp | pim]} Description This command will display the current IP multicast interface table. Parameters <ipif_name 12>...
  • Page 211: Md5 Configuration Commands

    DES-3350SR Layer 3 Gigabit Switch MD5 C ONFIGURATION OMMANDS The MD5 configuration commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create md5 key <key_id 1-255> <password 16> config md5 key <key_id 1-255>...
  • Page 212 DES-3350SR Layer 3 Gigabit Switch config md5 key Parameters <key_id 1-255> The previously defined MD5 key ID. <password 16> The user may change the MD5 password for the md5 key. A new password of up to 16 characters can be created.
  • Page 213 DES-3350SR Layer 3 Gigabit Switch show md5 Syntax show md5 {key <key_id 1-255>} Description This command will display the current MD5 key table. Parameters <key_id 1-255> The MD5 key ID. Restrictions None. Usage Example To display the current MD5 key: local>show md5...
  • Page 214: Ospf Configuration Commands

    DES-3350SR Layer 3 Gigabit Switch OSPF C ONFIGURATION OMMANDS The OSPF configuration commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config ospf router_id <ipaddr> enable ospf disable ospf...
  • Page 215 DES-3350SR Layer 3 Gigabit Switch Command Parameters create ospf virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | authentication [none | simple <password 8> | md5 <key_id 1-255>]} config ospf virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | authentication [none | simple <password 8>...
  • Page 216 DES-3350SR Layer 3 Gigabit Switch To enable OSPF on the switch: local>enable ospf Command: enable ospf Success. local> disable ospf Purpose Used to disable OSPF on the switch. Syntax disable ospf Description This command, in combination with the enable ospf command above, is used to enable and disable OSPF on the switch.
  • Page 217 DES-3350SR Layer 3 Gigabit Switch show ospf Description This command will display the current state of OSPF on the switch, divided into the following categories: General OSPF settings OSPF Interface settings OSPF Area settings OSPF Virtual Interface settings OSPF Area Aggregation settings...
  • Page 218 DES-3350SR Layer 3 Gigabit Switch local>show ospf Command: show ospf OSPF Router ID : 10.1.1.2 State : Enabled OSPF Interface Settings Interface IP Address Area ID State Link Metric Status ------------ ------------------ --------- -------- --------- --------- System 10.90.90.90/8 0.0.0.0 Disabled Link DOWN 20.1.1.1/8...
  • Page 219 DES-3350SR Layer 3 Gigabit Switch create ospf area Purpose Used to configure OSPF area settings. Syntax create ospf area <area_id> type [normal | stub {stub_summary [enable | disable] | metric <value 0- 16777215>}] Description This command is used to create an OSPF area and configure its settings.
  • Page 220 DES-3350SR Layer 3 Gigabit Switch Usage Example: To delete an OSPF area: local>delete ospf area 10.48.74.122 Command: delete ospf area 10.48.74.122 Success. local> config ospf area Purpose Used to configure an OSPF area’s settings. Syntax config ospf area <area_id> type [normal | stub {stub_summary [enable | disable] | metric <value 0-...
  • Page 221 DES-3350SR Layer 3 Gigabit Switch show ospf area Syntax show ospf area {<area_id>} Description This command will display the current OSPF area configuration. Parameters <area_id> A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
  • Page 222 DES-3350SR Layer 3 Gigabit Switch local>create ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Command: create ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Success. local> delete ospf host_route Purpose Used to delete an OSPF host route. Syntax delete ospf host_route <ipaddr>...
  • Page 223 DES-3350SR Layer 3 Gigabit Switch Usage Example To configure an OSPF host route: local>config ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Command: config ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Success. local> show ospf host_route Purpose Used to display the current OSPF host route table.
  • Page 224 DES-3350SR Layer 3 Gigabit Switch create ospf aggregation Parameters <area_id> A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. <network_address> The 32-bit number in the form of an IP address that uniquely identifies the network that corresponds to the OSPF Area.
  • Page 225 DES-3350SR Layer 3 Gigabit Switch To configure the OSPF area aggregation settings: local>delete ospf aggregation 10.1.1.1 10.48.76.122/16 lsdb_type summary Command: delete ospf aggregation 10.1.1.1 10.48.76..122/16 lsdb_type summary Success. local> config ospf aggregation Purpose Used to configure the OSPF area aggregation settings.
  • Page 226 DES-3350SR Layer 3 Gigabit Switch show ospf aggregation Syntax show ospf aggregation {<area_id>} Description This command will display the current OSPF area aggregation settings. Parameters <area_id> Enter this parameter if you wish to view this table by a specific OSPF area ID.
  • Page 227 DES-3350SR Layer 3 Gigabit Switch show ospf lsdb Restrictions None. NOTE: When this command displays a “ ” (a star symbol) in the OSPF LSDB table for the area_id or the Cost, this is interpreted as “no area ID” for external LSAs, and as “no cost given” for the advertised link.
  • Page 228 DES-3350SR Layer 3 Gigabit Switch local>show ospf neighbor Command: show ospf neighbor IP Address of Router ID of Neighbor Neighbor Neighbor Neighbor Priority State --------------- -------------- -------- ------------ 10.48.74.122 10.2.2.2 Initial local> show ospf virtual_neighbor Purpose Used to display the current OSPF virtual neighbor router table.
  • Page 229 DES-3350SR Layer 3 Gigabit Switch config ospf ipif Purpose Used to configure the OSPF interface settings. Syntax config ospf ipif <ipif_name 12> {area <area_id> | priority <value> | hello_interval <sec 1-65535>| dead_interval <sec 1- 65535> | authentication [none | simple <password 8> | md5 <key_id 1-255>] | metric <value 1-65535>...
  • Page 230 DES-3350SR Layer 3 Gigabit Switch Usage Example To configure OSPF interface settings: local>config ospf ipif System priority 2 hello_interval 15 metric 2 state enable Command: config ospf ipif System priority 2 hello_interval 15 metric 2 state enable Success. local> config ospf all...
  • Page 231 DES-3350SR Layer 3 Gigabit Switch config ospf all Parameters area <area_id> - A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. priority <value> The priority used in the election of the Designated Router (DR).
  • Page 232 DES-3350SR Layer 3 Gigabit Switch show ospf ipif Purpose Used to display the current OSPF interface settings for the specified interface name. Syntax show ospf ipif {<ipif_name 12> | all} Description This command will display the current OSPF interface settings for the specified interface name.
  • Page 233 DES-3350SR Layer 3 Gigabit Switch local>show ospf ipif ipif2 Command: show ospf ipif ipif2 Interface Name: ipif2 IP Address: 123.234.12.34/24 ((Link Up) Network Medium Type: BROADCAST Metric: 1 Area ID: 1.0.0.0 Administrative State: Enabled Priority: 1 DR State: DR DR Address: 123.234.12.34...
  • Page 234 DES-3350SR Layer 3 Gigabit Switch create ospf virtual_link Purpose Used to create an OSPF virtual interface. Syntax create ospf virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | authentication [none | simple <password 8> | md5 <key_id 1- 255>]}...
  • Page 235 DES-3350SR Layer 3 Gigabit Switch local>create ospf virtual_link 10.1.12 20.1.1.1 hello_interval 10 Command: create ospf virtual_link 10.1.12 20.1.1.1 hello_interval 10 Success. local> config ospf virtual_link Purpose Used to configure the OSPF virtual interface settings. Syntax config ospf virtual_link <area_id> <neighbor_id>...
  • Page 236 DES-3350SR Layer 3 Gigabit Switch config ospf virtual_link Restrictions Only administrator-level users can issue this command. Usage Example To configure the OSPF virtual interface settings: local>config ospf virtual_link 10.1.1.2 20.1.1.1 hello_interval 10 Command: config ospf virtual_link 10.1.1.2 20.1.1.1 hello_interval 10 Success.
  • Page 237 DES-3350SR Layer 3 Gigabit Switch show ospf virtual_link Syntax show ospf virtual_link {<area_id> <neighbor_id>} Description This command will display the current OSPF virtual interface configuration. Parameters <area_id> A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
  • Page 238: Command History List

    DES-3350SR Layer 3 Gigabit Switch OMMAND ISTORY The command history list commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters show command_history config command_history <value 1-40> Each command is listed, in detail, in the following sections.
  • Page 239 DES-3350SR Layer 3 Gigabit Switch local>? clear clear arptable clear counters clear fdb clear log config 802.1p default_priority config 802.1p user_priority config 802.1x auth_mode config 802.1x auth_parameter ports config 802.1x auth_protocol config 802.1x capability ports config 802.1x init config 802.1x reauth...
  • Page 240 DES-3350SR Layer 3 Gigabit Switch local>show command_history Command: show command_history ? show show vlan config router_ports vlan2 add 1:1-1:10 config router_ports vlan2 add config router_ports vlan2 config router_ports show vlan create vlan vlan2 tag 3 create vlan vlan2 tag 2...
  • Page 241: Technical Specifications

    DES-3350SR Layer 3 Gigabit Switch ECHNICAL PECIFICATIONS Physical and Environmental 100 – 120; 200 - 240 VAC, 50/60 Hz (internal AC Input & External Redundant power Supply: universal power supply) Power Consumption: 90 watts maximum DC Fans: 2 built-in 40 x 40 x10 mm fans...
  • Page 242 DES-3350SR Layer 3 Gigabit Switch General Data Transfer Rates: Half-duplex Full-duplex Ethernet 10 Mbps 20Mbps Fast Ethernet 100Mbps 200Mbps Gigabit Ethernet 2000Mbps SFP (Mini GBIC) Support Fiber Optic IEEE 802.3z 1000BASE-LX (DEM-310GT transceiver) IEEE 802.3z 1000BASE-SX (DEM-311GT transceiver) IEEE 802.3z 1000BASE-LH (DEM-314GT transceiver) IEEE 802.3z 1000BASE-ZX (DEM-315GT...
  • Page 243 DES-3350SR 48 10/100Mbps plus 2 Gigabit Ports Layer 3 Stackable Switch Command Line Interface Reference Manual Release 3...
  • Page 245 __________________________________________________________________________________ Information in this document is subject to change without notice. © 2005 D-Link Computer Corporation. All rights reserved. Reproduction in any manner whatsoever without the written permission of D -Link Computer Corporation is strictly forbidden. Trademarks used in this text: D-Link and the D-LINK logo are trademarks of D-Link Computer Corporation; Microsoft and Windows are registered trademarks of Microsoft Corporation.
  • Page 246 Table of Contents Introduction....................................... 1 Using the Console CLI ..................................4 Command Syntax ....................................9 Basic Switch Commands.................................12 Switch Port Commands ...................................24 Port Security Commands........
  • Page 247 Route Redistribution Commands ..............................174 BOOTP Relay Commands................................181 DNS Relay Commands................................. 185 RIP Commands..................................... 190 DVMRP Commands..................................194 PIM Commands........
  • Page 249: Introduction

    DES-3350SR Layer 3 Gigabit Switch NTRODUCTION The Switch can be managed through the switch’s serial port, Telnet, or the Web-based management agent. The Command Line Interface (CLI) can be used to configure and manage the switch via the serial port or Telnet interfaces.
  • Page 250 DES-3350SR Layer 3 Gigabit Switch 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 251 DES-3350SR Layer 3 Gigabit Switch Figure 1-3. Assigning an IP Address In the above example, the switch was assigned an IP address of 10.53.13.144/8 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...
  • Page 252: Using The Console Cli

    ONSOLE The DES-3350SR 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 253 DES-3350SR Layer 3 Gigabit Switch Figure 2-1. Initial Console Screen Commands are entered at the command prompt, local> 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.
  • Page 254 DES-3350SR Layer 3 Gigabit Switch Figure 2-3. Example Command Parameter Help In this case, the command config account was entered with the parameter <username>. The CLI will then prompt you to enter the <username> with the message, Next possible completions:. Every command in the CLI has this feature, and complex commands have several layers of parameter prompting.
  • Page 255 DES-3350SR Layer 3 Gigabit Switch All commands in the CLI function in this way. In addition, the syntax of the help prompts are the same as presented in this manual angle brackets < > indicate a numerical value or character string, braces { } indicate optional parameters or a choice of parameters, and brackets [ ] indicate required parameters.
  • Page 256 DES-3350SR Layer 3 Gigabit Switch In the above example, all of the possible next parameters for the show command are displayed. At the next command prompt, the up arrow was used to re-enter the show command, followed by the account parameter. The CLI then displays the user accounts...
  • Page 257: Command Syntax

    DES-3350SR Layer 3 Gigabit 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 258 DES-3350SR Layer 3 Gigabit Switch {braces} Purpose Encloses an optional value or set of optional arguments. Syntax reset {[config | system]} Description In the above syntax example, you have the option to specify config or system. It is not necessary to specify either optional value, however the effect of the system reset is dependent on which, if any, value is specified.
  • Page 259 DES-3350SR Layer 3 Gigabit Switch Enter Displays the next line or table entry.
  • Page 260 DES-3350SR Layer 3 Gigabit 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>...
  • Page 261 DES-3350SR Layer 3 Gigabit Switch create account Only Administrator-level users can issue this command. Restrictions Usernames can be between 1 and 15 characters. Passwords can be between 0 and 15 characters. Example usage: To create an administrator-level user account with the username “dlink”.
  • Page 262 DES-3350SR Layer 3 Gigabit Switch local>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. local> show account Purpose Used to display user accounts Syntax show account Displays all user accounts created on the switch.
  • Page 263 DES-3350SR Layer 3 Gigabit Switch delete account <username> Parameters Only Administrator-level users can issue this command. Restrictions Example usage: To delete the user account “System”: local>delete account System Command: delete account System Success. local> show switch Used to display information about the switch.
  • Page 264 DES-3350SR Layer 3 Gigabit Switch local>show switch Command: show switch Device Type : DES-3350 Fast-Ethernet Switch Ext. Ports : 1000TX + 1000TX MAC Address : 00-01-02-03-04-00 IP Address : 10.58.44.222 (Manual) VLAN Name : default Subnet Mask : 255.0.0.0 Default Gateway : 0.0.0.0...
  • Page 265 DES-3350SR Layer 3 Gigabit Switch local>show serial_port Command: show serial_port Baud Rate : 9600 Data Bits Parity Bits : None Stop Bits Auto-Logout : 10 mins local> config serial_port Used to configure the serial port. Purpose Syntax config serial_port {baud_rate [9600 | 19200 | 38400 | 115200] |...
  • Page 266 DES-3350SR Layer 3 Gigabit Switch local>config serial_port baud_rate 9600 Command: config serial_port baud_rate 9600 Success. local> enable clipaging Used to pause the scrolling of the console screen when the show Purpose command displays more than one page. Syntax enable clipaging...
  • Page 267 DES-3350SR Layer 3 Gigabit Switch To disable pausing of the screen display when show command output reaches the end of the page: local>disable clipaging Command: disable clipaging Success. local> enable telnet Purpose Used to enable communication with and management of the switch using the Telnet protocol.
  • Page 268 DES-3350SR Layer 3 Gigabit Switch Example usage: To disable the Telnet protocol on the switch: local>disable telnet Command: disable telnet Success. local> enable web Used to enable the HTTP-based management software on the Purpose switch. Syntax enable web <tcp_port_number 1-65535>...
  • Page 269 DES-3350SR Layer 3 Gigabit Switch disable web Only administrator-level users can issue this command. Restrictions Example usage: To disable HTTP: local>disable web Command: disable web Success. local> save Used to save changes in the switch’s configuration to non-volatile RAM. Purpose...
  • Page 270 DES-3350SR Layer 3 Gigabit Switch reboot None. Parameters None. Restrictions Example usage: To restart the switch: local>reboot Command: reboot Are you sure want to proceed with the system reboot? (y/n) Please wait, the switch is rebooting... reset Used to reset the switch to the factory default settings.
  • Page 271 DES-3350SR Layer 3 Gigabit Switch login Purpose Used to log in a user to the switch’s console. Syntax login This command is used to initiate the login procedure. The user Description will be prompted for his Username and Password. None.
  • Page 272 DES-3350SR Layer 3 Gigabit 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_half | 1000_full] | state [enabled | disabled] | description <desc 32>...
  • Page 273 DES-3350SR Layer 3 Gigabit Switch To configure the speed of port 3 to be 10 Mbps, full duplex, learning and state enable: local>config ports 1-3 speed auto state enabled Command: config ports 1-3 speed auto state enabled Success. local> show ports Purpose Used to display the current configuration of a range of ports.
  • Page 274 DES-3350SR Layer 3 Gigabit Switch local>Port Port Settings Connection State Speed/Duplex Speed/Duplex ---- -------- ------------ ------------ Enabled Auto Link Down Enabled Auto Link Down Enabled Auto Link Down Enabled Auto Link Down Enabled Auto 100M/Full Enabled Auto Link Down Enabled Auto...
  • Page 275 DES-3350SR Layer 3 Gigabit Switch ECURITY OMMANDS The switch 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 [enabled | disabled] |max_learning_addr <max_lock_no 0-10>...
  • Page 276 DES-3350SR Layer 3 Gigabit Switch local>config port_security ports 1-3 admin_state enabled max_learning_addr 1 lock_address_mode DeleteOnTimeout Command: config port_security ports 1-3 admin_state enabled max_learning_addr 1lock_address_mode DeleteOnTimeout Success. local> show port_security Used to display the current port security configuration. Purpose Syntax show port_security {ports <portlist>}...
  • Page 277 DES-3350SR Layer 3 Gigabit Switch...
  • Page 278: Network Management (Snmp) Commands

    OMMANDS The DES-3350SR 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 leve l of security provided between the management station and the network device.
  • Page 279 DES-3350SR Layer 3 Gigabit Switch Command Parameters 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>} delete snmp group <groupname 32> show snmp groups create snmp host <ipaddr>...
  • Page 280 DES-3350SR Layer 3 Gigabit Switch create snmp user Description The create snmp user command creates a new SNMP user and adds the user to an SNMP group that is also created by this command. SNMP ensures: Message integrity Ensures that packets have not been tampered with during transit.
  • Page 281 DES-3350SR Layer 3 Gigabit Switch local>create snmp user dlink default encrypted by_password auth md5 auth_password priv none Command: create snmp user dlink default encrypted by_password auth md5 auth_password priv none Success. local> delete snmp user Used to remove an SNMP user from an SNMP group and also to Purpose delete the associated SNMP group.
  • Page 282 DES-3350SR Layer 3 Gigabit Switch Example usage: To display the SNMP users currently configured on the switch: local>show snmp user Command: show snmp user Username Group Name SNMP Version Auth-Protocol PrivProtocol --------------- -------------- ------------ -------------------- ------------------ initial initial None None Total Entries: 1 local>...
  • Page 283 DES-3350SR Layer 3 Gigabit 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 284 DES-3350SR Layer 3 Gigabit Switch local>show snmp view Command: show snmp view Vacm View Table Settings View Name Subtree View Type -------------------- ------------------------- ---------- ReadView Included WriteView Included NotifyView 1.3.6 Included restricted 1.3.6.1.2.1.1 Included restricted 1.3.6.1.2.1.11 Included restricted 1.3.6.1.6.3.10.2.1 Included restricted 1.3.6.1.6.3.11.2.1...
  • Page 285 DES-3350SR Layer 3 Gigabit Switch create snmp community Parameters <community_string 32> An alphanumeric string of up to 32 characters that is used to identify members of an SNMP community. This string is used like a password to give remote SNMP managers access to MIB objects in the switch’s SNMP agent.
  • Page 286 DES-3350SR Layer 3 Gigabit Switch To delete the SNMP community string “dlink:” local>delete snmp community dlink Command: delete snmp community dlink Success. local> show snmp community Purpose Used to display SNMP community strings configured on the switch. Syntax show snmp community {<community_string 32>}...
  • Page 287 DES-3350SR Layer 3 Gigabit Switch config snmp engineID Purpose Used to configure a name for the SNMP engine on the switch. Syntax config snmp engineID <snmp_engineID> Description The config snmp engineID command configures a name for the SNMP engine on the switch.
  • Page 288 DES-3350SR Layer 3 Gigabit Switch create snmp group Purpose Used to create a new SNMP group, or a table that maps SNMP users to SNMP views. Syntax create snmp group <groupname 32> [v1 | v2c | v3 [noauth_nopriv | auth_nopriv | auth_priv]] {read_view <view_name 32>...
  • Page 289 DES-3350SR Layer 3 Gigabit Switch create snmp group Parameters <groupname 32> An alphanumeric name of up to 32 characters that will identify the SNMP group the new SNMP user will be associated with. v1 – Specifies that SNMP version 1 will be used. The Simple...
  • Page 290 DES-3350SR Layer 3 Gigabit Switch To create an SNMP group named “sg1:” local>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. local> delete snmp group Purpose Used to remove an SNMP group from the switch.
  • Page 291 DES-3350SR Layer 3 Gigabit Switch show snmp groups Restrictions Only administrator-level can use this command. Example usage: To display the currently configured SNMP groups on the switch: local>show snmp groups Command: show snmp groups Vacm Access Table Settings Group Name...
  • Page 292 DES-3350SR Layer 3 Gigabit 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 293 DES-3350SR Layer 3 Gigabit Switch To create an SNMP host to receive SNMP messages: local>create snmp host 10.48.74.100 v3 auth_priv public Command: create snmp host 10.48.74.100 v3 auth_priv public Success. local> delete snmp host Purpose Used to remove a recipient of SNMP traps generated by the switch’s SNMP agent.
  • Page 294 DES-3350SR Layer 3 Gigabit Switch show snmp host Restrictions Only administrator-level can use this command. Example usage: To display the currently configured SNMP hosts on the switch: local>show snmp host Command: show snmp host SNMP Host Table Host IP Address...
  • Page 295 DES-3350SR Layer 3 Gigabit Switch local>create trusted_host 10.48.74.121 Command: create trusted_host 10.48.74.121 Success. local> 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 296 DES-3350SR Layer 3 Gigabit Switch delete trusted_host Parameters <ipaddr> The IP address of the trusted host. Restrictions Only administrator-level users can issue this command. Example Usage: To delete a trusted host with an IP address 10.48.74.121: local>delete trusted_host 10.48.74.121 Command: delete trusted_host 10.48.74.121 Success.
  • Page 297 DES-3350SR Layer 3 Gigabit Switch enable snmp authenticate_traps Parameters None. Restrictions Only administrator-level users can issue this command. Example Usage: To turn on SNMP authentication trap support: local>enable snmp authenticate_traps Command: enable snmp authenticate_traps Success. local> disable snmp traps Purpose Used to disable SNMP trap support on the switch.
  • Page 298 DES-3350SR Layer 3 Gigabit Switch disable snmp authenticate_traps Description This command is used to disable SNMP authentication support on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command. Example Usage: To disable the SNMP authentication trap support: local>disable snmp authenticate_traps...
  • Page 299 Restrictions Only administrator-level users can issue this command. Example usage: To configure the switch name for “DES-3350SR Stackable Switch ” : local>config snmp system_name DES-3350SR Stackable Switch Command: config snmp system_name DES-3350SR Stackable Switch Success.
  • Page 300 DES-3350SR Layer 3 Gigabit 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 301 DES-3350SR Layer 3 Gigabit Switch local>disable rmon Command: disable rmon Success. local>...
  • Page 302: Switch Utility Commands

    DES-3350SR Layer 3 Gigabit Switch WITCH TILITY OMMANDS The switch utility 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 127> | configuration <ipaddr>...
  • Page 303 DES-3350SR Layer 3 Gigabit Switch local>download configuration 10.48.74.121 c:\cfg\setting.txt Command: download configuration 10.48.74.121 c:\cfg\setting.txt Connecting to server....Done. Download configuration..... Done. local> upload Purpose Used to upload the current switch settings or the switch history log to a TFTP server.
  • Page 304 DES-3350SR Layer 3 Gigabit Switch ping 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” or return the message. This is used to confirm connectivity between the switch and the remote device.
  • Page 305 DES-3350SR Layer 3 Gigabit Switch traceroute Parameters <ipaddr> - Specifies the IP address of the host. ttl <value 1-60> - The time to live value of the trace route request. This is the maximum number of routers the traceroute command will cross while seeking the network path between two devices.
  • Page 306: Network Monitoring Commands

    DES-3350SR Layer 3 Gigabit 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> show utilization...
  • Page 307 DES-3350SR Layer 3 Gigabit Switch local>show packet port 2:7 Port number : 2:7 Frame Size Frame Counts Frames/sec Frame Type Total Total/sec ------------ ------------ ---------- ---------- ------- --------- 3275 RX Bytes 408973 1657 65-127 RX Frames 4395 128-255 256-511 TX Bytes...
  • Page 308 DES-3350SR Layer 3 Gigabit Switch local>show errors port 1:3 Port number 1:3 Error Type RX Frames Error Type TX Frames --------------- --------------- ---------------------------- ---------------- CRC Error Excessive Deferral Undersize CRC Error Oversize Late Collision Fragment Excessive Collision Jabber Single Collision...
  • Page 309 DES-3350SR Layer 3 Gigabit Switch clear counters Purpose Used to clear the switch’s statistics counters. Syntax clear counters {ports <portlist>} Description This command will clear the counters used by the switch to compile statistics. Parameters <portlist> Specifies a port or range of ports to be configured.
  • Page 310 DES-3350SR Layer 3 Gigabit Switch show log Purpose Used to display the switch history log. Syntax show log {index <value>} Description This command will display the contents of the switch’s history log. Parameters index <value> Enter a value that corresponds to an entry made in the log.
  • Page 311 DES-3350SR Layer 3 Gigabit Switch PANNING OMMANDS The switch supports 802.1d STP and 802.1w Rapid STP. The spanning tree commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config stp {maxage <value 6-40>...
  • Page 312 DES-3350SR Layer 3 Gigabit Switch config stp Parameters maxage <value 6-40> The maximum amount of time (in seconds) that the switch will wait to receive a BPDU packet before reconfiguring STP. The user may choose a time between 6 and 40 seconds.
  • Page 313 DES-3350SR Layer 3 Gigabit Switch config stp ports Purpose Used to setup STP on the port level. Syntax config stp ports <portlist> {cost [auto | <value 1-200000000>] | priority <value 0-240> | migrate [yes | no] | edge [true | false] |...
  • Page 314 DES-3350SR Layer 3 Gigabit Switch config stp ports Parameters cost This defines a metric that indicates the relative cost of forwarding packets to the specified port list. Port cost can be set in the following two ways: § auto – Setting this parameter for the cost will automatically set the speed for forwarding packets to the specified port(s) in the list for optimal efficiency.
  • Page 315 DES-3350SR Layer 3 Gigabit Switch local> config stp ports 1-4 cost auto state enabled Command: config stp ports 1-4 cost auto state enabled Success. local> 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.
  • Page 316 DES-3350SR Layer 3 Gigabit Switch local>disable stp Command: disable stp Success. local> show stp Purpose Used to display the switch’s current STP configuration. Syntax show stp Description This command displays the switch’s current STP configuration. Parameters None Restrictions None. Example usage:...
  • Page 317 DES-3350SR Layer 3 Gigabit Switch local> show stp Command: show stp STP Status : Enabled Max Age : 20 Hello Time Forward Delay : 15 Priority : 32768 STP Version : STP compatible TX Hold Count Forwarding BPDU : Disabled...
  • Page 318 DES-3350SR Layer 3 Gigabit Switch show stp ports Purpose Used to display the switch’s current per-port group STP configuration. Syntax show stp ports <portlist> Description This command displays the switch’s current per-port group STP configuration. Parameters <portlist> Specifies a port or range of ports to be configured.
  • Page 319: Forwarding Database Commands

    DES-3350SR Layer 3 Gigabit Switch ORWARDING ATABASE OMMANDS The 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> create multicast_fdb <vlan_name 32>...
  • Page 320 DES-3350SR Layer 3 Gigabit Switch To create a unicast MAC FDB entry: local>create fdb default 00-00-00-00-01-02 port 2:5 Command: create fdb default 00-00-00-00-01-02 port 2:5 Success. local> create multicast_fdb Purpose Used to create a static entry to the multicast MAC address...
  • Page 321 DES-3350SR Layer 3 Gigabit Switch config multicast_fdb Parameters <vlan_name 32> The name of the VLAN on which the MAC address resides. <macaddr> The MAC address that will be added to the multicast forwarding table. [add | delete] Add will add ports to the forwarding table. Delete will remove ports from the multicast forwarding table.
  • Page 322 DES-3350SR Layer 3 Gigabit Switch To set the fdb aging time: local>config fdb aging_time 300 Command: config fdb aging_time 300 Success. local> delete fdb Purpose Used to delete an entry to the switch’s forwarding database. Syntax delete fdb <vlan_name 32> <macaddr>...
  • Page 323 DES-3350SR Layer 3 Gigabit 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 324 DES-3350SR Layer 3 Gigabit Switch Example usage: To display multicast MAC address table: local>show multicast_fdb Command: show multicast_fdb VLAN Name : default MAC Address : 01-00-5E-00-00-00 Egress Ports : 1:1-1:5,1:12 Mode : Static Total Entries local> show fdb Purpose Used to display the current unicast MAC address forwarding database.
  • Page 325 DES-3350SR Layer 3 Gigabit Switch local>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 Dynamic default 00-00-51-43-70-00 Dynamic default 00-00-5E-00-01-01 Dynamic default 00-00-74-60-72-2D...
  • Page 326 DES-3350SR Layer 3 Gigabit Switch local>show ipfdb Command: show ipfdb Interface IP Address Port Learned ------------ --------------- ------ --------- System 10.0.0.178 Dynamic System 10.0.0.183 Dynamic System 10.0.25.1 Dynamic System 10.0.34.1 Dynamic System 10.0.46.1 Dynamic System 10.0.58.4 Dynamic System 10.1.1.1 Dynamic System 10.1.1.101...
  • Page 327: Broadcast Storm Control Commands

    DES-3350SR Layer 3 Gigabit 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 1-8 | all ] {broadcast [enable | disable] | multicast [enable | disable] | dlf [enable | disable] | threshold <value 0-255>...
  • Page 328 DES-3350SR Layer 3 Gigabit Switch config traffic control Restrictions Only administrator-level users can issue this command. Example usage: To configure traffic control and enable broadcast storm control system wide: local>config traffic control all broadcast enable Command: config traffic control all broadcast enable Success.
  • Page 329 DES-3350SR Layer 3 Gigabit Switch local>show traffic control Command: show traffic control Traffic Control Broadcast Multicast Destination Group [ports] Threshold Storm Storm Lookup Fail ------------- --------- --------- --------- ----------- 1 [ 1 - 8 ] Disabled Disabled Disabled 2 [ 9 - 16]...
  • Page 330: Qos Commands

    DES-3350SR Layer 3 Gigabit Switch OMMANDS The DES-3350SR switch supports 802.1p priority queuing. The Switch has five hardware priority queues, one of which is internal and not configurable. These hardware priority queues are numbered from 7 (Class 7) — the highest hardware priority queue —...
  • Page 331 DES-3350SR Layer 3 Gigabit Switch Command Parameters show {<portlist>} bandwidth_control config 802.1p {<priority 0-7> <class_id 0-3>} user_priority show 802.1p user_priority config 802.1p [<portlist> | all] | <priority 0-7> default_priority show 802.1p {<portlist> | all} default_priority show scheduling show scheduling config scheduling <class_id 0-3>...
  • Page 332 DES-3350SR Layer 3 Gigabit Switch Example usage: To configure bandwidth control: local> config bandwidth_control 1-4 rx_rate no_limit Command: config bandwidth_control 1-4 rx_rate no_limit Success. local> show bandwidth_control Purpose Used to display the bandwidth control configuration on the switch. Syntax Show bandwidth_control {<portlist>}...
  • Page 333 DES-3350SR Layer 3 Gigabit Switch local> show bandwidth_control Command: show bandwidth_control Bandwidth Control Table Port RX Rate (Mbit/sec) TX_RATE (Mbit/sec) ---- ------------------------ ---------------------- no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit no_limit...
  • Page 334 DES-3350SR Layer 3 Gigabit Switch config 802.1p user_priority Description The config 802.1p user_priority command is used to configure the way the switch will map an incoming packet, based on its 802.1p user priority tag, to one of the eight hardware priority queues available on the switch.
  • Page 335 DES-3350SR Layer 3 Gigabit Switch show 802.1p user_priority Purpose Used to display the current 802.1p user priority tags to hardware priority queue mapping in use by the switch. Syntax show 802.1p user_priority Description The show 802.1p user_priority command will display the current 802.1p user priority tags to hardware priority queue mapping in use...
  • Page 336 DES-3350SR Layer 3 Gigabit Switch config 802.1p default_priority Parameters <portlist> Specifies a range of ports to be configured. The port list is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon. Then the highest switch number, and the highest port number of the range (also separated by a colon) are specified.
  • Page 337 DES-3350SR Layer 3 Gigabit Switch show 802.1 default_priority Purpose Used to display the currently configured 802.1p priority tags that will be assigned to incoming, untagged packets before being forwarded to its destination. Syntax show 802.1p default_priority {<portlist>} Description The show 802.1p default_priority command displays the currently configured 802.1p priority tag that will be assigned to an...
  • Page 338 DES-3350SR Layer 3 Gigabit Switch show scheduling Purpose Used to display the current traffic scheduling mechanisms in use on the switch. Syntax show scheduling Description This command will display the current traffic scheduling mechanisms in use on the switch. Parameters None.
  • Page 339 DES-3350SR Layer 3 Gigabit Switch To show the scheduling: local> config scheduling 0 max_packet 2 max_latency 3 Command: config scheduling 0 max_packet 2 max_latency 3 Success. local>...
  • Page 340: Port Mirroring Commands

    DES-3350SR Layer 3 Gigabit 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 341 DES-3350SR Layer 3 Gigabit Switch config mirror port Restrictions 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: local> config mirror port 1:5 add source ports 1:1-1:5 both Command: config mirror port 1:5 add source ports 1:1-1:5 both Success.
  • Page 342 DES-3350SR Layer 3 Gigabit Switch local>config mirror port 1:5 delete source port 1:1-1:5 both Command: config mirror 1:5 delete source 1:1-1:5 both Success. local> enable mirror Purpose Used to enable a previously entered port mirroring configuration. Syntax enable mirror Description...
  • Page 343 DES-3350SR Layer 3 Gigabit Switch To disable mirroring configurations: local>disable mirror Command: disable mirror Success. local> 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.
  • Page 344: Vlan Commands

    DES-3350SR Layer 3 Gigabit 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> | advertisement} delete vlan <vlan_name 32>...
  • Page 345 DES-3350SR Layer 3 Gigabit Switch To create a VLAN v1, tag 2: local>create vlan v1 tag 2 Command: create vlan v1 tag 2 Success. local> delete vlan Purpose Used to delete a previously configured VLAN on the switch. Syntax delete vlan <vlan_name 32>...
  • Page 346 DES-3350SR Layer 3 Gigabit Switch config vlan Parameters <vlan_name 32> The name of the VLAN to be configured. Used to add ports to the specified VLAN, in conjunction with the portlist parameter. tagged Specifies that the ports are to be VLAN tagged.
  • Page 347 DES-3350SR Layer 3 Gigabit Switch config gvrp Parameters <portlist> A range of ports for which you want ingress checking. Specifies all of the ports on the switch. state [enable | disable] Enables or disables GVRP for the ports specified in the port list.
  • Page 348 DES-3350SR Layer 3 Gigabit Switch local>enable gvrp Command: enable gvrp Success. local> disable gvrp Purpose Used to disable GVRP on the switch. Syntax disable gvrp Description This command, along with disable gvrp below, is used to enable and disable GVRP on the switch, without changing the GVRP configuration on the switch.
  • Page 349 DES-3350SR Layer 3 Gigabit Switch To display the switch’s current VLAN settings: local>show vlan Command: show vlan VLAN Name : default VLAN TYPE : static Advertisement : Enabled Member ports : 1:1-1:11,2:1-2:11 Static ports : 1:1-1:11,2:1-2:11 Untagged ports : 1:1-1:11,2:1-2:11...
  • Page 350 DES-3350SR Layer 3 Gigabit Switch local>show gvrp Command: show gvrp Global GVRP : Disabled Port PVID GVRP Ingress Checking Acceptable Frame Type ------ ---- -------- ---------------- --------------------------- Disabled Enabled All Frames Disabled Enabled All Frames Disabled Enabled All Frames Disabled...
  • Page 351: Link Aggregation Commands

    DES-3350SR Layer 3 Gigabit 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 group_id <value 1-6> {type [lacp | static]} link_aggregation delete group_id <value 1-6>...
  • Page 352 DES-3350SR Layer 3 Gigabit Switch create link_aggregation Parameters <value 1-6> Specifies the group ID. The switch allows up to 6 link aggregation groups to be configured. The group number identifies each of the groups. type – Specify the type of link aggregation used for the group. If the type is not specified the default type is static.
  • Page 353 This command allows you to configure a link aggregation group that was created with the create link_aggregation command above. The DES-3350SR supports link aggregation cross box which specifies that link aggregation groups may be spread over multiple switches in the switching stack.
  • Page 354 DES-3350SR Layer 3 Gigabit 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 to part of the packet examined by the switch when selecting the egress port for transmitting load-sharing data.
  • Page 355 DES-3350SR Layer 3 Gigabit Switch show link_aggregation Description This command will display the current link aggregation configuration of the switch. Parameters group_id <value 1-6> Specifies the group ID. The switch allows up to 6 link aggregation groups to be configured. The group number identifies each of the groups.
  • Page 356 DES-3350SR Layer 3 Gigabit Switch config lacp_ports Parameters <portlist> Specifies a range of ports to be configured. The port list is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon. Then the highest switch number, and the highest port number of the range (also separated by a colon) are specified.
  • Page 357 DES-3350SR Layer 3 Gigabit Switch show lacp_port Parameters <portlist> - Specifies a range of ports that will be viewed. The port list is specified by listing the lowest switch number and the beginning port number on that switch, separated by a colon. Then the highest switch number, and the highest port number of the range (also separated by a colon) are specified.
  • Page 358: Ip-Mac Binding

    DES-3350SR Layer 3 Gigabit Switch IP-MAC B INDING The IP-MAC Binding commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create <ipaddr> mac_address <macaddr> address_binding ip_mac ipaddress config <ipaddr> mac_address <macaddr>...
  • Page 359 DES-3350SR Layer 3 Gigabit Switch config address_binding ip_mac ipaddress Purpose Used to Configure a IP-MAC Binding entry. Syntax <ipaddr> mac_address <macaddr> Description This command will configure an IP-MAC Binding entry. Parameters <ipaddr> The IP address of the device where the IP-MAC binding is made.
  • Page 360 DES-3350SR Layer 3 Gigabit Switch local>config address_binding ip_mac ports 2 state enable Command: config address_binding ip_mac ports 2 state enable Success. local> show address_binding Purpose Used to display IP-MAC Binding entries. Syntax [ip_mac {ipaddress <ipaddr> mac_address<macaddr>}| blocked {vlan_name <vlan_name> mac_address <macaddr>}...
  • Page 361 DES-3350SR Layer 3 Gigabit Switch local>show address_binding ip_mac ipaddress 10.1.1.8 mac_address 00-00-00-00-00-12 Command: show address_binding ip_mac ipaddress 10.1.1.8 mac_address 00-00-00-00-00-12 Enabled ports: 2 IP Address MAC Address --------------- ----------------- 10.1.1.8 00-00-00-00-00-12 Total entries : 1 local> Delete address_binding Purpose Used to delete IP-MAC Binding entries.
  • Page 362 DES-3350SR Layer 3 Gigabit Switch Example usage: To delete an IP-MAC Binding on the switch: local>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. local>...
  • Page 363: Basic Ip Commands

    DES-3350SR Layer 3 Gigabit 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 enable ipif {<ipif_name 12> | all} create ipif <ipif_name12>...
  • Page 364 DES-3350SR Layer 3 Gigabit Switch create ipif Purpose Used to create an IP interface on the switch. Syntax create ipif <ipif_name12> <network_address> <vlan_name 32> {secondary | state [enable | disable]} Description This command will create an IP interface. Parameters <ipif_name 12>...
  • Page 365 DES-3350SR Layer 3 Gigabit Switch config ipif Parameters <ipif_name 12> The name for the IP interface previously created, that is to be configured. ipaddress <network_address> IP address and netmask of the IP interface to be configured. You can specify the address and mask information using the traditional format (for example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
  • Page 366 DES-3350SR Layer 3 Gigabit Switch local>show ipif System Command: show ipif System IP Interface Settings Interface Name : System IP Address : 10.48.74.122 (MANUAL) Subnet Mask : 255.0.0.0 VLAN Name : default Admin. State : Disabled Link Status : Link UP...
  • Page 367 DES-3350SR Layer 3 Gigabit Switch disable ipif Syntax disable ipif <ipif_name 12> | all Description This command will disable the configuration of an IP interface on the switch. Parameters <ipif_name 12> The name created for the IP interface. all – Entering this parameter will delete all the IP interfaces currently configured on the switch.
  • Page 368: Igmp Commands

    DES-3350SR Layer 3 Gigabit Switch IGMP C OMMANDS The IGMP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config igmp [ipif <ipif_name 12> | all] {version <value 1-2> | query_interval <sec 1-65535>...
  • Page 369 DES-3350SR Layer 3 Gigabit Switch Example Usage: To configure the IGMP for the IP interface System. local>config igmp all version 1 state enable Command: config igmp all version 1 state enable Success. local> show igmp Purpose Used to display the IGMP configuration for the switch of for a specified IP interface.
  • Page 370 DES-3350SR Layer 3 Gigabit Switch show igmp group Purpose Used to display the switch’s IGMP group table. Syntax show igmp group {group <group>} {ipif <ipif_name 12>} Description This command will display the IGMP group configuration. Parameters group <group> The multicast group ID which the user wishes to display.
  • Page 371: Igmp Snooping Commands

    DES-3350SR Layer 3 Gigabit Switch IGMP S NOOPING 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 igmp_snooping [<vlan_name 32> | all] {host_timeout <sec 1-16711450> | router_timeout <sec 1-16711450>...
  • Page 372 DES-3350SR Layer 3 Gigabit Switch config igmp_snooping Parameters <vlan_name 32> The name of the VLAN for which IGMP snooping is to be configured. all – Selecting this parameter will configure IGMP snooping for all VLANs on the switch. host_timeout <sec 1-16711450>...
  • Page 373 DES-3350SR Layer 3 Gigabit Switch config igmp_snooping querier Parameters <vlan_name 32> The name of the VLAN for which IGMP snooping querier is to be configured. all – Selecting this parameter will configure the IGMP snooping querier for all VLANs on the switch.
  • Page 374 DES-3350SR Layer 3 Gigabit Switch local>config igmp_snooping querier default query_interval 125 state enable Command: config igmp_snooping querier default query_interval 125 state enable Success. local> 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.
  • Page 375 DES-3350SR Layer 3 Gigabit Switch disable igmp_snooping Description This command disables IGMP snooping on the switch. IGMP snooping can be disabled only if IP multicast routing is not being used. Disabling IGMP snooping allows all IGMP and IP multicast traffic to flood within a given IP interface. If forward_mcrouter_only is specified, the switch will discontinue forwarding all multicast traffic to the multicast router.
  • Page 376 DES-3350SR Layer 3 Gigabit Switch local>config router_ports default add 2:1-2:10 Command: config router_ports default add 2:1-2:10 Success. local> 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}...
  • Page 377 DES-3350SR Layer 3 Gigabit 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. Parameters <vlan_name 32>...
  • Page 378 DES-3350SR Layer 3 Gigabit Switch local>show igmp_snooping Command: show igmp_snooping IGMP Snooping Global State : Disabled Multicast router Only : Disabled VLAN Name : default Query Interval : 125 Max Response Time : 10 Robustness Value Last Member Query Interval...
  • Page 379 DES-3350SR Layer 3 Gigabit Switch show igmp_snooping group Parameters vlan <vlan_name 32> The name of the VLAN for which you want to view IGMP snooping group configuration information. Restrictions None. Example usage: To show igmp snooping group:...
  • Page 380 DES-3350SR Layer 3 Gigabit Switch local>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 : 1:2,2:7 VLAN Name : default Multicast group: 224.0.0.9 MAC address : 01-00-5E-00-00-09 Reports...
  • Page 381 DES-3350SR Layer 3 Gigabit 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 382: Commands

    802.1X C OMMANDS The DES-3350SR implements the server-side of the IEEE 802.1x Port-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 383 DES-3350SR Layer 3 Gigabit 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 Port-based Network Access control server application on the switch. Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 384 DES-3350SR Layer 3 Gigabit 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 command is used to display the current configuration of the 802.1x Port-based Network Access Control...
  • Page 385 DES-3350SR Layer 3 Gigabit Switch show 802.1x auth_configuration Parameters ports <portlist> Specifies a port or range of ports. The following details what is displayed: 802.1x Enabled/Disabled Shows the current status of 802.1x functions on the switch. Authentication Protocol: Radius_Eap Shows the authentication protocol suite in use between the switch and a Radius server.
  • Page 386 DES-3350SR Layer 3 Gigabit Switch local>show 802.1x auth_configuration ports 1 Command: show 802.1x auth_configuration ports 1 802.1X : Enabled Authentication Mode : None Authentication Protocol : Radius_EAP Port number : 1:1 Capability : None AdminCrlDir : Both OpenCrlDir : Both...
  • Page 387 DES-3350SR Layer 3 Gigabit Switch show 802.1x auth_state Parameters ports <portlist> Specifies a port or range of ports. The following details what is displayed: Port number Shows the physical port number on the switch. Auth PAE State: Initialize / Disconnected / Connecting / Authenticating / Authenticated / Held / ForceAuth / ForceUnauth Shows the current state of the Authenticator PAE.
  • Page 388 DES-3350SR Layer 3 Gigabit Switch config 802.1x auth_mode Parameters [port_based | mac_based ports] The switch allows you to authenticate 802.1x by either port or MAC address. Restrictions Only administrator-level users can issue this command. Example usage: To configure 802.1x authentication by MAC address: local>config 802.1x auth_mode mac_based...
  • Page 389 DES-3350SR Layer 3 Gigabit Switch local> local>config 802.1x capability ports all authenticator Command: config 802.1x capability ports all authenticator Success. local> local> 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.
  • Page 390 DES-3350SR Layer 3 Gigabit Switch config 802.1x auth_parameter Parameters <portlist> Specifies a port or range of ports. Specifies all of the ports on the switch. default Returns all of the ports in the specified range to their 802.1x default settings.
  • Page 391 DES-3350SR Layer 3 Gigabit Switch local>config 802.1x auth_parameter ports 1-4 direction both Command: config 802.1x auth_parameter ports 1-4 direction both Success. local> config 802.1x init Purpose Used to initialize the 802.1x function on a range of ports. Syntax config 802.1x init [port_based ports [<portlist | all>] | mac_based [ports] [<portlist>...
  • Page 392 DES-3350SR Layer 3 Gigabit Switch config 802.1x reauth ports Purpose Used to configure the 802.1x re-authentication feature of the switch. Syntax config 802.1x reauth [port_based ports [<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 or MAC address.
  • Page 393 DES-3350SR Layer 3 Gigabit Switch config radius add Description The config radius add command is used to add RADIUS servers to the switch. Parameters <server_index 1-3> Assigns a number to the current set of RADIUS server settings. Up to 3 groups of RADIUS server settings can be entered on the switch.
  • Page 394 DES-3350SR Layer 3 Gigabit Switch config radius delete Restrictions Only administrator-level users can issue this command. Example usage: To delete previously configured RADIUS server communication settings: local>config radius delete 1 Command: config radius delete 1 Success. local> config radius Purpose Used to configure the switch’s RADIUS settings.
  • Page 395 DES-3350SR Layer 3 Gigabit Switch local>config radius 1 10.48.74.121 key dlink default Command: config radius 1 10.48.74.121 key dlink default Success. local> 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.
  • Page 396 OMMANDS The DES-3350SR 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. The ACL commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
  • Page 397 DES-3350SR Layer 3 Gigabit Switch create access_profile ip source_ip_mask 255.255.255.0 profile_id 1 Here we have created an access profile that will examine the IP field of each frame received by the switch. Each source IP address the switch finds will be combined with the source_ip_mask with a logical AND operation. The profile_id parameter is used to give the access profile an identifying number in this case, 1.
  • Page 398 DES-3350SR Layer 3 Gigabit Switch create access_profile Syntax [ethernet {vlan | source_mac <macmask> | destination_mac <macmask> | 802.1p | ethernet_type} | ip {vlan | source_ip_mask <netmask> | destination_ip_mask <netmask> | dscp | [icmp {type | code } | igmp {type } | tcp {src_port_mask <hex 0x0-0xffff>...
  • Page 399 DES-3350SR Layer 3 Gigabit Switch create access_profile Parameters ethernet Specifies that the switch will examine the layer 2 part of each packet header. vlan Specifies that the switch will examine the VLAN part of each packet header. source_mac <macmask> Specifies a MAC address mask for the source MAC address.
  • Page 400 DES-3350SR Layer 3 Gigabit Switch create access_profile Restrictions Only administrator-level users can issue this command. Example usage: To create an access profile that will deny service to the subnet ranging from 10.42.73.0 to 10.42.73.255: local>create access_profile ip vlan source_ip_mask 20.0.0.0 destination_ip_mask 10.0.0.0 dscp icmp type code permit profile_id 101...
  • Page 401 DES-3350SR Layer 3 Gigabit Switch config access_profile Purpose Used to configure an access profile on the switch and to define specific values that will be used to by the switch to determine if a given packet should be forwarded or filtered. Masks entered using the...
  • Page 402 DES-3350SR Layer 3 Gigabit Switch config access_profile Parameters profile_id <value 1-255> Enter an integer between 1 and 255 that is used to identify the access profile that will be deleted with this command. This value is assigned to the access profile when it is created with the create access_profile command.
  • Page 403 DES-3350SR Layer 3 Gigabit Switch config access_profile Restrictions Only administrator-level users can issue this command. Example usage: To configure the access profile with the profile ID of 1 to filter frames that have IP add resses in the range between 10.42.73.0 to 10.42.73.255:...
  • Page 404 DES-3350SR Layer 3 Gigabit Switch local>show access_profile Command: show access_profile Access Profile Table Access Profile ID: 2 TYPE : Ethernet Frame Filter Ports:1 Masks : VLAN 802.1P -------------------------------- ------------- Mode ---- --------- -------------- ------------- Permit 0 local>...
  • Page 405: Traffic Segmentation Commands

    DES-3350SR Layer 3 Gigabit 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. The traffic segmentation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
  • Page 406 DES-3350SR Layer 3 Gigabit Switch local> config traffic_segmentation 1-9 forward_list 10-12 Command: config traffic_segmentation 1-9 forward_list 1-12 Success. local> 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 407 DES-3350SR Layer 3 Gigabit Switch local>show traffic_segmentation Command: show traffic_segmentation Traffic Segmentation Table Port Forward Portlist ---- -------------------------------------------------- 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 1-50 local>...
  • Page 408: Time And Sntp Commands

    DES-3350SR Layer 3 Gigabit 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 409 DES-3350SR Layer 3 Gigabit Switch Example usage: To configure SNTP settings: local>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. local> show sntp Purpose Used to display the SNTP information. Syntax...
  • Page 410 DES-3350SR Layer 3 Gigabit Switch enable sntp Parameters None. Restrictions Only administrator-level users can issue this command. SNTP settings must be configured for SNTP to function (config sntp). Example usage: To enable the SNTP function: local>enable sntp Command: enable sntp Success.
  • Page 411 DES-3350SR Layer 3 Gigabit Switch config time Synta {time <time hh:mm:ss> | date <date ddmmyyyy> | time-zone {operator [+ |-] | hour <gmt_hour 0-13> | min <minute 0-59>} | dst [disable | repeating {s-which <start_which 1-4,last> | s-day <start_day sun-sat> | s-mth <start_mth 1-12> | s-time <start_time hh:mm>...
  • Page 412 DES-3350SR Layer 3 Gigabit Switch local>show time Command: show time Current Time Scource : System Clock Boot Time : 0 Days 00:00:00 Current Time : 0 Days 01:16:47 Time zone : GMT -06:00 Daylight Saving Time : Disabled Offset in minutes : 60...
  • Page 413: Arp Commands

    DES-3350SR Layer 3 Gigabit 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 414 DES-3350SR Layer 3 Gigabit Switch config arpentry 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 415 DES-3350SR Layer 3 Gigabit Switch local>delete arpentry 10.48.74.121 Command: delete arpentry 10.48.74.121 Success. local> config arp_aging 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 416 DES-3350SR Layer 3 Gigabit Switch show arpentry Parameters <ipif_name 12> The name of the IP interface the end node or station for which the ARP table entry was made, resides on. <ipaddr> The network address corresponding to the IP interface name above.
  • Page 417 DES-3350SR Layer 3 Gigabit Switch 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. Parameters None. Restrictions Only administrator-level users can issue this command.
  • Page 418 DES-3350SR Layer 3 Gigabit 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 <network_address> <ipaddr> {<metric 1-65535>} {[primary | backup]} create iproute default <ipaddr>...
  • Page 419 DES-3350SR Layer 3 Gigabit Switch local>create iproute 10.48.74.121/255.0.0.0 10.1.1.254 1 Command: create iproute 10.48.74.121/8 10.1.1.254 1 Success. local> create iproute default Purpose Used to create IP route entries to the switch’s IP routing table. Syntax create iproute default <ipaddr> {<metric>}...
  • Page 420 DES-3350SR Layer 3 Gigabit Switch delete iproute Parameters <network_address> IP address and netmask of the IP interface that is the destination of the route. You can specify the address and mask information using the traditional format (for example, 10.1.2.3/255.0.0.0 or in CIDR format, 10.1.2.3/8).
  • Page 421 DES-3350SR Layer 3 Gigabit Switch local>delete iproute default Command: delete iproute default Success. local> show iproute Purpose Used to display the switch’s current IP routing table. Syntax show iproute {<network_address>} {[static | rip | ospf]} Description This command will display the switch’s current IP routing table.
  • Page 422: Route Redistribution Commands

    This command will redistribute routing information between the OSPF and RIP routing protocols to all routers on the network that are running OSPF or RIP. Routing information entered into the Static Routing Table on the local DES-3350SR switch is also redistributed. Parameters...
  • Page 423 OSPF and RIP routing protocols to all routers on the network that are running OSPF or RIP. Routing information entered into the Static Routing Table on the local DES-3350SR switch is also redistributed Parameters src {all | internal | external | type_1 | type_2 | inter+e1 | inter+e2} Allows the selection of the protocol of the source device.
  • Page 424 DES-3350SR Layer 3 Gigabit Switch Route Source Metric Type OSPF 0 to 16 type_1 type_2 inter+e1 inter+e2 external internal Static 0 to 16 not applicable Entering the Type combination internal type_1 type_2 is functionally equivalent to all. Entering the combination type_1 type_2 is functionally equivalent to external.
  • Page 425 DES-3350SR Layer 3 Gigabit Switch config route redistribute dst ospf src Parameters src [static | rip | local] Allows the selection of the protocol of the source device. mettype Allows the selection of one of the methods for calculating the metric value. Type-1 calculates the metric (for RIP to OSPF) by adding the destination’s interface cost to the metric entered in the...
  • Page 426 DES-3350SR Layer 3 Gigabit Switch config route redistribute dst rip src Syntax config route redistribute dst rip src [local | static | ospf | [all | internal | external | type_1 | type_2 | inter+e1 | inter+e2]] {metric <value>} Description Route redistribution allows routers on the network that are running different routing protocols to exchange routing information.
  • Page 427 DES-3350SR Layer 3 Gigabit Switch delete route redistribute Restrictions Only administrator-level users can issue this command. Example Usage: To delete route redistribution settings: local>delete route redistribute dst rip src ospf Command: delete route redistribute dst rip src ospf Success. local>...
  • Page 428 DES-3350SR Layer 3 Gigabit Switch...
  • Page 429: Bootp Relay Commands

    DES-3350SR Layer 3 Gigabit Switch BOOTP R ELAY OMMANDS The BOOTP relay commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config bootp_relay {hops <value 1-16> | time <sec 0-65535>} config bootp_relay add <ipif_name 12>...
  • Page 430 DES-3350SR Layer 3 Gigabit Switch config bootp_relay add Purpose Used to add an IP destination address to the switch’s BOOTP relay table. Syntax config bootp_relay add ipif <ipif_name 12> <ipaddr> Description This command adds an IP address as a destination to forward (relay) BOOTP packets to.
  • Page 431 DES-3350SR Layer 3 Gigabit Switch local>config bootp_relay delete ipif System 10.43.21.12 Command: config bootp_relay delete ipif System 10.43.21.12 Success. local> enable bootp_relay Purpose Used to enable the BOOTP relay function on the switch. Syntax enable bootp_relay Description This command, in combination with the disable bootp_relay command below, is used to enable and disable the BOOTP relay function on the switch.
  • Page 432 DES-3350SR Layer 3 Gigabit Switch local>disable bootp_relay Command: disable bootp_relay Success. local> show bootp_relay Purpose Used to display the current BOOTP relay configuration. Syntax show bootp_relay {ipif <ipif_name 12>} Description This command will display the current BOOTP relay configuration for the switch, or if an IP interface name is specified, the BOOTP relay configuration for that IP interface.
  • Page 433: Dns Relay Commands

    DES-3350SR Layer 3 Gigabit Switch DNS R ELAY OMMANDS The DNS relay commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config dnsr {[primary | secondary] nameserver <ipaddr> | [add | delete] static <domain_name 32>...
  • Page 434 DES-3350SR Layer 3 Gigabit Switch local>config dnsr primary 10.43.21.12 Command: config dnsr primary 10.43.21.12 Success local> Example Usage: To add an entry domain name dns1, IP address 10.43.21.12 to DNS static table: local>config dnsr add static dns1 10.43.21.12 Command: config dnsr add static dns1 10.43.21.12 Success.
  • Page 435 DES-3350SR Layer 3 Gigabit Switch local>enable dnsr Command: enable dnsr Success. local> Example Usage: To enable cache lookup for DNS relay. local>enable dnsr cache Command: enable dnsr cache Success. local> Example Usage: To enable static table lookup for DNS relay.
  • Page 436 DES-3350SR Layer 3 Gigabit Switch local>disable dnsr Command: disable dnsr Success. local> Example Usage: To disable cache lookup for DNS relay. local>disable dnsr cache Command: disable dnsr cache Success. local> Example Usage: To disable static table lookup for DNS relay.
  • Page 437 DES-3350SR Layer 3 Gigabit Switch local>show dnsr Command: show dnsr DNSR Status : Disabled Primary Name Server : 0.0.0.0 Secondary Name Server : 0.0.0.0 DNSR Cache Status : Disabled DNSR Static Cache Table Status : Disabled DNS Relay Static Table...
  • Page 438: Rip Commands

    DES-3350SR Layer 3 Gigabit Switch RIP C OMMANDS The RIP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config rip [ipif <ipif_name 12> | all] {authentication [enable <password 16>...
  • Page 439 DES-3350SR Layer 3 Gigabit Switch config rip Parameters <ipif_name 12> The name of the IP interface. all – To configure all RIP receiving mode for all IP interfaces. authentication [enable | disable] Enables or disables authentication for RIP on the switch.
  • Page 440 DES-3350SR Layer 3 Gigabit Switch local>config rip ipif System rx_mode v1_only Command: config rip ipif System rx_mode v1_only Success. local> enable rip Purpose Used to enable RIP. Syntax enable rip Description This command is used to enable RIP on the switch.
  • Page 441 DES-3350SR Layer 3 Gigabit Switch local>disable rip Command: disable rip Success. local> show rip Purpose Used to display the RIP configuration and statistics for the switch. Syntax show rip {ipif <ipif_name 12>} Description This command will display the RIP configuration and statistics for a given IP interface or for all IP interfaces.
  • Page 442: Dvmrp Commands

    DES-3350SR Layer 3 Gigabit Switch DVMRP C OMMANDS The DVMRP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config dvmrp [ipif <ipif_name 12> | all] {metric <value 1-31> | probe <sec 1- 65535>...
  • Page 443 DES-3350SR Layer 3 Gigabit Switch config dvmrp Parameters <ipif_name 12> The name of the IP interface for which DVMRP is to be configured. Specifies that DVMRP is to be configured for all IP interfaces on the switch. metric <value 1-31>...
  • Page 444 DES-3350SR Layer 3 Gigabit Switch enable dvmrp Restrictions Only administrator-level users can issue this command. Example Usage: To enable DVMRP: local>enable dvmrp Command: enable dvmrp Success. local> disable dvmrp Purpose Used to disable DVMRP. Syntax disable dvmrp Description This command, in combination with the enable dvmrp above, to enable and disable DVMRP on the switch.
  • Page 445 DES-3350SR Layer 3 Gigabit Switch show dvmrp routing_table Parameters ipaddress <network_address> The IP address and netmask of the destination. You can specify the IP address and netmask information using the traditional format or the CIDR format. For example, 10.1.2.3/255.255.0.0 or 10.2.3.4/16.
  • Page 446 DES-3350SR Layer 3 Gigabit Switch local>show dvmrp neighbor Command: show dvmrp neighbor DVMRP Neighbor Address Table Interface Neighbor Address Generation ID Expire Time --------------- ----------------------- ------------------- --------- System 10.2.1.123 Total Entries: 1 local> show dvmrp nexthop Purpose Used to display the current DVMRP routing next hop table.
  • Page 447 DES-3350SR Layer 3 Gigabit Switch local>show dvmrp nexthop Command: show dvmrp nexthop Source IP Address/Netmask Interface Name Type ----------------- --------------- ------ 10.0.0.0/8 Leaf 10.0.0.0/8 Leaf 20.0.0.0/8 System Leaf 20.0.0.0/8 Leaf 30.0.0.0/8 System Leaf 30.0.0.0/8 Leaf Total Entries: 6 local> show dvmrp Purpose Used to display the current DVMRP routing table.
  • Page 448: Pim Commands

    DES-3350SR Layer 3 Gigabit Switch PIM C OMMANDS The PIM commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config pim [ipif <ipif_name 12> | all ] { hello <sec 1-18724> | jp_interval <sec 1-18724>...
  • Page 449 DES-3350SR Layer 3 Gigabit Switch config pim Restrictions Only administrator-level users can issue this command. Usage Example: To configure PIM settings for IP interface “System”: local>config pim ipif System hello 35 jp_interval 70 state enable Command: config pim ipif System hello 35 jp_interval 70 state enable Success.
  • Page 450 DES-3350SR Layer 3 Gigabit Switch disable pim Parameters None. Restrictions Only administrator-level users can use this command. Usage Example: To disable PIM on the switch: local>disable pim Command: disable pim Success. local> show pim neighbor Purpose Used to display PIM neighbor router table entries.
  • Page 451 DES-3350SR Layer 3 Gigabit Switch local>show pim neighbor Command: show pim neighbor PIM Neighbor Address Table Interface Name Neighbor Address Expire Time --------------- ---------------- ----------- System 10.48.74.122 Total Entries : 1 local> show pim Purpose Used to display current PIM configuration.
  • Page 452 DES-3350SR Layer 3 Gigabit Switch local>show pim Command: show pim PIM Global State : Disabled PIM-DM Interface Table Hello Join/Prune Interface IP Address Interval Interval State ------------ --------------- -------- ---------- -------- System 10.90.90.90/8 35 Enabled Total Entries : 1 local>...
  • Page 453: Ip Multicasting Commands

    DES-3350SR Layer 3 Gigabit Switch IP M ULTICASTING OMMANDS The IP multicasting commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters show ipmc cache {group <group>} {ipaddress <network_address>} show ipmc {ipif <ipif_name 12>...
  • Page 454 DES-3350SR Layer 3 Gigabit Switch show ipmc Purpose Used to display the IP multicast interface table. Syntax show ipmc {ipif <ipif_name 12> | protocol [dvmrp | pim]} Description This command will display the current IP multicast interface table. Parameters <ipif_name 12>...
  • Page 455: Md5 Configuration Commands

    DES-3350SR Layer 3 Gigabit Switch MD5 C ONFIGURATION OMMANDS The MD5 configuration commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create md5 key <key_id 1-255> <password 16> config md5 key <key_id 1-255>...
  • Page 456 DES-3350SR Layer 3 Gigabit Switch config md5 key Parameters <key_id 1-255> The previously defined MD5 key ID. <password 16> The user may change the MD5 password for the md5 key. A new password of up to 16 characters can be created.
  • Page 457 DES-3350SR Layer 3 Gigabit Switch show md5 Syntax show md5 {key <key_id 1-255>} Description This command will display the current MD5 key table. Parameters <key_id 1-255> The MD5 key ID. Restrictions None. Usage Example To display the current MD5 key: local>show md5...
  • Page 458: Ospf Configuration Commands

    DES-3350SR Layer 3 Gigabit Switch OSPF C ONFIGURATION OMMANDS The OSPF configuration commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config ospf router_id <ipaddr> enable ospf disable ospf...
  • Page 459 DES-3350SR Layer 3 Gigabit Switch Command Parameters create ospf virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | authentication [none | simple <password 8> | md5 <key_id 1-255>]} config ospf virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | authentication [none | simple <password 8>...
  • Page 460 DES-3350SR Layer 3 Gigabit Switch To enable OSPF on the switch: local>enable ospf Command: enable ospf Success. local> disable ospf Purpose Used to disable OSPF on the switch. Syntax disable ospf Description This command, in combination with the enable ospf command above, is used to enable and disable OSPF on the switch.
  • Page 461 DES-3350SR Layer 3 Gigabit Switch show ospf Description This command will display the current state of OSPF on the switch, divided into the following categories: General OSPF settings OSPF Interface settings OSPF Area settings OSPF Virtual Interface settings OSPF Area Aggregation settings...
  • Page 462 DES-3350SR Layer 3 Gigabit Switch local>show ospf Command: show ospf OSPF Router ID : 10.1.1.2 State : Enabled OSPF Interface Settings Interface IP Address Area ID State Link Metric Status ------------ ------------------ --------- -------- --------- --------- System 10.90.90.90/8 0.0.0.0 Disabled Link DOWN 20.1.1.1/8...
  • Page 463 DES-3350SR Layer 3 Gigabit Switch create ospf area Purpose Used to configure OSPF area settings. Syntax create ospf area <area_id> type [normal | stub {stub_summary [enable | disable] | metric <value 0- 16777215>}] Description This command is used to create an OSPF area and configure its settings.
  • Page 464 DES-3350SR Layer 3 Gigabit Switch Usage Example: To delete an OSPF area: local>delete ospf area 10.48.74.122 Command: delete ospf area 10.48.74.122 Success. local> config ospf area Purpose Used to configure an OSPF area’s settings. Syntax config ospf area <area_id> type [normal | stub {stub_summary [enable | disable] | metric <value 0-...
  • Page 465 DES-3350SR Layer 3 Gigabit Switch show ospf area Syntax show ospf area {<area_id>} Description This command will display the current OSPF area configuration. Parameters <area_id> A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
  • Page 466 DES-3350SR Layer 3 Gigabit Switch local>create ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Command: create ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Success. local> delete ospf host_route Purpose Used to delete an OSPF host route. Syntax delete ospf host_route <ipaddr>...
  • Page 467 DES-3350SR Layer 3 Gigabit Switch Usage Example To configure an OSPF host route: local>config ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Command: config ospf host_route 10.48.74.122 area 10.1.1.1 metric 2 Success. local> show ospf host_route Purpose Used to display the current OSPF host route table.
  • Page 468 DES-3350SR Layer 3 Gigabit Switch create ospf aggregation Parameters <area_id> A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. <network_address> The 32-bit number in the form of an IP address that uniquely identifies the network that corresponds to the OSPF Area.
  • Page 469 DES-3350SR Layer 3 Gigabit Switch To configure the OSPF area aggregation settings: local>delete ospf aggregation 10.1.1.1 10.48.76.122/16 lsdb_type summary Command: delete ospf aggregation 10.1.1.1 10.48.76..122/16 lsdb_type summary Success. local> config ospf aggregation Purpose Used to configure the OSPF area aggregation settings.
  • Page 470 DES-3350SR Layer 3 Gigabit Switch show ospf aggregation Syntax show ospf aggregation {<area_id>} Description This command will display the current OSPF area aggregation settings. Parameters <area_id> Enter this parameter if you wish to view this table by a specific OSPF area ID.
  • Page 471 DES-3350SR Layer 3 Gigabit Switch show ospf lsdb Restrictions None. NOTE: When this command displays a “ ” (a star symbol) in the OSPF LSDB table for the area_id or the Cost, this is interpreted as “no area ID” for external LSAs, and as “no cost given” for the advertised link.
  • Page 472 DES-3350SR Layer 3 Gigabit Switch local>show ospf neighbor Command: show ospf neighbor IP Address of Router ID of Neighbor Neighbor Neighbor Neighbor Priority State --------------- -------------- -------- ------------ 10.48.74.122 10.2.2.2 Initial local> show ospf virtual_neighbor Purpose Used to display the current OSPF virtual neighbor router table.
  • Page 473 DES-3350SR Layer 3 Gigabit Switch config ospf ipif Purpose Used to configure the OSPF interface settings. Syntax config ospf ipif <ipif_name 12> {area <area_id> | priority <value> | hello_interval <sec 1-65535>| dead_interval <sec 1- 65535> | authentication [none | simple <password 8> | md5 <key_id 1-255>] | metric <value 1-65535>...
  • Page 474 DES-3350SR Layer 3 Gigabit Switch Usage Example To configure OSPF interface settings: local>config ospf ipif System priority 2 hello_interval 15 metric 2 state enable Command: config ospf ipif System priority 2 hello_interval 15 metric 2 state enable Success. local> config ospf all...
  • Page 475 DES-3350SR Layer 3 Gigabit Switch config ospf all Parameters area <area_id> - A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. priority <value> The priority used in the election of the Designated Router (DR).
  • Page 476 DES-3350SR Layer 3 Gigabit Switch show ospf ipif Purpose Used to display the current OSPF interface settings for the specified interface name. Syntax show ospf ipif {<ipif_name 12> | all} Description This command will display the current OSPF interface settings for the specified interface name.
  • Page 477 DES-3350SR Layer 3 Gigabit Switch local>show ospf ipif ipif2 Command: show ospf ipif ipif2 Interface Name: ipif2 IP Address: 123.234.12.34/24 ((Link Up) Network Medium Type: BROADCAST Metric: 1 Area ID: 1.0.0.0 Administrative State: Enabled Priority: 1 DR State: DR DR Address: 123.234.12.34...
  • Page 478 DES-3350SR Layer 3 Gigabit Switch create ospf virtual_link Purpose Used to create an OSPF virtual interface. Syntax create ospf virtual_link <area_id> <neighbor_id> {hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | authentication [none | simple <password 8> | md5 <key_id 1- 255>]}...
  • Page 479 DES-3350SR Layer 3 Gigabit Switch local>create ospf virtual_link 10.1.12 20.1.1.1 hello_interval 10 Command: create ospf virtual_link 10.1.12 20.1.1.1 hello_interval 10 Success. local> config ospf virtual_link Purpose Used to configure the OSPF virtual interface settings. Syntax config ospf virtual_link <area_id> <neighbor_id>...
  • Page 480 DES-3350SR Layer 3 Gigabit Switch config ospf virtual_link Restrictions Only administrator-level users can issue this command. Usage Example To configure the OSPF virtual interface settings: local>config ospf virtual_link 10.1.1.2 20.1.1.1 hello_interval 10 Command: config ospf virtual_link 10.1.1.2 20.1.1.1 hello_interval 10 Success.
  • Page 481 DES-3350SR Layer 3 Gigabit Switch show ospf virtual_link Syntax show ospf virtual_link {<area_id> <neighbor_id>} Description This command will display the current OSPF virtual interface configuration. Parameters <area_id> A 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain.
  • Page 482 DES-3350SR Layer 3 Gigabit Switch OMMAND ISTORY The command history list commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters show command_history config command_history <value 1-40> Each command is listed, in detail, in the following sections.
  • Page 483 DES-3350SR Layer 3 Gigabit Switch local>? clear clear arptable clear counters clear fdb clear log config 802.1p default_priority config 802.1p user_priority config 802.1x auth_mode config 802.1x auth_parameter ports config 802.1x auth_protocol config 802.1x capability ports config 802.1x init config 802.1x reauth...
  • Page 484 DES-3350SR Layer 3 Gigabit Switch local>show command_history Command: show command_history ? show show vlan config router_ports vlan2 add 1:1-1:10 config router_ports vlan2 add config router_ports vlan2 config router_ports show vlan create vlan vlan2 tag 3 create vlan vlan2 tag 2...
  • Page 485: Technical Specifications

    DES-3350SR Layer 3 Gigabit Switch ECHNICAL PECIFICATIONS Physical and Environmental 100 – 120; 200 - 240 VAC, 50/60 Hz (internal AC Input & External Redundant power Supply: universal power supply) Power Consumption: 90 watts maximum DC Fans: 2 built-in 40 x 40 x10 mm fans...
  • Page 486 DES-3350SR Layer 3 Gigabit Switch General Data Transfer Rates: Half-duplex Full-duplex Ethernet 10 Mbps 20Mbps Fast Ethernet 100Mbps 200Mbps Gigabit Ethernet 2000Mbps SFP (Mini GBIC) Support Fiber Optic IEEE 802.3z 1000BASE-LX (DEM-310GT transceiver) IEEE 802.3z 1000BASE-SX (DEM-311GT transceiver) IEEE 802.3z 1000BASE-LH (DEM-314GT transceiver) IEEE 802.3z 1000BASE-ZX (DEM-315GT...

Table of Contents