But xe-0/0/16 port is not included in the range_1, this is seen in the config above.
I do not use the range in xe-0/0/16 interface, I use it on ae27 and other.
On xe-0/0/16 I need separate members (example: members vlan8, vlan13, vlan11, vlan122, vlan161, vlan229 and etc), BUT NOT ALL RANGES or all members.
But this does not accept the configuration, how else are the options?
My range's:
range_1 { vlan-range 4-75; } range_2 { vlan-range 76-132; } range_3 { vlan-range 133-180; } range_4 { vlan-range 181-252; } ae27 { aggregated-ether-options { link-speed 1g; lacp { active; periodic slow; } } unit 0 { family ethernet-switching { port-mode trunk; vlan { members [ range_1 range_2 range_3 range_4 ]; } } } show | compare [edit interfaces xe-0/0/16 unit 0 family ethernet-switching] + vlan { + members vlan30; + } [edit vlans] + vlan30 { + vlan-id 30; + }
show interfaces xe-0/0/16
unit 0 {
family ethernet-switching {
vlan {
members vlan30;
}
}
}
commit check error: tag value 30 is being used by more than one vlan <__range_1_30__> and <vlan30> error: configuration check-out failed