It appears native-vlan-id is no longer supported under interface-range, but it is supported under individual interfaces.
When upgrading to 23.x, config validation fails:
Validating against /config/juniper.conf.gz
/config/juniper.conf:447:(22) syntax error at 'native-vlan-id'
[edit interfaces interface-range xyz]
'native-vlan-id 10;'
syntax error
Validation failed
The command set interfaces interface-range xyz native-vlan-id 10
is unavailable, but IS available for any particular interface (e.g. set interface ge-0/0/0 native-vlan-id 10
, with interface-mode trunk, works).
Please advise.
------------------------------
ALEX H
------------------------------