We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
** PlaceHolder **
The text was updated successfully, but these errors were encountered:
For the creating the trunk port with the native vlan you can add vlan option in a playbook task: Task:
native vlan
vlan
- name: Configure port as trunk meraki_switchport: auth_key: '{{ auth_key }}' state: present serial: '{{ serial_switch }}' number: 8 enabled: true name: Test Port type: trunk vlan: 10 allowed_vlans: 10, 100, 200 delegate_to: localhost
After task screenshot from Meraki Dashboard:
That option is when the task has a vlan. In case when the option vlan is not in the playbook the port will have the previous value of the vlan.
Sorry, something went wrong.
No branches or pull requests
** PlaceHolder **
The text was updated successfully, but these errors were encountered: