In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces how to configure the switch management address, the article is very detailed, has a certain reference value, interested friends must read it!
First, use the console line to connect the PC and cisco switches.
In SecureCRT:
Switch > en
Switch#configure t
Enter configuration commands, one per line. End with CNTL/Z.
Switch (config) # interface vlan 1
Switch (config-if) # ip address 192.168.1.2 255.255.255.0
The command Switch (config-if) # no shutdown / / must not be forgotten, because interface vlan 1 is off by default, and if it is not turned on, PC and switch ping cannot be connected, let alone telnet
Switch (config-if) # exit
Switch (config) # line vty 0 4 / / this command allows users to log in remotely, that is, users do not need to plug in console lines. As long as the device is connected to the network and configured with an interface IP address, you can log in to the device remotely using telnet or ssh. CISCO devices generally support 16 parallel remote virtual ports. According to the number, 0-15 line vty 04 means to allow 5 virtual terminals to log in and configure at the same time.
Switch (config-line) # password 123 / / set the password of the remote configuration switch, which I set to "123" here
Switch (config-line) # exit
Switch (config) # enable password 1234 / / the privileged (#) mode password is set here because if the # mode password is not set, the
Telnet 192.168.1.2 cannot enter # mode.
Connect the PC and cisco switches with a network cable.
First of all, configure the IP of your PC, open cmd, and see if you can ping 192.168.1.2. If you can show that the network is good, use a jumper to connect PC and 2960 directly in an intranet.
Next, telnet 192.168.1.2 (you need to open "telnet" in "Services"), enter the password of the remote configuration switch (I set "123" in this lab, see the configuration command) and enter the switch user mode ("switch >"). Then type "en" and enter, enter the # mode password (I set "1234" in this experiment, see the configuration command) to enter # mode.
The above is all the contents of the article "how to configure the switch management address". Thank you for reading! Hope to share the content to help you, more related knowledge, welcome to follow the industry information channel!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.