Page 2
Reproduction in any manner whatsoever without the written permission of D-Link Computer Corporation is strictly forbidden. Trademarks used in this text: D-Link and the D-Link logo are trademarks of D-Link Computer Corporation; Microsoft and Windows are registered trademarks of Microsoft Corporation.
Table of Contents INTRODUCTION ..............................1 USING THE CONSOLE CLI.............................4 COMMAND SYNTAX ...............................8 BASIC SWITCH COMMANDS..........................11 create account..................................12 config account..................................12 show account..................................13 show session..................................13 show system defaults ................................14 show switch..................................15 show serial_port .................................. 16 config serial_port ................................16 enable clipaging ..................................
Page 4
delete snmp user.................................. 36 show snmp user................................... 36 create snmp view................................. 37 delete snmp view................................. 37 show snmp view.................................. 38 create snmp community ..............................39 delete snmp community ..............................39 show snmp community ............................... 40 config snmp engineID................................. 40 show snmp engineID................................41 create snmp group ................................
Page 5
clear green-ethernet Cumulative_Energy_Saved ........................ 65 show green-ethernet ................................66 SPANNING TREE COMMANDS..........................67 config stp..................................... 67 config stp ports..................................68 config stp version ................................70 enable stp .................................... 70 disable stp.................................... 70 show stp ....................................71 show stp ports ..................................72 show stp instance_id ................................
Page 6
PORT MIRRORING COMMANDS .........................99 config mirror ..................................99 delete mirror..................................100 show mirror..................................100 VLAN COMMANDS .............................101 create vlan ..................................101 delete vlan ..................................102 config vlan ..................................102 config gvrp ..................................103 enable gvrp..................................104 disable gvrp..................................104 show vlan ..................................104 show gvrp..................................
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual INTRODUCTION The DGS-3100 series is a D-Link DGS-3100 switch family. The DGS-3100 series of products family consists of 24 / 48 -port 10/100/1000Base-T PoE / NonPoE L2 Stackable Management Switches with 4 Combo SFPs and DGS-3100-24TG, a switch with 16 SFPs and 8 copper GE ports.
Page 11
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Figure 1–2. Boot Screen The Switch’s MAC address can also be found in the Web management program on the Device Information window on the Configuration menu. The IP address for the Switch must be set before it can be managed with the Web-based manager. The Switch IP address can be automatically set using BOOTP or DHCP protocols, in which case the actual address assigned to the Switch must be known.
Page 12
IP address to connect to the Switch. NOTE: The DGS-3100 series of switches have the capability to be configured to have no IP address. This function maybe used to disable Layer 3 functions of the Switch. When the IP address is disabled, the Switch can only be managed through the console port.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual USING THE CONSOLE CLI The Switch 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.
Page 14
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Figure 2–1. Initial Console Screen after Logging In Commands are entered at the command prompt, DGS3100#. There are a number of helpful features included in the CLI. Entering the ? command displays a list of all of the top-level commands.
Page 15
DGS-3100 Series Gigabit Stackable Managed 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, command: config account. Every command in the CLI has this feature, and complex commands have several layers of parameter prompting.
Page 16
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Figure 2–5. Available Commands The top-level commands consist of commands such as show or config. Most of these commands require one or more parameters to narrow the top-level command. This is equivalent to show what? or config what? Where the what? is the next parameter.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual COMMAND SYNTAX The following symbols are used to describe how command entries are made and values and arguments are specified in this manual. The online help contained in the CLI and available through the console interface uses the same syntax.
Page 18
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual {braces} Purpose Encloses an optional value or set of optional arguments. Syntax reset Description execute “reset” will return the switch to its factory default setting. Example reset command Please be aware that all configuration will be reset to default value.
Page 19
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Multiple Page Display Control Keys Space Displays the next page. CTRL+c Stops the display of remaining pages when multiple pages are to be displayed. Stops the display of remaining pages when multiple pages are to be displayed.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual BASIC SWITCH COMMANDS The Basic Switch commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter create account [admin | oper | user] <username 15>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Command Parameter enable dhcp_relay disable dhcp_relay config dhcp_relay add <ipaddr> config dhcp_relay <ipaddr> delete ipif show dhcp_relay {ipif} show tech-support show tech_support [config | memory] show environment Each command is listed in detail, as follows:...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual The system prompts for the account’s new password, which may be between 0 and 15 characters. Parameters <username 1-15> − the account username. Restrictions Only Administrator-level users can issue this command. Example usage: To configure the user password of ‘dlink’...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual logged-in user, etc.), the Protocol used to connect to the Switch, the user’s IP address, the user’s access Level (1=user, 15=admin), and the account name on the Switch. Parameters None. Restrictions None.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Logging to file: Error messages Logging to remote server: Informational messages Maximum no. of syslog messages: 430 SNTP Port No.: 123 DGS-3100# show switch Purpose To display information about the Switch. Syntax...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS-3100# show serial_port Purpose To display the current serial port settings. Syntax show serial_port Description The show serial_port command displays the current serial port settings. Parameters None. Restrictions None. Example usage: To display the serial port settings:...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To configure the baud rate: DGS3100# config serial_port baud_rate 9600 Success. DGS3100# enable clipaging Purpose To pause the scrolling of the console screen after each page when a show command displays more than one page.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# delete account Purpose To delete an existing user account. Syntax delete account <username 15> Description The delete account command deletes a user account that has been created using the create account command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Description The disable web command disables the Web-based management software on the Switch. Parameters None. Restrictions Only Administrator or operator-level users can issue this command. Example usage: To disable HTTP-based management software on the Switch: DGS3100# disable web Success.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Description The reboot command restarts the Switch. Parameters <box_id 1-6> − The unit’s current stack membership number. Restrictions Only Administrator or operate-level users can issue this command. Example usage: To restart the Switch unit 1:...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Description The login command initiates the login procedure. The user is prompted for the Username and Password. Parameters None. Restrictions None. Example usage: To initiate the login procedure: DGS3100# login UserName: logout Purpose To log out a user from the Switch’s console.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual enable jumbo_frame Purpose To enable jumbo frames on the device. Syntax enable jumbo_frame Description The enable jumbo_frame command enables jumbo frames on the device. Parameters None. Restrictions Only Administrator or operate-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions None. Example usage: To show the jumbo_frames configuration status on the device: DGS3100# show jumbo_frame Jumbo frames are disabled. DGS3100# locate Purpose To enable the user to locate the device he is working on.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual disable telnet Purpose To disable telnet. Syntax disable telnet Description The disable telnet command disables telnet. Parameters None. Restrictions Only Administrator or operate-level users can issue this command Example usage: To disable telnet: DGS3100# disable telnet Success.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To disable DHCP Relay on the Switch: DGS-3100# disable dhcp_relay Success. DGS-3100# config dhcp_relay add ipif Purpose To define a DHCP server as a DHCP Relay server Syntax config dhcp_relay add ipif <ipaddr>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show dhcp_relay ipif Purpose display the DHCP Relay settings on the Switch Syntax show dhcp_relay ipif Description The show dhcp_relay ipif command displays the DHCP Relay status and list of servers defined as DHCP Relay servers on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show clock show system show version show system mode show ip interface show ipv6 interface show stack show running-config show interfaces configuration show interfaces status show interfaces port-channel show vlan show interfaces switchport...
Page 38
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual each unit. Syntax show environment Description The show environment command displays the side fan status as well as the temperature for each unit in the stack and the warning temperature of each unit, which means the maximum allowed operating temperature of the device.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual SWITCH PORT COMMANDS The Switch Port commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter [all | <portlist> | <ch1–32>] {speed [auto | 10_half | 10_full | 100_half | 100_full |...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions Only administrator or operate-level users can issue this command. Example usage: To configure the speed of ports 1-3 to be 10 Mbps, full duplex, learning and state enabled: DGS3100# config ports 1-3 speed 10_full learning enable state enable Success.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# config ports description Purpose To add a description to an interface or ranges of interface. Syntax config ports description <portlist> <string 1-64> Description The config ports description command adds a description to an interface or a range of interfaces.
Page 42
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual displayed. Restrictions None. Example usage: To display the description of port 1: DGS3100# show ports description 1:1 Port Description ------------- ----------------- For testing purposes only DGS3100#...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual NETWORK MANAGEMENT (SNMP) COMMANDS The Network Management commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter <username 24> <groupname 30> [encrypted [by_password auth [md5 create snmp user <auth_password 1-32>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual • <auth password 1-32> - A string of between 1 and 32 alphanumeric characters used to authorize the agent to receive packets for the host. • <auth_key 40 or 72> - A string of exactly 40 or 72 alphanumeric characters, in hex form, to define the key used to authorize the agent to receive packets for the host.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To display the SNMP users currently configured on the Switch: DGS3100# show snmp user Username Group Name SNMP Version Auth-Protocol --------------- --------------- ------------ ------------- Initial initial None Total Entries: 1...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual all − Specifies that all of the SNMP views on the Switch will be deleted. <oid> − The object ID that identifies an object tree (MIB tree) that is deleted from the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual create snmp community Purpose To create an SNMP community string to define the relationship between the SNMP manager and an SNMP agent. Syntax create snmp community <community_string 20> view <view_name 30> [read_only | read_write]...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual to delete. This string is used like a password to give remote SNMP managers access to MIB objects in the Switch’s SNMP agent. Restrictions Only administrator or operate-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Parameters default − defines the automatically created engineID based on the device mac. <snmp_engineID 10-64> − A string, of between 10 and 64 alphanumeric characters, to be used to identify the SNMP engine on the Switch.
Page 51
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual with. v1 – Specifies that SNMP version 1 is to be used. The Simple Network Management Protocol (SNMP), version 1, is a network management protocol that provides a means to monitor and control network devices.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# delete snmp group Purpose To remove an SNMP group from the Switch. Syntax delete snmp group <groupname 30> Description The delete snmp group command removes an SNMP group from the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Success. DGS3100# delete snmp host Purpose 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.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual disable snmp traps Purpose To disable SNMP trap support on the Switch. Syntax disable snmp traps Description The disable snmp traps command disables SNMP trap support on the Switch. Parameters Only Administrator or operator-level users can issue this command Restrictions Only Administrator or operator-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Success. DGS3100# show snmp traps Purpose To display SNMP trap support status on the Switch. Syntax show snmp traps Description The show snmp traps command displays the SNMP trap support status currently configured on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config snmp system_location Purpose To enter a description of the location of the Switch. Syntax config snmp system_location <sw_location 0-31> Description The config snmp system_location command enters a description of the location of the Switch. A maximum of 31 characters can be used.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DOWNLOAD/UPLOAD COMMANDS The Download/Upload commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter configuration <ipaddr> <path_filename 1-64> {startup | running} [firmware download <ipaddr>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual To display the current state of the auto update feature: DGS3100# show dhcp_auto Dhcp auto update status: Disable DGS3100# config firmware Purpose To specify the system image that the device will load at reboot or to specify a system image to delete.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual NETWORK MONITORING COMMANDS The Network Monitoring commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter show packet ports <portlist> show error ports <portlist>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual displayed. Restrictions None. Example usage: To display the packets analysis for port 7: DGS3100# show packet ports 7 Port number : 7 Frame Size Frame Counts Frames/sec Frame Type Total Total/sec ------------------ -------------------- ---------------- ----------------- -------...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show utilization Purpose To display real-time port utilization statistics. Syntax show utilization [ports | cpu] Description The show utilization command displays the real-time utilization statistics for ports in bits per second (bps) for the Switch, and for the CPU in percentage..
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual clear counters Purpose To clear the Switch’s statistics counters. Syntax clear counters Description The clear counters command clears the counters used by the Switch to compile statistics. Parameters None. Restrictions Only Administrator or operator-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Index Time Log Text -------- ------------------------------ ----------------------------------- 03-Jan-2000 17:48:21 %AAA-I-CONNECT: User CLI session for user admin over telnet , source 10.6.150.34 destination 10.6.41.37 ACCEPTED 03-Jan-2000 17:48:02 %AAA-I-DISCONNECT: User CLI session for user admin o ver telnet , source 10.6.150.34 destination 10.6.41.37 TERMINATED.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Description The disable syslog command disables the system log from being sent to a remote host. Parameters None. Restrictions Only Administrator or operator-level users can issue this command. Example usage: To disable the syslog function on the Switch: DGS3100# disable syslog Success.
Page 70
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Numerical Severity Code Emergency: system is unusable Alert: action must be taken immediately Critical: critical conditions Error: error conditions Warning: warning conditions Notice: normal but significant condition Informational: informational messages Debug: debug-level messages informational −...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual local use 4 (local4) local use 5 (local5) local use 6 (local6) local use 7 (local7) local0 − Specifies that local use 0 messages are to be sent to the remote host. This corresponds to number 16 from the list above.
Page 72
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual syslog messages are to be sent. severity − The message severity level indicator. These are described in the following table (Bold font indicates that the corresponding severity level is currently supported on the Switch):...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 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) local use 7 (local7) local0 −...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Parameters <index 1-4> − The syslog host index id. There are four available indices, numbered 1 to 4. all − Specifies that the command applies to all hosts. Restrictions Only Administrator or operator-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual clears the commulative power saving data. Restrictions Only Administrator or operator-level users can issue this command. Example usage: To clear the Green Ethernet commulative power saving data: DGS-3100# clear green-ethernet Cumulative_Energy_Saved success.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual SPANNING TREE COMMANDS The Spanning Tree commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter {maxage <value 6-40> | maxhops <value 1-20> | hellotime <value 1-10> | config stp forwarddelay <value 4-30>| fbpdu [enable | disable]} lbd [enable | disable] |...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual that the Switch has spanning tree configuration values consistent with other devices on the bridged LAN. If the value ages out and a BPDU has still not been received from the Root Bridge, the Switch starts sending its own BPDU to all other switches for permission to become the Root Bridge.
Page 78
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual specified by listing switch number and the beginning port number on that switch, separated by a colon. Then the highest port number of the range is specified. The beginning and end of the port list range are separated by a dash.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config stp version Purpose To globally set the version of STP on the Switch. Syntax config stp version [mstp | rstp | stp] Description The config stp version command sets the version of the spanning tree to be implemented on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions Only administrator or operator-level users can issue this command. Example usage: To disable STP on the Switch: DGS3100# disable stp Success. DGS3100# show stp Purpose To display the Switch’s current STP configuration.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Description The show stp mst_config_id command displays the Switch’s current MSTP configuration identification. Parameters None. Restrictions None. Example usage: To show the MSTP configuration identification currently set on the Switch: DGS3100# show stp mst_config_id...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual entered here is attached to BDPU packets as an identifier for the MSTP region to which it belongs. Switches having the same revision_level, name and identical vlans mapped for STP instance_ids are considered to be part of the same MSTP region.
Page 86
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual internalCost – The relative cost of forwarding packets to specified ports when an interface is selected within an STP instance. The default setting is auto. There are two options: • auto – Specifies setting the quickest route automatically and optimally for an interface.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual FORWARDING DATABASE COMMANDS The Forwarding Database commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter create fdb <vlan_name 32> <macaddr> port <port>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# create fdb default 00-00-00-00-01-02 port 2 Success. DGS3100# create multicast_fdb Purpose To create a static entry in the multicast MAC address forwarding table (database). Syntax create multicast_fdb <vlan_name 32> <macaddr> Description The create multicast_fdb command creates a static entry in the multicast MAC address forwarding table (database).
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To add multicast MAC forwarding: DGS3100# config multicast_fdb default 01-00-5E-00-00-00 add 1 Success. DGS3100# config fdb aging_time Purpose To set the aging time of the forwarding database. Syntax config fdb aging_time <value 10-630>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual To delete a permanent FDB entry: DGS3100# delete fdb default 00-00-00-00-01-02 Success. DGS3100# clear fdb Purpose To clear the Switch’s forwarding database of all dynamically learned MAC addresses. Syntax clear fdb all...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual BROADCAST STORM CONTROL COMMANDS The Broadcast Storm Control commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter {[<portlist> | all] state [enable | disable] | storm_type [broadcast | multicast config traffic control _broadcast | dlf_ multicast _broadcast ] threshold <int 3500-1000000>}...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show traffic control Purpose To display current traffic control settings. Syntax show traffic control {ports <portlist>} Description The show traffic control command displays the current storm traffic control configuration on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual QOS COMMANDS The QoS commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config scheduling <class_id 0-3> max_packet <value 0-15> show scheduling config [<portlist>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual hardware queues are emptied. The Switch’s default (if the config scheduling command is not used) is to empty the hardware queues in order – from the highest priority queue (hardware class 3) to the lowest priority queue (hardware class 0).
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To display the current scheduling configuration: DGS3100# show scheduling QOS Output Scheduling MAX. Packet --------------------------- Class-0 Class-1 Class-2 Class-3 DGS3100# config bandwidth_control Purpose To configure bandwidth control on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Syntax show bandwidth control [<portlist> | all] Description The show bandwidth_control command displays bandwidth control. Parameters portlis t– A port or range of ports to be configured. all – Specifies that the show bandwidth_control command applies to all ports on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 802.1p value Switch Priority Queue Switch Priority Queue(stack) ------------------ ----------------------------- ------------------------------------- Parameters <priority 0-7> − The 802.1p priority value (0 to 7) to map to one of the Switch’s four hardware priority classes of service.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Priority-5 -> <Class-2> Priority-6 -> <Class-2> Priority-7 -> <Class-3> DGS3100# config 802.1p default_priority Purpose To assign an 802.1p priority tag to an incoming untagged packet that has no 802.1p priority tag. Syntax config 802.1p default_priority [<portlist>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual More: <space>, Quit: q, One line: <return>l config scheduling_mechanism Purpose To configure the scheduling mechanism for the QoS function. Syntax config scheduling_mechanism <class_id 0-3> [strict | round_robin] Description The config scheduling_mechanism command configures the scheduling mechanism for the QoS function.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual processed. That is, the highest class of service should finish emptying before the others begin. round_robin – Specifies that the priority classes of service are to empty packets in a weighted roundrobin (WRR) order.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual all − Specifies that all ports are to be configured. disable − Disables rate limiting. <value 3500-1000000> The rate limit value. The value may be between 3500 and 1000000. Restrictions None. Example usage:...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 3500 3500 CTRL+C ESC q Quit SPACE n Next Page ENTER Next Entry a ALL config dscp user_priority Purpose To enable setting the DSCP User Priority Syntax config dscp user_priority [<priority 0-63> <class_id 0-3>]...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual PORT MIRRORING COMMANDS The Port Mirroring commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config mirror target <port> source <port> direction [ingress | egress | both] delete mirror target <port>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual delete mirror Purpose To remove a previously entered port mirroring configuration. Syntax delete mirror target <port> source <port> Description The delete mirror command removes a previously configured mirror port − source port pair on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual VLAN COMMANDS The VLAN commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter create vlan <vlan_name 32> {tag <vlanid 2-4094>} delete vlan <vlan_name 32>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To create a VLAN v1, tag 2: DGS3100# create vlan v1 tag 2 Success. DGS3100# delete vlan Purpose To delete a previously configured VLAN on the Switch. Syntax delete vlan <vlan_name 32>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual the VLAN. <ch1-32> − assigns ports to a port-channel. <vlan_name 32> − The name of the configured VLAN ID. Restrictions Only administrator or operator-level users can issue this command. Example usage: To add ports 4 through 8 at device #1as tagged ports to the VLAN v2: DGS3100# config vlan vlanid 2 add tagged 1:4-8 Success.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual enable gvrp Purpose To enable GVRP on the Switch. Syntax enable gvrp Description The enable gvrp command, along with the disable gvrp command below, is used to enable and disable GVRP on the Switch, without changing the GVRP configuration on the ports and the LAGs.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions None. Example usage: To display the Switch’s current VLAN settings: DGS3100# show vlan VLAN Name : default VLAN TYPE : static Member ports : 1-24 Static ports : 1-24 Untagged ports...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual enable vlan_trunk Purpose To enable VLAN trunking on the switch. Syntax enable vlan_trunk Description The enable vlan_trunk command, along with the disable vlan_trunk command below, is used to enable and disable VLAN trunking on the Switch, without changing the VLAN trunking configuration on the ports.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions Only administrator or operator-level users can issue this command. Example usage: To display the Switch’s current VLAN_trunk settings: DGS-3100# show vlan_trunk Vlan Trunking : Enabled Configured Ports : 1:(1-2) DGS-3100# config vlan_trunk ports Purpose To configure VLAN Trunking port settings on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Success. DGS-3100# disable asymmetric_vlan Purpose To disable Asymmetric VLAN on the switch. Syntax disable asymmetric_vlan Description The disable asymmetric_vlan command, along with the enable asymmetric_vlan command below, is used to disable and enable Asymmetric VLAN on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual LINK AGGREGATION COMMANDS The Link Aggregation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter create link_aggregation group_id <value 1-32> {type [lacp | static]} delete link_aggregation group_id <value 1-32>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Success. DGS3100# show link_aggregation Purpose To display the current link aggregation configuration on the Switch. Syntax show link_aggregation {group_id <value 1-32>} Description The show link_aggregation command displays the current link aggregation configuration of the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual BASIC IP COMMANDS The Basic IP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter [{ipaddress <network_address> | vlan <vlan_name 32> | state [enable | disable]} config ipif system | {dhcp | vlan <vlan_name 32>}]...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show ipif Purpose To display the configuration of an IP interface on the Switch. Syntax show ipif {system} Description The show ipif command displays the configuration of an IP interface on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual IGMP SNOOPING COMMANDS The IGMP Snooping commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter [<vlan_name 32> | all] {host_timeout <sec 60-16711450> | router_timeout <sec config igmp_snooping 1-16711450>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual seconds. leave_timer <sec 0-16711450> − Leave timer. The default is 10 seconds. state [enable | disable] − Enables or disables IGMP snooping for the specified VLAN. Restrictions Only administrator or operator-level users can issue this command...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual enabled router − regardless of protocol, etc. Parameters <vlan_name 32> − The name of the VLAN on which the router port resides. Up to 32 characters can be used. [add | delete] – Specifies whether to add or delete ports defined in the following parameter <portlist>, to the router port function.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual the Switch. Parameters None. Restrictions Only administrator or operator-level users can issue this command Example usage: To enable IGMP snooping on the Switch: DGS3100# enable igmp_snooping Success. DGS3100# disable igmp_snooping Purpose To disable IGMP snooping on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Multicast Filtering : Enabled Vlan Name : default Host Timeout : 260 Leaver Timer : 10 Route Timeout : 300 State : Disabled DGS3100# show igmp_snooping group Purpose To display the current IGMP snooping group configuration on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions None. Example usage: To view the IGMP snooping forwarding table for VLAN ‘Trinity’: DGS3100# show igmp_snooping forwarding vlan default VLAN Name : Trinity Multicast group : 224.0.0.2 MAC address : 01-00-5E-00-00-02...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual MLD SNOOPING COMMANDS The MLD Snooping commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter enable mld_snooping disable mld_snooping [<vlan_name 32> | all] {host_timeout <sec 60-16711450> | router_timeout <sec config mld_snooping 1–16711450>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual disable mld_snooping Purpose To disable MLD snooping on the Switch. Syntax disable mld snooping Description The disable mld snooping command disables MLD snooping on the Switch. Parameters None Restrictions Only administrator or operator-level users can issue this command...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual WORD<1-32> input vlan name DGS3100# config mld_snooping mrouter_port Purpose To enable mld mrouter ports. Syntax config mld_snooping mrouter_port <vlan_name 32> [add | delete] <portlist> Description The config mld_snooping mrouter_port command defines a port that is connected to a multicast router port.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual To define the MLD snooping mrouter forbidden: DGS3100# config mld_snooping mrouter_port_forbidden default add all Success. DGS3100# show mld snooping Purpose To display mld snooping settings on the Switch. Syntax show mld snooping {vlan <vlan_name 32>}...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# show mld_snooping forwarding Total Entries : 0 DGS3100# show mld_snooping groups Purpose To display mld snooping group settings on the Switch. Syntax show mld_snooping groups {vlan <vlan_name 32>} Description The show mld_snooping groups command displays the multicast groups that were learned by MLD snooping.
Page 134
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Dynamic router port : Forbidden router port : Total Entries: 1 DGS3100# Success. DGS3100#...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 802.1X COMMANDS The 802.1X commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter enable 802.1x disable 802.1x config 802.1x <feap> [enable | disable] show 802.1x...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual enable 802.1x Purpose To enable the 802.1x server on the Switch. Syntax enable 802.1x Description The enable 802.1x command enables the 802.1x Port-based Network Access control server application on the Switch. Parameters None.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# config 802.1x feap enable Success. DGS3100# Success. DGS3100# show 802.1x auth_state Purpose To display the current authentication state of the 802.1x server on the Switch. Syntax show 802.1x auth_state {ports <portlist>} Description The show 802.1x auth_state command displays the current 802.1x...
Page 138
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Switch. Syntax show 802.1x auth_configuration {ports <portlist>} Description The show 802.1x auth_configuration command displays the current configuration of the 802.1x Port-based Network Access Control server application on the Switch. The following details are displayed: 802.1x: Enabled/Disabled −...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual OpenCrlDir : both Port Control : forceAuthorized QuietPeriod : 60 TxPeriod : 30 SuppTimeout : 30 ServerTimeout : 30 MaxReq times ReAuthPeriod : 3600 sec ReAuthenticate : false CTRL+C ESC q Quit SPACE n Next Page Enter Next Entry a All config 802.1x auth_parameter ports...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual sending packets to a supplicant (user). reauth_period <sec 300-4294967295> – Configures the time interval between successive re-authentications. enable_reauth [enable | disable] – Determines whether or not the Switch will re-authenticate. Enabled causes re-authentication of users at the time interval specified in the Re-authentication Period field, above.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual none – Uses no authentication. Restrictions Only Administrator or operator-level users can issue this command. Example usage: To configure the RADIUS (AAA) authentication protocol on the Switch: DGS3100# config 802.1x auth_protocol radius Success.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual default – Uses the default udp port number in both the auth_port and acct_port settings. auth_port <udp_port_number 1-65535> – The UDP port number for authentication requests. The default is 1812. acct_port <udp_port_number 1-65535> – The UDP port number for accounting requests.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual auth_port <udp_port_number 1-65535> – The UDP port number for authentication requests. The default is 1812. acct_port <udp_port_number 1-65535> – The UDP port number for accounting requests. The default is 1813. Restrictions Only Administrator or operator-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config 802.1x guest_vlan ports Purpose Defines a port or range of ports to be members of the Guest VLAN. Syntax config 802.1x guest_vlan ports <portlist> state [enable | disable] Description The config 802.1x guest_vlan ports command defines a port or range of ports to be members of the 802.1x Guest VLAN.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual MAC AUTHENTICATION COMMANDS The MAC Authentication commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter enable mac_based_access_control disable mac_based_access_control config {ports [<portlist> | all] state [enable | disable] }...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual disable mac_based_access_control Purpose To globally disable MAC based access control. Syntax disable mac_based_access_control Description The disable mac_based_access_control command disables the functionality of MAC-based access control globally on the switch. This command disables 802.1x if it is enabled, as 802.1x functionality is used to activate MAC authentication.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual <state> − This parameter defines whether the port or range of ports will be enabled or disabled. Restrictions This command can only be entered if the global command ‘enable mac_based_access_control’ was previously entered.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual PORT SECURITY COMMANDS The Port Security commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter [<portlist> | all] {admin_state [enable | disable] | max_learning_addr <int 1-64> | config port_security lock_address_mode [Permanent | DeleteOnTimeout | DeleteOnReset] | trap <1-...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show port_security Purpose To display the current port security configuration. Syntax show port_security {<portlist>} Description The show port_security command displays port security information for the Switch’s ports. The information displayed includes port security, admin state, maximum number of learning address and lock mode and trap interval.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual TIME AND SNTP COMMANDS The Time and SNTP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config sntp {primary <ipaddr> | secondary <ipaddr> | poll-interval <int 60-86400>}...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# config sntp primary 10.1.1.1 secondary 10.1.1.2 poll-interval 60 Success. DGS3100# show sntp Purpose To display the SNTP information. Syntax show sntp Description The show sntp command displays SNTP settings information, including the source IP address, time source and poll interval.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual disable sntp Purpose To disable SNTP server support. Syntax disable sntp Description The disable sntp command disables SNTP support. Parameters None. Restrictions Only administrator or operator level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config time_zone Purpose To determine the time zone used in order to adjust the system clock. Syntax config time_zone {operator [+ hour <gmt_hour 0-13> minute <minute 0-59> | - hour <gmt_hour 0-12> minute <minute 0-59>]}...
Page 156
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual expressed numerically. • <hh:mm> - The time of day to begin DST in hours and minutes, expressed using a 24-hour clock. • <week 1-4,last> - The week of the month in which DST ends, where 1 is the first week, 2 is the second week and so on, and last is the last week of the month.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show time Purpose To display the current time settings and status. Syntax show time Description The show time command displays the system time and date configuration, as well as displays the current system time.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual ROUTING TABLE COMMANDS The Routing Table commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter create iproute [default] <ipaddr> {<metric 1-65535>}...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To delete the default IP route: DGS3100# delete iproute default Success. DGS3100# show iproute Purpose To display the Switch’s current IP routing table. Syntax show iproute Description The show iproute command displays the Switch’s current IP routing table.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual ARP COMMANDS The ARP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter create arpentry <ipaddr> <macaddr> config arpentry <ipaddr> <macaddr>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Syntax config arpentry <ipaddr> <macaddr> Description The config arpentry command configures a static entry in the ARP Table. The user may specify the IP address and the corresponding MAC address of an entry in the Switch’s ARP table Parameters <ipaddr>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show arpentry Purpose To display the ARP table. Syntax show arpentry {ipif system | ipaddress <ipaddr> | static } Description The show arpentry command displays the current contents of the Switch’s ARP table.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual clear arptable Purpose To remove all dynamic ARP table entries. Syntax clear arptable Description The clear arptable command is used to remove dynamic ARP table entries from the Switch’s ARP table. Static ARP table entries are not affected.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show arp_spoofing_prevention Purpose To display all ARP spoofing prevention table entries on the Switch. Syntax show arp_spoofing_prevention Description The show arp_spoofing_prevention command display current contents of the ARP spoofing prevention table in the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual BANNER COMMANDS The Banner commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config login_banner <text 0-159> show login_banner Each command is listed in detail, as follows:...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual COMMAND HISTORY LIST COMMANDS The Command History List commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter show command_history config <value 10-237>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config account config admin local_enable config arp_aging time config arpentry config authen application CTRL+C ESC q Quit SPACE n Next Page ENTER Next Entry a All show command_history Purpose To display the command history.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual SSH COMMANDS The SSH commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter enable ssh disable ssh config ssh authmode publickey [enable | disable]...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual disable ssh Purpose To disable SSH. Syntax disable ssh Description The disable ssh command disables SSH on the Switch. Parameters None. Restrictions Only administrator or operator-level users can issue this command. Example usage:...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To view the cuurent authentication mode set on the Switch: DGS3100# show ssh authmode The SSH User Authentication Support -------------------------------------------------------------------------- Publickey : Enabled DGS3100# config ssh server Purpose To configure the SSH server.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Authenticate failed attempts Listened Port Number : 22 DGS3100# show ssh algorithm Purpose To display the SSH algorithm setting. Syntax show ssh algorithm Description The show ssh algorithm command displays the current SSH algorithm setting status.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual <username 1-48> – The username of the remote SSH client. Parameters rsa – Indicates the RSA key pair is manually configured. dsa – Indicates the DSA key pair is manually configured. <sequences> – Specifies User’s public key that Identifiers the user upon login.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual delete ssh crypto Purpose To remove a specified user’s SSH public key from the device. Syntax delete ssh crypto <username 1-48> Description The delete ssh crypto command deletes the specified user’s SSH public key from the device.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual SSL COMMANDS The SSL commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter enable ssl disable ssl show ssl show ssl cachetimeout <number 1-2>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# disable ssl Purpose To disable the SSL function on the Switch. Syntax disable ssl Description The disable ssl command disables SSL on the Switch and can be used to disable all combinations of listed ciphersuites on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show ssl cachetimeout Purpose To show the SSL cache timeout. Syntax show ssl cachetimeout Description The show ssl cachetimeout command displays the SSL cache timeout currently implemented on the Switch. Parameters None.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual crypto certificate (import) Purpose To import a certificate signed by the Certification Authority for HTTPS. Syntax crypto certificate <number 1-2> import Description The crypto certificate (import) command imports an external certificate (signed by a Certification Authority) to the device. To end the session, add a period (.) on a separate line after the input.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Syntax config ssl certificate <number 1-2> Description The config ssl certificate command activates SSL certificate. Parameters number — Specifies the certificate number (Range: 1 - 2). Restrictions Only administrator or operator-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual ACCESS AUTHENTICATION CONTROL COMMANDS The Access Authentication Control commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter create authen_login <string 12>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual create authen_login method_list_name Purpose To create a user-defined list of authentication methods for users logging on to the Switch. Syntax create authen_login method_list_name <string 12> Description The create authen_login method_list_name command creates a list of authentication techniques for user login.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual radius - Specifies that the user is to be authenticated using the RADIUS protocol from the remote RADIUS server hosts of the RADIUS server group list. local - Specifies that the user is to be authenticated using the local user account database on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS3100# delete authen_login method_list_name Trinity Success. DGS3100# show authen_login Purpose To display a previously configured user defined method list of authentication methods for users logging on to the Switch. Syntax show authen_login {all | default | http_method_list | https_method_list | method_list_name <string 12>}...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual which is defined by the Administrator. A maximum of eight (8) enable method lists can be implemented on the Switch. Parameters <string 12> - Defines the authen_enable method_list_name to be created as a string of up to 12 alphanumeric characters.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual using the local user account database on the Switch. • none – Specifies that no authentication is required to access the Switch. method_list_name <string 12> – Specifies a previously created authen_enable method_list_name. The user may add one or more of the following authentication methods to this method list: •...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show authen_enable Purpose To display the list of authentication methods for promoting normal user level privileges to Administrator level privileges on the Switch. Syntax show authen_enable [all | default | method_list_name <string 12>]...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual delete authen server_host Purpose To delete a user-defined authentication server host. Syntax delete authen server_host <ipaddr> protocol [tacacs+ | radius] Description The delete authen server_host command deletes a user-defined authentication server host previously created on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To view authenticaion server hosts currently set on the Switch: DGS3100# show authen server_host IP Address Protocol Port Timeout Retransmit Key --------------- ------------ ------ ----------- --------------- ------------------ 10.53.13.94 TACACS ---------...
Page 193
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual of no more than 15 alphanumeric characters, and finally prompted to enter the new password again for confirmation. See the example below. Parameters None. Restrictions Only administrator-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual LACP COMMANDS The LACP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config lacp port_priority <portlist> [priority 1-65535] [timeout <90sec | 3sec>] show lacp {<portlist>}...
Page 195
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual status for all ports. Restrictions None Example usage: To display LACP port mode settings: DGS3100# show lacp Port Priority Timeout ------ ----------- ------------ 90 sec 90 sec 90 sec 90 sec 90 sec...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual LLDP COMMANDS The LLDP commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter enable lldp (global) disable lldp enable lldp forward_message...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions Only Administrator or operator–level users can issue this command. Example usage: To enable LLDP on the switch: DGS3100# enable lldp Success. DGS3100# disable lldp (global) Purpose To disable LLDP on the switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual disable lldp forward_message Purpose To disable forwarding of LLDP message on the switch. When LLDP is disabled. Syntax disable lldp forward_message Description The disable lldp forward message command disables lldp forward messaging on the switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions Only Administrator or operator-level users can issue this command. Example usage: To configure LLDP Message tx hold multiplier settings: DGS3100# config lldp message_tx_hold_multiplier 2 Success. config lldp reinit_delay Purpose To define the lldp reinint–delay on the switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show lldp Purpose To display the Link Layer Discovery Protocol (LLDP) on the switch. Syntax show lldp configuration port <portlist> Description The show lldp configuration displays the LLDP configuration on the switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DGS-3100# show lldp ports 2:9 Port ID : 2:9 -------------------------------------------------------------------- Admin Status : Tx_and_Rx Notification Status : Disabled Advertised TLVs Option Port Description : Enabled System Name : Enabled System Drscription : Enabled...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Restrictions Only Administrator or operator-level users can issue this command. Example usage: To show the information for remote ports: DGS3100# show lldp remote_ports DGS3100# config lldp ports Purpose To enable LLDP notification on a port or ports.
Page 203
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config lldp ports Purpose To define LLDP management address advertisement on a port or ports. Syntax config lldp ports [<portlist>|all] mgt_addr [enable | disable] Description The config lldp mgt_addr command defines if lldp will advertise the switch’s IP address the command is per port on the switch.
Page 204
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Purpose To define LLDP management basic TLVs advertisement on a port or ports. Syntax config lldp ports ports [<portlist>|all] dot3_tlvs mac_phy_configuration_status [enable | disable] Description The config lldp dot3 TLVs command defines if lldp will advertise the mac_phy_configuration_status the command is per port on the switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual STACKING COMMANDS The Stacking commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config box_id current_box_id <value 1-6> new_box_id [auto | 1 | 2 | 3 | 4 | 5 | 6]...
Page 206
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual To display information about units in the stack: DGS3100# show stack_information Master ID Backup ID : 2 Box ID User Set Boot version Firmware version H/W version --------- ------------ ------------------ ------------------------ ----------------- Auto 1.0.0.03...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual POE COMMANDS The PoE commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. These commands are available only on DGS-3100-24P and DGS-3100- 48P.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Success. DGS3100# config poe ports Purpose To configure the PoE port settings. Syntax config poe ports <portlist> { state [enable | disable] | priority [ low | high | critical ] | power_limit <value 1-15400>}...
Page 209
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Parameters None. Restrictions None. Example usage: To display the power settings for the Switch: DGS3100# show poe Port State Priority Power Limit --------- ----------- -------------- ----------------------- DGS3100#...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual ACCESS CONTROL LIST COMMANDS The Access Control List commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter profile_id <value 1-15> [ethernet {vlan | source_mac <macmask 000000000000- create access_profile ffffffffffff>...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 802.1p | ethernet_type}] Description The create access_profile command creates a profile for packets that may be accepted or denied by the Switch by examining the Ethernet part of the packet header. Specific values for rules...
Page 212
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config access_profile command for IP, as stated below. Parameters profile_id <value 1-15> – Specifies an index number between 1 and 15 that identifies the access profile being created with this command. ip - Specifies that the Switch examines the IP fields in each packet with special emphasis on one or more of the following: •...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual destination_ip_mask 10.0.0.0 dscp icmp type Success. DGS3100# config access_profile (for Ethernet) Purpose To configure the Ethernet access profile on the Switch and to define specific values for the rules that to be used to by the Switch to determine if a given packet should be forwarded or filtered.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 802.1Q Ethernet type value in the packet header. ports <portlist> - The access profile for Ethernet may be defined for each port on the Switch. permit – Specifies that packets that match the access profile are permitted to be forwarded by the Switch.
Page 215
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual 0-63> | rate_limit <value 64-1000000>} | deny] {time_range <range_name 32>} Description The config access_profile command defines the rules used by the Switch to either filter or forward packets based on the IP part of each packet header.
Page 216
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual name, to specify bits that should be “0” type – and the flag bit name. • udp – Specifies that the Switch examine the protocol field in each packet and it should match User Datagram Protocol (UDP).
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual config access_profile Purpose To delete a specific rule from the access profile on the Switch. Syntax config access_profile profile_id <value 1-15> delete access_id <value 1-240> Description The config access_profile command deletes a specific rule from the access profile on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual parameter is omitted, all access profile entries are displayed. Restrictions None. Example usage: To display all of the currently configured access profiles on the Switch: DGS3100# show access_profile Access Profile Table Access Profile ID: 1...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Example usage: To configure the time range on the Switch: DGS3100# DGS-3100# config time_range xxx hours start_time 10:00 end_time 11:00 weekdays wed sun Success. DGS3100# show time_range Purpose To display the currently configured access profiles on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual TRAFFIC SEGMENTATION COMMANDS The Traffic Segmentation commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config [<portlist> | <ch1-32> | all] forward_list [all | <portlist> | <ch1-32>]...
Page 221
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Parameters <portlist> – A port or a port channel for which the current traffic segmentation configuration on the Switch is to be displayed. Restrictions None. Example usage: To display the current traffic segmentation configuration on the Switch.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual TRACEROUTE COMMANDS The Traceroute commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter {ipv4-address | hostname} [size 40-1472] [ttl 1-255] [count 1-10] [timeout 1-60]...
Page 223
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Tos - Specifies the Type-Of-Service byte in the IP Header of the packet. (Range: 0-255) Restrictions Only Administrator or operator-level users can issue this command. Example usage: To discover the routes packets take when traveling to their destination: DGS3100# traceroute umaxp1.physics.lsa.umich.edu...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual SAFEGUARD COMMANDS The Safeguard commands in the Command Line Interface (CLI) are listed (along with the appropriate parameters) in the following table. Command Parameter config {state [enable | disable] | utilization {rising <value 20-100> | falling <value 20- safeguard_engine 100>}...
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual show safeguard_engine Purpose To show the safeguard engine status on the switch. Syntax show safeguard_engine Description To show the safeguard engine on the switch. Parameters None. Restrictions Only Administrator or operator-level users can issue this command.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual DEVICE SPECIFICATIONS This appendix contains the device specifications, and contains the following topics: • Technical Spec ifications • Cable Lengths Technical Specifications Performance Store-and-forward Transmission Method 512Kbytes per device RAM Buffer Full-wire speed for all connections.
DGS-3100 Series Gigabit Stackable Managed Switch CLI Manual Cable Lengths Use the following table to as a guide for the maximum cable lengths: Standard Media Type Maximum Distance DEM-310GT: SFP Transceiver for 1000BASE-LX, Single-mode fiber 10km Mini GBIC module DEM-311GT: SFP Transceiver for 1000BASE-SX, Multi-mode fiber module...
Need help?
Do you have a question about the DGS-3100 SERIES and is the answer not in the manual?
Questions and answers