Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Folks, I have a TCL script that copies the contents of file nat.cfg to the running configs of an ASR. The file can ether have commands to add NAT or remove e.g. ip nat inside source static 10.116.108.12 192.122.108.12 vrf test OR ...
Thanks. Tested it but didn’t seem to help. I ran the TCL script two times. First with commands in the http.cfg file that will not require a "yes" (no CLI pattern) and then with commands in the http.cfg file that will require a "yes" to be entered. Be...
My appoligies. I had pasted the wrong output. Below is the updated script and the output:SCRIPT:::cisco::eem::event_register_nonenamespace import ::cisco::eem::*namespace import ::cisco::lib::*array set arr_einfo [event_reqinfo]if [catch {cli_open} r...
Hello again Joseph, No, I was not able to get the script to work. Could please take a look? I really appreciate your help.::cisco::eem::event_register_nonenamespace import ::cisco::eem::*namespace import ::cisco::li...
Hi Joseph, Thank you for your quick reply. Yes, you may have been asked the same question via some internal sources. The issue with clear ip nat is that we are running VRF so each clear ip nat needs to be dynamically genera...