home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces dataplane <interface-name> vif <vif-id> ip rip send

Configures send options for RIP packets on a vif.

set interfaces dataplane interface-name vif vif-id ip rip send [ version version ]
delete interfaces dataplane interface-name vif vif-id ip rip send
show interfaces dataplane interface-name vif vif-id ip rip send
interface-name
The name of a data plane interface. For more information about the supported interface name formats, refer to Data Plane Interface.
vif-id
The ID of a vif. The ID ranges from 1 through 4094.
version
Specifies a version of RIP packets. Legal values are 1, 2, or both.

Configuration mode

interfaces {
     dataplane interface-name {
        vif vif-id {
           ip {
              rip {
                 send [version version]
              }
           }
        }
     }
}    

Use this command to configure send options for RIP packets on a vif.

Use the set form of this command to configure the send options for a vif, including an optional version.

Use the delete form of this command to restore the default configuration for a vif.

Use the show form of this command to display the configuration for a vif.