cisco交换机的端口安全配置
- 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
- 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
- 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。
【官方提供】【实验文档】【实验0021】【交换机的端口安全配置】
【实验名称】
交换机的端口安全配置。
【实验目的】
掌握交换机的端口安全功能,控制用户的安全接入。
【背景描述】
你是一个公司的网络管理员,公司要求对网络进行严格控制。为了防止公司内部用户的IP
当端口因为违例而被关闭后,在全局配置模式下使用命令errdisable recovery来将接口从错误状态中恢复过来。
【实现功能】
针对交换机的所有端口,配置最大连接数为1,针对PC1主机的接口进行IP+MAC地址绑定。【实验设备】
S2126G交换机(1台),PC(1台)、直连网线(1条)
【实验拓扑】
图 26
【实验步骤】
步骤1. 配置交换机端口的最大连接数限制。
Switch#configure terminal
Switch(config)#interface range fastethernet 0/1-23 ! 进行一组端口的配置模式Switch(config-if-range)#switchport port-security
!开启交换机的端口安全功能
Switch(config-if-range)#switchport port-secruity maximum 1
! 配置端口的最大连接数为1
Switch(config-if-range)#switchport port-secruity violation shutdown !配置安全违例的处理方式为shutdown
验证测试:查看交换机的端口安全配置。
Switch#show port-security
Secure Port MaxSecureAddr(count) CurrentAddr(count) Security Action
------------------------------------------------------------------
Fa0/1 1 0
Shutdown
Fa0/2 1 0
Shutdown
Fa0/3 1 0
Shutdown
Fa0/4 1 0
Shutdown
Fa0/5 1 0
Shutdown
Fa0/6 1 0 Shutdown
Fa0/7 1 0 Shutdown
Fa0/8 1 0 Shutdown
Fa0/9 1 0 Shutdown
Fa0/10 1 0
Fa0/20 1 0 Shutdown
Fa0/21 1 0 Shutdown
Fa0/22 1 0 Shutdown
Fa0/23 1 0 Shutdown
步骤2. 配置交换机端口的地址绑定。
P查看主机的IP和MAC地址信息
在主机上打开CMD命令提示符窗口,执行ipconfig /all命令。
图 27
P配置交换机端口的地址绑定
Switch#configure terminal
Switch(config)#interface fastethernet 0/3
Switch(config-if)#switchport port-security
Switch(config-if)#switchport port-security mac-address
0006.1bde.13b4 ip-address 172.16.1.55 !配置IP地址和MAC地址的绑定验证测试:查看地址安全绑定配置。
Switch#show port-security address
Vlan Mac Address IP Address Type Port Remaining Age(mins)
--------------------------------------------------------------------
1 0006.1bde.13b4 172.16.1.55 Configured Fa0/3
【注意事项】
1、交换机端口安全功能只能在ACCESS接口进行配置。
!
interface fastEthernet 0/1
switchport port-security
switchport port-security violation shutdown
switchport port-security maximum 1
!
interface fastEthernet 0/2
switchport port-security
switchport port-security violation shutdown switchport port-security maximum 1
interface fastEthernet 0/5
switchport port-security
switchport port-security violation shutdown switchport port-security maximum 1
!
interface fastEthernet 0/6
switchport port-security
switchport port-security violation shutdown switchport port-security maximum 1
!