I am running version 4.3.0 Build 4300.
When I execute the following custom template as script execution it says that it was successful.....
! config t ! ! banner login ^C ******************************************************************** * * * WARNING WARNING WARNING * * * ******************************************************************** * Unauthorized access to this system is forbidden and will be * * prosecuted by law. By accessing this system, you agree that your * * actions may be monitored if unauthorized usage is suspected. * * * ******************************************************************** ^C ! End !wr Mem !
But when I check the execution output the following is what is there...
Entered into the enable login mode successfully. ! TEST3#conf t Enter configuration commands, one per line. End with CNTL/Z. TEST3(config)#! TEST3(config)#banner login # Enter TEXT message. End with the character '#'.******************************************************************** * * ^ % Invalid input detected at '^' marker. TEST3>* WARNING WARNING WARNING * ^ % Invalid input detected at '^' marker. TEST3>* * ^ % Invalid input detected at '^' marker. TEST3>******************************************************************** % Unknown command or computer name, or unable to find computer address TEST3>* Unauthorized access to this system is forbidden and will be * ^ % Invalid input detected at '^' marker. TEST3>* prosecuted by law. By accessing this system, you agree that your * ^ % Invalid input detected at '^' marker. TEST3>* actions may be monitored if unauthorized usage is suspected. * ^ % Invalid input detected at '^' marker. TEST3>* * ^ % Invalid input detected at '^' marker. TEST3>******************************************************************** % Unknown command or computer name, or unable to find computer address TEST3># TEST3>! TEST3>end Translating "end"...domain server (255.255.255.255) Translating "end"...domain server (255.255.255.255) (255.255.255.255)! TEST3>wr Translating "wr"...domain server (255.255.255.255) Translating "wr"...domain server (255.255.255.255)! TEST3>
I have even made the banner as simple as a few words after the delimiting character and have the same results.
Any suggestions as to the cause of this would be greatly appreciated.