- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 02:22 PM - edited 03-03-2019 10:58 AM
Good morning,
how do I change the way the traffic is counted in an interface?
I am thinking to the line from the show interfaces:
5 minute input rate 4000 bits/sec, 5 packets/sec
How do I modify the 5 minutes to 1 minute for example?
Solved! Go to Solution.
- Labels:
-
Other Routing
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 02:43 PM
Router#config t
Router(config)#int X
Router(config-if)#load-interval 60
Then you can set it back to 5 mins
Router(config-if)#load-interval 300
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-15-2005 02:43 PM
Router#config t
Router(config)#int X
Router(config-if)#load-interval 60
Then you can set it back to 5 mins
Router(config-if)#load-interval 300
HTH
