Here is a sample printout:
Rtr#show interface | include protocol|BW FastEthernet0/0 is administratively down, line protocol is down MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, Serial1/0 is up, line protocol is up MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, Serial1/1 is up, line protocol is up MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, Serial1/2 is up, line protocol is up MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, Serial1/3 is administratively down, line protocol is down MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, Loopback0 is up, line protocol is up MTU 1514 bytes, BW 8000000 Kbit, DLY 5000 usec,
You could define an alias to create a new IOS command generating this printout (for example, alias exec bw show interface | include protocol|BW). You could also write a simple Tcl script that would accept an interface name and display the bandwidth of that interface.
Post a Comment