Cisco Shortcuts!

BobMeadBobMead Member Posts: 55 ■■■□□□□□□□
Well this may be common to some of you but I'm using these tips and it really helps me.

When you start to grow your lab and knowledge this will help you connect/control your boxes. Now the aliases will work best but ip host is also useful.

SW-3750(config)#ip host SW3550 172.20.20.200
SW-3750(config)#exit
SW-3750#ssh sw3550

*****************************************************************

SW-3550(config)#alias exec c config t <--- ( how to build one)

Exec mode aliases:
h help
lo logout
p ping
r resume
s show
u undebug
un undebug
c config t
srb show run | begin
sri show run | include
srs show run | section
sir show ip route
siib show ip interface brief
sis show interfaces status
w wr
ctf copy tftp flash
csf copy start flash
crs copy run start

Hope this helps!
Press RETURN to get started

:roll:

Comments

  • iamme4evaiamme4eva Member Posts: 272
    You set up "w" for "wr"? That really is efficiency!
    Current objective: CCNA Security
    My blog: mybraindump.co.uk
  • FuturaFutura Member Posts: 191
    nice thread:

    My fav thing I Picked up alately is:


    switch(config)#default interface fa 0/1

    Set the port back to a default configuration, saves you putting all the settings back in with a 'no' in front.

    My 2 Bits
  • iamme4evaiamme4eva Member Posts: 272
    Futura wrote: »
    nice thread:

    My fav thing I Picked up alately is:


    switch(config)#default interface fa 0/1

    Set the port back to a default configuration, saves you putting all the settings back in with a 'no' in front.

    My 2 Bits

    That one I didn't know. Thanks!
    Current objective: CCNA Security
    My blog: mybraindump.co.uk
  • BobMeadBobMead Member Posts: 55 ■■■□□□□□□□
    Yea the default one goes to the tool bag!
    Press RETURN to get started

    :roll:
  • DANMOH009DANMOH009 Member Posts: 241
    Futura wrote: »

    switch(config)#default interface fa 0/1

    Loving this
  • networker050184networker050184 Mod Posts: 11,962 Mod
    Why do lo for logout when you can just use q for quit without adding any shortcuts!

    Some of my favorites:

    show run | section
    interface range
    An expert is a man who has made all the mistakes which can be made.
Sign In or Register to comment.