77范文网 - 专业文章范例文档资料分享平台

cisco网络交换机配置手册-061201(4)

来源:网络收集 时间:2021-09-24 下载这篇文档 手机版
说明:文章内容仅供预览,部分内容可能不全,需要完整文档或者需要复制内容,请下载word后使用。下载word有问题请添加微信号:或QQ: 处理(尽可能给您提供完整文档),感谢您的支持与谅解。点击这里给我发消息

Switch(config-if)# exit

Switch(config)# interface f0/14

Switch(config-if)# service-policy input p9M

Switch(config-if)# exit

Switch# wr

19、ACL使用方法

Switch (config)# access-list access-list-number {permit|deny}{protocol}

{source source-wildcard|any}{destination destination-wildcard|any}

例1:允许北京电信IDC内部的ip地址telnet到各个网络设备

Switch (config)# access-list 101 permit tcp 218.30.26.0 0.0.0.63 any eq telnet

Switch (config)# access-list 101 permit tcp 218.30.27.0 0.0.0.127 any eq telnet

Switch (config)# access-list 101 permit tcp 218.30.25.0 0.0.0.255 any eq telnet

思科交换机路由知识

例2:ACL限制对客户的192.168.1.119的访问

Switch (config)# access-list 130 deny ip host 192.168.1.119 any

Switch (config)# access-list 130 permit ip any any

Switch(config)# interface f0/22

Switch(config-if)# ip access-group 130 in

例3:172.21.0.0(VLAN 31)、172.22.0.0(VLAN 32)、172.23.0.0(VLAN 33)三个网

段之间不能互相访问,其他网段均能访问,配置方法如下:

SS6509-1#conf t

SS6509-1(config)# access-list 101 deny ip any 172.22.0.0 0.0.255.255

SS6509-1(config)# access-list 101 deny ip any 172.23.0.0 0.0.255.255

SS6509-1(config)# access-list 101 permit ip any any

SS6509-1(config)# access-list 102 deny ip any 172.21.0.0 0.0.255.255

SS6509-1(config)# access-list 102 deny ip any 172.23.0.0 0.0.255.255

SS6509-1(config)# access-list 102 permit ip any any

SS6509-1(config)# access-list 103 deny ip any 172.21.0.0 0.0.255.255

SS6509-1(config)# access-list 103 deny ip any 172.22.0.0 0.0.255.255

SS6509-1(config)# access-list 103 permit ip any any

SS6509-1(config)#int vlan 31

SS6509-1(config-if)# ip access-group 101 in

SS6509-1(config)#int vlan 32

SS6509-1(config-if)# ip access-group 102 in

SS6509-1(config)#int vlan 33

SS6509-1(config-if)# ip access-group 103 in

20、在两台6509上配置HSRP

将需要起HSRP的三层端口分别在两台主备6509上进行如下配置:

SS6509-1#vlan database

SS6509-1 (vlan)#vlan 31 name ****

SS6509-1 (vlan)#exit

思科交换机路由知识

SS6509-1#conf t

SS6509-1(config)#int vlan 31

SS6509-1(config-if)#description **** ****

SS6509-1(config-if)#ip address 172.21.11.252 255.255.0.0

SS6509-1(config-if)#standby 100 ip 172.21.11.254 (定义standby组号及虚IP地址) SS6509-1(config-if)#standby 100 priority 120

(定义该设备本standby组的优先级,优先级的值越大优先级越高)

SS6509-2#vlan database

SS6509-2 (vlan)#vlan 31 name ****

SS6509-2(vlan)#exit

SS6509-2#conf t

SS6509-2(config)#int vlan 31

SS6509-2(config-if)#description **** ****

SS6509-2(config-if)#ip address 172.21.11.253 255.255.0.0

SS6509-2(config-if)#standby 100 ip 172.21.11.254 (定义standby组号及虚IP地址) SS6509-2(config-if)#standby 100 priority 100 (定义该设备本standby组的优先级)

21、配置端口MAC梆定

Switch(config)# mac access-list extended f02

Switch((config-ext-macl)# permit host 0016.d325.f96a any

Switch(config)# interface FastEthernet0/2

Switch(config-if)# mac access-group f02 in

四、 交换机的日常维护

1、更改交换机的telnet、enable密码(详见上面操作)

2、更改交换机的SNMP串(详见上面操作)

3、增加、删除VLAN(详见上面操作)

4、开、关闭端口(详见上面操作)

5、定期保存所有交换机的配置信息,遇到突发情况恢复交换机的配置

思科交换机路由知识

交换机的IOS保存和恢复是采用TFTP协议完成,所以首先你必须要下载一个TFTP软件,然后按照下面的步骤来进行:

① 在你的机器上启动TFTP 。

② 登陆到3500交换机,然后在enable状态下输入如下命令来完成IOS的保存: switch# copy flash tftp

Source IP address or hostname [171.68.206.171]?

Source filename []? cat6000-sup2k8.7-1-1.bin

Destination filename [cat6000-sup2k8.7-1-1.binn]?

Loading cat6000-sup2k8.7-1-1.bin to 171.68.206.171 (via VLAN1): !!!!

!!!!!!!!!!!

[OK - 1125001 bytes]

③ 恢复配置时,执行如下命令:

switch# copy tftp flash

Source IP address or hostname []? 171.68.206.171

Source filename []? cat6000-sup2k8.7-1-1.bin

Destination filename [cat6000-sup2k8.7-1-1.bin]? y

Loading cat6000-sup2k8.7-1-1.bin from 171.68.206.171 (via VLAN1): !!!!

!!!!!!!!!!!

[OK - 1125001 bytes]

6、交换机IOS版本升级

7、恢复交换机口令(不同款交换机恢复口令的方法详见《pswdrec_3700》)

以2950为例,恢复口令的操作方法如下:

Connect a terminal or PC with terminal emulation software to the console port. For more information, refer to the switch hardware installation guide.

Step 2 Set the line speed on the emulation software to 9600 baud.

Step 3 Unplug the switch power cord.

Step 4 Press the Mode button, and at the same time, reconnect the power cord to the switch.

You can release the Mode button a second or two after the LED above port 1X goes off. Several lines of information about the software appear, as do instructions:

百度搜索“77cn”或“免费范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,免费范文网,提供经典小说医药卫生cisco网络交换机配置手册-061201(4)在线全文阅读。

cisco网络交换机配置手册-061201(4).doc 将本文的Word文档下载到电脑,方便复制、编辑、收藏和打印 下载失败或者文档不完整,请联系客服人员解决!
本文链接:https://www.77cn.com.cn/wenku/yiyao/1253084.html(转载请注明文章来源)
Copyright © 2008-2022 免费范文网 版权所有
声明 :本网站尊重并保护知识产权,根据《信息网络传播权保护条例》,如果我们转载的作品侵犯了您的权利,请在一个月内通知我们,我们会及时删除。
客服QQ: 邮箱:tiandhx2@hotmail.com
苏ICP备16052595号-18
× 注册会员免费下载(下载后可以自由复制和排版)
注册会员下载
全站内容免费自由复制
注册会员下载
全站内容免费自由复制
注:下载文档有可能“只有目录或者内容不全”等情况,请下载之前注意辨别,如果您已付费且无法下载或内容有问题,请联系我们协助你处理。
微信: QQ: