How to: Netflow on a L3 Switch WS-C3560X-48P

Hello Community,
I want to use netflow on our l3 switches. But my configurations dont work.
What is my mistake? 
Modell: WS-C3560X-48P
Software Version: 15.0(1)SE3
My Config:
interface vlan 250
 ip flow monitor Monitor-FNF input
 ip flow monitor Monitor-FNF output
flow record Record-FNF
 description Flexible NetFlow with NBAR Flow Record
 match ipv4 tos
 match ipv4 protocol
 match ipv4 source address
 match ipv4 destination address
 match transport source-port
 match transport destination-port
 collect routing next-hop address ipv4
 collect transport tcp flags
 collect interface output
 collect counter bytes
 collect counter packets
flow exporter Export-FNF
 description DescriptionTEXT
 destination [NetFlow collector IP address]
 source vlan50
 transport udp 9001
 export-protocol netflow-v9
flow monitor Monitor-FNF
 description FNF/NBAR Application Traffic Analysis
 record Record-FNF
 exporter Export-FNF
 cache timeout active 60
 cache timeout inactive 10

Silly question but do you have a network services module installed? 
From the documentation: "Flexible NetFlow is supported only on the Catalyst 3750-X and 3560-X switch running the IP base or IP services feature set and equipped with the network services module. It is not supported on switches running the NPE or the LAN base image."
It actually also mentions: "NetFlow analysis is performed on traffic crossing the physical interfaces on the network services module." 
Sourced from here: http://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst3750x_3560x/software/release/15-0_1_se/configuration/guide/3750xcg/swmnetflow.html

Similar Messages

  • How can I open/close the switches of HP34903A independently via the subvi "HP34970A switch.vi"separated from "HP34970A GP Switch DEMO.vi" in HP34970A driver?

    I separated the subvi HP34970A switch.vi from the HP34970A GP Swich DEMO.vi in HP34970A driver. But I found that first I ran the subvi to close switch2 and switch3, then I ran the subvi to open switch3,but the result is both channels were open. Finally I found whenever you run the subvi HP34970A switch to close some switches, all other switches will be open. Can anyone tell me how I can open/close the switches of HP34903A independently?

    I use this VI and have no problem independently opening and closing the relays. Check that the Close Exclusive input is set to "Normal". Also, are you sure that the Channel List input only has a single entry? Using your example, the first time you run it, the channel list should be 102,103 with Open/Close set to close. The second time, the channel list should be 103 and Open/Close set to open.

  • How to prevent re-login when switching in the application between different module in 6.1.1.1.11?

    How to prevent re-login when switching in the application between different module in 6.1.1.1.11?
    Please help me to figure out this or resolve this issue?

    Be sure to check that your Remoting Container service is running. If it is not, restart the service, and if it goes down again, check the event logs.
    Make sure that the AuthenticationBridgeService is enabled in your EnvironmentSettings.config, and the remoting container user is configured using the SetupAssistant.
    <RemotingContainer>
             <ConfigInfo configChildKey="key">
                   <add key="UserID" value="@@VAR:Prodika.RemotingContainer.SysUser@@" />
             </ConfigInfo>      
            <!-- Set the following services isActive flag to 'true' or 'false' -->
             <RemoteServices configChildKey="name">
                 <Service
                     name="AuthenticationBridgeService"
                     port="@@VAR:Prodika.AuthenticationBridge.Port@@"
                     isActive="true" />
    If the Remoting Container Service fails, please contact Support with details from the event logs.

  • How do I latch a momentary switch on mydaq

    How do I get a momentary switch, connected to a digital input on myDAQ, to latch and drive a digital output?

    Same answe as your other thread on this subject.
    Please don't start multiple threads on the same subject.
    Kelly Bersch
    Certified LabVIEW Developer
    Kudos are always welcome

  • How can i initialize a button (Switch when pressed) to be always disabled when i start the programm.

    Hello
    How can i initialize a button (Switch when pressed) to be always disabled when i start the programm. My problem is that the state of the button is always the state in which it finihed last time.
    Thanks
    Lukas

    A button is either true or false. "Disabled" is a property that determines if the button can be operated or not.
    It seems from the rest of your question that you actually want to ensure that it is set to false, but remain enabled. This is easiest done with a local variable as already mentioned by becktho.
    If you want to disable the button, use a property node.
    LabVIEW Champion . Do more with less code and in less time .

  • How do I route multiple SB302 switches at different sites and their VLANs?

    Hello Cisco Support Community,
    First thank you for any replies.
    The video posted today on 302's and multiple VLAN's on one switch was nice.
    Thank you, I have that working but it's not really what I need.
    Though pictures are worth a 1000 words so I hope someone will post something similar to my question.
    I have 7 - SB 302-08 switches with the most recent firmware. (updated firmware today, thanks to the video, and TG for the CLI)
    All 302's are configured for layer 3.
    This is my first experience with the SMB line of switches.
    I have a main office and several satellite branch offices.
    All locations are connected back with a "Q to Q" circuit on individual ports to a vendor supplied switch at the main office.
    I need to link all branch office 302 switches back to the main office 302 switch and allow traffic amongst them.
    Mainly traffic between each branch office and the main office.
    There maybe a future need to incorporate VoIP on them as well, but that is a back burner issue.
    These locations will have an individual VLAN and 302 switch but need to receive data from the main VLAN and possibly others.
    I have a "core" SB 302 setup at the main office with its own VLAN.
    Each branch switch has its own VLAN.
    I would also like to have a centralized management VLAN for the switches.
    In trying to configure the core 302 I keep losing connectivity and having to reset it.
    On the branch switches I end up getting them to only link to themselves with different IP's and not the core.
    I'm assuming this is caused by my not configuring interconnectivity using ACL.
    Please let me know if you need additional information.
    Thanks

    Alllan,
    Well first you want to make sure you are running latest firmware 1.1.1.8 I do believe
    Next either console into the switch or you can turn on SSH/Telnet under Web gui (Security••àTCP/UDP services and make sure SSH/Telent is enabled)
    Now we configure the switch via Cli
    We need to enter global configuration mode.
    Configure Terminal
    (next add our vlans)
    Vlan database
    Vlan 10
    Vlan 20
    Vlan 30
    Exit
    (you can run show command to see your vlans)
    do show vlan
    (Now configure the port how you would like)
    Interface GE1
    Switchport mode access   (this is making Gigabit port 1 an access port)
    Switchport access vlan 20 (this command is changing access port vlan from 1 to 20)
    (less configure a trunk port)
    Interface GE2
    Switchport mode trunk (this makes port 2 for trunking)
    (Now less add our Vlans)
    Switchport trunk native vlan 1
    Switchport trunk allowed vlan add 10,20,30
    Exit global configuration
    (Use this command to copy your settings to startup)
    Copy running-config startup-config
    (Some screen shots attached)
    I see you have a WRT54G router which i don't think support vlans unless you have 3rd party OS installed.
    So currently is the SG300 swtich operating in layer 2 or layer 3 , guessing this is why you choose to move up to 300 series switch?
    If the switch is not in layer 3 mode but in layer2 when setting it to layer3 the switch will default all pervious settings.
    If the switch is set in layer 3 mode you might have forgot your default route
    (Command setting default route)
    configure terminal
    ip route 0.0.0.0 0.0.0.0 192.168.1.1  (192.168.1.1 being address of your WRT54G)
    Now you would need to set up ACL's to deny and allow what traffic you wanted to filter on the SG300
    Also reading your post we would need you to call into support center SBSC @ 1-866-606-1866
    This way we could get a better idea of your current configuration and assist with fixing or finding a solution for you.
    you have 1 year phone support with this product
    Thanks,
    Jasbryan

  • How do I prevent Firefox from switching me to the "working offline" mode in the midst of my online gaming?

    I'll be on-line, playing a game or surfing the web and the next thing I know I don't have an internet connection. I click on "repair internet connection" and get the feedback, "unable to repair. I click on file and see that there is a check mark by 'work off-line' which I never checked. How can I prevent Firefox browser from automatically switching me over to the off-line mode whenever it feels like it. Very frustrating! Happens more than a few times a week but not every time Firefox is open.

    Create a new Boolean pref with the name network.manage-offline-status and set the value to false.
    Right-click on the about:config page to open the right-click context menu and use "New > Boolean" to create a new Boolean pref.
    Name: <b>network.manage-offline-status</b>
    Value: <b>false</b>
    See also http://kb.mozillazine.org/about%3Aconfig

  • How do I stop iTunes from switching the display to the next song playing?

    Using iTunes 10.5.0.142 and importing my music.  When playing music iTunes constantly switches to view the next Album/Song when it starts playing the next one in the list.  I am trying to get the library organized and edit song and album info when it keeps switching me to a view of what is playing instead of what I am working on.  How to I get iTunes to just play music without moving the current location in the Music list?
    Thanks.

    "It's not a fault it's a feature!"
    Put the music you want to listen to into iTunes DJ or, play it from another playlist, or use another playlist to find the stuff you want to edit. Basically as long as you are viewing the source that is playing music then the focus will snap to the current item each time the track changes.
    tt2

  • How do I stop firefox from switching to new tab when opening bookmarks in new tab

    When I open a link in a new tab it does not switch to it automatically. I had to reinstall firefox to stop it from switching to new tabs automatically since the option being unticked didn't stop it from happening anyway. Now only when I open a bookmard in a new tab it still switches to the new tab and I do not want it to. Why is it doing this with the option unchecked and a fresh install with no add ons of any sort? And how do I make it stop?

    Try to set the Boolean pref <b>browser.tabs.loadBookmarksInBackground</b> to <i>true</i> on the <b>about:config</b> page.
    *http://kb.mozillazine.org/about:config

  • How to PREVENT Time Machine from switching disks

    I have two USB drives. I use one for iTunes and the second for Time Machine backups. Problem is, when I plug in the iTunes disk, if the Time Machine disk is not connected then Time Machine switches to this disk and initiates a backup. I have specified in Preferences that the other disk is for TM; also tried 'locking' the preferences screen. But, still TM continues to start backups onto this iTunes disk when I plug it in (assuming, as above, that its regular disk is unavailable).
    How can I prevent TM from doing this; and force it to wait until its own drive is available? Have checked forums and found no answer. Any help appreciated. Thank you.

    BordeauxQuill wrote:
    If it is useful to anyone else, these are Western Digital My Passport Studio 640GB drives.
    Yup, you're the 3rd or 4th to report it with various models of WDs (one fellow had 3 of them!), and a few weeks ago someone had some Iomegas, I think, too.
    This confusion may well also explain some weird stats in Get Info I noticed last week (such as the drive apparently having used more bytes than its capacity, as I recall).
    Quite likely.
    Thank you for your support. I shall come back and mark the thread resolved when I have reformatted the drive.
    Cool. Also double-check the contents of the one you don't erase; you may find some extra stuff there.

  • How to remap keyboard - Looking to switch the "fn" and "control" buttons?

    Hi I was looking for a way to switch the function and control on the bottom left side of the keyboard on my macbook pro laptop. I am used to the control button being the button that is furthest to the left and its just really throwing me off having the fn key all the way to the left. If anyone knows how to remap these keys, I would really appreciate the help.
    Thank you.

    Firefox 4.0 has a combined Reload and Stop and Go button that appears at the right end of the location bar.
    To restore the Firefox 3 appearance you can use these steps:
    * Open the "View > Toolbars > Customize" window to move the Stop and Reload button out of the location bar.
    * Move the Reload and Stop buttons to their previous position at the left side of the location bar.
    * Set the order to "Reload - Stop" to get a combined "Reload/Stop" button.
    * Set the order to "Stop - Reload" or separate them otherwise to get two distinct buttons.

  • How do I get Thunderbird to switch to a new tab immediately like I can with Firefox?

    Every time I open a new tab in Thunderbird, no matter how I do it (menu, double-click, etc) it opens the content in a new tab, but remains focused on the current tab. How do I get Thunderbird to immediately switch to a new tab when I open one? It's quite annoying to have to mouse back to the tab list and click on the new one every time. This is SO simple to configure in Firefox, but seems to be totally missing in Thunderbird. Weird.
    Thank you for your attention to this matter,
    Scott Lindley

    #Press''' F10''' or '''Alt''' to see the menu bar
    # Click on '''Tools '''menu >> '''Options''' >>''' Advanced''' >> '''General'''
    # Click on Config Editor button
    # Look for '''mail.tabs.loadInBackground''' set its value to '''false'''

  • How to avoid word cut when switching to next line in sap scripts

    Hi,
    i have long text in my sap transaction, i am fetching using READ_TXT, it contains 5 lines like below
    Which is the output length of one line of text in the program
    for theobject list print Text length equal to exactly 132 characters.
    Which isthe output length of one line of text in the program for the object list print
    Text length equal to exactly 132 characters.Which isthe output length of one line of text i
    n the program for the object list print Text length equal to exactly 132 characters.
    my script output line length is 132 chars., now i need to print  in script without cutting the words when switching to new line.
    how to achieve this functionality.
    Thanks
    Srini

    Hi Srinivas,
    You can use RKD_WORD_WRAP or TEXT_SPLIT FM to split the string into N character with out word break.
    Regards,
    Pavan

  • How to use Alt-Fn to switch into tty under awesome?

    Now I use awesome WM and do not define any Alt+Fn keys for it.
    Unlike metacity ( I have used that before ) or other WMs, in which Alt+Fn are defined, Ctrl+Alt+Fn must be used for changing to tty.
    So I wanna use Alt+Fn instead of Ctrl+Alt+Fn. Could anyone help me? Thanks a lot!

    It's possible. I did a fair amount of research, but here is how I did it.
    First I use the chvt command to switch to the ttys, but it requires root access. You can give the command suid permission by:
    # chmod u+s /usr/bin/chvt
    Now you can switch terminal using the chvt command as regular user. To switch you have to type "chvt N" where N is from /dev/ttyN. So if you want to switch to tty1, you type: chvt 1. Pretty simple.
    Now comes the next part, xbindkeys. You are going to assign the commands to the Alt+Fn keys. From the wiki here, I used the "xbindkeys -k" to assign a shortcut key by pressing Alt+F1 and got something like this:
    "(Scheme function)"
    m:0x8 + c:67
    Alt + F1
    You need to add this to the ~/.xbindkeysrc file and replace "(Scheme function)" with the appropriate command to the Fn key, such as "chvt 1" to the "Alt+F1" shortcut:
    "chvt 1"
    m:0x8 + c:67
    Alt + F1
    You can do this so on for the other shortcuts. Restart X after you're done. Have fun!
    Last edited by Acecero (2009-10-25 03:08:25)

  • How does one specify command line switches for a Helper Application in Mozilla Firefox?

    Greetings,
    I would like to have a certain batch file to be executed when downloading torrent files unfortunately the Select Helper Application dialog does not allow to add command line switches. I did find a workaround to achieve this. In the Select Helper Application dialog browse to the folder which contains the batch file, type the file name including the file extension of the batch file and click on Open.
    Though, this is not the way I would like to execute the batch file. I need to pass some additional command line switches to the command interpreter but I cannot seem to find a way how. Any suggestions or clarifications would be much appreciated.
    Thanks for your time,
    Joeri

    Hi Joeri,
    This is possibly slightly off topic for this forum as it relates to something more than the standard use of Firefox. Although I do not know the answer myself someone else may post later. Otherwise try somewhere else my suggestions are:
    *The mozillazine fora tend to discuss a wider range of subjects and technical details <br/> http://forums.mozillazine.org/index.php
    *Also it may be worth asking on the Add-on forum <br/> https://forums.mozilla.org/addons/
    *Note a general information kb relating to downloads is
    ** http://kb.mozillazine.org/File_types_and_download_actions
    ** and for anyone with simpler questions [[Unable to download or save files]]
    If you do solve this I hope you post back with the answer and a link to the relevant information.
    Good luck with finding a solution, John

Maybe you are looking for