Using Embedded Event Manager
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2007 03:02 PM - edited 03-03-2019 07:26 PM
I would like to find out if you can use the extended ping cli command within EEM. If not is there some way I can specify the source address for a ping within EEM?
- Labels:
-
Other Routing

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-09-2007 08:54 AM
You can certainly use an extended ping with EEM. You don't even have to have it interactive. For example:
ping ip 10.1.1.1 source 11.1.1.1 ...
You would then process the output of this command as you would any other in EEM. I have a library that helps interact with the CLI within an EEM TCL policy at http://www.cisco.com/go/ciscobeyond/ . You may find that helpful.
