Configure Local ASN on Tenant VRF

About this task

Follow this procedure to configure local ASN.

You can provide local ASN for each tenant on the tenant VRF.

Procedure

  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

    Ensure that the local ASN support on IPv6 AF is checked.