You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is possible to tag a VLAN or VLAN range on an interface without the VLAN actually existing. When you create the VLAN afterwards, it is not working and needs to be added again.
Create the VLAN afterwards (e.g. interface Vlan12)
Now the VLAN is not working, even though we tagged it:
sonic# show Vlan 12
Q: A - Access (Untagged), T - Tagged
NUM Status Q Ports Autostate Dynamic
12 Inactive Enable
Repeat step 1 and afterwards repeat step 3 to see it now working.
I think the KLISH CLI should throw an error when you try to tag a VLAN that is not yet created. This will avoid both the situation described above, and will clarify for users that VLANs need to be created first.
Edit: This might also effect the 'all' tagging option
The text was updated successfully, but these errors were encountered:
It is possible to tag a VLAN or VLAN range on an interface without the VLAN actually existing. When you create the VLAN afterwards, it is not working and needs to be added again.
interface Vlan12
)I think the KLISH CLI should throw an error when you try to tag a VLAN that is not yet created. This will avoid both the situation described above, and will clarify for users that VLANs need to be created first.
Edit: This might also effect the 'all' tagging option
The text was updated successfully, but these errors were encountered: