How can I create a multi line banner?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2013 09:00 PM
I am using the following:
action 1.0 cli command "banner exec Z text1 text2 text3 Z"
I would like the text to appear as:
text1
text2
text3
What do I need to change to be able to do this?
Ryan
- Labels:
-
EEM Scripting

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2013 10:01 PM
Force a line feed with either
Sent from Cisco Technical Support iPad App
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2013 01:20 AM
Neither of these work.
router(config-applet)#action 91.3 cli command "banner exec Z
Warning: Assumed end-quote for quoted string
router(config-applet)#action 91.3 cli command "banner exec Z
Warning: Assumed end-quote for quoted string
chaney-xtr(config-applet)#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-14-2013 04:40 PM
Ok this works:
action 91.3 cli command "banner exec Z\x0aCurrent ADSL speed is $dsl_rate Mbps Noise Margin is $noise_margin dB, $carrier_transitions WAN interface resets since counters last cleared \x0aZ"
