The basics of Cisco Switch Management - Part 2

TipsMake.com - In part 1, we went over some of the basics of Cisco Switch administration such as login, how to display switch configuration, how to display ports . In this part 2, we will continue with the basics of Cisco Switch management.

How to save the switch configuration

In part 1, we discussed how to enable / disable ports and how to change speed and duplex settings. These are necessary functions. However, when done, you need to save your configuration. Cisco switches cannot automatically save changes. If you have made some changes, the switch is faulty or the power is out, the changes will be lost. So you need to save these changes when you're done. There are 2 ways to do this:

The basics of Cisco Switch Management - Part 2 Picture 1

The first way is to save with textbook: Switch # copy running-config startup-config . However, another shorter and still usable command is: Switch # wr . Both of these commands can save the configuration used on the RAM in the NVRAM file : startup-config . When this switch is turned off, the configuration in use will be lost. The startup-config archive will be read when the switch restarts and reconstructs the old configuration. However, I recommend that you save your configuration on the TFTP server in case the NVRAM can be completely lost. Once the TFTP server is working, you can save your configuration easily by: Switch # copy running-config tftp .

How to use Cisco Network Assistant

Cisco Network Assistant (CNA) is a free graphical tool available when you buy a new switch. It is used to manage Cisco network devices. This is a very useful tool that we cannot say all of its features in this article. However, I would like to introduce CNA to those who love to have a graphical interface for Cisco network devices. Normally, CNA gives you the following screen of Cisco device:

The basics of Cisco Switch Management - Part 2 Picture 2

Once you click Configure> Port Setting , you will see:

The basics of Cisco Switch Management - Part 2 Picture 3

From here, you can configure the status, duplex, speed for your switch ports. In fact, you can configure most switch features using CNA. Keep in mind that for all Cisco switches, you can configure it using the web. However, web configuration is more limited than configured with CNA. You can configure it via the web via your own browser or can be done via CNA. The following is a sample screen of the Cisco 3550 using the web.

The basics of Cisco Switch Management - Part 2 Picture 4

Launch switch ports faster

Switch ports can connect to many different devices, such as between switches and switches, with routers, computer ports . Each of these devices has different configurations. Sometimes, when a device is connected to the switch port, the switch will immediately check the settings to connect to this device. This takes time and will delay devices (for example, a computer) when transporting information and receiving data from the network. Most times connecting your computer to the switch, you want to be able to use the network as quickly as possible. The command to turn on all quick switch ports is: switchport mode access . This will configure the port to make your computer more accessible to the network.

The basics of Cisco Switch Management - Part 2 Picture 5

Basic VLAN commands

Currently, many companies have used virtual LAN (VLAN). As an administrator, you should know:

1. How to know which device on the VLAN

2. How to change VLANs.

As you know, if a device is placed on the VLAN with an error, it cannot connect to the server. To display which device is in VLAN, use the show vlan brief command.

The basics of Cisco Switch Management - Part 2 Picture 6

As you can see, this command displays the VLAN on the switch, which switch port has VLAN. Now, if you want to change interface port Fa0 / 21 from VLAN1 to VLAN131, you can do the following:

The basics of Cisco Switch Management - Part 2 Picture 7

Go to interface configuration mode to change VLANs, use switchport access vlan XXX. Using the command successfully, if you want to check the VLAN member again, simply reuse the show vlan brief command.

The basics of Cisco Switch Management - Part 2 Picture 8

You can see that Fa0 / 21 is now a member of VLAN131.

4.3 ★ | 10 Vote

May be interested

  • 4 places to help you learn skills and get Cisco certification4 places to help you learn skills and get Cisco certification
    options will include online courses, online teachers and instructional software.
  • Instructions for configuring Cisco routersInstructions for configuring Cisco routers
    in this article we will provide you with a reference and reference material on configuring cisco routers. the method of configuring the cisco router used in the lesson is through the ios command line interface.
  • 7 Cisco security tips7 Cisco security tips
    cisco has just released its first annual security report with the launch of cisco security center website (cisco.com/security). the report also makes predictions about security threats in 2008 along with advice from security experts.
  • 10 commands to master when working with Cisco IOS10 commands to master when working with Cisco IOS
    if you want to master the cisco ios, you need to learn some necessary commands. the following article will summarize 10 useful commands to handle various troubleshooting and configuration tasks.
  • List the default password of Cisco routers and switchesList the default password of Cisco routers and switches
    the default cisco password will give you access to the router's administration interface and make changes to your security settings or change your wifi password. most cisco routers and switches have a default password of admin or cisco and the default ip address is 192.168.1.1 or 192.168.1.254.
  • Cisco Router Configuration Guide 1800 series (Cisco 1801, 1802, 1803, 1811, 1812)Cisco Router Configuration Guide 1800 series (Cisco 1801, 1802, 1803, 1811, 1812)
    this article will show you how to configure cisco 1800 series routers (cisco 1801, 1802, 1803, 1811, 1812) details from global parameter settings, routing, interface protocols, and command line access.
  • Cisco CCNA command synthesisCisco CCNA command synthesis
    the article will try to synthesize ccna commands in both icnd parts 1 and 2 as well as the current ccna exam (640-802).
  • How to Configure a Cisco RouterHow to Configure a Cisco Router
    this wikihow teaches you how to set up a cisco small business router on your local network. to get started, you'll need to connect to the router with a console cable and enable a web-based administration tool called cisco configuration...
  • What is VLAN? How to configure a VLAN on Cisco Switch?What is VLAN?  How to configure a VLAN on Cisco Switch?
    have you ever asked yourself questions like virtual lan or vlan? when and why do you need a vlan?
  • 5 things you should know when configuring a Cisco IOS switch5 things you should know when configuring a Cisco IOS switch
    most switches that are commonly used in small businesses and at home are places that do not require configuration - they are 'plug and play' compliant. however, it is very important to keep in mind that sometimes 'plug and play' doesn't always work. ngo & agrav