RECORD NF_PMV8_RECORD USING 1 NF_PMV8 . ! PrefixMatrix v8 aggregation scheme 2 NF_PM_L_FLOWS USAGE IS LONG. ! Number of flows 2 NF_PM_L_DPKTS USAGE IS LONG. ! Packets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_PM_L_DOCTETS USAGE IS LONG. ! Octets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_PM_L_FIRST USAGE IS LONG. ! SysUptime at start of flow 2 NF_PM_L_LAST USAGE IS LONG. ! and of last packet of the flow 2 NF_PM_L_SRC_PREFIX USAGE IS LONG. ! Source prefix 2 NF_PM_L_DST_PREFIX USAGE IS LONG. ! Destination prefix 2 NF_PM_B_SRC_MASK USAGE IS BYTE. ! source route's mask bits 2 NF_PM_B_DST_MASK USAGE IS BYTE. ! destination address prefix mask bits 2 NF_PM_W_PAD USAGE IS WORD. ! pad to word boundary 2 NF_PM_W_SRC_AS USAGE IS WORD. ! source peer/origin Autonomous System 2 NF_PM_W_DST_AS USAGE IS WORD. ! originating AS of destination address 2 NF_PM_W_INPUT USAGE IS WORD. ! Input interface index 2 NF_PM_W_OUTPUT USAGE IS WORD. ;