Hello.
I have found information on initial configurations using command line but not much on making changes on switches.
I need to change the configuration of an sfp port on a CRS326-24G-2S+ and would like to do this via the command line.
It is currently set up as a trunk port in a multiple VLAN configuration. I now need it as an access port for a single VLAN, since it is now connected to a server with a new 10G network card.
I can't work out the syntax to do this. Do I need to completely remove it from the bridge and start from scratch or can I use the "set" command to reconfigure it?
Below is the current VLAN config. I need to repurpose "sfp1" as an access port on VLAN 1015 and leave "sfp2" as the trunk port.
==============
interface bridge vlan print detail
Flags: X - disabled, D - dynamic
0 bridge=BR1 vlan-ids=22 tagged=sfp1,sfp2 untagged=ether2 current-tagged=sfp2 current-untagged=""
1 bridge=BR1 vlan-ids=1005 tagged=sfp1,sfp2 untagged=ether3,ether4,ether5,ether6,ether7,ether8 current-tagged=sfp2
current-untagged=ether3,ether4
2 bridge=BR1 vlan-ids=1030 tagged=sfp1,sfp2 untagged=ether9,ether10,ether11,ether12 current-tagged=sfp2
current-untagged=ether10,ether12
3 bridge=BR1 vlan-ids=1006 tagged=sfp1,sfp2 untagged=ether13,ether14,ether15,ether16,ether17,ether18 current-tagged=sfp2
current-untagged=ether14,ether18,ether13,ether16
4 bridge=BR1 vlan-ids=1015 tagged=BR1,sfp1,sfp2 untagged=ether19,ether20,ether21,ether22 current-tagged=BR1,sfp2,sfp1
current-untagged=""
5 D bridge=BR1 vlan-ids=1 tagged="" untagged="" current-tagged="" current-untagged=BR1
===========
I have tried to work out the syntax but cannot get it to work.
Thanks.