设为首页  
联系我们  
加入收藏  
网页制作 冲浪宝典 图形图像 操作系统 软件教学 编程开发 认证考试 安全技术 站长专区 文学驿站 娱乐天地 游戏天地 办公软件
文章搜索
您的位置: 首页 >> 文章首页 >> 认证考试 >> Cisco认证 >> 交换机命令全集
精品推荐
Cisco认证点击TOP10
·交换机命令全集
·路由基础命令
·网络相关名词解释
·CCNA认证英文词汇中文解析--最新最全版
·CCNA 640-801考试IOS命令大全(二)
·基础中文命令集
·CCNA专业英文词汇全集(2)
·网络相关名词解释
·思科CCNA辅导:路由器配置和文件管理
·思科职业认证追踪系统用户指南
认证考试点击TOP10
·个人简历表格
·小学教师述职报告
·个人简历样本
·大学毕业生个人简历
·学生个人简历
·个人简历范文
·求职面试自我介绍一分钟
·大学生暑期三下乡社会实践报告
·Adobe Photoshop 认证试题一
·个人简历模板-标准简历(简历模板)
精选专题

交换机命令全集

作者: 来源:http://www.xgdown.com/ 时间:2005-11-8 0:26:59

交换机命令全集(1) 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 {enabledisable} module/port

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

switch(enable) show cdp neighbors[module/port] [vlanduplexcapabilitiesdetail]

5.基于IOS的交换机的端口描述:

switch(config-if)# description description-string

基于CLI的交换机的端口描述:

switch(enable)set port name module/number description-string

6.在基于IOS的交换机上设置端口速度:

switch(config-if)# speed{10100auto}

在基于CLI的交换机上设置端口速度:

switch(enable) set port speed moudle/number {10100auto}

switch(enable) set port speed moudle/number {416auto}

7.在基于IOS的交换机上设置以太网的链路模式:

switch(config-if)# duplex {autofullhalf}

在基于CLI的交换机上设置以太网的链路模式:

switch(enable) set port duplex module/number {fullhalf}

8.在基于IOS的交换机上配置静态VLAN:

switch# vlan database

switch(vlan)# vlan vlan-num name vla

switch(vlan)# exit

共9页 9 7 [1] [2] [3] [4] [5] [6] [7] [8] [98 :>

交换机命令全集 相关文章:
交换机命令全集 相关软件:
特别声明:本站除部分特别声明禁止转载的专稿外的其他文章可以自由转载,但请务必注明出处和原始作者。文章版权归文章原始作者所有。对于被本站转载文章的个人和网站,我们表示深深的谢意。如果本站转载的文章有版权问题请联系编辑人员,我们尽快予以更正。
转载请注明来源:http://www.xgdown.com