[Contents] [Prev] [Next] [Index]


[edit forwarding-options] Hierarchy Level

 forwarding-options {
     sampling {
         disable; 
         input {
             family inet {
                 rate number;
                 run-length number;
             }
         }
         output {
             cflowd hostname {
                 aggregation {
                     autonomous-system;
                     destination-prefix;
                     protocol-port;
                     source-destination-prefix;
                     source-prefix;
                 }
                 autonomous-system-type (origin | peer);
                (local-dump | no-local-dump);
                 port portnumber;
                 version format;
             }
             file {
                 filename filename;
                 files number;
                 size bytes;
                 (stamp | no-stamp);
                 (world-readable | no-world-readable);
             }
         }
         traceoptions {
             file filename {
                 files number;
                 size bytes;
                 (world-readable | no-world-readable);
             }
         }
     }
 } #End of [edit forwarding-options] hierarchy level



[Contents] [Prev] [Next] [Index]