HP sFlow configuration
To support HP devices, you must configure the device using the following configuration template.
This configuration will not show up in the command line interface. If you reset the switch, you will lose the configuration.
setmib sFlowRcvrAddress.1 -o 1414140a setmib sFlowRcvrPort.1 -i 2055 setmib sFlowRcvrOwner.1 -D sFlowtool sFlowRcvrTimeout.1 -i 100000000
1414140a
is the IP address of your SolarWinds NPM server in hex format.
2055
is the default port NTA listens on. If you changed the default port, replace 2055 with your port.
Add the following lines for each interface. Replace ‘10’ with the interface number.
setmib sFlowFsReceiver.11.1.3.6.1.2.1.2.2.1.1.10.1 -i 1 setmib sFlowFsPacketSamplingRate.11.1.3.6.1.2.1.2.2.1.1.10.1 -i 512 setmib sFlowFsMaximumHeaderSize.11.1.3.6.1.2.1.2.2.1.1.10.1 -i 128 setmib sFlowCpReceiver.11.1.3.6.1.2.1.2.2.1.1.10.1 -i 1 setmib sFlowCpInterval.11.1.3.6.1.2.1.2.2.1.1.10.1 -i 30
setmib sFlowRcvrAddress.1 -o 0AC70199 setmib sFlowRcvrPort.1 -i 6343 setmib sFlowRcvrOwner.1 -D net sFlowRcvrTimeout.1 -i 100000000 setmib 1.3.6.1.4.1.14706.1.1.5.1.4.11.1.3.6.1.2.1.2.2.1.1.1.1 -i 37 setmib 1.3.6.1.4.1.14706.1.1.5.1.3.11.1.3.6.1.2.1.2.2.1.1.1.1 -i 1 setmib 1.3.6.1.4.1.14706.1.1.6.1.4.11.1.3.6.1.2.1.2.2.1.1.53.1 -i 8 setmib 1.3.6.1.4.1.14706.1.1.6.1.3.11.1.3.6.1.2.1.2.2.1.1.53.1 -i 1
Where 0AC70199
is the IP address of your SolarWinds NPM server in hex format. Line 4 sets the sample rate. Line 5 enables sFlow. Line 6 sets the polling interval, and line 7 enables polling.