vrouter-static-route-remove
This command removes a static route entry for an existing virtual router (vRouter) service for a fabric, cluster, standalone switch, or virtual network (vNET).
Syntax vrouter-static-route-remove
vrouter-name name-string |
Specify the name of the vRouter service. |
network ip-address |
Specify the IP subnet of the network that you want to add a static router. |
gateway-ip ip-address |
Specify the IP address of the gateway that you want to route packets destined for the network IP address. |
interface vrouter interface nic |
Specify the vRouter interface for the static route. |
Defaults None.
Access CLI
History
Version 1.2 |
Command introduced. |
Version 2.1 |
The parameter gateway added. |
Version 3.0.0 |
The parameter interface added. |
Usage Each fabric, cluster, standalone switch, or virtual network (vNET) can provide its tenants with a virtual router (vRouter) service that forwards traffic between networks, and implements Layer 3 protocols. This command removes a static route entrv for an existing Router service.
Examples To remove static route, 10.0.0.0/16 from the vRouter service, MyvRouter, use the following command:
CLI (network-admin@switch) > vrouter-static-route-remove vrouter-name MyvService network 10.0.0.0/16