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> sflow

Enables sflow on the specified interface.

set interfaces dataplane interface-name sflow
delete interfaces dataplane interface-name sflow
show interfaces dataplane interface-name sflow
interface-name

The vRouter can only use interfaces that are available to the operating system kernel (that is, interfaces that physically exist on the system) and have been created in the configuration tree.

The vRouter automatically creates configuration nodes for all available physical interfaces on startup.

Configuration mode

interfaces {    
   dataplane interface-name {
      sflow
   }
}

Use the set form of this command to enable sflow on the specified interface.

Use the delete form of this command to disable sflow on the specified interface.

Use the show form of this command to show whether sflow is enabled on the specified interface.