cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
368
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
3 Replies 3

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.