cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
400
Views
2
Helpful
3
Replies

Ansible API for Interface configuration

lanagna
Level 1
Level 1

Hi Team, Looking for Ansible API for configuring below interface config, which has been done manually via cli mode.

Configuration:

 

config terminal
interface GigabitEthernet 1
ip address <ipv4> <netmask>
no shutdown
ipv6 enable
ipv6 address autoconfig
!

2 Accepted Solutions

Accepted Solutions

In this webinar we discuss APIs, Ansible and Automation in ISE 3.1. For more information and ask any ISE related questions, visit our online community at http://cs.co/ise-community . For the code examples used in this webinar, see https://github.com/1homas/20210406-ISE-REST-APIs-Webinar 🕓Topics:...

thomas
Cisco Employee
Cisco Employee
3 Replies 3

In this webinar we discuss APIs, Ansible and Automation in ISE 3.1. For more information and ask any ISE related questions, visit our online community at http://cs.co/ise-community . For the code examples used in this webinar, see https://github.com/1homas/20210406-ISE-REST-APIs-Webinar 🕓Topics:...

thomas
Cisco Employee
Cisco Employee

See ISE CLI with Ansible for how I have done it.

lanagna
Level 1
Level 1

Thanks @thomas  @ahollifield  for sharing the details, referring the same after my vacation. Will query back soon.