Hello, a stupid beginner question:
I have hEX PoE (6.45.1) configured w/ three VLANs (3,4,9). Ports ether2 and ether5 are trunk ports (all VLANs tagged), while ports ether3 and ether4 are access ports (untagged VLAN 3 & VLAN 4 respectively).
Now I want to add a fiber SFP module to sfp1 and make it a trunk port as well.
How should I configure the device to achieve this?
I understand the SFP port is separate to HW switch, does this affect the config somehow?
I have added sfp1 to my bridge (bridge1):
/int bri po pri
Flags: X - disabled, I - inactive, D - dynamic, H - hw-offloadINTERFACE BRIDGE HW PVID PRIORITY PATH-COST INTERNAL-PATH-COST HORIZON
0 I ;;; defconf
sfp1 bridge1 no 1 0x80 10 10 none
1 H ether3 bridge1 yes 1 0x80 10 10 none
2 H ether2-master bridge1 yes 1 0x80 10 10 none
3 H ether4 bridge1 yes 1 0x80 10 10 none
4 H ether5 bridge1 yes 1 0x80 10 10 none
Command
/int eth swi port pri
does not show the sfp1 at all.
Currently shows this:
Flags: I - invalid
NAME SWITCH VLAN-MODE VLAN-HEADER DEFAULT-VLAN-ID
0 ether1 switch1 disabled leave-as-is auto
1 ether3 switch1 secure always-strip 3
2 ether4 switch1 secure always-strip 4
3 ether5 switch1 secure add-if-missing auto
4 ether2-master switch1 secure add-if-missing auto
5 switch1-cpu switch1 secure leave-as-is auto
Also, I can not add sfp1 to port lists on
/int ether swi vlan
Currently:
Flags: X - disabled, I - invalid
SWITCH VLAN-ID PORTS
0 switch1 3 ether2-master
ether3
ether5
switch1-cpu
1 switch1 4 ether2-master
ether4
ether5
switch1-cpu
2 switch1 9 ether2-master
ether5
switch1-cpu
So, in short, what am I doing wrong?