The answer might depend on which exactly CRS device are we talking? If we’re talking about CRS3xx, then the answer is likely: “can be, but not using single command”.
The reason being: VLANs on CRS3xx are configured like this:
as the combination bridge=bridge vlan-ids=666 overlaps the combination bridge=bridge vlan-ids=1-4094 already in use.
Essentially this way you can create a trunk with “wildcard” VLANs, you can even create a few such trunks and switch will forward “wildcard” VLANs between such interfaces, but you can’t add an access port later on (or a “non-wildcard” trunk port) … in that case, you’d have to drop all VLAN config and start to create smaller VLAN chunks to allow that one exceptional port.
Thank you for your hints. That’s not, what I hoped, but maybe scriptable. It would be great to have an option to set a port to mode “contains all VLANs”.