Looks like you have all of your VLANs tagged on just about every port on these switches. Is that what you mean to do?Thanks for your reply itronin.
Code:SSH@ICX6610-24 Switch#sh run Current configuration: ! ver 08.0.30tT7f1 ! stack unit 1 module 1 icx6610-24-port-management-module module 2 icx6610-qsfp-10-port-160g-module module 3 icx6610-8-port-10g-dual-mode-module priority 128 stack-port 1/2/1 1/2/6 stack unit 2 module 1 icx6610-24-port-management-module module 2 icx6610-qsfp-10-port-160g-module module 3 icx6610-8-port-10g-dual-mode-module stack-port 2/2/1 2/2/6 stack enable stack mac xxxx.xxxx.xx74 ! ! ! lag xxxx dynamic id 1 ports ethernet 1/3/8 ethernet 2/3/8 primary-port 1/3/8 deploy port-name xxxx ethernet 1/3/8 port-name xxxx ethernet 2/3/8 ! lag xxxx dynamic id 2 ports ethernet 1/3/3 ethernet 2/3/3 primary-port 1/3/3 deploy ! lag xxxx dynamic id 3 ports ethernet 1/3/4 ethernet 2/3/4 primary-port 1/3/4 deploy ! ! vlan 1 name DEFAULT-VLAN by port ! vlan xxxx name xxxx by port tagged ethe 1/3/1 ethe 1/3/8 ethe 2/3/1 ethe 2/3/8 spanning-tree 802-1w ! vlan xxxx name xxxx by port tagged ethe 1/3/1 ethe 1/3/8 ethe 2/3/1 ethe 2/3/8 spanning-tree 802-1w ! vlan xxxx name xxxx by port tagged ethe 1/1/1 to 1/1/24 ethe 1/2/2 to 1/2/5 ethe 1/2/7 to 1/2/10 ethe 1/3/1 to 1/3/7 ethe 2/1/1 to 2/1/24 ethe 2/2/2 to 2/2/3 ethe 2/2/5 ethe 2/2/7 to 2/2/10 ethe 2/3/1 to 2/3/7 spanning-tree 802-1w ! vlan xxxx name xxxx by port tagged ethe 1/1/1 to 1/1/24 ethe 1/2/2 to 1/2/5 ethe 1/2/7 to 1/2/10 ethe 1/3/1 to 1/3/7 ethe 2/1/1 to 2/1/24 ethe 2/2/2 to 2/2/3 ethe 2/2/5 ethe 2/2/7 to 2/2/10 ethe 2/3/1 to 2/3/7 spanning-tree 802-1w ! vlan xxxx name xxxx by port tagged ethe 1/1/1 to 1/1/24 ethe 1/2/2 to 1/2/5 ethe 1/2/7 to 1/2/10 ethe 1/3/1 to 1/3/7 ethe 2/1/1 to 2/1/24 ethe 2/2/2 to 2/2/3 ethe 2/2/5 ethe 2/2/7 to 2/2/10 ethe 2/3/1 to 2/3/7 spanning-tree 802-1w ! vlan xxxx name xxxx by port tagged ethe 1/1/1 to 1/1/24 ethe 1/2/2 to 1/2/5 ethe 1/2/7 to 1/2/10 ethe 1/3/1 to 1/3/7 ethe 2/1/1 to 2/1/24 ethe 2/2/2 to 2/2/3 ethe 2/2/5 ethe 2/2/7 to 2/2/10 ethe 2/3/1 to 2/3/7 spanning-tree 802-1w ! vlan xxxx name xxxx by port tagged ethe 1/1/1 to 1/1/24 ethe 1/2/2 to 1/2/5 ethe 1/2/7 to 1/2/10 ethe 1/3/1 to 1/3/7 ethe 2/1/1 to 2/1/24 ethe 2/2/2 to 2/2/3 ethe 2/2/5 ethe 2/2/7 to 2/2/10 ethe 2/3/1 to 2/3/7 spanning-tree 802-1w ! ! ! ! ! aaa authentication enable default local aaa authentication login default local boot sys fl sec jumbo enable telnet authentication ip address x.x.x.x x.x.x.x ip dns server-address 8.8.8.8 no ip dhcp-client enable ip default-gateway x.x.x.x ! username xxxx password ..... ! ! clock timezone gmt GMT+03 ! ! ntp disable serve server 192.36.143.130 server 213.251.52.185 ! ! hitless-failover enable interface ethernet 1/1/17 dual-mode xxxx ! interface ethernet 1/2/1 port-name xxxx ! interface ethernet 1/3/1 port-name xxxx 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 dual-mode xxxx 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 port-name xxxx speed-duplex 10G-full ! interface ethernet 2/2/4 no spanning-tree ! interface ethernet 2/3/1 speed-duplex 10G-full ! interface ethernet 2/3/2 speed-duplex 10G-full ! interface ethernet 2/3/5 speed-duplex 10G-full ! interface ethernet 2/3/6 speed-duplex 10G-full ! interface ethernet 2/3/7 speed-duplex 10G-full ! ! ! ! ! ! ip ssh timeout 60 ! ! end
I only configure ports that way when I need to use them for trunking to another switch, or to pfSense. Most of my ports are set up with a single, untagged VLAN. Here's a snippet from my 6610-48 config, where you can see that ports 1/1/1, 1/1/2, 1/3/,1, and 1/3/2 are 'trunk' ports for connecting switches and everything else is for connecting edge devices:
Code:
!
vlan 1 name DEFAULT-VLAN by port
router-interface ve 1
!
vlan 10 name Secure by port
tagged ethe 1/1/1 to 1/1/2 ethe 1/3/1 to 1/3/2
untagged ethe 1/1/3 to 1/1/5 ethe 1/1/7 ethe 1/1/9 to 1/1/11 ethe 1/1/13 to 1/1/36 ethe 1/2/2 to 1/2/5 ethe 1/3/3 to 1/3/5
router-interface ve 10
!
vlan 20 name Gizmos by port
tagged ethe 1/1/1 to 1/1/2 ethe 1/3/1 to 1/3/2
untagged ethe 1/1/37 to 1/1/38
router-interface ve 20
!
vlan 30 name WiFi by port
tagged ethe 1/1/1 to 1/1/2 ethe 1/3/1 to 1/3/2
untagged ethe 1/1/45 to 1/1/48
router-interface ve 30
!
vlan 40 name Cameras by port
tagged ethe 1/1/1 to 1/1/2 ethe 1/3/1 to 1/3/2
untagged ethe 1/1/39 to 1/1/44
router-interface ve 40
!
vlan 1000 name Storage by port
untagged ethe 1/1/6 ethe 1/1/8 ethe 1/1/12 ethe 1/2/7 to 1/2/10 ethe 1/3/6 to 1/3/8
router-interface ve 1000
!