D-Link xStackTM DGS-3300 User Manual
D-Link xStackTM DGS-3300 User Manual

D-Link xStackTM DGS-3300 User Manual

Xstack dgs/dxs-3300 series layer 3 stackable gigabit ethernet switch

Advertisement

Quick Links

CLI Manual
TM
xStack
DGS/DXS-3300 Series
Product Model :
Layer 3 Stackable Gigabit Ethernet Switch
Release 4.30
©Copyright 2006. All rights reserved.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the xStackTM DGS-3300 and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for D-Link xStackTM DGS-3300

  • Page 1 CLI Manual xStack DGS/DXS-3300 Series Product Model : Layer 3 Stackable Gigabit Ethernet Switch Release 4.30 ©Copyright 2006. All rights reserved.
  • Page 2: Table Of Contents

    802.1X Commands..............................190 Access Control List (ACL) Commands........................210 Traffic Segmentation Commands..........................238 Stacking Commands ..............................240 D-Link Single IP Management Commands......................244 Time and SNTP Commands ............................. 256 ARP Commands................................. 262 VRRP Commands ..............................265 Routing Table Commands ............................272 Route Redistribution Commands ..........................
  • Page 3 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual RIP Commands ................................289 DVMRP Commands..............................293 PIM Commands .................................298 IP Multicasting Commands ............................316 MD5 Configuration Commands..........................318 OSPF Configuration Commands ..........................321 Route Preference Commands............................342 Jumbo Frame Commands ............................345 File System Commands.............................347 Command History List ..............................354 Technical Specifications ............................357...
  • Page 4: Introduction

    DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual NTRODUCTION The DGS/DXS-3300 Layer 3 stackable Gigabit Ethernet switches are members of the D-Link xStack family. Ranging from 10/100Mbps edge switches to core gigabit switches, the xStack switch family has been future-proof designed to provide a stacking architecture with fault tolerance, flexibility, port density, robust security and maximum throughput with a user-friendly management interface for the networking professional.
  • Page 5 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual There is no initial username or password. Just press the Enter key twice to display the CLI input cursor − DGS-3324SRi:4#. This is the command line where all commands are input. Setting the Switch’s IP Address Each switch must be assigned its own IP Address, which is used for communication with an SNMP network manager or other TCP/IP application (for example BOOTP, TFTP).
  • Page 6 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Figure 1-3. Assigning an IP Address In the above example, the Switch was assigned an IP address of 10.53.13.144 with a subnet mask of 255.0.0.0. The system message Success indicates that the command was executed successfully. The Switch can now be configured and managed via Telnet and the CLI or via the Web-based management agent using the above IP address to connect to the Switch.
  • Page 7: Using The Console Cli

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual SING THE ONSOLE The xStack DGS/DXS-3300 Series 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 8 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Figure 2-1. Initial Console Screen Commands are entered at the command prompts, DGS-3324SRi:4#, DGS-3324SR:4#, DXS-3326GSR:4#, DXS-3350SR:4#. There are a number of helpful features included in the CLI. Entering the ? command will display a list of all of the top-level commands.
  • Page 9 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 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 10 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual If a command is entered that is unrecognized by the CLI, the top-level commands will be displayed under the Available commands: prompt. Figure 2-5. The Available Commands Prompt The top-level commands consist of commands such as show or config. Most of these commands require one or more parameters to narrow the top-level command.
  • Page 11: Command Syntax

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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. Note: All commands are case-sensitive.
  • Page 12 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual {braces} Purpose Encloses an optional value or set of optional arguments. Syntax reset {[config | system]} Description In the above syntax example, the user has the option to specify config or system.
  • Page 13: Basic Switch Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual ASIC WITCH OMMANDS The basic switch commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create account [admin | user] <username 15> config account <username 15>...
  • Page 14 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create account Purpose Used to create user accounts. Syntax create [admin | user] <username 15> Description The create account command is used to create user accounts that consist of a username of 1 to 15 characters and a password of 0 to 15 characters.
  • Page 15 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config account dlink Command: config account dlink Enter a old password:**** Enter a case-sensitive new password:**** Enter the new password again for confirmation:**** Success. DGS-3324SRi:4# show account Purpose Used to display user accounts. Syntax show account Description...
  • Page 16 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Are you sure to delete the last administrator account?(y/n)y Success. DGS-3324SRi:4# Example usage: To delete the user account “System2”: DGS-3324SRi:4#delete account System2 Command: delete account System2 Success. DGS-3324SRi:4# show config Purpose Used to display a list of configuration commands entered into the Switch.
  • Page 17 DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# show config config_in_NVRAM Command: show config config_in_NVRAM #------------------------------------------------------------------------------------------------------ DGS-3324SRi Configuration Firmware: Build 4.20-B08 Copyright(C) 2004-2007 D-Link Corporation. All rights reserved. #------------------------------------------------------------------------------------------------------ # BASIC config serial_port baud_rate 115200 auto_logout never enable telnet 23 enable web 80...
  • Page 18 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show switch Purpose Used to display information about the Switch. Syntax show switch Description This command displays information about the Switch. Parameters None. Restrictions None. Example usage: To display the Switch information:...
  • Page 19 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show switch Command: show switch Device Type : DGS-3324SRi Stackable Ethernet Switch Unit ID MAC Address : DA-10-21-00-00-01 IP Address : 10.41.44.22 (Manual) VLAN Name : default Subnet Mask : 255.0.0.0 Default Gateway : 0.0.0.0...
  • Page 20 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show switch_mode Purpose Used to display the current switch mode. Syntax show switch_mode Description This command displays the current mode of operation of the Switch. Parameters None. Restrictions None. Example usage: To view the current switch mode: DGS-3324SRi:4#show switch_mode...
  • Page 21 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show module_info Description This command is used to view information about the DEM-420X and DEM-420CX uplink modules added to an xStack DGS/DXS-3300 series. Currently, only the DXS-3326GSR and the DXS-3350SR members of the xStack DGS/DXS-3300 series have the capability to add the optional DEM-420X or DEM-420CX module.
  • Page 22 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show serial_port Parameters None. Restrictions None. Example usage: To display the serial port setting: DGS-3324SRi:4#show serial_port Command: show serial_port Baud Rate : 115200 Data Bits Parity Bits : None Stop Bits Auto-Logout : 10 mins...
  • Page 23 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config serial_port baud_rate 115200 Command: config serial_port baud_rate 115200 Success. DGS-3324SRi:4# enable clipaging Purpose Used to pause the scrolling of the console screen when the show command displays more than one page. Syntax enable clipaging Description...
  • Page 24 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Success. DGS-3324SRi:4# enable telnet Purpose Used to enable communication with and management of the Switch using the Telnet protocol. Syntax enable telnet <tcp_port_number 1-65535> Description This command is used to enable the Telnet protocol on the Switch.
  • Page 25 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#disable telnet Command: disable telnet Success. DGS-3324SRi:4# enable web Purpose Used to enable the HTTP-based management software on the Switch. Syntax enable web <tcp_port_number 1-65535> Description This command is used to enable the Web-based management software on the Switch.
  • Page 26 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To disable HTTP: DGS-3324SRi:4#disable web Command: disable web Success. DGS-3324SRi:4# save Purpose Used to save changes in the Switch’s configuration to non-volatile RAM. Syntax save {[log | all]| Description This command is used to enter the current switch configuration into non-volatile RAM.
  • Page 27 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual reboot Parameters None. Restrictions None. Example usage: To restart the Switch: DGS-3324SRi:4#reboot Command: reboot Are you sure want to proceed with the system reboot? (y/n) Please wait, the Switch is rebooting... reset Purpose Used to reset the Switch to the factory default settings.
  • Page 28 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual login Description This command is used to initiate the login procedure. The user will be prompted for his Username and Password. Parameters None. Restrictions None. Example usage: To initiate the login procedure: DGS-3324SRi:4#login Command: login UserName:...
  • Page 29: Switch Port Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual WITCH OMMANDS The switch port commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config ports [<portlist> | all] {speed [auto | 10_half | 10_full | 100_half | 100_full | 1000_full {[master | slave]} | flow_control [enable | disable] | learning [enable | disable] state [enable | disable] | description <desc 32>...
  • Page 30 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ports connection must be set for 1000 slave. Any other configuration will result in a link down status for both ports. flow_control [enable | disable] – Enable or disable flow control for the specified ports.
  • Page 31 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show ports Command: show ports Port Port Settings Connection Address State Speed/Duplex/FlowCtrl Speed/Duplex/FlowCtrl Learning ------ -------- --------------------- --------------------- -------- Enabled Auto/Enabled Link Down Enabled Enabled Auto/Enabled Link Down Enabled Enabled Auto/Enabled Link Down...
  • Page 32: Port Security Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual ECURITY OMMANDS The port security commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config port_security ports [<portlist> | all ] {admin_state [enable | disable] | max_learning_addr <max_lock_no 0-64>...
  • Page 33 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To configure the port security: DGS-3324SRi:4#config port_security ports 5:1-5:5 admin_state enable max_learning_addr 5 lock_address_mode DeleteOnReset Command: config port_security ports 5:1-5:5 admin_state enable max_learning_addr 5 lock_address_mode DeleteOnReset Success DGS-3324SRi:4# show port_security Purpose Used to display the current port security configuration.
  • Page 34 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete port_security_entry_vlan_name Purpose Used to delete an entry from the Switch’s port security settings. Syntax delete port_security_entry_vlan_name <vlan_name 32> port <port> mac_address <macaddr> Description This command is used to remove an entry from the port security entries learned by the Switch and entered into the forwarding database.
  • Page 35: Network Management (Snmp) Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual (SNMP) C ETWORK ANAGEMENT OMMANDS The network management commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. The xStack DGS/DXS-3300 series supports the Simple Network Management Protocol (SNMP) versions 1, 2c, and 3. The user may specify which version of SNMP to use to monitor and control the Switch.
  • Page 36 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters delete snmp host <ipaddr> show snmp host <ipaddr> create trusted_host <ipaddr> delete trusted_host <ipaddr> show trusted_host <ipaddr> enable snmp traps enable snmp authenticate_traps show snmp traps disable snmp traps disable snmp authenticate_traps config snmp system...
  • Page 37 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create snmp user <username 32> − An alphanumeric name of up to 32 characters that will Parameters identify the new SNMP user. <groupname 32> − An alphanumeric name of up to 32 characters that will identify the SNMP group the new SNMP user will be associated with.
  • Page 38 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#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. DGS-3324SRi:4# delete snmp user Purpose Used to remove an SNMP user from an SNMP group and also to delete the associated SNMP group.
  • Page 39 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show snmp user Command: show snmp user Username Group Name VerAuthPriv --------------- -------------------- --------------------- initial initial V3 None None Total Entries: 1 DGS-3324SRi:4# create snmp view Purpose Used to assign views to community strings to limit which MIB objects and SNMP manager can access.
  • Page 40 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete snmp view <oid> − The object ID that identifies an object tree (MIB tree) that will be deleted from the Switch. Restrictions Only administrator-level users can issue this command. Example usage: To delete a previously configured SNMP view from the Switch: DGS-3324SRi:4#delete snmp view dlinkview all...
  • Page 41 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create snmp community Purpose Used to create an SNMP community string to define the relationship between the SNMP manager and an agent. The community string acts like a password to permit access to the agent on the Switch. One or more of the following characteristics can be associated with the community string: An Access List of IP addresses of SNMP managers that are permitted...
  • Page 42 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete snmp community Description The delete snmp community command is used to remove a previously defined SNMP community string from the Switch. Parameters <community_string 32> − An alphanumeric string of up to 32 characters that is used to identify members of an SNMP community.
  • Page 43 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To create an SNMP group named “sg1:” DGS-3324SRi:4#create snmp group sg1 v3 noauth_nopriv read_view v1 write_view v1 notify_view v1 Command: create snmp group sg1 v3 noauth_nopriv read_view v1 write_view v1 notify_view v1 Success.
  • Page 46 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show snmp groups Command: show snmp groups Vacm Access Table Settings Group Name : Group3 ReadView Name : ReadView WriteView Name : WriteView Notify View Name : NotifyView Security Model : SNMPv3 Security Level : NoAuthNoPriv...
  • Page 47 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 48 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete snmp host Purpose Used to remove a recipient of SNMP traps generated by the Switch’s SNMP agent. Syntax delete snmp host <ipaddr> Description The delete snmp host command deletes a recipient of SNMP traps generated by the Switch’s SNMP agent.
  • Page 49 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create trusted_host Purpose Used to create the trusted host. Syntax create trusted_host <ipaddr> Description The create trusted_host command creates the trusted host. The Switch allows specification up to four IP addresses that are allowed to manage the Switch via in-band SNMP or TELNET based management software.
  • Page 50 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete trusted_host Purpose Used to delete a trusted host entry made using the create trusted_host command above. Syntax delete trusted _host <ipaddr> Description This command is used to delete a trusted host entry made using the create trusted_host command above.
  • Page 51 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example Usage: To turn on SNMP authentication trap support: DGS-3324SRi:4#enable snmp authenticate_traps Command: enable snmp authenticate_traps Success. DGS-3324SRi:4# show snmp traps Purpose Used to show SNMP trap support on the Switch. Syntax show snmp traps Description...
  • Page 52 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#disable snmp traps Command: disable snmp traps Success. DGS-3324SRi:4# disable snmp authenticate_traps Purpose Used to disable SNMP authentication trap support. Syntax disable snmp authenticate_traps Description This command is used to disable SNMP authentication support on the Switch.
  • Page 53 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config snmp system_contact MIS Department II Command: config snmp system_contact MIS Department II Success. DGS-3324SRi:4# config snmp system_location Purpose Used to enter a description of the location of the Switch. Syntax config snmp system_location {<sw_location>} Description...
  • Page 54 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 55: Switch Utility Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual WITCH TILITY OMMANDS The switch utility commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Please note that commands concerning the CompactFlash card (cfg_fromCf, firmware_to CF, etc.) are specific to the DGS-3324SRi only.
  • Page 56 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual download image_id <int 1-2>- This Switch holds two places for storing firmware so the user may store an extra firmware file on the Switch. image_id 1 will hold the current boot up firmware in use on the Switch, unless otherwise configured.
  • Page 57 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To download a PROM code file: DGS-3324SRi:4#download prom_fromTFTP 10.48.74.121 c:\pXprom_2.01-B01d1.had DGS-3324SRi:4# download prom_fromTFTP 10.48.74.121 c:\pXprom_2.01-B01d1.had Warning! Do not power off device before PROM upgrade process has completed! Powering off the device during PROM upgrade may cause boot up device failure. Upon upgrade completion, the device will reboot.
  • Page 58 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual upload Restrictions The TFTP server must be on the same IP subnet as the Switch. Only administrator-level users can issue this command. Example usage: To upload a configuration file: DGS-3324SRi:4#upload cfg_toTFTP 10.48.74.121 c:\cfg\log.txt Command: upload cfg_toTFTP 10.48.74.121 c:\cfg\log.txt Connecting to server....
  • Page 59 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config firmware image_id 2 boot_up Command: config firmware image_id 2 boot_up Success. DGS-3324SRi:4# show firmware information Purpose Used to display the firmware section information. Syntax show firmware information Description This command is used to display the firmware section information.
  • Page 60 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To ping the IP address 10.48.74.121 four times: DGS-3324SRi:4#ping 10.48.74.121 times 4 Command: ping 10.48.74.121 Reply from 10.48.74.121, time<10ms Reply from 10.48.74.121, time<10ms Reply from 10.48.74.121, time<10ms Reply from 10.48.74.121, time<10ms Ping statistics for 10.48.74.121 Packets: Sent =4, Received =4, Lost =0...
  • Page 61: Network Monitoring Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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>...
  • Page 62 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show packet ports Purpose Used to display statistics about the packets sent and received by the Switch. Syntax show packet ports <portlist> Description This command is used to display statistics about packets sent and received by ports specified in the port list.
  • Page 63 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show error ports <portlist> − Specifies a range of ports to be displayed. The port Parameters 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 64 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show utilization ports Command: show utilization ports Port TX/sec RX/sec Util Port TX/sec RX/sec Util ---- ---------- ---------- ---- ---- ---------- ---------- ---- 1:22 1:23 1:24 1:10 1:11 1:12 1:13 2:10 1:14...
  • Page 65 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To clear the counters: DGS-3324SRi:4#clear counters ports 2:7-2:9 Command: clear counters ports 2:7-2:9 Success. DGS-3324SRi:4# clear log Purpose Used to clear the Switch’s history log. Syntax clear log Description This command will clear the Switch’s history log.
  • Page 66 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show log index 1-4 Command: show log index 1-4 Index Date Time Log Text ----- ---------- -------- ----------------------------------------------------- 2000-03-02 01:54:53 Port 1:13 link up, 100Mbps FULL duplex 2000-03-02 01:54:53 Spanning Tree Protocol is enabled 2000-03-02 01:54:53 Unit 1, System started up 2000-02-28 06:06:09 Spanning Tree Protocol is disabled DGS-3324SRi:4#...
  • Page 67 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#disable syslog Command: disable syslog Success. DGS-3324SRi:4# show syslog Purpose Used to display the syslog protocol status as enabled or disabled. Syntax show syslog Description The show syslog command displays the syslog status as enabled or disabled.
  • Page 68 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create syslog host <index 1-4> − Specifies that the command will be applied to an Parameters index of hosts. There are four available indexes, numbered 1 through 4. severity − Severity level indicator, as shown below: Bold font indicates that the corresponding severity level is currently supported on the Switch.
  • Page 69 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create syslog host UUCP subsystem clock daemon security/authorization messages FTP daemon NTP subsystem log audit log alert clock daemon local use 0 (local0) local use 1 (local1) local use 2 (local2) local use 3 (local3) local use 4 (local4) local use 5 (local5)
  • Page 70 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config syslog host Purpose Used to configure the syslog protocol to send system log data to a remote host. Syntax config syslog host <index 1-4> [severity [informational | warning | all] | facility [local0 | local1 | local2 | local3 | local4 | local5 | local6 | local7] | udp_port <udp_port_number>...
  • Page 71 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual UUCP subsystem clock daemon security/authorization messages FTP daemon NTP subsystem log audit log alert clock daemon local use 0 (local0) local use 1 (local1) local use 2 (local2) local use 3 (local3) local use 4 (local4) local use 5 (local5) local use 6 (local6)
  • Page 72 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# config syslog host 1 udp_port 6000 Command: config syslog host 1 udp_port 6000 Success. DGS-3324SRi:4# config syslog host 1 ipaddress 10.44.67.8 Command: config syslog host 1 ipaddress 10.44.67.8 Success.
  • Page 73 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config syslog host all facility − Some of the operating system daemons and processes have been assigned Facility values. Processes and daemons that have not been explicitly assigned a Facility may use any of the "local use"...
  • Page 74 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config syslog host all the remote host, specified above, to be enabled and disabled. Restrictions Only administrator-level users can issue this command. Example usage: To configure all syslog hosts: DGS-3324SRi:4#config syslog host all severity all Command: config syslog host all severity all Success.
  • Page 75 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#delete syslog host 4 Command: delete syslog host 4 Success. DGS-3324SRi:4# show syslog host Purpose Used to display the syslog hosts currently configured on the Switch. Syntax show syslog host {<index 1-4>} Description The show syslog host command is used to display the syslog hosts that are currently configured on the Switch.
  • Page 76 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config system_severity Purpose To configure when and where severity messages are to be recorded. Syntax config system_severity [trap | log | all] [critical | warning | information] Description This command is used to configure the system severity levels on the Switch.
  • Page 77 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config system_severity trap critical Command: config system_severity trap critical Success. DGS-3324SRi:4# show system_severity Purpose To display the current severity settings set on the Switch. Syntax show system_severity Description This command is used to view the severity settings that have been implemented on the Switch using the config system_severity command.
  • Page 78: Multiple Spanning Tree Protocol (Mstp) Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual (MSTP) C ULTIPLE PANNING ROTOCOL OMMANDS This switch supports three versions of the Spanning Tree Protocol; 802.1d STP, 802.1w Rapid STP and 802.1s MSTP. Multiple Spanning Tree Protocol, or MSTP, is a standard defined by the IEEE community that allows multiple VLANs to be mapped to a single spanning tree instance, which will provide multiple pathways across the network.
  • Page 79 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters config stp priority <value 0-61440> instance_id <value 0-15> config stp {revision_level <int 0-65535> | name <string>} mst_config_id config stp mst_ports <portlist> instance_id <value 0-15> {internalCost [auto | value 1- 200000000] | priority <value 0-240>} show stp show stp ports...
  • Page 80 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#disable stp Command: disable stp Success. DGS-3324SRi:4# config stp version Purpose Used to globally set the version of STP on the Switch. Syntax config stp version [mstp | rstp | stp] Description This command allows the user to choose the version of the spanning tree to be implemented on the Switch.
  • Page 81 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config stp maxage <value 6-40> − This value may be set to ensure that old Parameters information does not endlessly circulate through redundant paths in the network, preventing the effective propagation of the new information.
  • Page 82 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config stp ports Purpose Used to setup STP on the port level. Syntax config stp ports <portlist> {externalCost [auto | <value 1- 200000000>] | hellotime <value 1-10> | migrate [yes | no] edge [true | false] | p2p [true | false | auto ] | state [enable | disable] Description This command is used to create and configure STP for a group of...
  • Page 83 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config stp ports p2p [true | false | auto] – true indicates a point-to-point (P2P) shared link. P2P ports are similar to edge ports however they are restricted in that a P2P port must operate in full-duplex. Like edge ports, P2P ports transition to a forwarding state rapidly thus benefiting from RSTP.
  • Page 84 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config stp instance_id Purpose Used to add or delete an STP instance ID. Syntax config stp instance_id <value 1-15> [add_vlan | remove_vlan] <vidlist> Description This command is used to map VIDs (VLAN IDs) to previously configured STP instances on the Switch by creating an instance_id.
  • Page 85 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete stp instance_id Purpose Used to delete a STP instance ID from the Switch. Syntax delete stp instance_id <value 1-15> Description This command allows the user to delete a previously configured STP instance ID from the Switch.
  • Page 86 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config stp mst_config_id Purpose Used to update the MSTP configuration identification. Syntax config stp mst_config_id {revision_level <int 0-65535> | name <string> Description This command will uniquely identify the MSTP configuration currently configured on the Switch.
  • Page 87 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config stp mst_ports Parameters <portlist> - Specifies a port or 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.
  • Page 88 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To display the status of STP on the Switch: Status 1: STP enabled with STP compatible version DGS-3324SRi:4#show stp Command: show stp STP Status : Enabled STP Version : STP Compatible Max Age : 20...
  • Page 89 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show stp ports Purpose Used to display the Switch’s current instance_id configuration. Syntax show stp ports <portlist> Description This command displays the STP Instance Settings and STP Instance Operational Status currently implemented on the Switch. <portlist>...
  • Page 90 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show stp instance 0 Command: show stp instance 0 STP Instance Settings --------------------------- Instance Type : CIST Instance Status : Enabled Instance Priority : 32768(bridge priority : 32768, sys ID ext : 0) STP Instance Operational Status -------------------------------- Designated Root Bridge : 32766/00-90-27-39-78-E2...
  • Page 91: Forwarding Database Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 92 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#create fdb default 00-00-00-00-01-02 port 2:5 Command: create fdb default 00-00-00-00-01-02 port 2:5 Success. DGS-3324SRi:4# create multicast_fdb Purpose Used to create a static entry to the multicast MAC address forwarding table (database) Syntax create multicast_fdb <vlan_name 32>...
  • Page 93 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config multicast_fdb <vlan_name 32> − The name of the VLAN on which the MAC Parameters address resides. <macaddr> − The MAC address that will be added to the multicast forwarding table. [add | delete] −...
  • Page 94 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To set the fdb aging time: DGS-3324SRi:4#config fdb aging_time 300 Command: config fdb aging_time 300 Success. DGS-3324SRi:4# delete fdb Purpose Used to delete an entry to the Switch’s forwarding database. Syntax delete fdb <vlan_name 32>...
  • Page 95 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 96 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#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:26,2:26 Mode : Static Total Entries DGS-3324SRi:4# show fdb Purpose Used to display the current unicast MAC address forwarding database.
  • Page 97 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show fdb Command: show fdb Unicast MAC Address Aging Time = 300 VID VLAN Name MAC Address Port Type ---- ---------------- ----------------- ------ ---------------- default 00-00-39-34-66-9A 1:12 Dynamic default 00-00-51-43-70-00 1:12 Dynamic...
  • Page 98 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show ipfdb Command: show ipfdb Interface IP Address Port Learned ------------ --------------- ------ ------------ System 10.0.0.1 1:13 Dynamic System 10.0.0.2 1:13 Dynamic System 10.0.0.3 1:13 Dynamic System 10.0.0.4 1:13 Dynamic System 10.0.0.7...
  • Page 99 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show fdb destination_hit Purpose To view the destination hit status of the Switch. Syntax show fdb destination_hit Description This command will allow users to view the destination hit status of the Switch.
  • Page 100: Broadcast Storm Control Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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>...
  • Page 101 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config traffic control all broadcast enable Command: config traffic control all broadcast enable Success. DGS-3324SRi:4# show traffic control Purpose Used to display current traffic control settings. Syntax show traffic control {group_list <storm_grouplist>} Description This command displays the current storm traffic control configuration on the Switch.
  • Page 102: Qos Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual OMMANDS The xStack DGS/DXS-3300 series support 802.1p priority queuing. These switches has eight classes of service for each port on the Switch, one of which is internal and unconfigurable to the user. These hardware classes of service are numbered from 6 (Class 6) —...
  • Page 103 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters show bandwidth_control {<portlist>} config scheduling <class_id 0-6> {max_packet <value 0-15>} show scheduling config 802.1p user_priority {<priority 0-7> <class_id 0-6>} show 802.1p user_priority config 802.1p default_priority [<portlist> | all] | <priority 0-7> show 802.1p default_priority {<portlist>} config...
  • Page 104 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To configure bandwidth control: DGS-3324SRi:4#config bandwidth_control 1:1-1:10 tx_rate 10 Command: config bandwidth_control 1:1-1:10 tx_rate 10 Success. DGS-3324SRi:4# show bandwidth_control Purpose Used to display the bandwidth control configuration on the Switch. Syntax show bandwidth_control {<portlist>} Description...
  • Page 105 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config scheduling Purpose Used to configure traffic scheduling for each of the Switch’s hardware priority classes. Syntax config scheduling <class_id 0-6> {max_packet <value 0-15>} Description The Switch contains seven hardware classes of service per device. The Switch’s default settings draw down seven hardware classes of service in order, from the highest priority class (Class 6) to the lowest priority class (Class 0).
  • Page 106 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual NOTICE: The default QoS scheduling arrangement is a strict priority schedule. To customize scheduling to set up weighted or round-robin class clearing, the max_packets values need to be changed. Example usage: To configure traffic scheduling: DGS-3324SRi:4# config scheduling 0 max_packet 15...
  • Page 107 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# show scheduling Command: show scheduling QOS Output Scheduling MAX. Packets ------------------- Class-0 Class-1 Class-2 Class-3 Class-4 Class-5 Class-6 DGS-3324SRi:4# config 802.1p user_priority Purpose Used to map the 802.1p user priority tags of an incoming packet to one of the seven hardware priority classes of service available on the Switch.
  • Page 108 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show 802.1p user_priority Purpose Used to display the current 802.1p user priority tags to hardware priority class of service 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 classes of service mapping...
  • Page 109 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To configure 802.1p default priority on the Switch: DGS-3324SRi:4#config 802.1p default_priority all 5 Command: config 802.1p default_priority all 5 Success. DGS-3324SRi:4# 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.
  • Page 110 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 1:18 1:19 1:20 1:21 1:22 1:23 1:24 DGS-3324SRi:4# config scheduling_mechanism Purpose Used to configure the scheduling mechanism for the QoS function Syntax config scheduling_mechanism [strict | weight_fair] Description The config scheduling_mechanism command allows the user to select between a Weight Fair (WRR) and a Strict mechanism for emptying the priority classes of service of the QoS function.
  • Page 111 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show scheduling_mechanism Purpose Used to display the current traffic scheduling mechanisms in use on the Switch. Syntax show scheduling_mechanism Description This command will display the current traffic scheduling mechanisms in use on the Switch.
  • Page 112 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual disable hol_prevention Purpose Used to disable HOL prevention. Syntax disable hol_prevention Description The disable hol_prevention command disables Head of Line prevention. Parameters None. Restrictions Only administrator-level users can issue this command. Example Usage: To disable HOL prevention: DGS-3324SRi:4#disable hol_prevention...
  • Page 113: Port Mirroring Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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] enable mirror disable mirror show mirror...
  • Page 114 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To add the mirroring ports: DGS-3324SRi:4# config mirror port 1:10 add source ports 1:1-1:5 both Command: config mirror port 1:10 add source ports 1:1-1:5 both Success. DGS-3324SRi:4# config mirror port delete Purpose Used to delete a port mirroring configuration.
  • Page 115 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config mirror port 1:10 delete source port 1:1-1:5 both Command: config mirror 1:10 delete source 1:1-1:5 both Success. DGS-3324SRi:4# enable mirror Purpose Used to enable a previously entered port mirroring configuration. Syntax enable mirror Description...
  • Page 116 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show mirror Purpose Used to show the current port mirroring configuration on the Switch. Syntax show mirror Description This command displays the current port mirroring configuration on the Switch. Parameters None.
  • Page 117: Vlan Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual VLAN C OMMANDS The xStack DGS/DXS-3300 series now incorporates protocol-based VLANs. This standard, defined by the IEEE 802.1v standard maps packets to protocol-defined VLANs by examining the type octet within the packet header to discover the type of protocol associated with it.
  • Page 118 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create vlan Purpose Used to create a VLAN on the Switch. Syntax create vlan <vlan_name 32> {tag <vlanid 2-4094> | {type {1q_vlan {advertisement} | [protocol-ip | protocol-ipx802dot3 | protocol-ipx802dot2 | protocol-ipxSnap | protocol-ipxEthernet2 | protocol-appleTalk | protocol-decLat | protocol-decOther | protocol-sna802dot2 | protocol-snaEthernet2 | protocol-netBios | protocol-xns | protocol-vines | protocol-ipV6 | protocol-...
  • Page 119 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create vlan protocol-ipxEthernet2 - Using this parameter will instruct the Switch to forward packets to this VLAN if the tag in the packet header is concurrent with this protocol. This packet header information is defined by Novell Ethernet II Protocol.
  • Page 120 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create vlan encap [ethernet | llc | snap | all] – Specifies that the Switch will examine the octet of the packet header referring to one of the protocols listed (Ethernet, LLC or SNAP), looking for a match of the hexadecimal value previously entered .
  • Page 121 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To remove the VLAN “v1”: DGS-3324SRi:4#delete vlan v1 Command: delete vlan v1 Success. DGS-3324SRi:4# config vlan add Purpose Used to add additional ports to a previously configured VLAN. Syntax config vlan <vlan_name 32>...
  • Page 122 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config vlan delete Purpose Used to delete ports from a previously configured VLAN. Syntax config vlan <vlan_name 32> delete <portlist> Description This command is used to delete ports from the port list of a previously configured VLAN.
  • Page 123 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config gvrp <portlist> − A range of ports for which to configure GVRP. The port Parameters 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 124 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#enable gvrp Command: enable gvrp Success. DGS-3324SRi:4# disable gvrp Purpose Used to disable GVRP on the Switch. Syntax disable gvrp Description This command, along with enable gvrp below, is used to enable and disable GVRP on the Switch, without changing the GVRP configuration on the Switch.
  • Page 125 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show vlan Command: show vlan VLAN Name : default VLAN TYPE : 1QVLAN Protocol ID UserDefinedPid Advertisement : Enabled Encap Member ports : 1:1-1:24,2:1-2:24 Static ports : 1:1-1:24,2:1-2:24 Untagged ports : 1:1-1:24,2:1-2:24 Forbidden ports : VLAN Name...
  • Page 126 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#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...
  • Page 127: Link Aggregation Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual GGREGATION OMMANDS The link aggregation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create link_aggregation group_id <value 1-32> {type [lacp | static]} delete link_aggregation group_id <value 1-32>...
  • Page 128 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#create link_aggregation group_id 1 Command: create link_aggregation group_id 1 Success. DGS-3324SRi:4# delete link_aggregation group_id Purpose Used to delete a previously configured link aggregation group. Syntax delete link_aggregation group_id <value 1-32> Description This command is used to delete a previously configured link aggregation group.
  • Page 129 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config link_aggregation master_port <port> − Master port ID. Specifies which port (by port number) of the link aggregation group will be the master port. All of the ports in a link aggregation group will share the port configuration with the master port.
  • Page 130 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config link_aggregation algorithm ip_source − Indicates that the Switch should examine the IP source address. ip_destination − Indicates that the Switch should examine the IP destination address. ip_source_dest − Indicates that the Switch should examine the IP source address and the destination address.
  • Page 131 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config lacp_port Purpose Used to configure settings for LACP compliant ports. Syntax config lacp_port <portlist> mode [active | passive] Description This command is used to configure ports that have been previously designated as LACP ports (see create link_aggregation).
  • Page 132 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show lacp_port Purpose Used to display current LACP port mode settings. Syntax show lacp_port {<portlist>} Description This command will display the LACP mode settings as they are currently configured. Parameters <portlist>...
  • Page 133: Ip Commands (Including Ip Multinetting)

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual IP C IP M OMMANDS NCLUDING ULTINETTING IP Multinetting is a function that allows multiple IP interfaces to be assigned to the same VLAN. This is beneficial to the administrator when the number of IPs on the original interface is insufficient and the network administrator wishes not to resize the interface.
  • Page 134 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create ipif Purpose Used to create an IP interface on the Switch. Syntax create ipif <ipif_name 12> <network_address> <vlan_name 32> {secondary | {state [enable | disable]} Description This command will create an IP interface. Parameters <ipif_name 12>...
  • Page 135 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ipif Purpose Used to configure an IP interface set on the Switch. Syntax config ipif <ipif_name 12> [{ ipaddress <network_address> | vlan <vlan_name 32> | state [enable | disable]} | bootp | dhcp] Description This command is used to configure the System IP interface on the Switch.
  • Page 136 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To enable the ipif function on the Switch: DGS-3324SRi:4#enable ipif s2 Command: enable ipif s2 Success. DGS-3324SRi:4# disable ipif Purpose Used to disable the configuration of an IP interface on the Switch. Syntax disable ipif {<ipif_name 12>...
  • Page 137 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#delete ipif s2 Command: delete ipif s2 Success. DGS-3324SRi:4# show ipif Purpose Used to display the configuration of an IP interface on the Switch. Syntax show ipif {<ipif_name 12>} Description This command will display the configuration of an IP interface on the Switch.
  • Page 138: Igmp Commands (Including Igmp V3)

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual IGMP C IGMP OMMANDS NCLUDING IGMP or Internet Group Management Protocol is a protocol implemented by systems utilizing IPv4 to collect the membership information needed by the multicast routing protocol through various query messages sent out from the router or switch. Computers and network devices that want to receive multicast transmissions need to inform nearby routers that they will become members of a multicast group.
  • Page 139 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config igmp Purpose Used to configure IGMP on the Switch. Syntax config igmp [ipif <ipif_name 12> | all] {version <value 1-3> | query_interval <sec 1-31744> | max_response_time <sec 1-25> | robustness_variable <value 1-255>...
  • Page 140 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To display IGMP configurations: DGS-3324SRi:4#show igmp Command: show igmp IGMP Interface Configurations Interface IP Address/Netmask Ver- Query Maximum Robust- Last State sion Response ness Member Time Value Query Interval ------------ --------------- ----...
  • Page 141 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show igmp group group 224.0.1.1 ipif System Command: show igmp group group 224.0.1.1 ipif System IGMP Group Detail Information Interface : System Multicast Group : 224.0.1.1 Last Reporter : 10.50.77.16 IP Querier : 10.9.68.96 IP Expire...
  • Page 142: Igmp Snooping Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual IGMP S NOOPING OMMANDS The IGMP Snooping commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config igmp_snooping [<vlan_name 32>...
  • Page 143 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config igmp_snooping host_timeout <sec 1-16711450> − Specifies the maximum amount of time a host can be a member of a multicast group without the Switch receiving a host membership report. The default is 260 seconds. router_timeout <sec 1-16711450>...
  • Page 144 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config igmp_snooping querier between general query transmissions. The default setting is 125 seconds. max_response_time <sec 1-25> − Specifies the maximum time in seconds to wait for reports from members. The default setting is 10 seconds.
  • Page 145 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual enable igmp_snooping Purpose Used to enable IGMP snooping on the Switch. Syntax enable igmp_snooping {forward_mcrouter_only} Description This command allows the user to enable IGMP snooping on the Switch. If forward_mcrouter_only is specified, the Switch will only forward all multicast traffic to the multicast router, only.
  • Page 146 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config router_ports Purpose Used to configure ports as router ports. Syntax config router_ports <vlan_name 32> [add | delete] <portlist> Description This command allows designation of a range of ports as being connected to multicast-enabled routers.
  • Page 147 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config router_ports_forbidden <vlan_name 32> − The name of the VLAN on which the router port Parameters resides. [add | delete] - Specifies whether to add or delete forbidden ports of the specified VLAN.
  • Page 148 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show router_ports Command: show router_ports VLAN Name : default Static router port : 2:1-2:10 Dynamic router port : Forbidden Router Port: VLAN Name : vlan2 Static router port Dynamic router port : Forbidden Router Port: Total Entries: 2 DGS-3324SRi:4#...
  • Page 149 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#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 Host Timeout...
  • Page 150 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show igmp_snooping group Command: show igmp_snooping group VLAN Name : default Multicast group: 224.0.0.2 MAC address : 01-00-5E-00-00-02 Reports Port Member : 1:26,2:7 VLAN Name : default Multicast group: 224.0.0.9 MAC address : 01-00-5E-00-00-09 Reports...
  • Page 151 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To view the IGMP snooping forwarding table for VLAN “Trinity”: DGS-3324SRi:4#show igmp_snooping forwarding vlan Trinity Command: show igmp_snooping forwarding vlan Trinity VLAN Name : Trinity Multicast group : 224.0.0.2 MAC address : 01-00-5E-00-00-02 Port Member...
  • Page 152: Mac Notification Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual MAC N OTIFICATION OMMANDS The MAC notification commands in the Command Line Interface (CLI) are listed, in the following table, along with their appropriate parameters. Command Parameters enable mac_notification disable mac_notification config mac_notification {interval <int 1-2147483647>...
  • Page 153 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example Usage: To disable MAC notification without changing basic configuration: DGS-3324SRi:4#disable mac_notification Command: disable mac_notification Success. DGS-3324SRi:4# config mac_notification Purpose Used to configure MAC address notification. Syntax config mac_notification {interval <int 1-2147483647> | historysize <int 1-500>...
  • Page 154 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config mac_notification ports [enable | disable] – These commands will enable or disable MAC address table notification on the Switch. Restrictions Only administrator-level users can issue this command. Example usage: To enable port 7 for MAC address table notification: DGS-3324SRi:4#config mac_notification ports 1:7 enable Command: config mac_notification ports 1:7 enable...
  • Page 155 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show mac_notification ports Purpose Used to display the Switch’s MAC address table notification status settings. Syntax show mac_notification ports <portlist> Description This command is used to display the Switch’s MAC address table notification status settings.
  • Page 156: Access Authentication Control Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual CCESS UTHENTICATION ONTROL OMMANDS The Access Authentication Control commands allows secure access to the Switch using the TACACS / XTACACS / TACACS+ and RADIUS protocols. When a user logs in to the Switch or tries to access the administrator level privilege, that person is prompted for a password.
  • Page 157 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual The Access Authentication Control commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters enable authen_policy disable authen_policy show authen_policy create authen_login <string 15>...
  • Page 158 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters enable admin config admin local_enable <password 15> Each command is listed, in detail, in the following sections. enable authen_policy Purpose Used to enable system access authentication policy. Syntax enable authen_policy Description...
  • Page 159 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show authen_policy Purpose Used to display the system access authentication policy status on the Switch. Syntax show authen_policy Description This command will show the current status of the access authentication policy on the Switch.
  • Page 160 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen_login Purpose Used to configure a user-defined or default method list of authentication methods for user login. Syntax config authen_login [default | method_list_name <string 15>] method {tacacs | xtacacs | tacacs+ | radius | server_group <string 15>...
  • Page 161 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen_login method_list_name – Enter a previously implemented method list name defined by the user. The user may add one, or a combination of up to four (4) of the following authentication methods to this method list: tacacs –...
  • Page 162 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete authen_login method_list_name Purpose Used to delete a previously configured user defined method list of authentication methods for users logging on to the Switch. Syntax delete authen_login method_list_name <string 15> Description This command is used to delete a list for authentication methods for user login.
  • Page 163 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show authen_login Parameters default – Entering this parameter will display the default method list for users logging on to the Switch. method_list_name <string 15> – Enter an alphanumeric string of up to 15 characters to define the given method list to view.
  • Page 164 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen_enable Purpose Used to configure a user-defined method list of authentication methods for promoting normal user level privileges to Administrator level privileges on the Switch. Syntax config authen_enable [default | method_list_name <string 15>] method {tacacs | xtacacs | tacacs+ | radius | server_group <string 15>...
  • Page 165 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen_enable method_list_name – Enter a previously implemented method list name defined by the user (create authen_enable). The user may add one, or a combination of up to four (4) of the following authentication methods to this method list: tacacs –...
  • Page 166 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete authen_enable method_list_name Purpose Used to delete a user-defined method list of authentication methods for promoting normal user level privileges to Administrator level privileges on the Switch. Syntax delete authen_enable method_list_name <string 15> Description This command is used to delete a user-defined method list of authentication methods for promoting user level privileges to...
  • Page 167 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show authen_enable Parameters default – Entering this parameter will display the default method list for users attempting to gain access to Administrator level privileges on the Switch. method_list_name <string 15> – Enter an alphanumeric string of up to 15 characters to define the given method list to view.
  • Page 168 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen application login – Use this parameter to configure an application for normal login on the user level, using a previously configured method list. enable - Use this parameter to configure an application for upgrading a normal user level to administrator privileges, using a previously configured method list.
  • Page 169 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create authen server_host Purpose Used to create an authentication server host. Syntax create authen server_host <ipaddr> protocol [tacacs | xtacacs | tacacs+ | radius] {port <int 1-65535> | key [<key_string 254> | none] | timeout <int 1-255>...
  • Page 170 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#create authen server_host 10.1.1.121 protocol tacacs+ port 1234 timeout 10 retransmit 5 Command: create authen server_host 10.1.1.121 protocol tacacs+ port 1234 timeout 10 retransmit 5 Success. DGS-3324SRi:4# config authen server_host Purpose Used to configure a user-defined authentication server host.
  • Page 171 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen server_host timeout <int 1-255> - Enter the time in seconds the Switch will wait for the server host to reply to an authentication request. The default value is 5 seconds. retransmit <int 1-255>...
  • Page 172 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#delete authen server_host 10.1.1.121 protocol tacacs+ Command: delete authen server_host 10.1.1.121 protocol tacacs+ Success. DGS-3324SRi:4# show authen server_host Purpose Used to view a user-defined authentication server host. Syntax show authen server_host Description This command is used to view user-defined authentication server hosts previously created on the Switch.
  • Page 173 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create authen server_group Purpose Used to create a user-defined authentication server group. Syntax create authen server_group <string 15> Description This command will create an authentication server group. A server group is a technique used to group TACACS/XTACACS/TACACS+ and RADIUS server hosts into user defined categories for authentication using method lists.
  • Page 174 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen server_group tacacs – Use this parameter to utilize the built-in TACACS server protocol on the Switch. Only server hosts utilizing the TACACS protocol may be added to this group. xtacacs –...
  • Page 175 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To delete the server group “group_1”: DGS-3324SRi:4#delete server_group group_1 Command: delete server_group group_1 Success. DGS-3324SRi:4# show authen server_group Purpose Used to view authentication server groups on the Switch. Syntax show authen server_group <string 15>...
  • Page 176 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config authen parameter response_timeout Parameters response_timeout <int 0-255> - Set the time, in seconds, the Switch will wait for a response of authentication from the user attempting to log in from the command line interface or telnet interface. An entry of 0 will denote that the Switch will never time out while waiting for a response of authentication.
  • Page 177 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To set the maximum number of authentication attempts at 5: DGS-3324SRi:4#config authen parameter attempt 5 Command: config authen parameter attempt 5 Success. DGS-3324SRi:4# show authen parameter Purpose Used to display the authentication parameters currently configured on the Switch.
  • Page 178 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual enable admin Parameters None. Restrictions Only administrator-level users can issue this command. Example usage: To enable administrator privileges on the Switch: DGS-3324SRi:4#enable admin Password: ****** DGS-3324SRi:4# config admin local_enable Purpose Used to configure the local enable password for administrator level privileges.
  • Page 179: Ssh Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual SSH C OMMANDS The steps required to use the SSH protocol for secure communication between a remote PC (the SSH Client) and the Switch (the SSH Server), are as follows: Create a user account with admin-level access using the create account admin <username>...
  • Page 180 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual enable shh Purpose Used to enable SSH. Syntax enable ssh Description This command will enable SSH on the Switch. Parameters None. Restrictions Only administrator-level users can issue this command. Usage Example: To enable SSH: DGS-3324SRi:4#enable ssh...
  • Page 181 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ssh authmode Parameters password – This parameter may be chosen if the administrator wishes to use a locally configured password for authentication on the Switch. publickey - This parameter may be chosen if the administrator wishes to use a publickey configuration set on a SSH server, for authentication.
  • Page 182 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ssh server Purpose Used to configure the SSH server. Syntax config ssh server {maxsession <int 1-3> | contimeout <sec 120- 600> | authfail <int 2-20> | rekey [10min | 30min | 60min | never]} Description This command will configure the SSH server.
  • Page 183 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# show ssh server Command: show ssh server SSH Server Status : Disabled SSH Max Session Connection timeout : 120 (sec) Authenticate failed attempts Rekey timeout : Never Listened Port Number : 22 DGS-3324SRi:4# config ssh user...
  • Page 184 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show ssh user authmode Purpose Used to display the SSH user setting. Syntax show ssh user authmode Description This command will display the current SSH user setting. Parameters None. Restrictions None.
  • Page 185 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ssh algorithm twofish128 - This parameter will enable or disable the twofish128 encryption algorithm. twofish192 - This parameter will enable or disable the twofish192 encryption algorithm. MD5 - This parameter will enable or disable the MD5 Message Digest encryption algorithm.
  • Page 186 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show ssh algorithm Command: show ssh algorithm Encryption Algorithm -------------------------------------- 3DES :Enabled AES128 :Enabled AES192 :Enabled AES256 :Enabled ARC4 :Enabled Blowfish :Enabled Cast128 :Enabled Twofish128 :Enabled Twofish192 :Enabled Twofish256 :Enabled Data Integrity Algorithm ---------------------------------------...
  • Page 187: Ssl Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual SSL C OMMANDS Secure Sockets Layer or SSL is a security feature that will provide a secure communication path between a host and client through the use of authentication, digital signatures and encryption. These security functions are implemented through the use of a ciphersuite, which is a security string that determines the exact cryptographic parameters, specific encryption algorithms and key sizes to be used for an authentication session and consists of three levels: 1.
  • Page 188 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual enable ssl Purpose To enable the SSL function on the Switch. Syntax enable ssl {ciphersuite {RSA_with_RC4_128_MD5 | RSA_with_3DES_EDE_CBC_SHA | DHE_DSS_with_3DES_EDE_CBC_SHA | RSA_EXPORT_with_RC4_40_MD5}} Description This command will enable SSL on the Switch by implementing any one or combination of listed ciphersuites on the Switch.
  • Page 189 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual NOTE: Enabling the SSL function on the Switch will disable the port for the web manager (port 80). To log on to the web based manager, the entry of your URL must begin with https://.
  • Page 190 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ssl cachetimeout Purpose Used to configure the SSL cache timeout. Syntax config ssl cachetimeout <value 60-86400> Description This command will set the time between a new key exchange between a client and a host using the SSL function.
  • Page 191 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show ssl Purpose Used to view the SSL status and the certificate file status on the Switch. Syntax show ssl {certificate} Description This command is used to view the SSL status on the Switch. Adding the certificate parameter will allow the user to view the certificate file information currently set on the Switch.
  • Page 192 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual download certificate_fromTFTP certfilename <path_filename 64> - Enter the path and the filename of the certificate file to download. keyfilename <path_filename 64> - Enter the path and the filename of the key exchange file to download.
  • Page 193: Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 802.1X C OMMANDS The xStack DGS/DXS-3300 series implement the server-side of the IEEE 802.1x Port-based and MAC-based Network Access Control. This mechanism is intended to allow only authorized users, or other network devices, access to network resources by establishing criteria for each port on the Switch that a user or network device must meet before allowing that port to forward or receive frames.
  • Page 194 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Each command is listed, in detail, in the following sections. enable 802.1x Purpose Used to enable the 802.1x server on the Switch. Syntax enable 802.1x Description The enable 802.1x command enables the 802.1x Network Access control server application on the Switch.
  • Page 195 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create 802.1x user Purpose Used to create a new 802.1x user. Syntax create 802.1x user <username 15> Description The create 802.1x user command is used to create new 802.1x users.
  • Page 196 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete 802.1x user Purpose Used to delete an 802.1x user account on the Switch. Syntax delete 802.1x user <username 15> Description The delete 802.1x user command is used to delete the 802.1x Port- based or MAC-based Network Access control local users currently configured on the Switch.
  • Page 197 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show 802.1x auth_configuration Port Control: ForceAuth/ForceUnauth/Auto − Shows the administrative control over the port’s authorization status. ForceAuth forces the Authenticator of the port to become Authorized. ForceUnauth forces the port to become Unauthorized.
  • Page 198 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show 802.1x auth_state Purpose Used to display the current authentication state of the 802.1x server on the Switch. Syntax show 802.1x auth_state {ports [<portlist> | all]} Description The show 802.1x auth_state command is used to display the current authentication state of the 802.1x Port-based Network Access Control server application on the Switch.
  • Page 199 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show 802.1x auth_state Command: show 802.1x auth_state Port Auth PAE State Backend State Port Status ------ ----------------------- --------------------- ----------------- ForceAuth Success Authorized ForceAuth Success Authorized ForceAuth Success Authorized ForceAuth Success Authorized ForceAuth...
  • Page 200 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config 802.1x auth_mode Purpose Used to configure the 802.1x authentication mode on the Switch. Syntax config 802.1x auth_mode {port_based | mac_based] Description The config 802.1x authentication mode command is used to enable either the port-based or MAC-based 802.1x authentication feature on the Switch.
  • Page 201 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config 802.1x capability ports 1:1 – 1:10 authenticator Command: config 802.1x capability ports 1:1 – 1:10 authenticator Success. DGS-3324SRi:4# config 802.1x auth_parameter Purpose Used to configure the 802.1x Authentication parameters on a range of ports.
  • Page 202 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config 802.1x auth_parameter tx_period <sec 1-65535> - Configures the time to wait for a response from a supplicant (user) to send EAP Request/Identity packets. supp_timeout <sec 1-65535> - Configures the time to wait for a response from a supplicant (user) for all EAP packets, except for the Request/Identity packets.
  • Page 203 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# config 802.1x auth_protocol local Command: config 802.1x auth_protocol local Success. DGS-3324SRi:4# 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 204 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# config 802.1x init port_based ports all Command: config 802.1x init port_based ports all Success. DGS-3324SRi:4# config 802.1x reauth ports Purpose Used to configure the 802.1x re-authentication feature of the Switch.
  • Page 205 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To configure 802.1x reauthentication for ports 1-18 on switch 1: DGS-3324SRi:4#config 802.1x reauth port_based ports 1:1-1:18 Command: config 802.1x reauth port_based ports 1:1-1:18 Success. DGS-3324SRi:4# config radius add Purpose Used to add a new RADIUS server.
  • Page 206 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config radius delete Purpose Used to delete a previously entered RADIUS server configuration. Syntax config radius delete <server_index 1-3> Description The config radius delete command is used to delete a previously entered RADIUS server configuration.
  • Page 207 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# config radius 1 ipaddress 10.48.74.121 key dlink Command: config radius 1 ipaddress 10.48.74.121 key dlink Success. DGS-3324SRi:4# show radius Purpose Used to display the current RADIUS configurations on the Switch. Syntax show radius Description...
  • Page 208 DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show acct_client Command: show acct_client radiusAcctClient --------------------------------------------------------------------------------------- radiusAcctClientInvalidServerAddresses radiusAcctClientIdentifier D-Link radiusAuthServerEntry --------------------------------------------------------------------------------------- radiusAccServerIndex radiusAccServerAddress 10.53.13.199 radiusAccClientServerPortNumber radiusAccClientRoundTripTime radiusAccClientRequests radiusAccClientRetransmissions radiusAccClientResponses radiusAccClientMalformedResponses radiusAccClientBadAuthenticators radiusAccClientPendingRequests radiusAccClientTimeouts radiusAccClientUnknownTypes radiusAccClientPacketsDropped CTRL+C ESC q...
  • Page 209 DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show auth_client Command: show auth_client radiusAuthClient ---------------------------------------------------------------------------------------- radiusAuthClientInvalidServerAddresses radiusAuthClientIdentifier D-Link radiusAuthServerEntry ---------------------------------------------------------------------------------------- radiusAuthServerIndex radiusAuthServerAddress : 0.0.0.0 radiusAuthClientServerPortNumber radiusAuthClientRoundTripTime radiusAuthClientAccessRequests radiusAuthClientAccessRetransmissions radiusAuthClientAccessAccepts radiusAuthClientAccessRejects radiusAuthClientAccessChallenges radiusAuthClientMalformedAccessResponses 0 radiusAuthClientBadAuthenticators radiusAuthClientPendingRequests radiusAuthClientTimeouts radiusAuthClientUnknownTypes...
  • Page 210 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show auth_diagnostics ports 1:16 Command: show auth_diagnostics ports 1:16 Port number : 1:16 EntersConnecting EapLogoffsWhileConnecting EntersAuthenticating SuccessWhileAuthenticating TimeoutsWhileAuthenticating FailWhileAuthenticating ReauthsWhileAuthenticating EapStartsWhileAuthenticating EapLogoffWhileAuthenticating ReauthsWhileAuthenticated EapStartsWhileAuthenticated EapLogoffWhileAuthenticated BackendResponses BackendAccessChallenges BackendOtherRequestsToSupplicant BackendNonNakResponsesFromSupplicant BackendAuthSuccesses BackendAuthFails CTRL+C ESC q...
  • Page 211 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show auth_session_statistics ports 1:16 Command: show auth_session_statistics ports 1:16 Port number : 1:16 SessionOctetsRx SessionOctetsTx SessionFramesRx SessionFramesTx SessionId SessionAuthenticMethod Remote Authentication Server SessionTime SessionTerminateCause SupplicantLogoff SessionUserName Trinity CTRL+C ESC q Quit SPACE n Next Page...
  • Page 212 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show auth_statistics ports 1:16 Command: show auth_statistics ports 1:16 Port number : 1:16 EapolFramesRx EapolFramesTx EapolStartFramesRx EapolReqIdFramesTx EapolLogoffFramesRx EapolReqFramesTx EapolRespIdFramesRx EapolRespFramesRx InvalidEapolFramesRx EapLengthErrorFramesRx LastEapolFrameVersion LastEapolFrameSource 00-00-00-00-00-00 CTRL+C ESC q Quit SPACE n Next Page...
  • Page 213: Access Control List (Acl) Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual (ACL) C CCESS ONTROL OMMANDS The xStack DGS/DXS-3300 series implement Access Control Lists that enable the Switch to deny network access to specific devices or device groups based on IP settings, MAC address, packet content, IPv6 settings or CPU. Command Parameters create access_profile...
  • Page 214 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters 0xffffffff> <hex 0x0-0xffffffff> | {offset 64-79 <hex 0x0-0xffffffff> <hex 0x0-0xffffffff> <hex 0x0-0xffffffff> <hex 0x0-0xffffffff>}] |ipv6 {class | flowlabel | source ipv6mask <ipv6mask> | destination_ipv6_mask <ipv6mask>}] profile_id <value 1-5> delete cpu profile_id <value 1-5>...
  • Page 215 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual access_id gives the rule a higher priority. In case of a conflict in the rules entered for an access profile, the rule with the highest priority (lowest access_id) will take precedence. The ip parameter instructs the Switch that this new rule will be applied to the IP addresses contained within each frame’s header.
  • Page 216 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters create access_profile [ethernet {vlan | source_mac <macmask 000000000000-ffffffffffff> | destination_mac <macmask 000000000000-ffffffffffff> | 802.1p | ethernet_type} profile_id <value 1-8>} config access_profile <value 1-8> [add access_id [auto assign | <value 1-65535>] [ethernet {vlan profile_id <vlan_name 32>...
  • Page 217 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create access_profile (for Ethernet) Purpose Used to create an access profile on the Switch by examining the Ethernet part of the packet header. Masks entered can be combined with the values the Switch finds in the specified frame header fields. Specific values for the rules are entered using the config access_profile command, below.
  • Page 218 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (for Ethernet) Syntax config access_profile profile_id <value 1-8> [add access_id [auto assign | <value 1-65535>] [ethernet {vlan <vlan_name 32> | source_mac <macaddr 000000000000-ffffffffffff> | destination_mac <macaddr 000000000000-ffffffffffff> | 802.1p <value 0-7>...
  • Page 219 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (for Ethernet) permit – Specifies that packets that match the access profile are permitted to be forwarded by the Switch. priority <value 0-7> − This parameter is specified to re-write •...
  • Page 220 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create access_profile (IP) Purpose Used to create an access profile on the Switch by examining the IP part of the packet header. Masks entered can be combined with the values the Switch finds in the specified frame header fields.
  • Page 221 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create access_profile (IP) flag_mask [all | {urg | ack | psh | rst | syn | fin}] – Enter the • appropriate flag_mask parameter. All incoming packets have TCP port numbers contained in them as the forwarding criterion.
  • Page 222 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (IP) Description This command is used to define the rules used by the Switch to either filter or forward packets based on the IP part of each packet header. Parameters profile_id <value 1-8>...
  • Page 223 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (IP) flag_mask – Enter the type of TCP flag to be masked. The choices • are: urg: TCP control flag (urgent) • ack: TCP control flag (acknowledgement) •...
  • Page 224 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (IP) mirror - Selecting mirror specifies that packets that match the access profile are mirrored to a port defined in the config mirror port command. Port Mirroring must be enabled and a target port must be set. Remember, Port Mirroring cannot cross-box, that is they cannot span across switches in a switch stack.
  • Page 225 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create access_profile (packet content mask) Description This command is used to identify packets by examining the Ethernet packet header, by byte and then decide whether to filter or forward it, based on the user’s configuration.
  • Page 226 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (packet content mask) 0xffffffff> <hex 0x0-0xffffffff> <hex 0x0-0xffffffff> | offset_64-79 <hex 0x0-0xffffffff> <hex 0x0-0xffffffff> <hex 0x0-0xffffffff> <hex0x0-0xffffffff>} port <port> [permit {priority <value 0-7> {replace_priority} | replace_dscp <value 0-63> } | deny | mirror] delete <value 1-65535>] Description This command is used to set the rule for a previously configured...
  • Page 227 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (packet content mask) permit – Specifies that packets that match the access profile are permitted to be forwarded by the Switch. priority <value 0-7> − This parameter is specified to re-write the •...
  • Page 228 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create access_profile (ipv6) Purpose Used to create an access profile on the Switch by examining the IPv6 part of the packet header. Masks can be entered that will be combined with the values the Switch finds in the specified frame header fields.
  • Page 229 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (ipv6) Syntax config access_profile profile_id <value 1-8> add access_id {auto_assign | <value 1-165535>] ipv6 {class <value 0-255> | flowlabel <hex 0x0-0xfffff> | source_ipv6 <ipv6addr> | destionation_ipv6 <ipv6addr>} port <port> [permit {priority <value 0-7>...
  • Page 230 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config access_profile profile_id (ipv6) priority <value 0-7> − This parameter is specified to re-write • the 802.1p default priority previously set in the Switch, which is used to determine the CoS queue to which packets are forwarded to.
  • Page 231 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete access_profile profile_id <value 1-8> − Enter an integer between 1 and 8 that is Parameters 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 232 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual ====================================================================== Access Profile ID: 2 TYPE : IP ====================================================================== MASK Option : Protocol ID -------------------- Access ID : 2 Mode: Deny Ports: 1:2 -------------------- ====================================================================== Access Profile ID: 3 TYPE : Packet Content ====================================================================== MASK Option :...
  • Page 233 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create cpu access_profile Syntax create cpu access_profile [ethernet {vlan | source_mac <macaddr 000000000000-ffffffffffff>| destination_mac <macaddr 000000000000- ffffffffffff> | 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 234 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create cpu access_profile igmp − Specifies that the Switch will examine each frame’s Internet • Group Management Protocol (IGMP) field. type − Specifies that the Switch will examine each frame’s •...
  • Page 235 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create cpu access_profile class – Entering this parameter will instruct the Switch to examine • the class field of the IPv6 header. This class field is a part of the packet header that is similar to the Type of Service (ToS) or Precedence bits field in IPv4.
  • Page 236 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config cpu access_profile Purpose Used to configure a CPU access profile used for CPU Interface Filtering and to define specific values that will be used to by the Switch to determine if a given packet should be forwarded or filtered.
  • Page 237 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config cpu access_profile ethernet_type <hex 0x0-0xffff> − Specifies that the access profile will apply • only to packets with this hexadecimal 802.1Q Ethernet type value in the packet header. ip −...
  • Page 238 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config cpu access_profile packet_content_mask – Specifies that the Switch will mask the packet • header beginning with the offset value specified as follows: offset_0-15 - Enter a value in hex form to mask the packet from byte 0 •...
  • Page 239 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual enable cpu_interface_filtering Purpose Used to enable CPU interface filtering on the Switch. Syntax enable cpu_interface_filtering Description This command is used, in conjunction with the disable cpu_interface_filtering command below, to enable and disable CPU interface filtering on the Switch.
  • Page 240 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To show the CPU filtering state on the Switch: DGS-3324SRi:4#show cpu access_profile Command: show cpu access_profile CPU Interface Filtering state: Disabled CPU Interface Filtering Access Profile Table Access Profile ID: 1 TYPE: Ethernet Mask Option: VLAN...
  • Page 241: Traffic Segmentation Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual RAFFIC EGMENTATION OMMANDS Traffic segmentation allows further sub-division of 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 242 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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. Parameters <portlist>...
  • Page 243: Stacking Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual TACKING OMMANDS The stacking configuration commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config box_priority current_box_id <value 1-12> priority <value 1-16> config box_id current_box_id <value 1-12>...
  • Page 244 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config box_id Purpose Used to configure box ID. Users can use this command to reassign box IDs. Syntax config box_id {current_box_id <value 1-12> new_box_id [AUTO | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12]} Description This command will assign box IDs to switches in a stack.
  • Page 245 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Usage Example: To configure box type: DGS-3324SRi:4#config box_type current_box_id 3 type BOX_NOTEXIST Command: config box_type current_box_id 3 type BOX_NOTEXIST Success. DGS-3324SRi:4# config all_boxes_id Purpose Used to configure box IDs for switches in a stack. Syntax config all_boxes _id [static_mode | auto_mode] Description...
  • Page 246 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show stack_information Command: show stack_information User Prio- Prom Runtime Type Exist rity version version version ---- ----------- ----- ----- -------- -------- -------- AUTO DGS-3324SRi exist 2.01-B01 4.30-B08 USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG USR-NOT-CFG...
  • Page 247: D-Link Single Ip Management Commands

    ANAGEMENT OMMANDS Simply put, D-Link Single IP Management is a concept that will stack switches together over Ethernet instead of using stacking ports or modules. Switches using Single IP Management (labeled here as SIM) must conform to the following rules: SIM is an optional feature on the Switch and can easily be enabled or disabled.
  • Page 248 This SIM version now supports encryption and decryption of SIM packets for added security between SIM enabled switches within the same SIM group. The D-Link Single IP Management commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table.
  • Page 249 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters config sim [{[commander {group_name <groupname 64> | candidate] | dp_interval <sec 30-90> | hold_time <sec 100-255>} download sim_ms [firmware_from_tftp | configuration_from_tftp] <ipaddr> <path_filename> {[members <mslist 1-32> | all}} upload sim_ms [configuration_to_tftp | log_to_tftp] <ipaddr>...
  • Page 250 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show sim Purpose Used to view the current information regarding the SIM group on the Switch. Syntax show sim {[candidates {<candidate_id 1-100>} | members {<member_id 1-32>} | group {commander_mac <macaddr>} neighbor]} Description This command will display the current information regarding the SIM group...
  • Page 251 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show sim Command: show sim Group Name : default SIM Version : VER-1.61 Firmware Version : Build 4.30-B08 Device Name MAC Address : 00-35-26-11-11-00 Capabilities : L3 Platform : DGS-3324SRi L3 Switch SIM State : Enabled Role State...
  • Page 252 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual ID MAC Address Platform / Hold Firmware Device Name Capability Time Version --- ----------------- ------------------------ ----- --------- ---------------- 2 00-55-55-00-55-00 DXS-3350 L3 Switch 4.30-B08 Enrico SIM Group Name : SIM2 ID MAC Address Platform / Hold...
  • Page 253 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#reconfig member_id 2 Command: reconfig member_id 2 DGS-3324SRi:4# config sim_group Purpose Used to add candidates and delete members from the SIM group. Syntax config sim_group [add <candidate_id 1-100> {<password>} | delete <member_id 1-32>] Description This command is used to add candidates and delete members from...
  • Page 254 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config sim Purpose Used to configure role parameters for the SIM protocol on the Switch. Syntax config sim [{[commander {group_name <groupname 64> | candidate] | dp_interval <30-90> | hold_time <sec 100-255>}] Description This command is used to configure parameters of switches of the SIM.
  • Page 255 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config sim candidate Command: config sim candidate Success. DGS-3324SRi:4# To transfer the Switch to be a commander: DGS-3324SRi:4#config sim commander Command: config sim commander Success. DGS-3324SRi:4# To update the name of a group: DGS-3324SRi:4#config sim commander group_name Trinity Command: config sim commander group_name Trinity Success.
  • Page 256 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To download firmware: DGS-3324SRi:4# download sim_ms firmware 10.53.13.94 c:/dgssri.had all Command: download sim_ms firmware 10.53.13.94 c:/dgssri.had all This device is updating firmware. Please wait... Download Status : MAC Address Result -----------------...
  • Page 257 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual upload sim_ms configuration Parameters configuration_to_tftp – Choose this parameter to upload configuration files from SIM members to a TFTP server. log_to_tftp - Choose this parameter to upload log files from SIM members to a TFTP server.
  • Page 258 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#upload sim_ms log_to_tftp 10.55.47.1 D:\log.txt all Command: upload sim_ms log_to_tftp 10.55.47.1 D:\log.txt all This device is uploading log file. Please wait several minutes… Upload Status : ID MAC Address Result --- ----------------- ----------------...
  • Page 259: Time And Sntp Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual SNTP C IME AND OMMANDS The Simple Network Time Protocol (SNTP) {an adaptation of the Network Time Protocol (NTP)} commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters config sntp...
  • Page 260 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual disable sntp Purpose Disables SNTP server support. Syntax disable sntp Description This will disable SNTP support. SNTP service must be separately configured (see config sntp). Parameters None. Restrictions Only administrator-level users can issue this command. Example: To stop SNTP support: DGS-3324SRi:4#disable sntp...
  • Page 261 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config sntp primary 10.1.1.1 secondary 10.1.1.2 poll-interval 30 Command: config sntp primary 10.1.1.1 secondary 10.1.1.2 poll-interval 30 Success. DGS-3324SRi:4# show sntp Purpose Used to display the SNTP information. Syntax show sntp Description This command will display SNTP settings information including the...
  • Page 262 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To manually set system time and date settings: DGS-3324SRi:4#config time 30jun2003 16:30:30 Command: config time 30jun2003 16:30:30 Success. DGS-3324SRi:4# config time zone Purpose Used to determine the time zone used in order to adjust the system clock.
  • Page 263 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config dst Description DST can be enabled and configured using this command. When enabled this will adjust the system clock to comply with any DST requirement. DST adjustment effects system time for both manually configured time and time set using SNTP service.
  • Page 264 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config dst subtract during the summertime. The possible offset times are 30, 60, 90, 120. The default value is 60. Restrictions Only administrator-level users can issue this command. Example usage: To configure daylight savings time on the Switch: DGS-3324SRi:4#config dst repeating s_week 2 s_day tue s_mth 4 s_time 15:00 e_week 2 e_day wed e_mth 10 e_time 15:30 offset 30...
  • Page 265: Arp Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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> delete arpentry [<ipaddr>...
  • Page 266 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example Usage: To delete an entry of IP address 10.48.74.121 from the ARP table: DGS-3324SRi:4#delete arpentry 10.48.74.121 Command: delete arpentry 10.48.74.121 Success. DGS-3324SRi:4# config arp_aging time Purpose Used to configure the age-out timer for ARP table entries on the Switch.
  • Page 267 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To display the ARP table: DGS-3324SRi:4#show arpentry Command: show arpentry ARP Aging Time : 30 Interface IP Address MAC Address Type ------------- --------------- ----------------- --------------- System 10.0.0.0 FF-FF-FF-FF-FF-FF Local/Broadcast System 10.1.1.169 00-50-BA-70-E4-4E...
  • Page 268: Vrrp Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual VRRP C OMMANDS VRRP or Virtual Routing Redundancy Protocol is a function on the Switch that dynamically assigns responsibility for a virtual router to one of the VRRP routers on a LAN. The VRRP router that controls the IP address associated with a virtual router is called the Master, and will forward packets sent to this IP address.
  • Page 269 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example Usage: To enable VRRP globally on the Switch: DGS-3324SRi:4#enable vrrp Command: enable vrrp Success. DGS-3324SRi:4# Example usage: To enable the virtual IP address to be pinged: DGS-3324SRi:4#enable vrrp ping Command: enable vrrp ping Success.
  • Page 270 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create vrrp vrid Purpose To create a VRRP router on the Switch. Syntax create vrrp vrid <vrid 1-255> ipif <ipif_name 12> ipaddress <ipaddr> {state [enable | disable] | priority <int 1-254> | advertisement_interval <int 1-255>...
  • Page 271 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create vrrp vrid critical_ip <ipaddr> - Enter the IP address of the physical device that will provide the most direct route to the Internet or other critical network connections from this virtual router. This must be a real IP address of a real device on the network.
  • Page 272 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config vrrp vrid highest physical IP address as the Master router. The default value is 100. (The value of 255 is reserved for the router that owns the IP address associated with the virtual router and is therefore set automatically.) ipaddress <ipaddr>...
  • Page 273 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config vrrp ipif Purpose To configure the authentication type for the VRRP routers of an IP interface. Syntax config vrrp ipif <ipif_name 12> [authtype [none | simple authdata <string 8> | ip authdata <string 16>] Description This command is used to set the authentication type for the VRRP routers of an IP interface.
  • Page 274 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example Usage: To view the global VRRP settings currently implemented on the Switch (VRRP Enabled): DGS-3324SRi:4#show vrrp Command: show vrrp Global VRRP :Enabled Non-owner response PING : Disabled Interface Name : System Authentication type : No Authentication...
  • Page 275: Routing Table Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 276 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create iproute default Purpose Used to create IP route entries to the Switch’s IP routing table. Syntax create iproute default <ipaddr> {<metric>} Description This command is used to create a default static IP route entry to the Switch’s IP routing table.
  • Page 277 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete iproute default Purpose Used to delete a default IP route entry from the Switch’s IP routing table. Syntax delete iproute default <ipaddr> Description This command will delete an existing default entry from the Switch’s IP routing table.
  • Page 278: Route Redistribution Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual OUTE EDISTRIBUTION OMMANDS The route redistribution commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameters create route redistribute [static | rip | local] {mettype [1 | 2] | metric <value 0-65535>} dst ospf src create route redistribute...
  • Page 279 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Route Source Metric Metric Type 0 to 16777214 mettype 1 mettype 2 Static 0 to 16777214 mettype 1 mettype 2 Local 0 to 16777214 mettype 1 mettype 2 Allowed Metric Type combinations are mettype 1 or mettype 2. The metric value 0 above will be redistributed in OSPF as the metric 20.
  • Page 280 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Routing information source − OSPF and the Static Route table. Routing information will be redistributed to RIP. The following table lists the allowed values for the routing metrics and the types (or forms) of the routing information that will be redistributed. Route Source Metric Type...
  • Page 281 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config route redistribute dst ospf src src [static | rip | local] − Allows the selection of the protocol of the Parameters source device. mettype − allows the selection of one of the methods for calculating the metric value.
  • Page 282 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config route redistribute dst rip src information is then exchanged among the various routers according to the individual routers current routing protocol. The Switch can redistribute routing information between the OSPF and RIP routing protocols to all routers on the network that are running OSPF or RIP.
  • Page 283 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete route redistribute dst [rip | ospf] − Allows the selection of the protocol on the Parameters destination device. The user may choose between RIP and OSPF. src [rip | static | local | ospf] − Allows the selection of the protocol on the source device.
  • Page 284: Bootp Relay Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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>...
  • Page 285 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 286 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 287 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 288: Dns Relay Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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>...
  • Page 289 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To add an entry domain name dns1, IP address 10.43.21.12 to DNS static table: DGS-3324SRi:4#config dnsr add static dns1 10.43.21.12 Command: config dnsr add static dns1 10.43.21.12 Success. DGS-3324SRi:4# Example Usage: To delete an entry domain name dns1, IP address 10.43.21.12 from DNS static table.
  • Page 290 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#enable dnsr cache Command: enable dnsr cache Success. DGS-3324SRi:4# Example Usage: To enable static table lookup for DNS relay. DGS-3324SRi:4#enable dnsr static Command: enable dnsr static Success. DGS-3324SRi:4# disable dnsr Purpose Used to disable DNS relay on the Switch.
  • Page 291 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#disable dnsr cache Command: disable dnsr cache Success. DGS-3324SRi:4# Example Usage: To disable static table lookup for DNS relay. DGS-3324SRi:4#disable dnsr static Command: disable dnsr static Success. DGS-3324SRi:4# show dnsr Purpose Used to display the current DNS relay status.
  • Page 292: Rip Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 293 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config rip rx_mode − Determines how received RIP packets will be interpreted – as RIP version V1 only, V2 Only, or V1 or V2. This entry specifies which version of the RIP protocol will be used to receive RIP packets.
  • Page 294 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config rip timer Restrictions Only administrator-level users can issue this command. Example usage: To configure the RIP timers for the switch: DGS-3324SRi:4#config rip timer update_interval 60 timeout_interval 60 garbage_collect_interval 60 Command: config rip timer update_interval 60 timeout_interval 60 garbage_collect_interval 60 Success.
  • Page 295 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#disable rip Command: disable rip Success. DGS-3324SRi:4# 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 296: Dvmrp Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 297 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config dvmrp neighbor_timeout <second 1-65535> − The time period for which DVMRP will hold Neighbor Router reports before issuing poison route messages. The default value is 35 seconds. state [enable | disable] − Allows DVMRP to be enabled or disabled.
  • Page 298 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#disable dvmrp Command: disable dvmrp Success. DGS-3324SRi:4# show dvmrp routing_table Purpose Used to display the current DVMRP routing table. Syntax show dvmrp routing table [ipaddress <network_address>] Description The command is used to display the current DVMRP routing table.
  • Page 299 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example Usage: To display DVMRP neighbor table: DGS-3324SRi:4#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...
  • Page 300 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show dvmrp Purpose Used to display the current DVMRP settings on the Switch. Syntax show dvmrp {<ipif_name 12>} Description The command will display the current DVMRP routing table. Parameters <ipif_name 12>...
  • Page 301: Pim Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual PIM C OMMANDS PIM or Protocol Independent Multicast is a method of forwarding traffic to multicast groups over the network using any pre- existing unicast routing protocol, such as RIP or OSPF, set on routers within a multicast network. The xStack DGS/DXS-3300 series supports two types of PIM, Dense Mode (PIM-DM) and Sparse Mode (PIM-SM).
  • Page 302 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Register and Register Suppression Messages Multicast sources do not always join the intended receiver group. The first hop router (DR) can send multicast data without being the member of a group or having a designated source, which essentially means it has no information about how to relay this information to the RP distribution tree.
  • Page 303 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters config pim crp {holdtime <value 0-255> | priority <value 0-255> | wildcard_prefix_cnt [0 | 1]} create pim static_rp group <network address> rp <ipaddr> delete pim static_rp group <network address>...
  • Page 304 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# disable pim Purpose Used to disable PIM function on the Switch. Syntax disable pim Description This command will disable PIM for the Switch. Any previously configured PIM settings will remain unchanged and may be enabled at a later time with the enable pim command.
  • Page 305 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config pim mode [dm | sm] - Used to select the type of PIM protocol to use, Sparse Mode (SM) or Dense Mode (DM). The default setting is DM. dr_priority <unsigned_int 0 –...
  • Page 306 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config pim register_suppression_time Purpose Used to configure the interval between the sending of register packets for the PIM protocol. Syntax config pim register_suppression_time <value 3-255> Description This command is to be configured for the first hop router from the source.
  • Page 307 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#create pim crp group 231.0.0.1/32 rp Trinity Command: create pim crp group 231.0.0.1/32 rp Trinity Success. DGS-3324SRi:4# delete pim crp Purpose To disable the Switch in becoming a possible candidate to be the Rendezvous Point (RP).
  • Page 308 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config pim crp the router having the higher IP address will become the RP. The user may set a priority between 0 – 255 with a default setting of 0. wildcard_prefix_cnt [0 | 1] - The user may set the Prefix Count value of the wildcard group address here by choosing a value between 0 and 1 with a default setting of 0.
  • Page 309 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete pim static_rp Purpose To remove the multicast group IP address used in identifying the Rendezvous Point (RP). Syntax delete pim static_rp group <network address> Description This command will remove the multicast group IP address used in identifying the Rendezvous Point (RP).
  • Page 310 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config pim rp_spt_threshold Purpose Used to configure the threshold of register packets needed to enable the Shortest Path Tree (SPT). Syntax config pim rp_spt_threshold [<value 0-65535> | infinity] Description This command will set the threshold of register packets needed to enable the Shortest Path Tree (SPT).
  • Page 311 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config last_hop_spt_threshold 0 Command: config last_hop_spt_threshold 0 Success. DGS-3324SRi:4# show pim rpset Purpose Used to display the RP Set of the Switch. Syntax show pim rpset Description This command will display the information regarding the RP Set learned by the BSR.
  • Page 312 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual C-RP Holdtime : 150 C-RP Priority C-RP wildcard prefix count Group Interface --------------------- --------------------- 224.0.0.1/4 Trinity DGS-3324SRi:4# config pim cbsr Purpose Used to configure the settings for the Candidate Bootstrap Router and the priority of the selected IP interface to become the Boot Strap Router (BSR) for the PIM-SM network domain.
  • Page 313 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config pim cbsr ipif Trinity priority 4 Command: config pim cbsr ipif Trinity priority 4 Success. DGS-3324SRi:4# Usage Example: To configure the hash mask length for the CBSR: DGS-3324SRi:4#config pim cbsr hash_masklen 30 Command: config pim cbsr hash_masklen 30 Success.
  • Page 314 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# show pim cbsr Command: show pim cbsr PIM Candidate-BSR Table C-BSR Hash Mask Len : 30 C-BSR Bootstrap Period Interface IP Address Priority --------------------- --------------------- ------------ Trinity 11.1.1.1/8 System 10.53.13.30/8 -1 (disabled)
  • Page 315 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show pim neighbor Purpose Used to display PIM neighbors of the Switch. Syntax show pim neighbor {ipif <ipif_name12> | ipaddress <network_address>} Description This command will display the PIM neighbor table for the Switch. Parameters <ipif_name 12>...
  • Page 316 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# show pim ipmroute Command: show pim ipmroute PIM IP Multicast Route Table UA = Upstream AssertTimer AM = Assert Metric AMPref = Assert MetricPref = Assert RPTBit Group Address Source Address AMPref ARB Flag Type ------------------...
  • Page 317 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# create pim register_checksum_include_data rp_ address 11.1.1.1 Command: create pim register_checksum_include_data rp_ address 11.1.1.1 Success. DGS-3324SRi:4# delete pim register_checksum_include_data Purpose Used to disable the RPs that the Switch will send Register packets to and create checksums to be included with the data in Registered packets.
  • Page 318 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4# show pim register_checksum_include_data_rp_ list Command: show pim register_checksum_include_data_rp_ list RP Address ------------------------------------------- 11.1.1.1 Total Entries: 1 DGS-3324SRi:4#...
  • Page 319: Ip Multicasting Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 320 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show ipmc Purpose Used to display the IP multicast interface table. Syntax show ipmc {ipif <ipif_name 12> | protocol [inactive | dvmrp | pim} Description This command will display the current IP multicast interface table. Parameters <ipif_name 12>...
  • Page 321: Md5 Configuration Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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>...
  • Page 322 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To configure an MD5 Key password: DGS-3324SRi:4#config md5 key 1 taboo Command: config md5 key 1 taboo Success. DGS-3324SRi:4# delete md5 key Purpose Used to delete an entry in the MD5 key table. Syntax delete md5 key <key_id 1-255>...
  • Page 323 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show md5 Command: show md5 MD5 Key Table Configurations Key-ID ------ ---------- dlink develop fireball intelligent Total Entries: 4 DGS-3324SRi:4#...
  • Page 324: Ospf Configuration Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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>...
  • Page 325 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Command Parameters show ospf all 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>...
  • Page 326 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#enable ospf Command: enable ospf Success. DGS-3324SRi:4# disable ospf Purpose Used to disable OSPF on the Switch. Syntax disable ospf Description This command, in combination with the enable ospf command above, is used to enable and disable OSPF on the Switch.
  • Page 327 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To show OSPF state: DGS-3324SRi:4#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 ------------ ------------------ --------- --------...
  • Page 328 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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-65535>}] Description This command is used to create an OSPF area and configure its settings.
  • Page 329 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#delete ospf area 10.48.74.122 Command: delete ospf area 10.48.74.122 Success. DGS-3324SRi:4# 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-65535>}] Description This command is used to configure an OSPF area’s settings.
  • Page 330 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show ospf area Command: show ospf area Area ID Type Stub Import Summary LSA Stub Default Cost -------------- ------------- ------------------------------------ ------------------- 0.0.0.0 Normal None None 10.48.74.122 Stub Enabled Enabled Total Entries: 2 DGS-3324SRi:4# create ospf host_route...
  • Page 331 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To delete an OSPF host route: DGS-3324SRi:4#delete ospf host_route 10.48.74.122 Command: delete ospf host_route 10.48.74.122 Success. DGS-3324SRi:4# config ospf host_route Purpose Used to configure OSPF host route settings. Syntax config ospf host_route <ipaddr>...
  • Page 332 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Host Address Metric Area_ID --------------- --------------- ----------- 10.48.73.21 10.1.1.1 10.48.74.122 10.1.1.1 Total Entries: 2 DGS-3324SRi:4# create ospf aggregation Purpose Used to configure OSPF area aggregation settings. Syntax create ospf aggregation <area_id> <network_address> lsdb_type summary {advertise [enable | disable]} Description This command is used to create an OSPF area aggregation.
  • Page 333 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete ospf aggregation <area_id> − A 32-bit number in the form of an IP address Parameters (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 334 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show ospf aggregation Purpose Used to display the current OSPF area aggregation settings. Syntax show ospf aggregation {<area_id>} Description This command will display the current OSPF area aggregation settings. Parameters <area_id>...
  • Page 335 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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”...
  • Page 336 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show ospf virtual_neighbor Purpose Used to display the current OSPF virtual neighbor router table. Syntax show ospf virtual_neighbor {<area_id> <neighbor id>} Description This command will display the current OSPF virtual neighbor router table.
  • Page 337 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ospf ipif <ipif_name 12> − The name of the IP interface. 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.
  • Page 338 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ospf all Purpose Used to configure all of the OSPF interfaces on the Switch at one time. Syntax config ospf all {area <area_id> | priority <value> | hello_interval <sec 1-65535> | dead_interval <sec 1-65535> | authentication [none | simple <password 8>...
  • Page 339 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#config ospf all state enable Command: config ospf all state enable Success. DGS-3324SRi:4# show ospf ipif Purpose Used to display the current OSPF interface settings for the specified interface name. Syntax show ospf ipif {<ipif_name 12>} Description...
  • Page 340 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show ospf all Parameters None. Restrictions None. Usage Example: To display the current OSPF interface settings, for all OSPF interfaces on the Switch: DGS-3324SRi:4#show ospf all Command: show ospf all Interface Name: System IP Address: 10.42.73.10/8 (Link Up) Network Medium Type: BROADCAST...
  • Page 341 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual create ospf virtual_link <area_id> − A 32-bit number in the form of an IP address Parameters (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. <neighbor_id> − The OSPF router ID for the remote area. This is a 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the remote area’s Area Border Router.
  • Page 342 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config ospf virtual_link <area_id> − A 32-bit number in the form of an IP address Parameters (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. <neighbor_id> − The OSPF router ID for the remote area. This is a 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the remote area’s Area Border Router.
  • Page 343 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual delete ospf virtual_link <area_id> − A 32-bit number in the form of an IP address Parameters (xxx.xxx.xxx.xxx) that uniquely identifies the OSPF area in the OSPF domain. <neighbor_id> − The OSPF router ID for the remote area. This is a 32-bit number in the form of an IP address (xxx.xxx.xxx.xxx) that uniquely identifies the remote area’s Area Border Router.
  • Page 344 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual DGS-3324SRi:4#show ospf virtual_link Command: show ospf virtual_link Virtual Interface Configuration Transit Virtual Hello Dead Authentication Link Area ID Neighbor Router Interval Interval Status --------------- ---------------------- ------------ ----------- -------------------- ------------ 10.0.0.0 20.0.0.0 None...
  • Page 345: Route Preference Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual OUTE REFERENCE OMMANDS Route Preference is a way for routers to select the best path when there are two or more different routes to the same destination from two different routing protocols. The majority of routing protocols are not compatible when used in conjunction with each other.
  • Page 346 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config route preference Purpose Used to configure the route preference of each route type. Syntax config route preference [static | rip | ospfIntra | ospfInter | ospfExt1 | ospfExt2] <value 1-999> Description This command is used to set the route preference value for each routing protocol listed.
  • Page 347 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual show route preference Parameters local – Enter this parameter to view the route preference settings for the local route. static - Enter this parameter to view the route preference settings for the static route.
  • Page 348: Jumbo Frame Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual UMBO RAME OMMANDS Certain switches can support jumbo frames (frames larger than the standard Ethernet frame size of 1518 bytes). To transmit frames of up to 9K (and 9004 bytes tagged), the user can increase the maximum transmission unit (MTU) size from the default of 1536 by enabling the Jumbo Frame command.
  • Page 349 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To enable the jumbo frame function on the Switch: DGS-3324SRi:4#disable jumbo_frame Command: disable jumbo_frame Success. DGS-3324SRi:4# show jumbo_frame Purpose Used to show the status of the jumbo frame function on the Switch. Syntax show jumbo_frame Description...
  • Page 350: File System Commands

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual YSTEM OMMANDS File System commands are used to configure files stored on a storage accessory located in the Switch, such as a CompactFlash card that can be used with the DGS-3324SRi only. These commands are based on DOS commands, cannot be used with the Switch’s internal memory and are specific to the DGS-3324SRi member of the xStack DGS/DXS-3300 series.
  • Page 351 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To view the storage media accessory information: DGS-3324SRi:4#show storage_media_info Command: show storage_media_info ------------------------------------------------ Drive Media_Type Size Label FS_Type CF Card 30MB TEST FAT16 ------------------------------------------------ DGS-3324SRi:4# Purpose Used to change the name of the directory located on the CompactFlash card.
  • Page 352 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Example usage: To copy a file: DGS-3324SRi:4#copy c:/abc.cfg c:/def.txt Command: copy c:/abc.cfg c:/def.txt processing...100 % Done!! DGS-3324SRi:4# Purpose Used to list the files and directories on the storage media accessory. Syntax dir {<pathname 64>} Description...
  • Page 353 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To delete a file: DGS-3324SRi:4#erase c:/aaa.cfg Command: erase c:/aaa.cfg processing...100 % Done!! DGS-3324SRi:4# format Purpose To format the storage media accessory Syntax format <drive> [FAT16] [fast | full | full_with_MBR] {<label_name 8>} Description This command is used to format the storage media accessory.
  • Page 354 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Purpose To create a directory. Syntax md <pathname 64> Description This command is used to make a new directory on the storage media accessory. Parameters <pathname 64> - Enter the path and name of the file to be created. This entry cannot exceed 64 characters in length.
  • Page 355 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Purpose Used to delete a directory from the storage media accessory. Syntax rd {<pathname 64>} Description This command is used to delete a directory listed on the storage media accessory. Parameters <pathname 64>...
  • Page 356 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual rename Purpose To rename a file. Syntax rename <source_path_filename 64> <target_path_filename 64> Description This command is used to rename a filename located on the storage media accessory. Parameters <source_path_filename 64> - Enter the path and name of the file to be renamed.
  • Page 357: Command History List

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual 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 {<command>} show command_history config command_history <value 1-40>...
  • Page 358 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual To display the parameters for a specific command: DGS-3324SRi:4#? config stp Command:? config stp Command: config stp Usage: {maxage <value 6-40> | maxhops <value1-20> | hellotime <value 1- 10> | forwarddelay <value 4-30> | txholdcount <value 1-10> | fbpdu [enable | disable]} Description: Used to update the STP Global Configuration.
  • Page 359 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual config command_history Purpose Used to configure the command history. Syntax config command_history <value 1-40> Description This command is used to configure the command history. Parameters <value 1-40> − The number of previously executed commands maintained in the buffer.
  • Page 360: Technical Specifications

    xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual ECHNICAL PECIFICATIONS Physical and Environmental AC Input & External 100 – 120; 200 - 240 VAC, 50/60 Hz (internal universal Redundant Power Supply: power supply) DGS-3324SR/ DGS-3324SRi - 90 watts maximum Power Consumption: DXS-3326GSR –...
  • Page 361 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual General IEEE 802.3u 100BASE-TX Fast Ethernet Standards: IEEE 802.3ab 1000BASE-T Gigabit Ethernet IEEE 802.1D Spanning Tree IEEE 802.1w Rapid Spanning Tree IEEE 802.1s Multiple Spanning Tree IEEE 802.1 P/Q VLAN IEEE 802.1p Priority Queues IEEE 802.1x Port and MAC Based Access Control IEEE 802.3ad Link Aggregation Control...
  • Page 362 xStack DGS/DXS-3300 Series Layer 3 Stackable Gigabit Ethernet Switch CLI Manual Performance Transmission Method: Store-and-forward DGS-3324SR DGS-3324SRi DXS- RAM Buffer: 3326GSR – 2 MB per device DXS-3350SR – 4 MB per device 16 K MAC addresses per device Filtering Address Table: 3K IP addresses per device Packet Filtering/Forwarding Rate: Full-wire speed for all connections.

Table of Contents