From: Michael Snyder (msnyder@wk.net)
Date: Mon Oct 27 2003 - 11:56:05 GMT-3
Try the command below.
It removes the header and obsolete classful info from the show ip route
command.
' show ip route | e sub|- '
Finally I can read the router displays side by side!!!!
Still haven't figured out the sorting method the route table uses.
Below is my alias list. It's quite handy.
For example,
'so n' is show ip ospf nei
'se to d' is show ip eigrp top detailed
'cb' is clear bgp
'ci' is clear ip route
'so d' is show ip ospf database
'sb' is show ip bgp
alias exec c config t
alias exec s show ip interface brief | e unass|Int
alias exec cb clear ip bgp *
alias exec ci clear ip route *
alias exec co clear ip ospf process
alias exec ce clear ip eigrp neighbors
alias exec sb show ip bgp
alias exec se show ip eigrp
alias exec sf show frame-relay
alias exec si show ip route | e sub|-
alias exec so show ip ospf
alias exec sr show running-config | e alias
alias exec sbs show ip bgp neighbors | include BGP state
alias exec sbn show ip bgp neighbors | include BGP neighbor
BTW, when you are grading your home labs, don't forget to use ' show ip
route summary ' The total subnets on each router should be the same,
unless you have summary route, etc. Still useful to know that routers a
b c d should have N routes, and e f and g should have N+1 routes.
Michael Snyder
Lead Network Engineer
CCNP/DP, CSS1, MCSE NT/2000
Revolution Computer Systems
(270) 443-7400
This archive was generated by hypermail 2.1.4 : Mon Nov 24 2003 - 07:53:09 GMT-3