[c-nsp] EEM Multiple Outputs
Mohammad Khalil
eng_mssk at hotmail.com
Mon May 18 08:43:31 EDT 2015
Thanks very much , it worked for me
BR,
Mohammad
> Subject: Re: [c-nsp] EEM Multiple Outputs
> From: peter at rathlev.dk
> To: eng_mssk at hotmail.com
> CC: cisco-nsp at puck.nether.net
> Date: Mon, 18 May 2015 09:41:57 +0200
>
> On Mon, 2015-05-18 at 10:32 +0300, Mohammad Khalil wrote:
> > Thanks very much , how can I make some space between the outputs?
>
> The "puts" action accepts "\n", if by space you mean empty lines:
>
> event manager applet TEST-APPLET
> event none sync yes
> action 1.0 cli command "show interfaces Gi1/1 | incl packets"
> action 1.1 set PAR1 "$_cli_result"
> action 2.0 cli command "show clock"
> action 2.1 set PAR2 "$_cli_result"
> action 3.0 puts "$PAR1"
> action 3.1 puts "\n"
> action 3.2 puts "$PAR2"
> !
>
> --
> Peter
>
>
>
More information about the cisco-nsp
mailing list