September 2018
Beginner to intermediate
214 pages
5h 53m
English
This module allows the configuration of VLANs on a Cisco switch. This sample playbook shows how to add some network interfaces to a VLAN:
- name: Add new lab VLAN ios_vlan: vlan_id: 45 name: lab-vlan state: present- name: Add network interface to the lab VLAN ios_vlan: vlan_id: 45 nterfaces: - GigabitEthernet0/1 - GigabitEthernet0/2
Read now
Unlock full access