- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Re: Questions about: Jumbo Frame and Link-Aggregat...
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2015 08:03 AM
12-22-2015 08:03 AM
Hi !
ATP FLEXNETWORK V3 | ACSA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2015 08:47 PM
12-22-2015 08:47 PM
Solution1) You use it to more efficiently push large amount of data between two hosts.
The background is that there is a limit of how many interrupts a cpu can handle (just above 250k per core or something like that for x86 even if that have increased slightly over the years). There are of course various ways to overcome this limit but one of them is to push more data per interupt (1 arriving packet/frame = 1 interrupt if you dont use polling etc).
So jumbo frames got "invented" where the MTU is changed from 1500 to 9000 (which is the common one today, well actually 9216 or something like that) or even 12000 have existed over the years. This gives that instead of sending 6 frames @1500 bytes with the equal number of interrupts along with other processing per frame (checksum calculations etc) you just send 1 frame @9000 bytes. Note that just because you fully enabled jumbo frame support doesnt neccessary mean that all traffic will fully utilize maxsize at all time.
In order for jumbo frames to work the infrastructure between the hosts must support it along with the hosts themselfs.
When it comes to jumbo frames for infrastructure (routers/switches) there are two things to keep an eye on. Jumbo frames within a VLAN (L2) and jumbo frames across VLANs (L3). Sometimes jumbo frames are supported within a VLAN but not by the VLAN-interface itself which means that this particular device cannot route jumbos, only switch them.
You should be fine enabling jumbos but at the same time if the traffic is for example towards internet (which doesnt supports jumbos anyway) then there is no need to enable it.
2) Personally I would avoid relying on STP at all costs. That is better to use static or dynamic link-aggregation along with a loop-free design like with IRF and where you use L3 at all links. STP can still be enable as a safeguard but you will then not rely on STP and all links will be used at all time (compared to with STP where all links except one will be "down").
3) You mean configuration wise? Na, the same applies as for regular switches. SEC (Secure Enduser Connections) should be a good read on recommendations https://secureenduserconnection.se/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2015 02:35 AM
12-23-2015 02:35 AM
Re: Questions about: Jumbo Frame and Link-Aggregation vs STP
Jumbo frames:
Is there really any CPU advantage? Decent hardware NICs already do TCP offloading.
Remains the advantage of slightly less overhead (1 instead of 6 headers) , resulting in somewhat higher throughput.
I'd only use on links with heavy traffic like iSCSI SAN traffic or towards backup device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2015 04:02 AM
12-23-2015 04:02 AM
Re: Questions about: Jumbo Frame and Link-Aggregation vs STP
@apachez, thanks for the help !!!
About Jumbo Frame: to study some more to get into a technical discussion. I know most of switches comes with this feature enabled. Is there any moment or situation that need to disable?
About STP: I agree with you !!!
About industrial machines : My question would be for industrial machines, you must configure specific parameters of broadcast-suppression, edge-port stp and similar features ...
ATP FLEXNETWORK V3 | ACSA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2015 04:07 AM
12-23-2015 04:07 AM
Re: Questions about: Jumbo Frame and Link-Aggregation vs STP
@16again , thanks for the answer !!!
How do you usually do the configuration of this feature? Most switches already comes with it enabled ! You disables and leaves only
the necessary ports?
display interface GigabitEthernet 1/0/2
GigabitEthernet1/0/2 current state: UP
IP Packet Frame Type: PKTFMT_ETHNT_2, Hardware Address: b8af-67ef-0051
Description: GigabitEthernet1/0/2 Interface
Loopback is not set
Media type is twisted pair
Port hardware type is 1000_BASE_T
1000Mbps-speed mode, full-duplex mode
Link speed type is autonegotiation, link duplex type is autonegotiation
Flow-control is not enabled
The Maximum Frame Length is 9216
Broadcast MAX-ratio: 100%
Unicast MAX-ratio: 100%
Multicast MAX-ratio: 100%
Allow jumbo frame to pass
ATP FLEXNETWORK V3 | ACSA
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2015 03:22 AM
12-24-2015 03:22 AM
Re: Questions about: Jumbo Frame and Link-Aggregation vs STP
I just keep the switch default setting (1500 or 9k).
Only when enabling jumbo frames, I'd look into config.
As a rule of thumb, all endpoints default to 1500, which will work right away.