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]
巧 巧 读 书:http://www.qqread.com/route/2007/07/p320007.html相关专题
- Cisco IOS技术手册 (3007篇文章)
- Cisco路由器配置手册 (4759篇文章)
- Cisco交换机专题 (4265篇文章)
- 思科交换机配置 (4265篇文章)
- Cisco防火墙专题 (4624篇文章)
- Cisco认证体系专题 (3154篇文章)
- Cisco密码恢复专题 (3116篇文章)
- Linux命令简介 (9952篇文章)
- 交换机配置基础篇 (190篇文章)
- 思科 (2899篇文章)
- Cisco认证考试指导之:Switch命令 (88次浏览)
- 各种CISCO认证的简单介绍 (59次浏览)
- Cisco IOS AAA RADIUS认证绕过漏洞 (32次浏览)
- Cisco IOS Easy VPN Server XAUTH可绕过认证 (29次浏览)
- Cisco再认证体系介绍 (27次浏览)
- 解析热门CISCO认证 (23次浏览)
- Cisco新增12项专业化认证 (14次浏览)
- Cisco发布新的专家资格认证 (12次浏览)
- Cisco认证注册方法(2004版) (10次浏览)
- Cisco职业认证再认证体系及程序 (3次浏览)



