cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
322
Views
1
Helpful
2
Replies

Restoring SXP Devices on ISE

Adam99_Security
Level 1
Level 1

I'm looking for a method how to import and export SXP device into new ISE server. I did a Backup-Restore method and it didn't restore the SXP devices. Please advise if there any way to achieve that ?

1 Accepted Solution

Accepted Solutions

Greg Gibbs
Cisco Employee
Cisco Employee

If the configured SXP Devices exist in the ISE instance from which you're taking the backup and are not created in the ISE instance to which you are restoring the configuration from that backup, you might want to open a TAC case to investigate. That seems like a very important configuration missing from the restore.

The only method to export/import the SXP Devices would be using the APIs. You would need to use GET calls to retrieve the settings for each individual connection on the source instance, then use either individual POST calls or a bulk PUT call on the target instance.

https://developer.cisco.com/docs/identity-services-engine/latest/#!sxpconnections

View solution in original post

2 Replies 2

Greg Gibbs
Cisco Employee
Cisco Employee

If the configured SXP Devices exist in the ISE instance from which you're taking the backup and are not created in the ISE instance to which you are restoring the configuration from that backup, you might want to open a TAC case to investigate. That seems like a very important configuration missing from the restore.

The only method to export/import the SXP Devices would be using the APIs. You would need to use GET calls to retrieve the settings for each individual connection on the source instance, then use either individual POST calls or a bulk PUT call on the target instance.

https://developer.cisco.com/docs/identity-services-engine/latest/#!sxpconnections

Adam99_Security
Level 1
Level 1

Thank you!