欢迎来到天天文库
浏览记录
ID:17493596
大小:26.16 KB
页数:15页
时间:2018-09-02
《cisco常用配置命令汇总》由会员上传分享,免费在线阅读,更多相关内容在行业资料-天天文库。
1、一.交换机的基本配置 C2950# configterminal进入全局配置模式 showinterfacefastethernet0/1查看端口0/1的配置结果 showinterfacefastethernet0/1status查看端口0/1的状态 showmac-address-table查看整个MAC地址表 clearmac-address-tablerestrictedstatic清除限定性地址 C2950(config)# hostname2950A/设置主机名为2950A interfacef0/23/进入端口23的配置模式 enab
2、lepasswordcisco/设置enablepassword为cisco enablesecretcisco1/设置enablesecret为cisco1 ipaddress192.168.1.1255.255.255.0/设置交换机IP地址 ipdefault-gateway192.168.1.254/设置默认网关 ipdomain-namecisco.com/设置域名 ipname-server200.0.0.1/设置域名服务器 配置查看MAC地址表 mac-address-table? mac-address-tableaging-time10
3、0/设置超时是时间为100s mac-address-tablepermanent0000.0c01.cc/f0/3加入永久地址 mac-address-tablerestrictedstatic0000.0c02.bbcc/f0/6f0/7加入静态地址 end showmac-address-table/查看整个Mac地址表 clearmac-address-tablerestrictedstatic C2950(config-if)# interfacefastethernet0/1/进入接口F0/1子配置模式 interfaceEthernet0
4、/进入以太网口0子配置模式 noshutdown/激活接口 speed?/查看speed命令的子命令 speed100/设置该端口速率为100Mb/s dulplexfull/half/auto/设置该端口为全双工 descriptionTO_PC1/设置该端口描述为TO_PC1 showinterfacefastethernet0/1/查看端口0/1的配置结果 showinterfacefastethernet0/1status/查看端口0/1的状态 配置VTP和STP 一.配置VTP 2950A#vlandatabase/进入VLAN配置子模式
5、 showvtpstatus/查看VTP设置信息 showvlan/查看VLAN配置信息 copyrunning-configstartup-config/保存配置文件 2950A(vlan)#vtpserver/client/设置本交换机为server/client模式 vtppruning/启动修剪功能 vtpdomainvtpserver/设置域名为vtpserver vlan2/创建VLAN2,系统将自动命名 vlan3namevlan3/创建VLAN3,并命名为vlan3 Switch(config-if)# switchportmodet
6、runk/设置当前端口为Trunk模式 switchporttrunkallowedvlanall/设置允许从该端口交换数据的VLAN switchporttrunkvlanremotevlan6/设置允许交换数据的Vlan(除vlan6外) switchportmodeaccess/设置端口为静态VLAN访问模式 switchportaccessvlan2/将端口9分配给相信的VLAN2 showvlan 生成树协议配置(负载均衡) Switch# spanning-treevlan1port-priority10/设置VLAN1的端口的权值为10(
7、默认值为128) spanning-treevlan1cost19/设置VLAN1生成树路径值为19 配置路由协议 Router#enable Router#configterminal Router(conf)#hostnameR1 showsession/查看终端服务器的会话 showline1/查看线路1的状态 clearline2/清除线路2 A.静态路由 格式:iprouteip-addrsubnet-maskgateway加入静态路由 R1(conf)#iproute192.168.1.0255.255.255.010
此文档下载收益归作者所有