自学内容网 自学内容网

思科交换机首次配置

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就是都可以。


原文地址:https://blog.csdn.net/lyp131422/article/details/144717629

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!