论坛转帖 |最新更新 | 软件分类 | 下载排行 | 文章教程 Switch命令大全,Cisco资格认证考试要记住的
您的最佳线路是 电信
绿色软件推出论坛转贴功能!
您的位置:首页认证考试思科认证 → Switch命令大全,Cisco资格认证考试要记住的

Switch命令大全,Cisco资格认证考试要记住的

出处:本站原创 作者:不详

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]

日期:2010-1-22 15:58:54 人气: 0 次 [ ]

[查看完整的评论内容]  一共评论(0)条

您的昵称:

表情: 高兴 可 汗 我不要 害羞 好 下下下 送花 屎 亲亲

字数: 0/500 注:您的评论需要经过审核才会显示出来

已有 0 条网友评论 〖查看所有评论〗
更多>>

常用软件