男女激情视频网站在线-狠狠躁夜夜躁人人爽天天3-99国产午夜在线精品-一区二区三区日本精品视频-久久99热这里只精品-国产精品熟女视频区蛋播-人久热欧美在线观看量量-加勒比熟妇中文高清-碰碰视频一区二区三区

銳捷三層交換機(jī)如何配置IP綁定《》

銳捷交換機(jī)綁定端口“IP MAC”的詳細(xì)命令是什么?
switchport port-security 打開(kāi)該的端口功能
switchport port-security maximum value 設(shè)置接口上安全地址的最大個(gè)數(shù) , 范圍是1-128 , 缺省值為128 。
switchport port-security violation{protect| restrict | shutdown} 設(shè)置處理違例的方式

switchport port-security [mac-address mac-address] [ip-address ip-address] 手工配置接口上的安全地址 。
僅供參考
銳捷 三層交換機(jī)設(shè)備 允許個(gè)別vlan通過(guò)并做鏈路聚合 的命令
同樣是在需要口上配置鏈路聚合 , 然后在端口上進(jìn)行限制 , 命令是switchport trunk allowed vlan add Vlanid這個(gè)是的

switchport trunk remove vlan add Vlanid 這不允許通過(guò)的
銳捷三層交換機(jī)如何配置IP綁定
這樣行不通 , 三層交換在機(jī)房根本不行 , 能管二層還差不多 , 在那個(gè)二層交換上配 。
銳捷交換機(jī)端口配置
步:
Switch# configure terminal
!進(jìn)入全局配置模式
Enter configuration commands, one per line.End with CNTL/Z.
Switch(config)#mac-address-table aging-time 8交換機(jī)老化時(shí)間
Switch(config)#int fa 0/1
Switch(config-if)#
Switch(config-if)# switchport mode access
!把端口模式改為access口
Switch(config-if)# switchport port-security
!啟用端口安全
Switch(config-if)# switchport port-security maximum 5
!最多允許5個(gè)mac地址 , 最大128
Switch(config-if)# switchport port-security mac-address 00d0.f800.073c
!端口和mac地址的綁定
Switch(config-if)# switchport port-security mac-address 00d0.f800.073c ip-address 192.168.12.202
!端口 mac地址 ip地址綁定
Switch(config-if)# end退出
Switch#wr保存配置
銳捷交換機(jī)怎么激活光口
把接口工作模式改為光口 。
Switch(config-if)#medium-type fiber
銳捷核心交換機(jī)分別通過(guò)4個(gè)端口與3個(gè)匯聚層交換機(jī)鏈接如何配置
如果只是單獨(dú)接口的配置:將所有互聯(lián)的接口設(shè)置為trunk口即可
Switch(config)#interface fa0/23(進(jìn)入接口)
Switch(config-if)#switchport mode trunk(設(shè)置模式為trunk模式)
四個(gè)接口連接三個(gè)交換機(jī)的話 , 必然其中一臺(tái)匯聚層交換機(jī)和核心層交換機(jī)需要通過(guò)聚合連接
Switch(config)#interface aggregateport 1(建立聚合)
Switch(config-if)#switchport mode trunk(設(shè)置模式為trunk模式)
Switch(config)#interface rage fa0/23-24(選擇端口范圍)
Switch(config-if-rage)#port-group 1(加入聚合)