Trying to figure out how to set a login banner when logging in to the switch?
Paul,
The command to do this is:
(config)#Banner Login <delimiting character>
<INPUT>
<delimiting character>
So to add a banner that state "Access only if authorized", the command would look like the below:
(config)#Banner Login $
Access only if Authorized
$
Thanks,
Evan
Paul,
The command to do this is:
(config)#Banner Login <delimiting character>
<INPUT>
<delimiting character>
So to add a banner that state "Access only if authorized", the command would look like the below:
(config)#Banner Login $
Access only if Authorized
$
Thanks,
Evan