Difference between revisions of "Netband Project - Goodies"

From Teknologisk videncenter
Jump to: navigation, search
Line 35: Line 35:
 
aaa authorization console
 
aaa authorization console
 
aaa authorization exec default local
 
aaa authorization exec default local
 +
</pre>
 +
*telling the router to hold such messages until it detects no input from the keyboard and no other output from the router.
 +
<pre>line con 0
 +
logging synchronous
 +
line aux 0
 +
line vty 0 4
 +
logging synchronous
 +
line vty 5
 +
logging synchronous
 
</pre>
 
</pre>

Revision as of 17:51, 19 April 2009

<accesscontrol>NetBand</accesscontrol> This page is part of the Netband Project

  • send messages to other adminsitrative users through the cli
B1rt1#send *
Enter message, end with CTRL/Z; abort with CTRL/C:
hej hej
^Z
Send message? [confirm]
B1rt1#
***
***
*** Message from tty194 to all terminals:
***
hej hej
B1rt1#
***
***
*** Message from tty194 to all terminals:
***
hej hej
  • disable password check on telnet sessions
line vty 0 4
 no login
line vty 5 15
 no login
  • log straight into enable mode
aaa new-model
username admin privilige 15 password cisco 
!
aaa authentication login default group local
aaa authorization console
aaa authorization exec default local
  • telling the router to hold such messages until it detects no input from the keyboard and no other output from the router.
line con 0
 logging synchronous
line aux 0
line vty 0 4
 logging synchronous
line vty 5
 logging synchronous