Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello team,
Customer is preparing an upgrade of their network switches CISCO N5K and the network team is asking if the NetApp filer/arrays are using spanning-tree.
Could you please help us to know how to check this?
Thank you for your help.
Regards,
Quang-Chinh
Solved! See The Solution
1 ACCEPTED SOLUTION
Quang-Chinh has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any switch ports facing hosts (a Netapp is a host, a server is a host, even a mgmt port on a switch is a host, basically, any link that is not another switching port) should have portfast enabled. This allows spanningtree to skip over the port for any stp setup as it knows it will be an edge port (aka an end host) and allows the port to be available quickly. Otherwise, there could be up to a 45 second delay for stp to initialize and realize that the other side is a host and not a switch.
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No
always set the ports facing any host device to port-fast enabled (commands varies on switches) or type edge
nexus (for a trunk port, for example)
spanning-tree port type edge trunk
Quang-Chinh has accepted the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Any switch ports facing hosts (a Netapp is a host, a server is a host, even a mgmt port on a switch is a host, basically, any link that is not another switching port) should have portfast enabled. This allows spanningtree to skip over the port for any stp setup as it knows it will be an edge port (aka an end host) and allows the port to be available quickly. Otherwise, there could be up to a 45 second delay for stp to initialize and realize that the other side is a host and not a switch.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Quang-Chinh ,
@TMACMD is correct. Here is a reference guide, although not exactly for the Cisco N5K, but still relevant: Deploy Cisco Nexus 31108PC-V .
Regards,
Team NetApp
Team NetApp
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for these additonal information 🙂
