The interfaces supported for the HSR ring on IE-9310-16P8S4X-E and IE-9310-16P8S4X-A are listed in the table.
-
Deployment, instance, and licensing restrictions
HSR is supported only in a standalone deployment; there is no support for HSR for stacked switches. Only one HSR instance
is supported. The switch supports only one HSR or one PRP instance. If a PRP instance has been created, you cannot create
an HSR instance. The HSR feature requires the Network Essentials license. The HSR feature is not enabled by default. You must
configure the HSR rings explicitly. HSR is disabled automatically if the required firmware image is not available on the system.
-
Interface assignment and ring mode restrictions
Physical interfaces are predefined for the rings and ports in HSR-SAN, HSR-PRP, and HSR-HSR modes and cannot be changed. The
table lists port assignments for each HSR mode. Ring 1 and Ring 2 support configuration in HSR-SAN mode. On the IE 4000 in
HSR-PRP Dual RedBox mode, three ports participate in the HSR-PRP network. Only Ring 2 can be configured in this mode.
-
Port settings and compatibility requirements
After including a port in a ring, you cannot change its media-type, speed, or duplex settings. Set these options before assigning
ring membership. It is important for all interfaces in an HSR ring to have the same speed and duplex settings. Apply those
settings before configuring ring membership. Both ports of one ring must be of same speed and type (that is, both can be SFPs
or both can be copper). VLAN configuration such as trunk and access mode must be the same on both the ports participating
in the ring. If you change the mode of HSR interfaces from access to trunk or trunk to access after configuring the ring,
flap the HSR ring.
-
Node scale, ring limits, and port support
The recommended maximum number of nodes in the node table is 512. Nodes include all DANH and VDAN devices connected to the
ring. This number is not a strict limit. Adding more entries may increase duplicate packets for end devices. The maximum number
of nodes in the HSR ring is 50. HSR ring ports can only be configured in L2 mode. HSR is supported on following port types:
-
100 mbps, Full Duplex. Half duplex is not supported
-
1000 mbps, Full Duplex. Half duplex is not supported
-
HSR is not supported on the uplink ports
-
Mutually exclusive protocols and unsupported features
The following protocols and features are mutually exclusive with HSR on the same port: PRP, EtherChannels, Link Aggregation
Control Protocol (LACP), Port Aggregation Protocol (PAgP), and REP. MACsec, HSR, and PRP are not allowed together. PTP over
HSR is not supported. STP is not supported on the HSR ring. By default, all modes of Spanning Tree Protocol (STP) will be
disabled on the ring ports. Switched Port Analyzer (SPAN) and Remote SPAN (RSPAN) are not supported on HSR. SPAN and RSPAN
should not be used to monitor the traffic on an HSR ring. In addition, traffic that has been monitored using RSPAN should
not be transferred over an HSR ring.
-
MTU and operational behavior
HSR supports an MTU size of up to 1998 bytes of Ethernet payload. After an interface is added in the HSR ring, only the primary
interface counters are updated. You should not need to configure and check the status of individual physical interfaces after
they are added to the HSR ring.
-
Port shutdown restriction
Once a port is part of ring, the port cannot be shut down. For example, if Gi1/0/23 and Gi1/0/24 are part of an HSR ring and
you try to shut down Gi1/0/23 or Gi1/0/24, the operation will not be permitted:Switch(config)# <userinput>interface range gi1/0/23-24</userinput>
Switch(config-if-range)#<userinput>shutdown</userinput>
%Interface GigabitEthernet1/0/23 is configured in a HSR ring shutdown not permitted!
Switch(config-if-range)#
You can perform a shutdown of the HSR ring. For example:
<userinput>Switch# conf t</userinput>
Switch(config)#<userinput>int hs1</userinput>
Switch(config-if-range)#<userinput>shut</userinput>
-
VLAN mismatch behavior
VLAN configuration such as trunk and access mode must be the same on both the ports participating in the ring. For example,
if Gi1/0/24 and Gi1/0/23 in an HSR ring are in trunk mode and you attempt to change the mode of one port to access, the ports
in the ring will not be bundled:
Switch(config)# <userinput>interface range gi1/0/23-24</userinput>
Switch(config-if-range)# <userinput>switchport mode access</userinput>
Jul 27 22:00:27.809 IST: %EC-5-CANNOT_BUNDLE2: Gi1/0/23 is not compatible with Gi1/0/24 and will be suspended (trunk mode of Gi1/0/23 is access, Gi1/0/24 is dynamic)
-
MAC flap prevention during HSR ring configuration
Configuring an HSR ring on two ports of a switch causes MAC flaps on other switches without the HSR configuration. Shut down
the newly created HSR ring on the switch, configure the ring on all switches, and then re-enable the rings one at a time.
For example, if there are four switches in the ring, disable the HSR ring interfaces on each switch:
Switch1(config)# <userinput>interface range gi1/0/21-22</userinput>
Switch1(config-if-range)# <userinput>shutdown</userinput>
Switch1(config-if-range)# <userinput>hsr-ring 1</userinput>
Creating a HSR-ring interface hs1
Switch1(config-if-range)# <userinput>int hs1</userinput>
Switch1(config-if-range)# <userinput>shutdown</userinput>
Switch1(config-if-range)# <userinput>end</userinput>
After all four switches are configured with the ring, re-enable the HSR ports on each switch:
Switch1# <userinput>conf t</userinput>
Enter configuration commands, one per line. End with CNTL/Z.
Switch1(config)# <userinput>interface range gi1/0/21-22</userinput>
Switch1(config-if-range)# <userinput>int hs1</userinput>
Switch1(config-if-range)# <userinput>no shutdown</userinput>
Switch1(config-if-range)# <userinput>end</userinput>
Switch1#
This process prevents temporary MAC flapping during HSR ring configuration in member switches.