setting aliases:
alias configure a alias exec
a s sh run
a c conf t
a w write mem
a u undeb all
a i sh ip int brief
a r sh ip route
To have control on events on the router to be not annoyed during
configuration:
logging console
line con 0
logging synchronous
line aux 0
logging synchronous
to have history about old commands :
line con 0
history size 50
line aux 0
history size 50
To not have to hit the space key (when there is « more ») on each screen
(can be annoying when the config. grow longer):
line con 0
length 0
line aux 0
length0
it might be also quite nice to disable the logout for config.
line con 0
exec-timeout 0 0