I'm looking to see if it is possible to run a SSH command on a Cisco router and record that value in the database.
Specifically, I'm looking to run this command to determine which physical interface my VPN tunnel(s) are running on.
Here is the command:
sh run int t11 | inc tunnel source
In our environment the tunnel source will be 1 of 2 interfaces and they failover automatically. I'd like to have a way to trigger on this.
Any possibilities?
Thanks everyone!
Specifically, I'm looking to run this command to determine which physical interface my VPN tunnel(s) are running on.
Here is the command:
sh run int t11 | inc tunnel source
In our environment the tunnel source will be 1 of 2 interfaces and they failover automatically. I'd like to have a way to trigger on this.
Any possibilities?
Thanks everyone!
Comment