AI, ML, Development + Cisco Learning Blog Learning about Machine Learning, Artificial Intelligence, related devlopment topics and formerly Routing and Switching, Datacenter, Security and other topics, CCIE #23664, Frank Wagner

6. Juli 2006

helpfull tips for configuring on the console

Filed under: Tips / Hints — ocsic @ 11:52

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

1. Juni 2006

Changing the escape key

Filed under: Tips / Hints — ocsic @ 15:16

If you want to excape for example a traceroute you
have to use the excape key. For cisco devices it’s normally crtl-shift-6-X. This is not so easy. It’s easier to change the excape key for example to ctrl-c.

Add the line:

line vty 0 4
escape-character 3

to your vty configuration.

« Newer Posts

Powered by WordPress