Yeah, I’m seeing about that wattage displayed on a Kill-a-Watt for my 6450-48p running on 120V - sounds like a wonky power meterI have just acquired a ICX6450-24p and the idle power usage with nothing connected is about 60W (at 240V).
Yeah, I’m seeing about that wattage displayed on a Kill-a-Watt for my 6450-48p running on 120V - sounds like a wonky power meterI have just acquired a ICX6450-24p and the idle power usage with nothing connected is about 60W (at 240V).
I take the Ethernet handoff from my ISP straight to my switch in a L2 VLAN that's trunked to my hosts. I haven't used PVLAN, so can't help you there.Stupid question.. is it possible to bridge two ports on the 6610... I'm trying to simplify my network a little.. my primary gateway uses a dual gig card passed through via pci-passthrough. I am trying to migrate off that vmware server, so I want to connect my incoming gig connection (FIOS) to the switch, and then pass that through to a host which has a new gateway but uses virtual interfaces, on a private vlan.
Yep, use a spare VLAN without a router interface defined on it, use it as the native/untagged VLAN (if your ethernet handoff doesn't require a tagged VLAN, I don't know the details of the FiOS offer) on a port connected to the ISP and as a tagged VLAN on the router-on-a-stickStupid question.. is it possible to bridge two ports on the 6610... I'm trying to simplify my network a little.. my primary gateway uses a dual gig card passed through via pci-passthrough. I am trying to migrate off that vmware server, so I want to connect my incoming gig connection (FIOS) to the switch, and then pass that through to a host which has a new gateway but uses virtual interfaces, on a private vlan.
Current configuration:
!
ver 08.0.30tT7f3
!
stack unit 1
module 1 icx6610-48p-poe-port-management-module
module 2 icx6610-qsfp-10-port-160g-module
module 3 icx6610-8-port-10g-dual-mode-module
!
global-stp
...
interface ethernet 1/1/48
port-name Uplink to Firewall
dual-mode 1001
!
interface ethernet 1/2/6
dual-mode
!
interface ethernet 1/3/1
port-name Ravager ESXi VM Uplink
dual-mode
speed-duplex 10G-full
Port 1/2/1: Type : EMPTY
Port 1/2/2: Type : EMPTY
Port 1/2/3: Type : EMPTY
Port 1/2/4: Type : EMPTY
Port 1/2/5: Type : EMPTY
Port 1/2/6: Type : 40GE-Passive Copper
Port 1/2/7: Type : 40GBASE-Passive Copper
Port 1/2/8: Type : 40GBASE-Passive Copper
Port 1/2/9: Type : 40GBASE-Passive Copper
Port 1/2/10: Type : 40GBASE-Passive Copper
@infoMatt - I'm trying to do something like this....Yep, use a spare VLAN without a router interface defined on it, use it as the native/untagged VLAN (if your ethernet handoff doesn't require a tagged VLAN, I don't know the details of the FiOS offer) on a port connected to the ISP and as a tagged VLAN on the router-on-a-stick![]()
Does it support LACP?@infoMatt - I'm trying to do something like this....
I have the SB8200 cable modem that supports a static link aggregation and I want to send those two ports to cable modem, then have the "output" of that going to a VLAN on one of my 10GB ports.
Any tutorial on the internet for the brocade to help set that up?
#Create lag
LAG "WAN" dynamic id 1
ports eth 1/1/47 to 48
primary-port 1/1/47
deploy
#Create VLAN 1003 for WAN
vlan 1003 name "WAN"
#Set modem ports to untag
untag eth 1/1/47 to 48
#Tag ports to 10g
tag eth 1/3/8
That looks like it will work, but try changing the lag to static if it won't come up with dynamic. Also check to see if you want the 10g port to be tagged or untagged to the new gatewayDoes it support LACP?
If so, probably something like this:
#Create lag
LAG "WAN" dynamic id 1
ports eth 1/1/47 to 48
primary-port 1/1/47
deploy
#Create VLAN 1003 for WAN
vlan 1003 name "WAN"
#Set modem ports to untag
untag eth 1/1/47 to 48
#Tag ports to 10g
tag eth 1/3/8
#Tag ports to 10g
tag eth 1/3/8
You'd have to pipe that traffic somewhere, I assumed the 10g port uplinks to a PFsense box / VM or something of that nature which would actually route.No it doesn't support dynamic has to be static....
This is the part i don't understand...
Code:#Tag ports to 10g tag eth 1/3/8
How do you 'route' all the data from 47/48 to 1/2/4 ( 10G port). Do i just tag ports 1/1/47 - 1/1/48 and port 1/2/4 with the VLAN ?
Yes I have the pfsense setup to have the WAN interface to be ix0.10 and the LAN to be ix0You'd have to pipe that traffic somewhere, I assumed the 10g port uplinks to a PFsense box / VM or something of that nature which would actually route.
Depending on what you're using for a firewall and how it's setup will change if it's tagged or untagged.
In that case it sounds like ix0.10 is VLAN10 on the WAN port, so you'd want to do aYes I have the pfsense setup to have the WAN interface to be ix0.10 and the LAN to be ix0
I'm just not clear on how to segregate the cable modem traffic on ports 47 / 48 from being on the rest of the switch.
vlan 10
tag eth 1/1/47 to 1/1/48
Everything is flat right now, I'm setting up the VLAN because I want to only have one interface card in my router, but I have to have the link aggregation in the cable modem to get the full 1.2 GB/sIn that case it sounds like ix0.10 is VLAN10 on the WAN port, so you'd want to do a
vlan 10
tag eth 1/1/47 to 1/1/48
to add those to VLAN 10.
A VLAN is a virtual LAN, like carving out ports on the switch. Anything in VLAN10 would be on the same layer 2 network as your modem, but only devices in that VLAN would see that traffic.
Do you have other ports on VLAN10 in the switch? Additionally, what's the topology for the LAN interface?
vlan 10 name "CM_WAN"
untag eth 1/1/47 to 1/1/48
show vlan
Total PORT-VLAN entries: 2
Maximum PORT-VLAN entries: 64
Legend: [Stk=Stack-Id, S=Slot]
PORT-VLAN 1, Name DEFAULT-VLAN, Priority level0, Spanning tree Off
Untagged Ports: (U1/M1) 1 2 3 4 5 6 7 8 9 10 11 12
Untagged Ports: (U1/M1) 13 14 15 16 17 18 19 20 21 22 23 24
Untagged Ports: (U1/M1) 25 26 27 28 29 30 31 32 33 34 35 36
Untagged Ports: (U1/M1) 37 38 39 40 41 42 43 44 45 46
Untagged Ports: (U1/M2) 1 2 3 4
Tagged Ports: None
Uplink Ports: None
DualMode Ports: None
Mac-Vlan Ports: None
Monitoring: Disabled
PORT-VLAN 10, Name CM_WAN, Priority level0, Spanning tree Off
Untagged Ports: (U1/M1) 47 48
Tagged Ports: None
Uplink Ports: None
DualMode Ports: None
Mac-Vlan Ports: None
Monitoring: Disabled
That'd depend on the modem, here's the SB8200 config, looks like it's LACP.I think i need to set the cable modem link aggregation ports to dual mode.... Not sure.
vlan 10
tag eth 1/3/1
Yes, that's the plan... so the ix0 interface should do all the LAN port stuff and ix0.10 should do all the WAN stuff.That'd depend on the modem, here's the SB8200 config, looks like it's LACP.
You'd want to tag your 10g port as well, something like
vlan 10
tag eth 1/3/1
That would get your WAN link online for PFsense. It looks like your LAN is untagged, are you intending to have the WAN/LAN share the same 10g port?
SSH@switchpoe(config)#show vlan
Total PORT-VLAN entries: 2
Maximum PORT-VLAN entries: 64
Legend: [Stk=Stack-Id, S=Slot]
PORT-VLAN 1, Name DEFAULT-VLAN, Priority level0, Spanning tree Off
Untagged Ports: (U1/M1) 1 2 3 4 5 6 7 8 9 10 11 12
Untagged Ports: (U1/M1) 13 14 15 16 17 18 19 20 21 22 23 24
Untagged Ports: (U1/M1) 25 26 27 28 29 30 31 32 33 34 35 36
Untagged Ports: (U1/M1) 37 38 39 40 41 42 43 44 45 46
Untagged Ports: (U1/M2) 1 2 3
Tagged Ports: None
Uplink Ports: None
DualMode Ports: (U1/M2) 4
Mac-Vlan Ports: None
Monitoring: Disabled
PORT-VLAN 10, Name CM_WAN, Priority level0, Spanning tree Off
Untagged Ports: (U1/M1) 47 48
Tagged Ports: (U1/M2) 4
Uplink Ports: None
DualMode Ports: None
Mac-Vlan Ports: None
Monitoring: Disabled
I had the dual-mode config typed out but noticed you have that already. They looks like it should probably be working.so the ix0 interface should do all the LAN port stuff and ix0.10 should do all the WAN stuff.
Rebooting a bunch makes sense, I know my modem won't hand out an IP to another MAC address without a reboot.Ok I Finally got it working....
A lot of fickle stuff going on here. I DID in fact have to use dynamic lag not static and I had to reboot the modem and restart pfsense lots of times. Also had a lot of problems getting DNS working for some crazy reason... very strange. I haven't turned on any buffer bloat settings. I've been using IPFIRE as my firewall router, but i'm going to play around with pfsense to see if they fixed their QoS controls.
Based on the breakdown of the switches, it looks like you need the ICX6610 to do BGP.This is probably a stupid question, but will the ICX6450 do BGP v4 & v6, and sustain a full table?