September 2018
Beginner to intermediate
214 pages
5h 53m
English
This module manages the interface configuration of the Cisco network switches. In the following simple playbook, we will configure an interface and enable it:
- name: configure a gigabit interface and make ready to use ios_interface: name: GigabitEthernet0/1 description: lab-network-link duplex: full speed: 1000 mtu: 9000 enabled: True state: up
Read now
Unlock full access