I picked up two of these (and a 10G dual port pci card, and the 40G to 10G breakout cable someone posted above).they'll all work fine, but for proper SR4 optics I prefer the avago's which can be had brand new slightly cheaper Avago 40GB QSFP+ AFBR-79EQPZ Transceiver Parallel Ethernet InfiniBand 850nm 40G 654323094729 | eBay
I'm just going to use them to stack two 6610s. The breakout cable I got is just to use one of the 40G ports to connect to my VM and Storage servers (I bought two 593742-001 HP NC523SFP PCIe2.0x8 (2)10GbE SFP+ NIC | eBay)that post only applies if you're connecting two 40gbE modules together with key up to key down MPO or MTP fiber (which is most of the runs available to purchase). If you;'re using 40gb > 10gb breakout cables it's not necessary.
As for the avago AOC linked on the last page, it works perfectly, was using that exact model for a 4x 10gbE LACP to an lb6m for a little bit
I have raised the price of licenses from $0 to $9000
vlan 90 by port
untagged ethe 1/1/24
!
vlan 99 name wan1 by port
untagged ethe 1/1/2
!
mirror-port ethernet 1/1/24
!
interface ethernet 1/1/2
mon ethe 1/1/24 both
What is your wireshark bpf filter? Windows has a tendency to be noisy. I have not played with the brocades and port mirroring, but on cisco, the mirrored port sees whatever goes across the port being mirrored, which includes noisy windows. If you want to play with pcap and monitoring ports, I recommend you use linux or freebsd and tcpdump.Here is relevant config. I don't have any multicast config on the switch, so everything is default. I disabled all other interfaces on laptop as well as IPv6 and IPv4 on the interface I am using to monitor. Wouldn't mirror port just show what comes in/out the monitor port, plus everything is on a separate VLAN, so should be on different broadcast domain.
Code:vlan 90 by port untagged ethe 1/1/24 ! vlan 99 name wan1 by port untagged ethe 1/1/2 ! mirror-port ethernet 1/1/24 ! interface ethernet 1/1/2 mon ethe 1/1/24 both
I was running Wireshark on Win box first, but then switched to Linux and results were the same. I am pretty sure it is something on the switch, I just don't know if it is expected behavior or not. The reason I am saying this is because:What is your wireshark bpf filter? Windows has a tendency to be noisy. I have not played with the brocades and port mirroring, but on cisco, the mirrored port sees whatever goes across the port being mirrored, which includes noisy windows. If you want to play with pcap and monitoring ports, I recommend you use linux or freebsd and tcpdump.
I'm taking a total guess here.. I literally just picked up two 6610's and configured basic networking this past week. So I have no idea how it is working. I work IT Security, and have significant experience with IDS/IPS and port mirroring.I was running Wireshark on Win box first, but then switched to Linux and results were the same. I am pretty sure it is something on the switch, I just don't know if it is expected behavior or not. The reason I am saying this is because:
I was trying to use mirroring for troubleshooting an issue, but I was able to resolve that issue, so this is not really an issue for me anymore. It would still be nice to figure out why it is happening.
- monitored port is on an isolated empty vlan
- mirror port is on isolated vlan with only Wireshark box connected to it
- I am not seeing any traffic until I issue command "mirror-port ethernet 1/1/24"
- I am seeing traffic from multiple totally unrelated VLANs that have nothing to do with mirror or monitor ports
- All traffic that I am seeing is multicast traffic + some TCP re transmits
enable
conf t
lag TO-LB6M dynamic
ports ethernet 1/3/1 e 1/3/2
primary-port 1/3/1
deploy
exit
write mem
#view status
show lag
enable
conf t
interface ethernet 1 ethernet 2
link-aggregate conf key 10000
link-aggregate active
exit
write mem
#view status
show link-aggregate