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

How can i collect Configurations from all cisco devices with ISE?

enzo80
Level 1
Level 1

Currently am using the archive command

R1(config)#archive
R1(config-archive)#path tftp://172.16.1.10/$h-$t
R1(config-archive)#exitISE, backup-config

ISE, backup-config

1 Accepted Solution

Accepted Solutions

Arne Bier
VIP
VIP

Hello @enzo80 

 

ISE is not a network management tool - it is used for NAC (Network Access Control).

If you want to collect configs from all Cisco devices then look at tools like Cisco Prime Infrastructure, Cisco DNA Center or Solarwinds etc. You can also make your own Python scripts using the netmiko library.

 

Hope that helps

View solution in original post

2 Replies 2

Arne Bier
VIP
VIP

Hello @enzo80 

 

ISE is not a network management tool - it is used for NAC (Network Access Control).

If you want to collect configs from all Cisco devices then look at tools like Cisco Prime Infrastructure, Cisco DNA Center or Solarwinds etc. You can also make your own Python scripts using the netmiko library.

 

Hope that helps

Greg Gibbs
Cisco Employee
Cisco Employee

Cisco ISE is, in essence, a AAA server (with advanced features). Backing up network device configurations is not a function performed by ISE.

If you need a platform to manage network devices (configuration, compliance, etc), you might have a look at Prime Infrastructure.