The basics of Cisco Switch Management - Part 1
TipsMake.com - Sometimes, you will have to configure a switch port or find the MAC address on each port. Maybe, this is not what you do on a daily basis and need a basic course on Cisco's Switch administration position. So, try to explore the basic steps of this position.
Log in
Before you can administer the Switch, you need to know some basic information:
• What switch IP address? What is DNS?
• Can you login and password?
• Ethernet port of switch
One way to configure the switch is to configure it on the web interface. Basic configuration is not difficult and you do not need much help. In the command-line interface CLI (command-line interface) you can perform any type of configuration. Therefore, I recommend that you use the IOS command line interface. In this article we will take the basic steps of managing switches with the Cisco IOS command-line interface.
Show switch configuration
Just like on a router, the IOS command is used to display the switch configuration with all Ethernet ports. To know the configuration of the switch, just type show running-config as follows:
Show port status
Almost every time you switch to the switch, you must troubleshoot the switch port or change the switch port configuration. The quickest way to display the status of each switch port is to show show interfaces status :
This command is displayed: if the port is connected to the device, the VLAN is IN, displayed with the speed and model of the port. This is the fastest and best way to know the status of each switch port.
Change the speed and duplex of the interface
Interface Fa0 / 21 with the speed set to auto. However, this speed needs to be set to 10Mb / sec. To change the speed of the ports, go to interface configuration mode and use the speed command :
On this switch, the speed of 10/100 Ethernet ports is set to auto, 10 and 100. On the Gigabit Ethernet port you can only adjust the switch with the port speed being able or not able to detect the speed yourself. Once the speed is configured to 10Mb, you can check the interface Fa0 / 21 again like:
As you can see, the speed has been set to 10. To change the speed of both directions of the port, you perform the same step, but use the duplex command. Duplex can be set to auto , full or half .
Turn off and turn on interfaces
To enable or disable interfaces, you use the no shutdown / shutdown command in interface configuration mode. Here is an example:
Note that when the port is shut down, the communication message appears telling you that the management status has been changed to down , the line protocol is also converted to down . When the port is turned on, the line protocol will switch to up .
Now you can display the interface status to see its status.
You should read it
- List the default password of Cisco routers and switches
- How to use PuTTY on Cisco routers and switches
- 5 best Cisco network device monitoring tools
- The basics of Cisco Switch Management - Part 2
- 4 places to help you learn skills and get Cisco certification
- Changes in the CCNP exam
- Set up Wi-Fi network only 3 steps
- What is network administrator doing? Need to learn what?
May be interested
- 6 problems with routers and solutions to overcomein this article, i will show you 6 common problems with routers, which are really frustrations that many users have encountered.
- The basics of Cisco Switch Management - Part 2in part 1, we went over some of the basics of cisco switch management. in this part 2, we will continue with the basics of cisco switch management.
- Share your Internet connection through the ad hoc network in Windows 7in the following article, tipsmake.com will guide you how to share internet connection between a wireless computer and an ad hoc computer.
- Create a private VPN Server with DD-WRTyou can set up your own vpn server at home or small office. use it to securely connect to your network when you are outside.
- Share Windows in Mac OS Xin the following article, tipsmake.com will introduce to you how to share data on 2 systems in a simple way, and combine them in login
- Troubleshoot Mac network problemsin order to fix network connectivity issues in the mac, please refer to the troubleshooting tips we introduced in this article.