Hi,
Im trying to figure out how to mass configure Call-home profiles on our 3000+ router and switches using prime.
So they can talk to our On-premise Air gapped SSM.
I need to configure the Call-home source-interface and the interface varies throughout our Equipment..
So my theory was to somehow grap the source interface from 'show run | include ip tacacs source-interface'
Put output interface in a variable/string and do something like:
!
ip http client source-interface $interfaceID
!
Call-home
Profile CiscoTAC-1
Source-interface $interfaceID
!
I've been fiddling around with Prime VTL and local IOS.sh. but haven't figured it out yet.
Maybe there's a better way to go about this?
Any help appreciated,
Thanks in advance