The following example shows all the parts of a complete flow-tap configuration.
- services {
-
- flow-tap {
- interface sp-1/2/0.100;
- }
- }
- interfaces {
-
- sp-1/2/0 {
-
- unit 100 {
- family inet;
- }
- }
- }
- 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”;
- }
- }
- }
- }