Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation
Guide That Contains This Content
[+] Expand All
[-] Collapse All

    Example: Configuring Chassis Cluster Minimum Links

    This example shows how to specify a minimum number of physical links assigned to a redundant Ethernet interface on the primary node that must be working for the interface to be up.

    Requirements

    Before you begin:

    Overview

    When a redundant Ethernet interface has more than two child links, you can set a minimum number of physical links assigned to the interface on the primary node that must be working for the interface to be up. When the number of physical links on the primary node falls below the minimum-links value, the interface will be down even if some links are still working.

    In this example, you specify that three child links on the primary node and bound to reth1 (minimum-links value) be working to prevent the interface from going down. For example, in a redundant Ethernet interface LAG configuration in which six interfaces are assigned to reth1, setting the minimum-links value to 3 means that all reth1 child links on the primary node must be working to prevent the interface’s status from changing to down.

    Note: Although it is possible to set a minimum-links value for a redundant Ethernet interface with only two child interfaces (one on each node), we do not recommend it.

    Configuration

    Step-by-Step Procedure

    To specify the minimum number of links:

    1. Specify the minimum number of links for the redundant Ethernet interface.
      {primary:node0}[edit]user@host# set interfaces reth1 redundant-ether-options minimum-links 3
    2. If you are done configuring the device, commit the configuration.
      {primary:node0}[edit]user@host# commit

    Verification

    To verify the configuration is working properly, enter the show interface reth1 command.

    {primary:node0}[edit]
    user@host> show interfaces reth1
    Physical interface: reth1, Enabled, Physical link is Down
      Interface index: 129, SNMP ifIndex: 548
      Link-level type: Ethernet, MTU: 1514, Speed: Unspecified, BPDU Error: None,
      MAC-REWRITE Error: None, Loopback: Disabled, Source filtering: Disabled,
      Flow control: Disabled, Minimum links needed: 3, Minimum bandwidth needed: 0
      Device flags   : Present Running
      Interface flags: Hardware-Down SNMP-Traps Internal: 0x0
      Current address: 00:10:db:ff:10:01, Hardware address: 00:10:db:ff:10:01
      Last flapped   : 2010-09-15 15:54:53 UTC (1w0d 22:07 ago)
      Input rate     : 0 bps (0 pps)
      Output rate    : 0 bps (0 pps)
    
      Logical interface reth1.0 (Index 68) (SNMP ifIndex 550)
        Flags: Hardware-Down Device-Down SNMP-Traps 0x0 Encapsulation: ENET2
        Statistics        Packets        pps         Bytes          bps
        Bundle:
            Input :             0          0             0            0
            Output:             0          0             0            0
        Security: Zone: untrust
        Allowed host-inbound traffic : bootp bfd bgp dns dvmrp igmp ldp msdp nhrp
        ospf pgm pim rip router-discovery rsvp sap vrrp dhcp finger ftp tftp
        ident-reset http https ike netconf ping reverse-telnet reverse-ssh rlogin
        rpm rsh snmp snmp-trap ssh telnet traceroute xnm-clear-text xnm-ssl lsping
        ntp sip
        Protocol inet, MTU: 1500
          Flags: Sendbcast-pkt-to-re
    

    Published: 2012-06-29