Configure Local ASN on Tenant VRF

At the tenant VRF level, this option enables you to provide local-asn per tenant VRF.

  1. To configure local-asn when you create a tenant VRF, run the following commands:
    efa tenant vrf create --name <vrf-name> --tenant <tenant-name> --local-asn <local-as-for-vrf>
  2. To configure local-asn on an existing tenant VRF, run the following commands:
    efa tenant vrf update --name <vrf-name> --tenant <tenant-name> --operation <local-asn-add|local-asn-delete> --local-asn <value>
    Note

    Note

    You must ensure that the local-asn support on IPv6 AF is checked.