cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
640
Views
0
Helpful
2
Replies

configuring cisco switch through ansible

djs4451
Level 1
Level 1

I am trying to configure Cisco switch through ansible.  The module is ios_interface. But the value for delay is not getting set up. Please help.

2 Replies 2

balaji.bandi
Hall of Fame
Hall of Fame

post the steps followed and what is not working with clear steps :

1. device model

2. IOS code running

3. ansible code you used.

 

But the value for delay is not getting set up. Please help. - what value ?

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

djs4451
Level 1
Level 1

Hello Balaji,

This is the ansible code

name: change
remote_user: abc
hosts: soandso
become: True
tasks:
- name: change for soandso
   ios_interface:
      name: Loopback123
      description: test interface
      state: up
      delay: 110

model is  C9300L-48P-4G

sw version is 17.06.02 

 

 

 

Review Cisco Networking for a $25 gift card