efa mgmt route create
Creates a virtual management route in a
multi-node deployment for the Multiple Management IP Networks feature.
Syntax
efa mgmt route create
[
--src
mmip-vip | --to
dest-cidr | --via
next-hop-ip
]
Parameters
- --src
mmip-vip
- Identifies the source IP address for the
route.
- --to
dest-cidr
- Identifies the destination network for
outbound traffic, in CIDR format: x.x.x.x/xx.
- --via
next-hop-ip
- Identifies the next-hop or gateway IP
address through which access to the destination network is provided.
Examples
The following example creates a virtual route.
$ efa mgmt route create --src 10.21.30.40 --to 192.168.100.0/24 --via 10.21.30.41
Virtual Route created successfully