RECORD NF_ASMV8_RECORD USING 1 NF_ASMV8 . ! ASMatrix v8 aggregation scheme 2 NF_ASM_L_FLOWS USAGE IS LONG. ! Number of flows 2 NF_ASM_L_DPKTS USAGE IS LONG. ! Packets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_ASM_L_DOCTETS USAGE IS LONG. ! Octets sent in Duration (milliseconds between 1st & last packet in ! this flow) 2 NF_ASM_L_FIRST USAGE IS LONG. ! SysUptime at start of flow 2 NF_ASM_L_LAST USAGE IS LONG. ! and of last packet of the flow 2 NF_ASM_W_SRC_AS USAGE IS WORD. ! source peer/origin Autonomous System 2 NF_ASM_W_DST_AS USAGE IS WORD. ! dst peer/origin Autonomous System 2 NF_ASM_W_INPUT USAGE IS WORD. ! Input interface index 2 NF_ASM_W_OUTPUT USAGE IS WORD. ;