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 bonding <dpFbondx> ip rip send <version>

Limits RIP packets that are sent on an Ethernet link bonding interface to the specific version.

set interfaces bonding dpFbondx ip rip send [ version ]
delete interfaces bonding dpFbondx ip rip send
show interfaces bonding dpFbondx

Both versions of RIP packets are sent.

dpFbondx
The identifier for the bond group. Supported values are dp0bond0 through dp0bond99.
version
The version of RIP packets that are sent (either 1 or 2 but not both)

Configuration mode


interfaces {
    bonding dpFbondx {
       ip {
            rip {
                send version
            }
       }
    }    
}
    

Use this command to limit the RIP packets that are sent to a specific version (1 or 2).

Use the set form of this command to limit the sending of RIP packets to a specific version.

Use the delete form of this command to send both versions of RIP packets on an interface.

Use the show form of this command to view the configuration of RIP packets that are sent on an interface.