cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
6154
Views
15
Helpful
5
Replies

Login banner

akshaya_k
Level 1
Level 1

I wanted to create a login banner

switch(config)#banner login ^

                                   ^

% Invalid input detected at '^' marker.

 

There is no banner login option too..Please help me with this..TIA

1 Accepted Solution

Accepted Solutions

Martin L
VIP
VIP

 

in Packet Tracer some commands do not work on switch but do work on Router; try banner login  on L3 sw or router.

banner login does not work in c2960 in PT. 

Always. check command options and availability with help of "? "

 

Regards, ML
**Please Rate All Helpful Responses **

View solution in original post

5 Replies 5

balaji.bandi
Hall of Fame
Hall of Fame

we need more information on what is the device model and IOS code running 

 

it works :

 

(config)#banner login ^ testing ^C
(config)#

 

(config)#do show run | in banner
banner login ^C testing ^C

 

Can you post the below output :

 

config t

!

(config)# banner ?  ( see what option you have)

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

Thanks for the response.

Its switch 2960-24TT.I have MOTD banner option alone.

Martin L
VIP
VIP

 

in Packet Tracer some commands do not work on switch but do work on Router; try banner login  on L3 sw or router.

banner login does not work in c2960 in PT. 

Always. check command options and availability with help of "? "

 

Regards, ML
**Please Rate All Helpful Responses **

Thanks Martin.

That was helpful.It makes sense.

no problem, Remember Packet tracer from Cisco Net Academy is a simulator build to mimic behavior of real IOS but it is not real IOS.

not all features and commands are supported, and from those that are supported, behavior is not exactly the same as real ios.

It is excellent tool at CCNA level but not for more advanced stuff and beyond CCNA. For real IOS behavior you can try: GNS3 uses real router IOS, CML uses virtual IOS.