Running a CRS317-1G-16S+ just doing simple L2 VLAN trunking.
Having issues with adding VLANs to interfaces (only trunks). I cannot add new VLANs to interfaces. The only way I managed to get the first lot (101-504) working was to cut/paste the config in the "stable" version, then change to the RC. The configs seem to stick.
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus2,sfp-sfpplus5 switch=switch1 vlan-id=101
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus2,sfp-sfpplus6 switch=switch1 vlan-id=102
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus2,sfp-sfpplus7 switch=switch1 vlan-id=103
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus2,sfp-sfpplus8 switch=switch1 vlan-id=104
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus1,sfp-sfpplus5 switch=switch1 vlan-id=501
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus1,sfp-sfpplus6 switch=switch1 vlan-id=502
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus1,sfp-sfpplus7 switch=switch1 vlan-id=503
/interface ethernet switch vlan add disabled=no ports=sfp-sfpplus1,sfp-sfpplus8 switch=switch1 vlan-id=504
However, I cannot add any new VLANs to interfaces whilst booted into the ROS RC.
[admin@dx02-sw01] /interface ethernet switch vlan> add ports=sfp-sfpplus1,sfp-sfpplus16 switch=switch1 vlan-id=778 disabled=no
failure: not supported for this switch
This is quite a worry that it will not accept the same config syntax/command - this is going to be going into a production environment - slowly losing faith in anything L2 on these devices!!
Any pointers?
Thanks.