Posts Tagged 2724g

锐捷2724G流控、广播风暴抑制、组播监听

Posted by on 星期一, 16 8月, 2010

一、设备配置确认

1、 流控

默认配置:该版本的流控默认是OFF 

确认操作:将各端口的流控配置为开或是关的情况下分别进行网克测试。

配置命令:

S2724G(config-if)#flowcontrol on



2、 广播风暴抑制

默认配置:该版本广播风暴抑制为disabled


确认操作:其它产品可能广播风暴抑制可能是enable状态,需要注意关闭或调整阀值后再测试网克速度

配置命令:

S2724G(config-if)#no storm-control broadcast

S2724G(config-if)#no storm-control multicast

S2724G(config-if)# no storm-control  unicast

  


3、 组播监听

默认配置:默认没有开启


确认操作:配置好组播监听,再测试网克速度

配置命令:

S2724G(config)#ip igmp snooping ivgl

S2724G(config)#ip igmp snooping fast-leave enable

ws-c2950g-48-EI 端口镜像(分析端口)

Posted by on 星期日, 15 8月, 2010

  今天研究在cisco 2950上做了个端口分析,用于抓包。同时想到锐捷CLI与Cisco基本一致,所以经过试验,在锐捷2724G上成功执行并创建分析(镜像)端口,用于接网吧的绿网(下例中绿网接在分析端口,也就是f0/48口上),如果是千兆口,将f0/48 中的f换成g,即gigabitEthernet,如g0/48。

  以下红色部分为输入部分。

sw_wolf#conf t
Enter configuration commands, one per line. End with CNTL/Z.
sw_wolf(config)#monitor session 1 destination interface f0/48 !设置分析端口
sw_wolf(config)#monitor session 1 source interface f0/1 – 47 !设置被监控端口,注意“-”符两边有空格。
sw_wolf(config)#^Z
sw_wolf#show monitor !验证结果
Session 1
———
Type : Local Session
Source Ports :
Both : Fa0/1-47
Destination Ports : Fa0/48
Encapsulation : Native
Ingress: Disabled