2022年2022年交换机常用命令 .pdf

上传人:Che****ry 文档编号:34868203 上传时间:2022-08-19 格式:PDF 页数:4 大小:41.77KB
返回 下载 相关 举报
2022年2022年交换机常用命令 .pdf_第1页
第1页 / 共4页
2022年2022年交换机常用命令 .pdf_第2页
第2页 / 共4页
点击查看更多>>
资源描述

《2022年2022年交换机常用命令 .pdf》由会员分享,可在线阅读,更多相关《2022年2022年交换机常用命令 .pdf(4页珍藏版)》请在taowenge.com淘文阁网|工程机械CAD图纸|机械工程制图|CAD装配图下载|SolidWorks_CaTia_CAD_UG_PROE_设计图分享下载上搜索。

1、1、连接交换机,写下连接的命令;telnet 192.168.2.102 10203 连接网络机房1 中的第二个机柜堆叠中第三台交换机的连接命令2、对交换机进行初始化配置,写出配置项目的命令;switchenable /从一般模式切换到特权模式switch#conf t /从特权模式切换到全局配置模式switch# hostname sw2960 /配置交换机的名称为sw2960 sw2960# interface vlan 1 /进入管理 vlan 1 sw2960# ip address 192.168.5.20 255.255.255.0 /配置管理 vlan 1 ip 地址为 192.

2、168.5.20 子网掩码为255.255.255.0 删除管理vlan 1 的 IP 地址命令为:sw2960# interface vlan 1 sw2960#no ip address sw2960# no shutdown /保存并运行此配置sw2960# 按键盘上的ctrl+z /返回到一般模式sw2960#wr /保存设置sw2960# clock set 09 :43:50 2010.09.18 /配置交换机时间命令sw2960# conf t /从一般模式进入到特权模式sw2960# enable password /进入设置特权用户密码current password /没有

3、设置任何口令按回车进入密码设置new password 110 /配置密码为110 confirm new password 110 / 确认密码110 sw2960#interface ethernet 1-24 /进入端口1-24 配置sw2960# speed-duplex /配置端口速率和双控模式ctrl+z 返回一般配置模式sw2960#wr /保存设置3 配置交换机带内管理web 连接和远程telnet 的配置命令;根据第二题操作带内管理web 连接sw2960#ip http server 启动交换机web 服务sw2960#web-user admin password 0 a

4、dmin /设置交换机的授权Http 用户sw12960#wr /保存设置关闭带内管理web 连接命令为:no ip http server 在 dos 命令下输入telnet 192.168.5.20 将连接到交换机远程 telnet 配置sw2960#telnet-server enable /开启交换机telnet 服务器sw2960#telnet-user zjg password 0 110 /为交换机设置授权telnet 用户sw2960#exit /退出全局配置模式sw2960#wr /保存设置关闭交换机telnet 服务命令如下:sw2960#no telnet-server

5、enable 在 dos 命令下输入http:192.168.5.20 进入 telnet 管理交换机接口4 保存配置,记录下flash 中的文件名及文件大小。保存配置到计算机,写出命令。名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 1 页,共 4 页 - - - - - - - - - sw2960#show flash /查看需要备份的文件file name file length nos.img 2464210 bytes startup-config 985 bytes r

6、unning-config 985 bytes 保存配置到计算机,写出命令。sw2960#copy startup-config tftp:/192.168.5.10/startup-config0918 保存配置到计算机confirm (yn) y 5 vlan 划分命令switchA#vlan 100 /创建 vlan100 并进入 vlan 100 配置模式switchA#exit /退出 vlan 100 配置模式switchA#vlan 200 /创建 vlan 200 并进入 vlan 200 配置模式switchA#exit /退出 vlan 200 配置模式switchA#ex

7、it 删除 vlan 200 的命令是:switchA#config switchA#(Config)#no vlan 200 switchA#wr /保存设置6、为 vlan 100 和 vlan 200 分配端口switchA#switchport interface ethernet 0/0/1-8 /把 1-8 端口添加给vlan 100 switchA#switchport interface ethernet 0/0/9-16 /把 9-16 端口添加给vlan 200 为其添加端口完成7 实现不同交换机相同vlan 的互通如同 5、6 两题为另一台交换机配置相同并配置 trunk

8、 口配置 24 端口为 trunk 口如下操作switchA#interface ethernet 0/0/24 switchA#switchport mode trunk 另一台交换机也如同7 所示配置trunk 口并用双绞线将其trunk 相连两台 pc 机分别连接一台交换机相同vlan 的端口,这样相互之间就可以通信了8、交换机MAC 地址与端口绑定switchen switch#config switch(Config)#interface ethernet 0/0/1 switch(Config-Ethernet0/0/1)#switchport port-security 验证配置

9、:名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 2 页,共 4 页 - - - - - - - - - switch(Config-Ethernet0/0/1)#switchport port-security ? convert - convert dynamic mac to security mac lock - Lock security port mac-address - Security mac address maximum - Max secure addrs t

10、imeout - lock timer violation - Security V iolation Mode switch(Config-Ethernet0/0/1)#switchport port-security mac-address 00-1D-09-13-DC-5E ? switch(Config-Ethernet0/0/1)#switchport port-security mac-address 00-1D-09-13-DC-5E switch(Config-Ethernet0/0/1)# switch#show port-security Security Port Max

11、SecurityAddr CurrentAddr Security Action(count) (count) - Ethernet0/0/1 1 1 Protect - Max Addresses limit per port :128 Total Addresses in System :1 switch#show port-security address Security Mac Address Table 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 3 页,共 4 页

12、- - - - - - - - - - Vlan Mac Address Type Ports 1 00-1d-09-13-dc-5e SecurityConfigured Ethernet0/0/1 - Total Addresses in System :1 Max Addresses limit in System :128 9 MAC 地址与 ip 地址绑定switch#config switch(Config)#am enable switch(Config)#interface ethernet 0/0/1 switch(Config-Ethernet0/0/1)#am mac-i

13、p-pool 00-1D-09-13-DC-5E 192.168.1.102 switch(Config-Ethernet0/0/1)#exit switch(Config)# 验证配置: show am 10、配置 MAC 地址表实现绑定与过滤switchen switch#config switch(Config)#mac-address-table static address 00-1D-09-13-DC-5E vlan 1 interface ethernet 0/0/1 验证配置: show mac-address-table 名师资料总结 - - -精品资料欢迎下载 - - - - - - - - - - - - - - - - - - 名师精心整理 - - - - - - - 第 4 页,共 4 页 - - - - - - - - -

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 教育专区 > 高考资料

本站为文档C TO C交易模式,本站只提供存储空间、用户上传的文档直接被用户下载,本站只是中间服务平台,本站所有文档下载所得的收益归上传人(含作者)所有。本站仅对用户上传内容的表现方式做保护处理,对上载内容本身不做任何修改或编辑。若文档所含内容侵犯了您的版权或隐私,请立即通知淘文阁网,我们立即给予删除!客服QQ:136780468 微信:18945177775 电话:18904686070

工信部备案号:黑ICP备15003705号© 2020-2023 www.taowenge.com 淘文阁