Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to realize remote Control of cisco switch

2025-04-11 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/02 Report--

Refer to the following command for details:

1 Local operation

(1) set the password for the privileged mode

Switch > enable// enters privileged mode

Switch#configure terminal / / enter configuration mode

Switch (config) # enable password 123456 / / set privileged mode password

(2) enable vlan1 and configure IP address

Switch (config) # interface vlan1 / / enter vlan1

Switch (config-if) # no shutdown / / enable vlan1

Switch (config-if) # ip address 192.168.1.100 255.225.255.0 / / configure valn1 with IP address

(3) set the password for vty (virtual line)

Switch (config) # line vty0 4 / / enter the vty0--4 interface

Switch (config-line) # password 456789 / / set password

2 remote control

Pc > telnet 192.168.1.100

Password 456789 (enter the password for vty)

Switch > en

Password 123456 (enter privileged mode password)

Switch#- completes the remote control, and the switch can be remotely controlled at the PC terminal.

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.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report