Skip to content

Examples: nProbe

lmangani edited this page Nov 22, 2014 · 2 revisions

ntop

nProbe version 7 fully supports HEP encapsulation and can act as a capture agent for a HOMER system (using the VoIP PRO plugin)

SIP/HEP3 Capture-mode

nprobe -T "%IPV4_SRC_ADDR %L4_SRC_PORT %IPV4_DST_ADDR %L4_DST_PORT %L7_PROTOCOL %SIP_CALL_ID" --redis 127.0.0.1 --drop-flow-no-plugin -i any -b 0 -t 60 --json-labels --hep {hep_server}:{hep_port} --hep-auth {hep_id}:{hep_auth} -G

SIP/HEP3 Capture-mode w/ debug

nprobe -T "%IPV4_SRC_ADDR %L4_SRC_PORT %IPV4_DST_ADDR %L4_DST_PORT %L7_PROTOCOL %SIP_CALL_ID" --redis 127.0.0.1 --drop-flow-no-plugin -i any -b 2 -debug -t 60 --json-labels --hep {hep_server}:{hep_port} --hep-auth {hep_id}:{hep_auth}
Clone this wiki locally