Load-Interval 30 to use or not use?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2017 08:42 AM - edited 03-08-2019 10:18 AM
I am wondering about the use of Load-interval 30.
I am in the process of rebuilding my infrastructure with newer equipment but must keep the old alive for now and I am finding a lot of issue (to many people doing programming before me)
And a lot of miss-match configs so I have the following issue
We have a program that has a failure to execute and users have to reconnect to the software.
My switches are setup as follows
Server Switch to Warehouse 1 has a Load-interval 30 on it
Warehouse 1 to Server switch has default
Warehouse 1 to Warehouse 2 default
Warehouse 2 to Warehouse 1 default
Warehouse 2 to Warehouse 3 default
Warehouse 3 to Warehouse 2 default
What I am wondering is the load-interval at 30 on the server side could this be causing some sort of time issue? Should they all be moved to 30 or the server switch dropped to default?
I cannot find a great answer as to why using load 30?
I have put the script for connecting ports below
Server Switch to Warehouse 1:
interface GigabitEthernet0/49
description to::Warehouse::SW:01::
switchport trunk native vlan 999
switchport mode trunk
load-interval 30
spanning-tree portfast
Warehouse 1 to Server switch:
interface GigabitEthernet0/2
description Main uplink
switchport trunk native vlan 999
switchport mode trunk
mls qos trust cos
macro description cisco-switch
spanning-tree link-type point-to-point
Warehouse 1 to Warehouse 2:
interface GigabitEthernet0/1
description Warehouse2
switchport mode trunk
Warehouse 2 to Warehouse 1:
interface GigabitEthernet0/49
(nothing programmed)
Warehouse 2 to Warehouse 3:
interface GigabitEthernet0/50
description *** Link to Warehouse3 ***
switchport mode trunk
Warehouse 3 to warehouse 2:
interface GigabitEthernet0/1
description Connection to Warehouse2
switchport mode trunk
mls qos trust cos
macro description cisco-switch
spanning-tree link-type point-to-point
- Labels:
-
Other Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-24-2017 08:50 AM
Hi frequently asked question good responses in this link explains it well what's it for , if you have further questions send them on
https://supportforums.cisco.com/discussion/10201066/load-interval-30
