首页 > 其他 > 详细

交换机初始化(setup,以及命令形式)

时间:2018-06-07 17:30:59      阅读:165      评论:0      收藏:0      [点我收藏+]

  交换机的初始化配置方式分为两种,一种是steup的交互式配置模式,一种是逐条命令的配置模式

这里将首先演示setup的方式配置

 进入特权模式

  Switch> enable     

   输入setup  

  Switch#setup

 确认配置

 Continue with configuration dialog? [yes/no]: yes

  输入主机名sd

   Enter host name [Switch]: sd

  输入加密密码

  Enter enable secret: 123

   输入明文密码

   Enter enable password: 456

   输入远程链接密码

   Enter virtual terminal password: 789

  不启动snmp

  Configure SNMP Network Management? [no]:no

  进入接口vlan1

  management network from the above interface summary: vlan1

   是否配置vlan1

  Configuring interface Vlan1:
  Configure IP on this interface? [yes]:yes

  配置vlan1的ip并确认

  

  IP address for this interface: 192.168.0.1  配置IP
  Subnet mask for this interface [255.255.255.0] :     确认子网掩码
  Would you like to enable as a cluster command switch? [yes/no]:yes    确认

  确认配置保存

  

  [0] Go to the IOS command prompt without saving this config.
  [1] Return back to the setup without saving this config.
  [2] Save this configuration to nvram and exit.

  Enter your selection [2]: 2

 

交换机初始化(setup,以及命令形式)

原文:https://www.cnblogs.com/LilacStrawberry/p/9151713.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!