使用IP DSCP 来配置WRED: nimokaka(config-if)#random-detect dscp-based 2.设置丢弃数据包的最小值,最大值和丢弃数据包的轮循间隔: nimokaka(config-if)#random-detect dscp {dscp} {min max mark} 2.基于IP优先级的配置 1、启用WRED: nimokaka(config-if)#random-detect 2、设置WRED 丢弃数据包的最小值,最大值和丢弃数据包的轮循间隔: nimokaka(config-if)#random-detect precedence {precedence|rsvp} {min max mark} 3.配置队列深度计算权重 Router (config-if)#random-detect exponential-weighting-constant ? <1-16> integer in 1..16 used in weighted average to mean 2^number 4.配置rsvp Router (config-if)#random-detect precedence rsvp 5.配置fred R3(config-if)#random-detect flow R3(config-if)#random-detect flow ? average-depth-factor Average depth multiplier (1, 2, 4, 8 or 16)//配置队列深度因子(cash) count max number of dynamic flows//最大活动流数量 检查WRED配置 1、显示接口队列信息: nimokaka#show queueing [interface] 1、 显示WRED信息: nimokaka#show queueing random-detect WRED配置实例 1. 基于DSCP的配置 Switch(config)#class-map kaka Switch(config-cmap)#match access-group 101 Switch(config)#policy-map kaka1 Switch(config-pmap)#class kaka Switch(config-pmap-c)#bandwidth 48 Switch(config-pmap-c)#random-detect dscp-based Switch(config-pmap-c)#random-detect dscp 8 24 40 10 Switch(config-pmap-c)#interface S1/0 Switch(config-if)#service-policy output kaka1 2. 基于IP优先级的配置 interface Serial 0/1/0 ip address 200.200.14.250 255.255.255.252 random-detect random-detect precedence 0 10 25 10 random-detect precedence 1 20 35 10 random-detect precedence 2 15 25 10 random-detect precedence 3 25 35 10 random-detect precedence 4 1 2 1 random-detect precedence 5 35 40 10 random-detect precedence 6 30 40 10 random-detect precedence 7 30 40 10
|