Update bgp-multihop on an Active Fabric

The bgp-multihop configuration is pushed for the non-Clos fabric only when the fabric contains multiple racks. The bgp-multihop configuration is applicable on the overlay ebgp peer-group.

About this task

When you update the bgp-multihop on an active (already configured) fabric followed by the efa fabric configure operation, the ebgp peer-group sessions is reset. This is similar to the procedure followed during the update of md5 password followed by fabric configure.

Note

Note

The fabric setting bgp-multihop is applicable for the non-Clos fabric and not applicable for the Clos fabric.

Procedure

  1. Run the efa fabric setting update command.
    efa fabric setting update --bgp-multihop 25 --name fab2
    WARNING: configuring/clearing md5-password, configuring bgp-multihop on an active fabric will result in BGP neighbor sessions going down for a brief period when the fabric is reconfigured.
    Please confirm if you want to continue with the fabric setting update [y/n]?
    y
    fab2 Fabric Update Successful
    — Time Elapsed: 6.7189463s —
  2. Run the efa fabric show command.
    efa fabric show --name fab2
    Fabric Name: fab2, Fabric Description: , Fabric Type: non-clos, Fabric Status: settings-updated
    Updated Fabric Settings: BGP-MULTIHOP
  3. Run the efa fabric configure command.
    efa fabric configure --name fab2
    WARNING: 'fabric configure' will result in configuration change on the devices which are in 'cfg refreshed' or 'fabric setting refreshed' or 'cfg refresh error' state.
    Please check 'fabric show' to see the 'cfg refreshed' or 'fabric setting refreshed' or 'cfg refresh error' devices. Please confirm if you want to continue with 'fabric configure' [y/n]?
    y
    Validate Fabric [Success]
    Configure Fabric [Success]
    Please verify the fabric physical/underlay topology using 'efa fabric topology show
    {physical | underlay}' before attempting tenant configuration on the fabric.
    — Time Elapsed: 1m0.0693633s —
  4. Complete the following configuration on SLX devices:
    Freedom-06# show running-config router bgp
    router bgp
    local-as 4200000000
    capability as4-enable
    fast-external-fallover
    neighbor overlay-ebgp-group peer-group
    neighbor overlay-ebgp-group ebgp-multihop 25
    neighbor underlay-ebgp-group peer-group

Example