当前位置:网站首页 > 网络设备调试 正文 网络设备调试

思科交换机首次配置

南京泽同信息 2025-11-21 23:34:00 网络设备调试 44 ℃ 0 评论

1、使用console线连交换机管理口

2、新设备登录时提示是否按照对话配置,这时候选  no,如下:
Would you like to enter the initial configuration dialog? [yes/no]:

no

3、现在新设备进入配置前要求必须配置一个enable密码,大小写加数字特殊字符,最少10位的。如下:

  The enable secret is a password used to protect
  access to privileged EXEC and configuration modes.
  This password, after entered, becomes encrypted in
  the configuration.
  -------------------------------------------------
  secret should be of minimum 10 characters and maximum 32 characters with
  at least 1 upper case, 1 lower case, 1 digit and
  should not contain [cisco]
  -------------------------------------------------
  Enter enable secret:


4、配置接口IP,先看一下现场连接的端口号,配置如下:
config ter
interface gigabitEthernet 0/0/1
ip add 192.168.1.129 255.255.255.0

5、配置默认路由
ip route 0.0.0.0 0.0.0.0 192.168.1.1  (根据实际配置)

6、配置远程登录
line  vty  0 4
login
password cisco//配置密码
transport input all //配置登录协议,可以根据实际选telnet、ssh ,all就是都可以。

你可能想看:

版权说明:如非注明,本站文章均为 ZBLOG 原创,转载请注明出处和附带本文链接

请在这里放置你的在线分享代码
Copyright Your WebSite.Some Rights Reserved.
微信咨询&联系客服
QQ:2586422870
在线时间
9:00 ~ 23:00