Posted by: Mar Apuhin | May 24, 2009

My 27 Favorite Aliases

conf t
alias exec r show ip route
alias exec ss show run | s ^router
alias exec sr show run | b ^router
alias exec s show ip int brief
alias exec su show ip int brief | e unassigned

alias exec r6 show ipv6 route
alias exec s6 show ipv6 int brief
alias exec rc show run
alias exec i show run interface
alias exec b show ip bgp

alias exec o show ip ospf
alias exec e shwo ip eigrp
alias exec c config term
alias exec pm show policy-map
alias exec rm show route-map

alias exec al show access-list
alias exec pl show ip prefix-list
alias exec m show ip mroute
alias exec pp show ip pim
alias exec cm show class-map

alias exec v show vlan brief
alias exec pb ping 255.255.255.255
alias exec ciop clear ip ospf proce
alias exec cien clear ip eigrp nei
alias exec cib clear ip bgp *

alias exec cir clear ip route *
alias exec t show int trunk
end
wr


Responses

  1. Why do you need 27 of them? It must take an age to type them all into notepad… :)

  2. Simply, it works for me. I can type it all in 3 minutes. :-). The main motivation is that it is a time saver, doing away with type errors.

  3. One more, I believe it to be on its simplest form. Hehehe.


Leave a response

Your response:

Categories