博达交换机常用功能配置
提示符状态定义
Switch>用户模式(enable命令进入特权模式)
Switch#特权模式(Config命令进入全局配置模式)
Switch_config #全局配置模式
Switch_config_foadcast threshold 500
storm-control multicast threshold 500
思科的配置:
端口下配置,端口带宽的百分比
>> storm-control broadcast level
>> storm-control multicast level
按照100Mbps的1 %计算即1Mbps,250Kbytes/s,按照一个报文500字节平均长度计算,
就是500个包/秒
9、 端口环路检测
全局模式:
设置端口检测到环路shutdown之后,30秒钟端口重启动
errdisable-recover keepalive interval 30
端口模式,开启keepalive端口环路检测功能
Keepalive (0-32767 秒,缺省 12 秒)
10、 交换机命名
全局模式
hostname BDCOM_S2026
11、 端口保护
全局模式下
switchport protected
注:配置了该命令的端口之间不能互相访问。
12、 端口安全特性
端口配置模式
interface FastEthernet0/1
switchport port-security *** !
13、 基于MAC地址的绑定控制功能
(i)实现方式一
全局模式下实现MAC地址与VLAN、端口的绑定,绑定数量4K 全局模式下,命令:
mac address-table static vlan 1 interface f0/1
(2)实现方式二
步骤1、端口模式下配置一个或多个MAC地址(每个端口最多16个)
配置命令:
Switch_config_f0/1#switchport port-security static mac-address ?
-- 48 bit mac address
switchport port-security static mac-address
步骤2、端口模式下配置对MAC地址处理的方式- -permit或者reject
Switch_config_f0/1#switchport port-security mode static ?
accept --接收模式
reject --拒绝模式
另外可配置实现每个端口最大MAC地址数限制功能。命令如下
Switch_config_f0/1#switchport port-security dynamic maximum ?
<1-4095> -- Configure interface maximum address
14、网络管理
全局模式下:
Switch_config#snmp-server ?
community --启用 SNMP;设置 community 字符串
contact --设置 mib 对象 sysCont
博达交换机配置说明 来自淘豆网m.daumloan.com转载请标明出处.