DX NetOps

 View Only
  • 1.  Network Flow Analisys no display Router Address

    Posted Jan 13, 2022 01:50 PM
    my ca nfa is not showing the router address, however see the information coming via wireshark.

    already checked the bank and could not find the same.
    I already tested snmpd, which passed successfully from the nfa server.

    How can I make it appear on the console or that the tool interprets that such information is coming.

    Cássio


  • 2.  RE: Network Flow Analisys no display Router Address

    Posted Jan 14, 2022 01:10 PM
    Hi Cássio

    This article describing the required netflow fields may help: https://community.broadcom.com/communities/community-home/digestviewer/viewthread?MID=712868

    A generic flow record template is: 

    flow record NFA
    match ipv4 tos
    match ipv4 protocol
    match ipv4 source address
    match ipv4 destination address
    match transport source-port
    match transport destination-port
    match interface input
    collect interface output
    collect counter bytes
    collect counter packets
    collect timestamp sys-uptime first
    collect timestamp sys-uptime last

    Good luck,
    Steve