Load-Interval

About:

Load data is gathered on every interface every 5 seconds, this data is used to calculate a weighted-average over time and then shown on the interface, the load-interval command sets the time that this average load data will be calculated over. if the load-interval is set to 30 sec, the average load is calculated over a 30-second period. default is 300sec (5min), this can be very long if you are troubleshooting a link.

Examples:


30Sec Load-Interval

Router(config)# interface ethernet 0/2/0 Router(config-if)# load-interval 30 Router#show int ethernet0/2/0 | i rate 30 second input rate 53000 bits/sec, 18 packets/sec 30 second output rate 27000 bits/sec, 19 packets/sec

300Sec Load-Interval

Router(config)# interface ethernet 0/2/0 Router(config-if)# load-interval 300 Router01#show int ethernet0/2/0 | i rate 5 minute input rate 49000 bits/sec, 19 packets/sec 5 minute output rate 40000 bits/sec, 22 packets/sec

Leave a Reply

Your email address will not be published. Required fields are marked *