cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
562
Views
0
Helpful
2
Replies

Prime 1.3 Perf Mon Deploy Config doesn't work Invalid commands

Timothy Chan
Level 1
Level 1

When I try to deploy configuration to my 6509 or 3750 the template creates the following code.  The job fails and when I try to manually input this, the system doesn't recognize it.  Is there a minimum ios requirement or another template that will work with my device ios versions?

6509    Version 12.2(33)SXJ4

3750   12.2(55)SE6

!

flow exporter Exporter1

destination 10.10.10.10

transport udp 9991

!

class-map match-all class-all

match any

!

flow monitor type performance-monitor Flow1

record default-rtp

export Exporter1



policy-map type performance-monitor Perf1

class class-all

flow monitor Flow1


interface Vlan 110

service-policy type performance-monitor input Perf1

service-policy type performance-monitor output Perf1

2 Replies 2

dustin.peterson
Level 1
Level 1

I believe that you are missing the flow record command.

In flexible netflow you need to have 3 things, a flow exporter, a flow record, and a flow monitor.

In your config I see the flow exporter and the flow monitor, but no flow record.

Was the flow record configured previously and that's why its not in your template?

Here is an example of a flow record:

flow record standard

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 transport tcp flags

collect interface output

collect counter bytes

collect counter packets

collect timestamp sys-uptime first

collect timestamp sys-uptime last

Looks like only the SUP 2T supervisors support flexible netflow.  I have SUP 720s and those commands, "flow record standard" and "flow exporter" are not recognized.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: