User Manual
Table Of Contents
- Table of Contents
- About This Guide
- 1 Product Introduction
- 2 Hardware Installation
- 3 Getting Started
- 4 SmartConsole Utility
- 5 Configuration
- Smart Wizard Configuration
- Web-based Management
- Tool Bar > Save Menu
- Tool Bar > Tool Menu
- Tool Bar > Smart Wizard
- Tool Bar > Online Help
- Function Tree
- Device Information
- System > System Settings
- System > DHCP Auto Configuration
- System > Trap Settings (For SmartConsole)
- System > Port Settings
- System > SNMP Settings > SNMP Global State
- System > SNMP Settings > User/Group Table
- System > SNMP Settings > SNMP Group Access Table
- System > SNMP Settings > SNMP View Table
- System > SNMP Settings > Community Table
- System > SNMP Settings > Host Table
- System > SNMP Settings > SNMP Engine ID
- System > SNMP Settings > SNMP Trap Settings
- System > Password Access Control
- System > System Log Settings
- Configuration > Jumbo Frame
- Configuration > 802.1Q VLAN
- Configuration > 802.1Q Management VLAN
- Configuration > Auto Surveillance VLAN > Auto Surveillance VLAN Settings
- Configuration > Voice VLAN > Voice VLAN Settings
- Configuration > Voice VLAN > Voice VLAN OUI Settings
- Configuration > Link Aggregation > Port Trunking
- Configuration > Link Aggregation > LACP Port Settings
- Configuration > IGMP Snooping > IGMP Snooping Configuration
- Configuration > Multicast Filtering Mode
- Configuration > Port Mirroring
- Configuration > Power Saving
- Configuration > Loopback Detection
- Configuration > SNTP Settings > Time Settings
- Configuration > SNTP Settings > TimeZone Settings
- Configuration > Spanning Tree > STP Global Settings
- Configuration > Spanning Tree > STP Port Settings
- QoS > Storm Control
- QoS > Bandwidth Control
- QoS > 802.1p/DSCP Priority Settings
- Security > Trusted Host
- Security > Safeguard Engine
- Security > ARP Spoofing Prevention
- Security > Port Security
- Security > SSL Settings
- Security > 802.1X > 802.1X Settings
- Security > MAC Address Table > Static MAC
- Security > MAC Address Table > Dynamic Forwarding Table
- Security > DHCP Server Screening > DHCP Server Screening Port Setting
- Monitoring > Statistics
- Monitoring > Cable Diagnostics
- Monitoring > System Log
- ACL > ACL Configuration Wizard
- ACL > ACL Profile List
- ACL > ACL Finder
- PoE > PoE Port Settings (DGS-1210-10P only)
- PoE > PoE System Settings (DGS-1210-10P only)
- Time-Based PoE > Time Range Settings (DGS-1210-10P only)
- LLDP > LLDP Global Settings (DGS-1210-10P only)
- LLDP > LLDP Remote Port Information (DGS-1210-10P only)
- LLDP > LLDP MED Settings (DGS-1210-10P only)
- 6 Command Line Interface
- Appendix A - Ethernet Technology
- Appendix B - Technical Specifications
- Appendix C – Rack mount Instructions
- _
6 Command Line Interface D-Link Web Smart Switch User Manual
6
6
9
9
firmware_fromTFTP
Download and install new firmware on the Switch from a TFTP server.
cfg_fromTFTP
Download a switch configuration file from a TFTP server.
tftp://ip-address/
The IP address of the TFTP server.
filename
The filename of the firmware or switch configuration file on the TFTP
server. You need to specify the DOS path if the file is not at the root
directory of the TFTP server.
Note: Switch will reboot after restore and
all current configurations will be lost
Upload
The upload command is used to upload the firmware file or a Switch configuration file to a TFTP
server.
Syntax
upload { firmware_toTFTP tftp://ip-address/filename | cfg_toTFTP
tftp://ip-address/filename }
Parameters
Parameter Description
firmware_toTFTP
Upload the firmware on the Switch from a TFTP server.
cfg_toTFTP
Specifies that the Switch’s current settings will be uploaded to the TFTP
server.
tftp://ip-address/
The IP address of the TFTP server.
filename
The filename of the firmware or switch configuration file on the TFTP
server. You need to specify the DOS path if the file is not at the root
directory of the TFTP server.
Config ipif System
The config ipif System command sets the IP address of the switch.
Syntax
config ipif System { ipaddress <ip-address> <subnet-mask> gateway <gw-
address> | dhcp }
Parameter
Parameter Description
ipaddress <ip-
address> <subnet-
mask>
The IP address and subnet mask to be created. Users need to specify
the address and mask information using the traditional format (for
example,10.1.2.3/255.0.0.0).
gateway <gw-
address>
The IP address of the router or gateway.
dhcp
Allows the selection of the DHCP protocol for the assignment of an IP
address to the Switch’s System IP interface.
Logout
This command closes the current connection.
Syntax