MSCD龙帝国计算机和语言学习论坛
Would you like to react to this message? Create an account in a few clicks or log in to continue.

路由交换的基础知识 Switch命令详细说明

向下

路由交换的基础知识 Switch命令详细说明 Empty 路由交换的基础知识 Switch命令详细说明

帖子 由 Admin 周日 三月 23, 2008 12:14 am

发布时间:2007.12.28 04:54 来源:赛迪网-技术社区 作者:刘云

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)# inte***ce vlan 1



switch(config-if)# ip address ip-address netmask



switch(config-if)# ip default-gateway ip-address



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



switch(enable) set inte***ce sc0 ip-address netmask broadcast-address



switch(enable) set inte***ce 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 inte***ce [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]



(责任编辑:高爽)

Admin
Admin

帖子数 : 368
注册日期 : 08-03-19

http://xuexileyuan.longluntan.cn

返回页首 向下

返回页首


 
您在这个论坛的权限:
不能在这个论坛回复主题