]CISCO交换机的命令大全

   
源码类别: 方案大全 / 其它资料
源码评价:
运行环境: Windows/IIS
源码大小: -
更新日期: 2007-6-7
相关链接: 作者主页 演示地址
加入收藏: 收藏此源码
下载统计:

下 载:
简 介: 1.在基于IOS的交换机上设置主机名/系统名:
switch(config)# hostname hostname
   在基于CLI的交换机上设置主机名/系统名:
switch(enable) set system name name-string

2.在基于IOS的交换机上设置登录口令:
switch(config)# enable password level 1  password
   在基于CLI的交换机上设置登录口令:
switch(enable) set password
switch(enable) set enalbepass

3.在基于IOS的交换机上设置远程访问:
switch(config)# interface vlan 1
               switch(config-if)# ip address ip-address netmask
 switch(config-if)# ip default-gateway ip-address

......

其它相关源码

暂无相关源码