Wednesday, February 13, 2013

using Cisco Alias exec commands

  1. Building a common alias list always helps when using multiple commands for studying. This is especially helpful with common show commands that can wear on your hands ... and your time limit. here is an alias list. The cool thing about aliases is that you can use them in configuration mode, and you can also append to the base commands.

    For example:

    R1(config)#do sir 192.168.0.0
    R1(config)#do srs router eigrp
     
    alias exec srb show run | begin
    alias exec sri show run | include
    alias exec srs show run | section
     
    alias exec sir show ip route
    alias exec siib show ip interface brief
    alias exec sis show interfaces status
     
    alias exec sib show ip bgp
    alias exec sibs show ip bgp summary
    alias exec sibn show ip bgp neighbor
     
    alias exec sio show ip ospf
    alias exec sion show ip ospf neighbor
    alias exec sioi show ip ospf interface
    alias exec siod show ip ospf database
     
    alias exec siet show ip eigrp topology
    alias exec siei show ip eigrp interface
    alias exec sien show ip eigrp neighbor
     
    alias exec sird show ip rip database

1 comment: