So I am trying to make my Sonos speakers work and since I switched to the ICX6610 I just can't get it to work.
I disabled spanning-tree on relevant ports, setup IGMP snooping, put an ip helper-address... I have PIMD setup on pfSense as per the old working config with an interface to vlan 30 (IoT) and the interface going to my switch. 192.168.200.1 is pfSense, 192.168.200.2 is the switch.
Here is my config:
Here are the show multicast results for vlan 20 (trusted) and vlan 30 (iot)
I disabled spanning-tree on relevant ports, setup IGMP snooping, put an ip helper-address... I have PIMD setup on pfSense as per the old working config with an interface to vlan 30 (IoT) and the interface going to my switch. 192.168.200.1 is pfSense, 192.168.200.2 is the switch.
Here is my config:
Code:
Current configuration:
!
ver 08.0.30uT7f3
!
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
no legacy-inline-power
stack disable
!
!
!
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
!
vlan 20 name trusted by port
tagged ethe 1/1/43 to 1/1/45 ethe 1/1/47 to 1/1/48
untagged ethe 1/1/25 to 1/1/30 ethe 1/3/5 to 1/3/6
router-interface ve 20
multicast passive
!
vlan 30 name iot by port
tagged ethe 1/1/43 to 1/1/44 ethe 1/1/47 to 1/1/48
untagged ethe 1/1/33 to 1/1/40
!
vlan 50 name security by port
tagged ethe 1/1/43 to 1/1/44 ethe 1/1/47 to 1/1/48
untagged ethe 1/1/31 to 1/1/32
!
vlan 70 name GUEST by port
tagged ethe 1/1/43 to 1/1/44 ethe 1/1/47 to 1/1/48
!
vlan 200 name lab by port
tagged ethe 1/1/43 to 1/1/44 ethe 1/1/47 to 1/1/48
untagged ethe 1/1/1 to 1/1/14 ethe 1/3/1 to 1/3/4
router-interface ve 200
!
vlan 220 name WFH by port
tagged ethe 1/1/43 to 1/1/44 ethe 1/1/47 to 1/1/48
!
vlan 255 name management by port
tagged ethe 1/1/43 to 1/1/45 ethe 1/1/47 to 1/1/48
untagged ethe 1/1/15 to 1/1/24
!
!
!
!
!
optical-monitor
aaa authentication web-server default local
aaa authentication login default local
enable telnet authentication
enable telnet password .....
bpdu-flood-enable
hostname core-switch
ip dhcp-client disable
ip dns server-address 10.200.0.2 10.20.0.1
ip route 0.0.0.0/0 192.168.200.1
ip add-host-route-first
ip multicast passive
!
username mcct password .....
!
!
clock summer-time
clock timezone gmt GMT-05
!
!
ntp
server 162.159.200.123
server 216.239.35.0
!
!
web-management https
!
router ospf
area 0
!
!
!
!
!
!
!
interface ethernet 1/1/43
dual-mode 255
no spanning-tree
inline power
!
interface ethernet 1/1/44
dual-mode 255
no spanning-tree
inline power
!
interface ethernet 1/1/45
dual-mode
!
interface ethernet 1/1/47
dual-mode
!
interface ethernet 1/1/48
dual-mode
no spanning-tree
!
interface ethernet 1/3/1
speed-duplex 10G-full
!
interface ethernet 1/3/2
speed-duplex 10G-full
!
interface ethernet 1/3/3
speed-duplex 10G-full
!
interface ethernet 1/3/4
speed-duplex 10G-full
!
interface ethernet 1/3/5
speed-duplex 10G-full
!
interface ethernet 1/3/6
speed-duplex 10G-full
!
interface ethernet 1/3/7
speed-duplex 10G-full
!
interface ethernet 1/3/8
speed-duplex 10G-full
!
interface ve 1
ip address 192.168.200.2 255.255.255.0
ip ospf area 0
!
interface ve 20
ip address 10.20.1.1 255.255.0.0
ip helper-address 1 10.200.0.2
ip helper-address 2 192.168.200.1
ip ospf area 0
!
interface ve 200
ip address 10.200.1.1 255.255.0.0
ip ospf area 0
!
!
!
!
!
!
!
!
!
end
Code:
SSH@core-switch(config)#sh ip mu vlan 30
Version=2, Intervals: Query=125, Group Age=260, Max Resp=10, Other Qr=255
VL30: dft V2, glb cfg passive, 3 grp, 2 (*G) cache, rtr ports,
router ports: e1/1/48(260) 10.30.0.1,
e1/1/39 has 0 groups,
This interface is non-Querier (passive)
default V2
e1/1/40 has 0 groups,
This interface is non-Querier (passive)
default V2
e1/1/43 has 3 groups,
This interface is non-Querier (passive)
default V2
group: 239.255.3.22, life = 260
group: 239.255.255.251, life = 240
group: 239.255.255.250, life = 240
e1/1/44 has 1 groups,
This interface is non-Querier (passive)
default V2
group: 239.255.255.250, life = 240
e1/1/48 has 1 groups,
This interface is non-Querier (passive)
default V2
**** Warning! has V3 (age=80) nbrs
group: 239.255.255.250, life = 240
SSH@core-switch(config)#sh ip mu vlan 20
Version=2, Intervals: Query=125, Group Age=260, Max Resp=10, Other Qr=255
VL20: dft V2, vlan cfg passive, 0 grp, 1 (*G) cache, no rtr port,
e1/1/25 has 0 groups,
This interface is non-Querier (passive)
default V2
e1/1/43 has 0 groups,
This interface is non-Querier (passive)
default V2
e1/1/44 has 0 groups,
This interface is non-Querier (passive)
default V2
e1/1/48 has 0 groups,
This interface is non-Querier (passive)
default V2