Skip to content

Instantly share code, notes, and snippets.

@NeverBehave
Created August 23, 2025 03:41
Show Gist options
  • Save NeverBehave/e23bc256203b86df50ca0bae277b3e79 to your computer and use it in GitHub Desktop.
Save NeverBehave/e23bc256203b86df50ca0bae277b3e79 to your computer and use it in GitHub Desktop.
JunOS setup for UniFi Native VLAN Device
interface-range ap-ports {
unit 0 {
family ethernet-switching {
port-mode trunk;
vlan {
members all;
except admin;
}
native-vlan-id admin;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment