Tenant: VRF: static route bfd

VRF Create

efa tenant vrf create --name <vrf-name> --tenant <tenant-name> 
                 --ipv6-static-route-bfd <border-leaf-ip, destination-ip, source-ip, bfd-min-tx, bfd-min-rx, bfd-multiplier> 
                 --ipv4-static-route-bfd <border-leaf-ip, destination-ip, source-ip, bfd-min-tx, bfd-min-rx, bfd-multiplier>

VRF Update

efa tenant vrf update –name <vrf-name> --tenant <tenant-name> 
                 --operation <static-route-bfd-add|static-route-bfd-delete> 
                 --ipv6-static-route-bfd <border-leaf-ip, destination-ip, source-ip, bfd-min-tx, bfd-min-rx, bfd-multiplier>
                 --ipv4static-route-bfd  <border-leaf-ip, destination-ip, source-ip, bfd-min-tx, bfd-min-rx, bfd-multiplier>

Example

efa tenant vrf create --name VRF1 --tenant tenant1
            --ipv6-static-route-bfd BL1-IP,1001::2,1001::1,100,200,5
            --ipv6-static-route-bfd BL2-IP,1011::2,1011::1,100,200,5
            --ipv6-static-route-bfd BL1-IP,1002::2, 1002::1
            --ipv6-static-route-bfd BL2-IP,1012::2, 1012::1
            --ipv4-static-route-bfd BL1-IP,13.0.0.1,13.0.0.9,200,300,6
            --ipv4-static-route-bfd BL2-IP,13.0.1.1,13.0.1.9,200,300,6
            --ipv4-static-route-bfd BL1-IP,13.0.0.2,13.0.0.10
            --ipv4-static-route-bfd BL2-IP,13.0.1.2,13.0.1.10