RECORD NF_DPMV8_RECORD USING 1 NF_DPMV8 . ! DestinationPrefixMatrix v8 aggregation scheme 2 NF_DPM_L_FLOWS USAGE IS LONG. ! Number of flows 2 NF_DPM_L_DPKTS USAGE IS LONG. ! Packets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_DPM_L_DOCTETS USAGE IS LONG. ! Octets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_DPM_L_FIRST USAGE IS LONG. ! SysUptime at start of flow 2 NF_DPM_L_LAST USAGE IS LONG. ! and of last packet of the flow 2 NF_DPM_L_DST_PREFIX USAGE IS LONG. ! Destination prefix 2 NF_DPM_B_DST_MASK USAGE IS BYTE. ! destination address prefix mask bits 2 NF_DPM_B_PAD USAGE IS BYTE. ! pad to word boundary 2 NF_DPM_W_DST_AS USAGE IS WORD. ! originating AS of destination address 2 NF_DPM_W_OUTPUT USAGE IS WORD. ;