网站首页  注册会员  本站免费电影 留言板  繁體中文

 

您现在的位置: 陈鹏个人网站 >> 电脑应用 >> 网络应用 >> 组网维护 >> 正文
 

   
专 题 栏 目
相 关 文 章

路由器端QQ封堵方案
用路由器来封堵QQ游戏的
交换链接需要特别注意的
让邻居无网可蹭 无线路由
使用Cisco路由器实现网页
TP-LINK无线路由器的密码
无线路由配置WPS安全防护
删除后恢复cisco2950交换
无线路由应用中解决ARP攻
探讨路由器故障排除的思

 
路由交换中Switch命令详细说明           
路由交换中Switch命令详细说明
作者:陈鹏 文章来源:eNet 点击数: 更新时间:2009-9-9 21:31:40
 




 

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

  在基于CLI的交换机上设置远程访问:

  switch(enable) set interface sc0 ip-address netmask broadcast-address

  switch(enable) set interface sc0 vlan

  switch(enable) set ip route default gateway

  4.在基于IOS的交换机上启用和浏览CDP信息:

  switch(config-if)# cdp enable

  switch(config-if)# no cdp enable

  为了查看Cisco邻接设备的CDP通告信息:

  switch# show cdp interface [type modle/port]

  switch# show cdp neighbors [type module/port] [detail]

  在基于CLI的交换机上启用和浏览CDP信息:

  switch(enable) set cdp {enable disable} module/port

  为了查看Cisco邻接设备的CDP通告信息:

  switch(enable) show cdp neighbors[module/port] [vlan duplex capabilities detail]

  

文章录入:陈鹏    责任编辑:陈鹏 
  • 上一篇文章:

  • 下一篇文章:
  • 【字体: 】【发表评论】【加入收藏】【告诉好友】【打印此文】【关闭窗口
     
     
     
     
     

    Copyright © 2007 - 2009 chenpeng123.com All Rights Reserved
    本站所有文章,软件等均来自网络收集,不代表本站观点,仅供学习和研究使用。如有侵犯您的版权,请联系我们,本站将立即删除。
    鲁ICP备07014697号
    你是本站第 位访客