Configuring gNPSI transport for sFlow

To configure gNPSI transport for sFlow samples, use the system sflow command and set the following parameters:
  • Specify gnpsi as the value for the transport parameter.
  • Specify a value for the gnpsi-max-datagram-size parameter. The range is from 576 to 9446 bytes and the default value is 1468 bytes.

Configure gNPSI for sFlow

The following example configures the sFlow samples to export through a gNPSI connection.

--{ + candidate shared default }--[  ]--
# info with-context system sflow
    system {
        sflow {
            transport gnpsi
            gnpsi-max-datagram-size 586
        }
    }