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 receive <version>

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

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

Both versions of RIP packets are received.

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

Configuration mode


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

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

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

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

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