Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Examples: Configuring Flow-Tap Services

The following example shows all parts of a complete flow-tap configuration. The example configuration intercepts IPv4 and IPv6 flows.

services {flow-tap {interface sp-1/2/0.100;}}
interfaces {sp-1/2/0 {unit 100 {family inet;family inet6;}}}
system {services {flow-tap-dtcp {ssh {connection-limit 5;rate-limit 5;}}}login {class ft-class {permissions flow-tap-operation;}user ft-user1 {class ft-class;authentication {encrypted-password “xxxx”;}}}}

The following example shows a FlowTapLite configuration that intercepts IPv4 and IPv6 flows:

system {login {class flowtap {permissions flow-tap-operation;}user ftap {uid 2000;class flowtap;authentication {encrypted-password "$1$nZfwNn4L$TWi/oxFwFZyOyyxN/87Jv0"; ## SECRET-DATA}}}services {flow-tap-dtcp {ssh;}}}chassis {fpc 0 {pic 0 {tunnel-services {bandwidth 10g;}}}}interfaces {vt-0/0/0 {unit 0 {family inet;family inet6;}}}services {flow-tap {tunnel-interface vt-0/0/0.0;}}

Published: 2013-02-15

Supported Platforms

Published: 2013-02-15