cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
774
Views
0
Helpful
3
Replies

LMS 2.6, RME Baseline Template to Deploy a Banner

czarman
Level 1
Level 1

I'm working on deploying a banner login to my switches via IOS. I tried it as basic & advanced w/o luck. The job is successful but, there is no banner deployed. Any help would be appreciated.

Thanks,

Paul

3 Replies 3

Joe Clarke
Cisco Employee
Cisco Employee

What does your template look like, and what version of RME are you using?

RME 4.0.5

+ banner login ^C Banner contents OK^C

Try:

+ banner login "Banner contents OK"

This assumes a single line. Multi-line banners require a separate syntax. Each line needs to be separated by \n. For example:

+ banner login "This is a\nmultiline\nbanner"