CTS HET-2106 SERIES User Manual

5 ports 10/100mbps rj-45 + 1 port 100mbps fiber optics uplink managed ethernet cpe switch
Table of Contents

Advertisement

HET-2106 SERIES
5 ports 10/100Mbps RJ-45 + 1 port 100Mbps fiber
optics uplink Managed Ethernet CPE Switch
Network Management
User's Manual
Version 0.97
1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the HET-2106 SERIES and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Summary of Contents for CTS HET-2106 SERIES

  • Page 1 HET-2106 SERIES 5 ports 10/100Mbps RJ-45 + 1 port 100Mbps fiber optics uplink Managed Ethernet CPE Switch Network Management User’s Manual Version 0.97...
  • Page 2: Fcc Warning

    Trademarks CTS is a registered trademark of Connection Technology Systems Inc. Contents subject to revise without prior notice. All other trademarks remain the property of their owners. Copyright Statement Copyright  Connection Technology Systems Inc. This publication may not be reproduced as a whole or in part, in any way whatsoever unless prior consent has been obtained from Connection Technology Systems Inc.
  • Page 3: Table Of Contents

    Table of Content 1. INTRODUCTION ....................... 6 1.1 Interfaces ........................6 1.2 Management Preparations ................... 7 1.3 LED Definitions......................8 2. Command Line Interface (CLI) ..................9 2.1 Remote Console Management-Telnet ................9 2.2 Navigating CLI ......................10 2.2.1 General Commands ..................... 10 2.2.2 Quick Keys......................
  • Page 4 3. WEB MANAGEMENT ..................... 37 3.1 System Information ....................39 3.2 User Authentication ....................40 3.3 Network Management ....................41 3.3.1 Network Configuration ..................41 3.3.2 Device Community ....................42 3.3.3 Trap Destination ....................44 3.3.4 Trap Configuration ....................44 3.4 Switch Management ....................
  • Page 5 3.5.5 IGMP Snooping ....................69 3.6 System Utility......................69 3.6.1 Update Firmware ....................70 3.6.2 Load Factory Settings ..................70 3.6.3 Load Factory Settings Except Network Configuration .......... 71 3.6.4 Backup Configuration ..................71 3.7 Save Configuration ..................... 72 3.8 Reset System ......................72 APPENDIX A: Set Up DHCP Auto-Provisioning ...............
  • Page 6: Introduction

    1. INTRODUCTION Thank you for using the 5-Port 10/100TX plus 1-Port 100FX Uplink & 6-Port 10/100Base-TX Fast Ethernet Smart Switch. The built-in management module allows users to configure this Smart Switch and monitor the operation status locally or remotely through network. The Smart Switch is fully compliant with IEEE 802.3 and 802.3u standards.
  • Page 7: Management Preparations

    1.2 Management Preparations The Smart Switch can be accessed through Telnet connection or a web browser, such as Internet Explorer or Netscape, etc. Before you can access to the Smart Switch to configure it, you need to connect cables properly. Connecting the Smart Switch It is extremely important that proper cables are used with correct pin arrangements when connecting Smart Switch to other devices such as switches, hubs, workstations, etc.
  • Page 8: Led Definitions

     The second part (XXX.XXX.8.100 in the example) identifies the device within the network. Assigning unique device numbers is your responsibility. If you are unsure of the IP addresses allocated to you, consult the allocation organization from which your IP addresses were obtained. Remember that no two devices on a network can have the same address.
  • Page 9: Command Line Interface (Cli)

    2. Command Line Interface (CLI) This chapter introduces you how to use Command Line Interface (CLI) via Telnet connection, specifically in:  Configuring the system  Resetting the system  Upgrading newly released firmware 2.1 Remote Console Management-Telnet You can use Command Line Interface to manage the Smart Switch via Telnet session. For first-time users, you must first assign a unique IP address to the Smart Switch before you can manage it remotely.
  • Page 10: Navigating Cli

    2.2 Navigating CLI When you successfully access the Smart Switch, you will be asked for a login username. Enter your authorized username and password, and then you will be directed to User mode. In CLI management, the User mode only provides users basic functions to operate the Smart Switch.
  • Page 11: Quick Keys

    2.2.2 Quick Keys In CLI, there are several quick keys that you can use to perform several functions. The following table summarizes the most frequently used quick keys in CLI. Keys Purpose Enter an unfinished command and press “Tab” key to complete the command.
  • Page 12 The following table lists common symbols and syntax that you will see very frequently in this User‟s Manual for your reference: Symbols Brief Description > Currently, the device is in User mode. Currently, the device is in Privileged mode. (config)# Currently, the device is in Global Configuration mode.
  • Page 13: User Mode

    2.3 User Mode In User mode, only a limited set of commands are provided. Please note that in Use mode, you have no authority to configure advanced settings. You need to enter Enable mode and Configuration mode to set up advanced functions of a switch feature. For a list of commands available in User mode, enter the question mark (?) or “help”...
  • Page 14: Firmware Command

    2. Restore the Smart Switch back to default settings. Command / Example Switch# copy-cfg from default 3. Restore the Smart Switch back to default settings but keep IP configurations. Command / Example Switch# copy-cfg from default keep-ip 4. Backup a configuration file to TFTP server. Command Parameter Description...
  • Page 15: Write Command

    2.4.4 Write command To save running configurations to startup configurations, enter the write command. All unsaved configurations will be lost when you restart the Smart Switch. Command / Example Switch# write 2.4.5 Configure command The only place where you can enter Global Configuration mode is in Privileged mode. You can type in “configure”...
  • Page 16: Entering Interface Numbers

    2.5.1 Entering Interface Numbers In the Global Configuration mode, you can configure a command that only apply to interfaces specified. For example, you can set up each interface‟s VLAN assignment, speeds, or duplex modes. To configure, you must first enter the interface number. There are four ways to enter your interface numbers to signify the combination of different interfaces that apply to a command or commands.
  • Page 17 1. Display system information Enter “show switch-info” command in Privileged or Configuration mode, then the following similar screen page will appear. Company Name: Display a company name for this Smart Switch. Use “switch-info company-name [company-name]” command to edit this field. System Object ID: Display the predefined System OID.
  • Page 18: Interface Command

    2. Display or verify currently-configured settings Refer to “Interface command”, “IP command”, “MAC command”, “QoS command”, “Security command”, “SNMP-Server command”, “User command”, “VLAN command” sections. 3. Display interface information or statistics Refer to “Show interface statistics command” and “Show sfp information command” sections. 2.5.4 Interface command Use this command to set up various port configurations of discontinuous or a range of ports.
  • Page 19: Ip Command

    up/down status. Interface command example Switch(config)# interface 1-3 Enter port 1 to port 3‟s interface mode. Switch(config-if)# auto-negotiation Set the selected interfaces‟ to auto- negotiation. Switch(config-if)# duplex full Set the selected interfaces‟ to full duplex mode. Switch(config-if)# flowcontrol Enable the selected interfaces‟ flow control function.
  • Page 20 Show the current IP configurations or verify Switch(config)# show ip address the configured IP settings. 3. Enable or disable IGMP snooping globally. IGMP, Internet Group Management Protocol, is a communications protocol used to manage the membership of Internet Protocol multicast groups. IGMP is used by IP hosts and adjacent multicast routers to establish multicast group memberships.
  • Page 21: Mac Command

    4. Enable IGMP snooping immediate-leave function. This works only when IGMP Snooping is enabled. When Immediate Leave is enabled, the Smart Switch immediately removes the port when it detects IGMPv1 & IGMPv2 leave message on that port. Command / Example Description Switch(config)# ip igmp snooping Enable IGMP immediate leave function.
  • Page 22: Qos Command

    2.5.7 QoS command 1. Specify the desired QoS mode. QoS command Parameter Description Switch(config)# qos [port- [port-based | Specify one QoS mode. based | 802.1p | dscp] 802.1p | dscp] port-based: Use “interface” and “qos default-class” command to assign a queue to the selected interfaces.
  • Page 23 3. Set up QoS queuing mode. Queuing-mode command Parameter Description Switch(config)# qos queuing- [weight] By default, “weight” queuing mode is used. mode [weight] If you want to use “strict” queuing mode, you need to disable “weight” queuing mode. Strict mode: This indicates that services to each egress queues are offered based on rates specified.
  • Page 24 Switch(config)# show qos Show or verify QoS configurations. 802.1p-map example Switch(config)# qos 802.1p- Map priority bit 6 and 7 to queue 4. map 6-7 3 Switch(config)# no qos Delete or remove 802.1p priority bit 6 and 7‟s mapping. 802.1p-map 6-7 5.
  • Page 25: Security Command

    Show command Switch(config)# show qos Show or verify QoS configurations. QoS & Interface example Switch(config)# interface 1-3 Enter several discontinuous port numbers separating by a comma or a range of ports with a hyphen. For example:1,3 or 2-4 Switch(config-if)# qos default-class 3 Set the selected ports‟...
  • Page 26: Snmp-Server Command

    2. Specify the broadcast, multicast, and unicast storm protection rates per second. Security command Parameter Description Switch(config)# security [1-8191] Enter the maximum rate per second. storm-protection rates [1- (x20 frames/sec) 8191] Any broadcast, multicast, and unicast packets exceeding the specified value will be dropped.
  • Page 27 settings and upgrade firmware. ro: Read Only access privilege. Allow to view only. No command Switch(config)#no snmp-server community Delete the community “mycomm”. mycomm Switch(config-snmp-server)#no active Disable this SNMP community account. In this example “mycomm” community is disabled. Switch(config-snmp-server)#no description Remove the entered SNMP community descriptions for “mycomm”.
  • Page 28 2. Set up a SNMP trap destination. Trap-dest command Parameter Description Switch(config)# snmp- Create a trap destination account. server trap-destination [1] Switch(config-snmp- Enable this SNMP trap destination account. server)# active Switch(config-snmp- [community] Enter the community name of network server)# community management system.
  • Page 29 3. Set up SNMP trap types that will be sent. Trap-type command Parameter Description Switch(config)# snmp- all |auth-fail | Specify the trap type that will be sent when server trap-type [all |auth- cold-start | a certain situation occurs. fail | cold-start | port-link | port-link | power-down | warm-start] power-down |...
  • Page 30: Switch-Info Command

    2.5.10 Switch-info command 1. Set up the Smart Switch‟s basic information including company name, hostname, system name, etc. Switch-info Command Parameter Description Switch(config)# switch-info [company- Enter a company name for this Smart company-name [company- name] Switch, up to 55 alphanumeric characters. name] Switch(config)# switch-info [system-...
  • Page 31: User Command

    2.5.11 User command 1. Create a new login account. User command Parameter Description Switch(config)# user name [user_name] Enter the new account‟s username. The [user_name] authorized user login name is up to 20 alphanumeric characters. Only 3 login accounts can be registered in this device. Switch(config-user)# [description] Enter the brief description for this user...
  • Page 32: Vlan Command

    2.5.12 VLAN command 1. Create a 802.1q VLAN and management VLAN rule. VLAN dot1q command Parameter Description Switch(config)# vlan dot1q-vlan Globally enable 802.1q VLAN. Switch(config)# vlan dot1q-vlan [1-4094] Enter a VID number to create a 802.1q VLAN. [1-4094] Switch(config)# vlan dot1q-vlan Enable VLAN isolation mode.
  • Page 33 port4vlan, port5vlan, port6vlan No command Switch(config)# no vlan dot1q- Disable 802.1q VLAN globally. vlan Switch(config)# no vlan dot1q- [1-4094] Delete the specified VID. vlan [1-4094] Switch(config-if)# no vlan Set the selected ports‟ PVID to the default dot1q-vlan access-vlan setting. Switch(config-if)# no vlan Remove VLAN dot1q mode.
  • Page 34 Port Behavior of Each Port Mode: VLAN Port Mode Port Behavior Access Receive untagged packets only. Drop tagged packets. Send untagged packets only. Trunk Receive tagged packets only. Drop untagged packets. Send tagged packets only. Trunk Native Receive both Untagged packets: PVID is added untagged and Tagged packets: Stay intact tagged...
  • Page 35 CLI Configurations: Steps Configurations Switch(config)# vlan dot1q-vlan Step 1. Enable Dot1q VLAN. Switch(config)# vlan dot1q-vlan 100 Step 2. Create a VID 100. Switch(config)# interface 1,6 Step 3. Assign Port 1 & Port 6 to Switch(config-if)# vlan dot1q-vlan VLAN 100. trunk-vlan 100 Switch(config-if)# exit Switch(config)#show vlan dot1q-vlan Step 4.
  • Page 36: Show Interface Statistics Command

    2.5.13 Show interface statistics command “show interface statistics” that can display port traffic statistics, port packet error statistics and port analysis history can be used either in Privileged mode # and Global Configuration mode (config)#. “show interface statistics” is useful for network administrators to diagnose and analyze port traffic real-time conditions.
  • Page 37: Web Management

    3. WEB MANAGEMENT The Smart Switch can be managed via a Web browser. However, you must first assign a unique IP address to the Smart Switch before doing so. Use a RJ45 LAN cable and one of the 10/100Base-TX RJ-45 ports of the Smart Switch (as the temporary RJ-45 Management console port) to login to the Switch and set up the IP address for the first time.
  • Page 38 1. System Information: Name the Smart Switch, specify the location and check the current version of information. 2. User Authentication: Create and view the registered user list. 3. Network Management: Set up or view the IP address and related information about the Smart Switch required for network management applications.
  • Page 39: System Information

    3.1 System Information Select System Information from the Main Menu and then the following screen shows up. Company Name: Enter a company name for this Smart Switch, up to 55 alphanumeric characters. System Object ID: View-only field that shows the predefined System OID. System Contact: Enter contact information for this Smart switch, up to 55 alphanumeric characters.
  • Page 40: User Authentication

    3.2 User Authentication To prevent any un-authorized operations, only registered users are allowed to operate the Smart Switch. Any users who want to operate the Smart Switch need to register into the user‟s list first. To view or change current registered users, select User Authentication from the Main Menu and then the following screen page shows up.
  • Page 41: Network Management

    Description: Enter a unique description for this user, up to 35 alphanumeric characters. This is mainly for reference only. 3.3 Network Management In order to enable network management of the Smart Switch, proper network configuration is required. To do this, click the folder Network Management from the Main Menu and then the following screen page appears.
  • Page 42: Device Community

    server is also available on the network, the Smart Switch will automatically get the IP address from the DHCP server. If "Manual" is selected, users need to specify the IP address, Subnet Mask and Gateway. NOTE: This Smart Switch supports auto-provisioning function that enables DHCP clients to automatically download the latest Firmware and configuration image from the server.
  • Page 43 Current/Total/Max Agents: View-only field. Current: This shows the number of currently registered communities. Total: This shows the number of total registered community users. Max Agents: This shows the number of maximum number available for registration. The default maximum number is 3. Account State: Enable or disable this Community Account.
  • Page 44: Trap Destination

    3.3.3 Trap Destination Click the option Trap Destination from the Network Management menu and then the following screen page appears. State: Enable or disable the function of sending traps to the specified destination. Please note that only power down trap will be sent. Destination: Enter the specific IP address of the network management system that will receive traps.
  • Page 45: Switch Management

    System Power Down Trap: Send a trap notice while the Managed Switch is power down. 3.4 Switch Management In order to manage the Smart switch and set up required switching functions, click the folder Switch Management from the Main Menu and then several options and folders will be displayed for your selection.
  • Page 46: Switch Configuration

    3.4.1 Switch Configuration Click the option Switch Configuration from the Switch Management menu and then the following screen page appears. MAC Address Aging Time: Select MAC Address aging time from the pull-down menu. Entries in the MAC address table containing source MAC addresses and their associated ports will be deleted if they are not accessed within aging time.
  • Page 47: Port Configuration

    3.4.2 Port Configuration Click the option Port Configuration from the Switch Management menu and then the following screen page appears. Port Number: Click the pull-down menu to select the port number for configuration. Port State: Enable or disable the current port state. Port Type: Select Auto-Negotiation or Manual mode as the port type.
  • Page 48: Storm Control

    3.4.3 Storm Control Click the option Storm Control from the Switch Management menu and then the following screen page appears. Per Unit: Specify the number of rates (One unit equals 20 packets per second). Broadcast: To enable or disable broadcast storm control. Broadcast storms may occur and degrade network performance even to a complete halt when a device on the network is malfunctioning, or if application programs are not well designed or properly configured.
  • Page 49: Rate Limiting

    3.4.4 Rate Limiting Click the folder Rate Limiting from the Main Menu and then the following screen page appears. 1. Configure Ingress Rate: Set up ingress rate. 2. Configure Egress Rate: Set up egress rate. 3.4.4.1 Configure Ingress Rate Click the option Configure Ingress Rate from the Rate Limiting menu and then the following screen page appears.
  • Page 50: Configure Egress Rate

    3.4.4.2 Configure Egress Rate Click the option Configure Egress Rate from the Rate Limiting menu and then the following screen page appears. Egress Mode: There are two egress modes available for your selection, these are Weight and Strict. Weight Mode: This mode enables users to assign different weights to 4 queues. Q1:Q2:Q3:Q4: Select one weighting option from the pull-down menu that is suitable for your networking environment.
  • Page 51: Qos Priority

    3.4.5 QoS Priority Network traffic is always unpredictable and the only basic assurance that can be offered is the best effort traffic delivery. To overcome this challenge, Quality of Service (QoS) is applied throughout the network. This ensures that network traffic is prioritized according to specified criteria and receives preferential treatments.
  • Page 52: Vlan Configuration

    3.4.6 VLAN Configuration A Virtual Local Area Network (VLAN) is a network topology configured according to a logical scheme rather than the physical layout. VLAN can be used to combine any collections of LAN segments into a group that appears as a single LAN. VLAN also logically segments the network into different broadcast domains.
  • Page 53: Port-Based Vlan

    3.4.6.1 Port-Based VLAN Port-based VLAN can effectively segment one network into several broadcast domains, Broadcast/Multicast and unknown packets will be limited to within the VLAN. Port-Based VLAN is uncomplicated and fairly rigid in implementation and is useful for network administrators who wish to quickly and easily set up VLAN so as to isolate the effect of broadcast packets on their network.
  • Page 54: Ieee 802.1Q Vlan Concepts

    3.4.6.2 IEEE 802.1Q VLAN Concepts Introduction to 802.1Q frame format: Preamble Type/LEN PAYLOAD Original frame 802.1q Preamble Type/LEN PAYLOAD FCS TCI/P/C/VID frame PRE Preamble 62 bits Used to synchronize traffic SFD Start Frame Delimiter 2 bits Marks the beginning of the header Destination Address 6 bytes The MAC address of the destination...
  • Page 55: Configure Vlan

    3.4.6.3.1 Configure VLAN Click the option Configure VLAN from the IEEE 802.1q Tag VLAN menu and then the following screen page appears. Click New to add a new VLAN entity and then the following screen page appears. Click Edit to view and edit current IEEE 802.1Q Tag VLAN setting. Click Delete to remove a VLAN entity.
  • Page 56: Configure Default Port Vlan Id

    Step 2. Uncheck CPU membership in Default VLAN ID 1. Step 3. Check CPU membership in VLAN ID 3. VLAN Members: Tick the checkboxes to determine which ports belong to this VLAN. 3.4.6.3.2 Configure Default Port VLAN ID The following screen page appears if you choose IEEE 802.1q Tag VLAN and then select Configure Default Port VLAN ID.
  • Page 57: Configure Q In Q Vlan

    Default Port VLAN ID: Specify the default port VLAN ID for each port. Port VLAN Member: To set up egress traffic as untagged or tagged. Mode Port Behavior Access Receive untagged packets only. Drop tagged packets. Send untagged packets only. Trunk Receive tagged packets only.
  • Page 58 Step 1. Create a VID 100 and select Port 1 & Port 6 as member ports Click “New” to create a new VID 1. Key in (VLAN ID) 100 2. Select members (Port 1 & Port 6) in this VLAN 3.
  • Page 59 Step 2. Enable 802.1q VLAN Mode Select “Enabled” from the pull-down menu. Step 3. Change Port 1’s Port VLAN ID to 100 Change Port 1‟s Port VLAN ID to 100. Step 4. Assign Port VLAN Mode to Port 1 & Port 6 Set Port 1‟s mode to “dot1q tunnel”...
  • Page 60: Switch Monitor

    3.5 Switch Monitor Switch Monitor allows users to monitor the real-time operation status of the Smart Switch. Users may monitor the port link-up status or traffic counters for maintenance or diagnostic purposes. Select the folder Switch Monitor from the Main Menu and then the following screen page appears.
  • Page 61: Port Counters Rates

    Port Number: The number of the port. Media Type: The media type of the port, either Copper (TX) or Fiber (FX). Port Sate: This shows each port‟s state which can be D (Disabled) or F (Forwarding). Disabled: A port in this state can not receive and forward packets. Forwarding: Packets can be forwarded.
  • Page 62: Port Traffic Statistics (Rates)

    3.5.2.1 Port Traffic Statistics (Rates) The following screen page appears if you choose Port Counters Rates and then select Port Traffic Statistics (Rates). Bytes Received: The total bytes received from each port. Frames Received: The total frames received from each port. Received Utilization: The ratio of each port receiving traffic and current port‟s total bandwidth.
  • Page 63 RX CRC Errors: The number of packets received by a port that are between 64 and 1522 bytes long in length (excluding framing bits but including FCS) and have a bad FCS with an integral number of bytes. RX Alignment Errors: The number of packets received by a port that have are between 64 and 1522 bytes in length (excluding framing bits but including FCS) and have a bad FCS with a non-integral number of bytes.
  • Page 64: Port Packet Analysis Statistics (Rates)

    3.5.2.3 Port Packet Analysis Statistics (Rates) Port Packet Analysis Statistics Mode Counters allow users to view the port analysis history of the Smart Switch. Event mode counters are calculated since the last time that counter was reset or cleared. Select Port Packet Analysis Statistics from the Switch Monitor menu and then the following screen page appears.
  • Page 65: Port Counters Events

    3.5.3 Port Counters Events The event mode of port counters will be re-calculated when that counter is reset or cleared. Click Port counters Events folder and then three options appear. 1. Port Traffic Statistics (Events): View the number of bytes received, frames received, bytes sent, frames sent, and total bytes and clear each row‟s statistics.
  • Page 66: Port Packet Error Statistics (Events)

    Total Bytes: Total bytes of receiving and send from current port. Clear All: Click “Click All” button to clear all ports‟ statistics. 3.5.3.2 Port Packet Error Statistics (Events) The following screen page appears if you choose Port Counters Rates and then select Port Packet Error Statistics (Events).
  • Page 67: Port Packet Analysis Statistics (Events)

    Clear All: Click “Click All” button to clear all ports‟ statistics. 3.5.3.3 Port Packet Analysis Statistics (Events) The following screen page appears if you choose Port Counters Rates and then select Port Packet Analysis Statistics (Events). RX Frames 64 Bytes: 64 bytes frames received. RX Frames 65-127 Bytes: 65-127 bytes frames received.
  • Page 68: Sfp Port State

    3.5.4 SFP Port State SFP Port State displays the information about slide-in SFP transceiver e.g. Temperature, Voltage, TX Bias, etc. Select SFP Port State and then the following screen page appears. Port Number: The port number of the slide-in SFP module. Temperature (C): The Slide-in SFP module operation temperature.
  • Page 69: Igmp Snooping

    3.5.5 IGMP Snooping Click the option IGMP Snooping from the Switch Monitor menu and then the following screen page appears. 3.6 System Utility Select the folder System Utility from the main menu and then the following screen page appears. 1. Update Firmware: This allows users to update the latest firmware. 2.
  • Page 70: Update Firmware

    3.6.1 Update Firmware Click the option Update Firmware from the System Utility menu and then the following screen page appears. Click the “Browse” button to select the Firmware that you would like to update. 3.6.2 Load Factory Settings Load Factory Settings will set all configurations of the Smart Switch back to the factory default settings, including the IP and Gateway address.
  • Page 71: Load Factory Settings Except Network Configuration

    3.6.3 Load Factory Settings Except Network Configuration Load Factory Settings Except Network Configuration will set all configurations of the Smart Switch back to the factory default settings. However, IP and Gateway addresses will not restore to the factory default. Load Factory Settings Except Network Configuration is very useful when network administrators need to re-configure the system “REMOTELY”...
  • Page 72: Save Configuration

    File Location: Specify a file name for the configuration that you would like to backup or a file name that you would like to restore to the Smart Switch. Click the “Backup” button to save a copy of configuration file via TFTP. Click the “Update”...
  • Page 73: Appendix A: Set Up Dhcp Auto-Provisioning

    APPENDIX A: Set Up DHCP Auto-Provisioning Networking devices, such as switches or gateways, with DHCP Auto-provisioning function allow you to automatically upgrade firmware and configuration at startup process. Before setting up DHCP Server for auto-upgrade of firmware and configuration, please make sure the Managed Switch that you purchased can support DHCP Auto-provisioning.
  • Page 74 Step 2. Set up Auto Provision Server  Update DHCP Client Linux Fedora 12 supports “yum” function by default. First of all, update DHCP client function by issuing “yum install dhclient” command.  Install DHCP Server Issue “yum install dhcp” command to install DHCP server.
  • Page 75  Copy dhcpd.conf to /etc/dhcp/ directory Copy dhcpd.conf file provided by the vendor to /etc/dhcp/ directory. Please note that each vendor has their own way to define auto provisioning. Make sure to use the file provided by the vendor.  Enable and run DHCP service 1.
  • Page 76 Step 3. Modify dhcpd.conf file  Open dhcpd.conf file in /etc/dhcp/ directory Double-click dhcpd.conf placed in /etc/dhcp/ directory to open it.
  • Page 77  Modify dhcpd.conf file The following marked areas in dhcpd.conf file can be modified with values that work with your networking environment. 1. Define DHCP default and maximum lease time in seconds. Default lease time: If a client does not request a specific IP lease time, the server will assign a default lease time value.
  • Page 78 5. This value is configurable and can be defined by users. 6. Specify the protocol used (Protocol 1: FTP; Protocol 0: TFTP). 7. Specify the FTP or TFTP IP address. 8. Login TFTP server anonymously (TFTP does not require a login name and password). 9.
  • Page 79  Restart DHCP service...
  • Page 80 Every time when you modify dhcpd.conf file, DHCP service must be restarted. Issue “killall dhcpd” command to disable DHCP service and then issue “dhcpd” command to enable DHCP service. Step 4. Backup a Configuration File Before preparing a configuration file in TFTP/FTP Server, make sure the device generating the configuration file is set to “Get IP address from DHCP”...
  • Page 81 B. Auto-Provisioning Process This switching device is setting-free (through auto-upgrade and configuration) and its upgrade procedures are as follows: 1. The ISC DHCP server will recognize the device whenever it sends an IP address request to it. And ISC DHCP server will tell the device how to get a new firmware or configuration. 2.
  • Page 82 This page is intentionally left blank. Revision History Manual Version Modification Firmware Version Date 0.97 Change MN to ECN 1.03.00 2011/05 1.Change “fast leave” to “immediate 1.03.00 2011/04 leave” 0.96 1.Revise CLI “show sfp information” 1.02.00 2011/03 description. 2. Add “show sfp state” descriptions in CLI &...

Table of Contents