vrouter-rip-add
This command adds Routing Information Protocol (RIP) to a virtual router (vRouter) service on a fabric, cluster, virtual network (vNET), or standalone switch.
Syntax vrouter-rip-add
vrouter-name name-string |
Specify the name of the vRouter service. |
network ip-address |
Specify the IP address. |
netmask netmask |
Specify the netmask of the IP address. |
Defaults None.
Access CLI.
History
Version 1.2.1 |
Command introduced. |
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 displays adds RIP to an existing Router service.
Examples To add RIP with an IP address of 172.16.0.0/16 to the vRouter service, MyvService, use the following command:
CLI (network-admin@switch) > vrouter-rip-add vrouter-name MyvService network 172.16.0.0/16