绑定2个好像不行,但是你可以在2950上面的端口上设置MAC地址数量来进行控制。
Switch#config terminal
Switch(config)#interface interface-id
Switch(config-if)#switchport mode access
Switch(config-if)#switchport port-security
Switch(config-if)#switchport port-security maximum 3(这个是MAC地址数量,指示的是交换机可缓存的MAC地址数量,这里示例为3,表示该接口可供3个MAC地址通过,一般一台交换机会占用一个MAC地址,但是这个要根据实际情况而定。如果交换机占用1个,剩下的2个MAC地址会根据最先存入缓存的设备MAC地址进行存储,如果不是最先存储的这两个MAC地址接入,则该端口会根据你设置的条件进行相关操作。)
Switch(config-if)#switchport port-security aging time 2 (老化时间)
Switch(config-if)#switchport port-security violation {protect restrict shutdown }(超过条件时采取的措施)
基于端口的MAC地址绑定 思科2950交换机为例,登录进入交换机,输入管理口令...绑定功能。 Switch(config)Mac access-list extended MAC #定义一个MAC...
switchport port-security
switchport port-security maximum 2
switchport port-security violation protect
switchport port-security mac-address sticky
switchport port-security mac-address sticky 1111.1111.1111
switchport port-security mac-address sticky 2222.2222.2222
不可以,因为交换机是根据mac地址表进行转发的,如果一个端口绑了两个mac数据包就不会正常发送了!如果你想一个端口接两台电脑,不用进行设置!直接在一个端口下接个交换,在后接交换上连电脑就行了!
在mac 地址添加 与小交换机连接2台电脑的mac地址,如果不行那只能添加小交换机的地址