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
May 25, 2009 at 9:26 pm
Why do you need 27 of them? It must take an age to type them all into notepad… :)
May 25, 2009 at 9:58 pm
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.
May 25, 2009 at 10:00 pm
One more, I believe it to be on its simplest form. Hehehe.