Configuration for Inter-site Deployment

To enable the inter-site deployment, you must configure the AS-path prepend flag in the BGP configuration.

Following is the sample configuration:

config 
  router local_as_number 
    bfd bfd_configuration 
    interface bgp_local_interface 
    prepend as-path { false | true } 
    exit 
   exit 

NOTES:

  • interface bgp_local_interface : Specify BGP local interface.

  • prepend as-path { false | true } : Select true to enable the Inter-site deployment. By default this option is disabled.

    If this option is set to false , the logical SMF deployment follows the inter-rack model.