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 Command introduced in nvOS Version 1.2.1.
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
vrouter-rip-remove
This command removes a RIP instance from a vRouter service on a fabric, cluster, virtual network (VNET), or standalone switch.
Syntax vrouter-rip-remove
vrouter-name name-string |
Specify the name of the vRouter service. |
network ip-address |
Specify the IP address. |
Defaults None.
Access CLI
History Command introduced in nvOS Version 1.2.1.
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 RIP instance on an existing Router service.
Examples To remove RIP with an IP address of 172.16.0.0/16 from the vRouter service, MyvService, use the following command:
CLI network-admin@switch > vrouter-rip-remove vrouter-name MyvService network 172.16.0.0
vrouter-rip-show
This command displays RIP information on vRouter services on a fabric, cluster, virtual network (VNET), or standalone switch.
Syntax vrouter-rip-show
vrouter-name name-string |
Specifies the name of the vRouter service. |
network ip-address |
Specifies the IP address. |
netmask netmask |
Specifies the netmask of the IP address. |
next-hop ip-address |
Specifies the next hop IP address |
Defaults None.
Access CLI.
History
Version 1.2 |
Command added. |
Version 2.1 |
The parameter, metric, 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 displays information about RIP instances on existing vRouter services.
Examples To display RIP information on all vRouter services, use the following command:
CLI network-admin@switch > vrouter-rip-show layout vertical
vrouter-rip-routes-show
This command displays RIP routes currently installed on vRouter services on a fabric, cluster, virtual network (VNET), or standalone switch.
Syntax vrouter-rip-routes-show
vrouter-name name-string |
Specifies the name of the vRouter service. |
network ip-address |
Specifies the IP address. |
netmask netmask |
Specifies the netmask of the IP address. |
next-hop ip-address |
Specifies the next hop IP address. |
metric metric-number |
Specifies the metric assigned to the route. |
source ip-address |
Specifies the source IP address. |
tag tag-numbers |
Specifies the tag number. |
type rip|connected|static|ospf|bgp|missing|kernel-route|igmp|babel|pim|ospf6 |
Specifies the type of connection. |
attribute normal|static|default|redistribute|interface |
Specifies the attribute for the connection. |
Defaults None.
Access CLI.
History Command introduced in Version 2.2.
Usage This command displays information about RIP routes installed on the vRouter.
Examples To display RIP information on all vRouter services, use the following command:
CLI network-admin@switch > vrouter-rip-routes-show layout vertical