Hi all experts.
I am trying to pass the following configuration using RANCID tool
tclsh
set ip_address [exec "sh run int tun 1 | in ip address"]
ios_config "int tun 1" "shut" "int tun 2" "\$ip_address"
But when i perform the above, after getting the tcl prompt, anything i enter, doesnt take any effect. Why is this so ? any workaround for this pls ?