Configure ENSER-8

From exigoWiki
Jump to navigation Jump to search
ENSER-8.
ENSER-8

This article explains the basics of configuring the ENSER-8 Switch (Cisco IE-3000-8TC).

Connect the Switch

To connect the switch, use the cable that came with the switch:

  • Connect the cable to the console port
IE-3000-8TC - Connection port


Use a terminal that supports serial, for example PuTTY

  • Baud rate default is 9600
  • Data bits default is 8
  • Stop bits default is 1
  • Parity settings default is none
PuTTY Settings


Initial Configuration Information

To set up the switch, you need to complete the setup program that runs automatically after the switch is powered on.

Setup Program

Step 1

Enter yes at these two prompts:
Would you like to enter the initial configuration dialog? [yes/no]: yes
Would you like to enter basic management setup? [yes/no]: yes

Step 2

Enter a hostname for the switch, and press Return:
Enter host name [Switch]: host_name

Step 3

Enter an enable secret password, and press Return:
Enter enable secret: secret_password

Step 4

Enter an enable password, and press Return:
Enter enable password: enable_password

Step 5

Enter a virtual terminal (Telnet) password, and press Return:
Enter virtual terminal password: terminal-password

Step 6

(Optional) Configure Simple Network Management Protocol (SNMP) by responding to the prompts.
To configure SNMP later, enter no:
Configure SNMP Network Management? [no]: no

Step 7

Enter the interface name (physical interface or VLAN name) of the interface that connects to the management network, and press Return.
For this release, always use vlan1 as that interface:
Enter interface name used to connect to the management network from the above interface summary: vlan1

Step 8

Configure the interface by entering the switch IP address and subnet mask and pressing Return.
The IP address and subnet masks shown below are examples:
Configuring interface vlan1:
Configure IP on this interface? [yes]: yes
IP address for this interface: 10.4.120.106
Subnet mask for this interface [255.0.0.0]: 255.0.0.0

Step 9

Enter no to configure it as a standalone switch:
Would you like to enable as a cluster command switch? [yes/no]: no

Step 10

To save the configuration and use it the next time the switch reboots, save it in NVRAM by selecting option 2:
Enter your selection [2]:2

After you complete the setup program, the switch will run the default configuration that you created. Ifyou want to change this configuration or to perform other management tasks, use one of these tools:

  • Command-Line interface (CLI)
  • Cisco Network Assistant (for one or more switches)

For detailed info on the Initial Configuration, see Cisco IE-3000-8TC Software Configuration Guide

Understanding Command Modes

The Cisco user interface is divided into many different modes.
The commands available depend on which mode you are currently in.
Entering a question mark (?) will give you a list of commands available for each mode.
The four most used modes are:

Mode: Access Method: Prompt: Exit Method: About This Mode:
User EXEC Begin a session with your switch. Switch> Enter logout or quit. Use this mode to:
Change terminal settings.
Perform basic tests.
Display system information.
Privileged EXEC While in user EXEC mode, enter the enable command. Switch# Enter disable to exit. Use this mode to verify commands that you have entered.
Use a password to protect access to this mode.
Global configuration While in privileged EXEC mode, enter the configure command. Switch(config)# To exit to privileged EXEC mode, enter exit or end, or press Ctrl-Z. Use this mode to configure parameters that apply to the entire switch.
Interface configuration While in global configuration mode, enter the interface command (with a specific interface). Switch(config-if)# To exit to global configuration mode, enter exit.
To return to privileged EXEC mode, press Ctrl-Z or enter end.
Use this mode to configure parameters for the Ethernet ports.

Useful Commands

In privileged EXEC mode:

Command: Description:
show running-config Displays the current operating configuration.
copy running-config startup-config Stores the config that is running on the switch, to the file stored in NVRAM, which the switch will use after a reboot.
show spanning-tree Shows which interfaces are configured with STP, and the state of the ports.
show interface "interface id" Shows the configuration of a specified interface.

In Global configuration mode:

Command: Description:
ip default-gateway "default-gateway" Set the default gateway.
hostname "name" Set a new username for the switch.
spannning-tree Configure spanning-tree settings. Used to control backup-links.
ip igmp Configure settings for igmp (internet group messaging protocol). Used to control multicast

In Interface configuration mode:

Command: Description:
switchport mode "mode" Configure the mode the switchport should be (access/trunk).
spanning-tree "type" Set STP-mode.
description "string" Configure spanning-tree settings. Used to control backup-links.
ip igmp Add a description of the interface. To make it easier when running "show running-config" to see the configuration of all interfaces at the same time

Additional Documentation

For more documentation, please visit the Zenitel web page: https://www.zenitel.com/product/enser-8

Cisco Industrial Ethernet 3000 Switches

Cisco IE-3000-8TC Software Configuration Guide