NFSIM Exportable Fields

From IPFlow Netflow Collector

It is possible to display the Netflow fields exportable with the Netflow Simulator, by using the "nf_sim_nf9" module:

nfc-c:~# ipflow nf_sim_nf9
Netflow-v9 Exportable Fields : 

|-------------------------------------------------------------------|
| Field Name           | Description                                |
|-------------------------------------------------------------------|
| ipv6-dst-mask        | IPv6 Destination Mask                      |
| ipv6-src-mask        | IPv6 Source Mask                           |
| ipv4-dst-mask        | IPv4 Destination Mask                      |
| ipv4-src-mask        | IPv4 Source Mask                           |
| last-switch          | Timestamp of last packet switch            |
| first-switch         | Timestamp of first packet switch           |
| dst-mac-addr         | Destination MAC Address                    |
| src-mac-addr         | Source MAC Address                         |
| output-ifindex       | Output Interface Index                     |
| input-ifindex        | Input Interface Index                      |
| tcp-flags            | TCP Flags                                  |
| bytes-64             | Bytes in Flow (64-bit counter)             |
| packets-64           | Packets in Flow (64-bit counter)           |
| flows-64             | Number of flows (64-bit counter)           |
| bytes                | Bytes in Flow (32-bit counter)             |
| packets              | Packets in Flow (32-bit counter)           |
| flows                | Number of Flows (32-bit counter)           |
| tos                  | IP Type Of Service (TOS)                   |
| protocol             | IP Protocol                                |
| dst-port             | Destination Port                           |
| src-port             | Source Port                                |
| ipv6-options-headers | IPv6 Options Headers                       |
| ipv6-dst-addr        | IPv6 Destination Address                   |
| ipv6-src-addr        | IPv6 Source Address                        |
| ipv4-dst-addr        | IPv4 Destination Address                   |
| ipv4-src-addr        | IPv4 Source Address                        |
|-------------------------------------------------------------------|