cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

3750-X Flexible NetFlow on GigabitEthernet ports

joan.luque
Level 1
Level 1

Hi all,

I tried to configure Flexible Netflow on Cisco Catalyst 3750-X stack with no lucky. I read the documentation and I assumed that we can configure the Netflow in all ports of the C3KX-NM-10G modules, that's right or only is possible configure Netflow on the TenGigabitEthernet ports?

I have connected my uplinks ports with 1000BaseLX SFPs.

This is my configuration:

flow record TEST
 description Test Exporter
 match datalink mac source-address
 match datalink mac destination-address
 match ipv4 tos
 match ipv4 ttl
 match ipv4 protocol
 match ipv4 source address
 match ipv4 destination address
 match transport source-port
 match transport destination-port
 collect interface input snmp
 collect interface output snmp
 collect counter bytes
 collect counter packets
 collect timestamp sys-uptime first
 collect timestamp sys-uptime last
!
flow exporter TEST
 description Test Exporter
 destination A.B.C.D
 source Vlan500
 transport udp 7021
!
flow monitor TEST
 description Test Monitor
 record TEST
 exporter TEST
 cache timeout active 60
!
interface GigabitEthernet1/1/1
 switchport trunk encapsulation dot1q
 switchport mode trunk
 ip flow monitor TEST input
 ip flow monitor TEST output
!

 

Who Me Too'd this topic