6700 Network Analyzer config

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
Pr3tender
Posts: 6
Joined: Tue Sep 28, 2021 2:23 pm

6700 Network Analyzer config

Post by Pr3tender »

Hi,
I'm trying to monitor a vlan with Nagios Analyzer I saw this config on the documents and I'm wondering if I can use it on a 6700 core. The config is for a 3580 switch. I need to monitor a specific vlan and i'm not sure if I'm on the right path.

flow record Netflow1
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
match flow direction
collect interface output
collect counter bytes long
collect counter packets long
collect timestamp absolute first
collect timestamp absolute last
!
flow exporter Netflow-to-Nagios
destination 192.168.1.15
transport udp 9090
flow monitor Netflow1
exporter Netflow-to-Nagios
cache timeout active 60
record Netflow1
vlan configuration 617 <--getting a error here (it opens the vlan config)
ip flow monitor Netflow1 input

flow exporter Netflow-to-Nagios
destination 192.168.1.15
transport udp 9090

Thanks,
Locked