Which is prioritized for multicast traffic if FastSwitching and CEF is enable?

                   Hello
Here is the related configuration and output of show command below,
In my understanding, there are 3 swtching mode, CPU, fast-swthing and CEF swthing,
But if FastSwthing and CEF swithing are enable both, then which swithing mode is prioritized for mutlicast traffic?
interface Vlan302
ip address 10.0.20.1 255.255.255.0
3750X#sh ip int vlan 302
Vlan302 is down, line protocol is down
  Internet address is 10.0.20.1/24
  Broadcast address is 255.255.255.255
  *omit
  IP fast switching is enabled
  IP Flow switching is disabled
  IP CEF switching is enabled
  IP CEF switching turbo vector
  IP Null turbo vector
  IP multicast fast switching is enabled
  IP multicast distributed fast switching is enabled
  IP route-cache flags are Fast, CEF
  *omit
interface Vlan301
ip address 10.0.10.1 255.255.255.0
no ip mroute-cache
3750X#sh ip int vlan 301
Vlan301 is down, line protocol is down
  Internet address is 10.0.10.1/24
  Broadcast address is 255.255.255.255
  *omit
  IP fast switching is enabled
  IP Flow switching is disabled
  IP CEF switching is enabled
  IP CEF switching turbo vector
  IP Null turbo vector
  IP multicast fast switching is disabled
  IP multicast distributed fast switching is disabled
  IP route-cache flags are Fast, CEF, No Distributed
  *omit
Product : Cat3750X
IOS version :  15.0(2)SE5
Best Regards,
Masanobu Hiyoshi

Disclaimer
The Author of this posting offers the information contained within this posting without consideration and with the reader's understanding that there's no implied or expressed suitability or fitness for any purpose. Information provided is for informational purposes only and should not be construed as rendering professional advice of any kind. Usage of this posting's information is solely at reader's own risk.
Liability Disclaimer
In no event shall Author be liable for any damages whatsoever (including, without limitation, damages for loss of use, data or profit) arising out of the use or inability to use the posting's information even if Author has been advised of the possibility of such damage.
Posting
I'm not 100% certain, but I believe FastSwitching and CEF switching apply to unicast, not multicast.  Your "IP mroute-cache" command enables/disables fast multicast switching.
On a 3750, switching should be hardware based, for unicast and multicast, unless TCAM resources are insufficient.  If hardware switching falls back to non-hardware switching, you'll likely find process vs. Fast vs. CEF vs. multicast doesn't matter, all too slow.

Similar Messages

  • Whenever I use something which uses Java (for example, an online game) and then click the address bar, it seems that the address bar is disabled.

    Whenever I use something which uses Java (for example, an online game) and then click the address bar, it seems that the address bar is disabled. I cannot highlight or type in the address bar unless I interact with another program and then switch back to Firefox. When I interact with Java again, the same problem persists! Help!
    Sorry, I didn't know what category this should be under, but it's urgent.

    Perform the suggestions mentioned in the following articles:
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * [[Troubleshooting extensions and themes]]
    Check and tell if its working.
    Some of your Firefox Plugins are out-dated
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    * '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''

  • Load distribution not so even for multicast traffic (ECMP) between a GSR 12410 (XR) and a CRS-1 router

    Hi,
    I have a scenario in which I see the multicast S,G streams are distributed not so even in the 3 interfaces between a GSR 12404 (XR 3.8.4) and a CRS1 (XR 3.6.2). The multicast mode is SSM.
    The total S,G (sources and multicast groups) are 82.
    The topology is as follows:
                                                   ---link 1--------
     Multicast sources ----- CRS1 ---link 2-------- GSR12404------- Receivers
                                                    ---link 3--------
    From the total of 82 S,G coming from multicast sources, I see the following S,G distribution between the three links:
    Link 1: 37 S,G
    Link 2: 21 S,G
    Link 3: 24 S,G
    The big question is why the Link 1 has very different number of S,G compared to link 2 and link 3?
    Multipath is enabled on both links. I copy the multicast configuration of CRS and GSR that is the same:
    multicast-routing
     address-family ipv4
      interface GigabitEthernet0/2/0/0
       enable
      interface GigabitEthernet0/2/1/1
       enable
      interface GigabitEthernet0/2/1/2
       enable
      nsf
      multipath
      ssm range SSM
    Thanks,
    Carlos.

    Hi Agherardi,
    Did you try to disable your firewall and refer the following KB to confirm you have choose the correct Affinity and Load-Balancing Behavior of the Custom Port Rule.
    Specifying the Affinity and Load-Balancing Behavior of the Custom Port Rule
    https://technet.microsoft.com/en-us/library/cc759039(v=ws.10).aspx
    More information:
    Using NLB
    https://technet.microsoft.com/en-us/library/bb687542.aspx
    I’m glad to be of help to you!
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Multicast trafficis being flooded on igmp snooping enabled switch

    I have two devices connected to the same switch, S streams video using multicast, H doesn't send join request, but the multicast is being sent to H, actually it is being flooded. Both hosts are in the same vlan.
    Distribution-1#show ver | in WS
    cisco WS-C2960-24TT-L (PowerPC405) processor (revision E0) with 65536K bytes of memory.
    Model number                    : WS-C2960-24TT-L
    *    1 26    WS-C2960-24TT-L    15.0(1)SE2            C2960-LANBASEK9-M

    Duplicate post.
    Go here:  https://supportforums.cisco.com/discussion/12218811/multicast-trafficis-being-flooded-igmp-snooping-enabled-switch

  • Which is better for usb camera between VISA and imaqdx in labview 2010?

    i have done a program for usb camera to acquire images with imaqdx.
    now i want to know which is better between VISA and  imaqdx in labview 2010?
    i didn't study visa before
    thans for help.

    VISA is primarily used to communicate with instruments via GPIB/TCP-IP/Serial/USB. In order to use easily VISA with an instrument over USB the instrument must adhere to the USBTMC spec. A camera is not likely to have this. Otherwise you have to use USB RAW, and that requires detailed knowledge of the data that is transmitted by the instrument. Manufacturers rarely give this information out. Normally they will provide a DLL to communicate with the instrument.
    Thus, in your case, VISA is not going to be an appropriate API to use for a USB camera.
    Out of curiosity, what prompted this question?

  • How to set up set which NIC card to use for multicast?..

              I just downloaded Rolling Patch 1 for WLS6.0SP2.
              While reading the README file it says
              " ISSUE 42518: Provided a way to set which NIC card to use for multicast traffic
              Can anyone tell me how to set this?. on my WebApplication server it has two NIC
              cards and I want to use the NICcard which is being used to talk to internal network
              for multicast messages.
              One more thing,
              Can anyone one tell how to search for bugs (ISSUES) in weblogic. I am looking
              place where I enter ISSUE number and should get the detailed description of bug/issue
              etc..
              Thanks for helping,
              Nilesh
              

              Thanks Kumar, I'll try this.
              Does this -Dweblogic.interfaceAddress used only for multicast. Or this is also
              used to talk to AdminServer?.
              The other problem I am facing is when I restart the AdminServer in recovery mode
              it's not finding my WebApp servers, because my webapp servers are on public network
              and my admin (management) server is on private network.
              please look at http://newsgroups.bea.com/cgi-bin/dnewsweb?cmd=article&group=weblogic.developer.interest.management&item=1217&utag=
              , for more details about my problem.
              Thanks,
              Nilesh
              Kumar Allamraju <[email protected]> wrote:
              ><!doctype html public "-//w3c//dtd html 4.0 transitional//en">
              ><html>
              >You should be able to do it via console in 6.1
              ><br>Not sure if it was added in 6.0
              ><p>For 6.0 you can set this via command line
              ><br>java -Dweblogic.interfaceAddress=<addr>
              ><p>You need 6.0 SP2 RP1
              ><p>--
              ><br>Kumar
              ><p>Nilesh Shah wrote:
              ><blockquote TYPE=CITE>I just downloaded Rolling Patch 1 for WLS6.0SP2.
              ><br>While reading the README file it says
              ><br>" ISSUE 42518: Provided a way to set which NIC card to use for multicast
              >traffic
              ><br>"..
              ><p>Can anyone tell me how to set this?. on my WebApplication server it
              >has two NIC
              ><br>cards and I want to use the NICcard which is being used to talk to
              >internal network
              ><br>for multicast messages.
              ><p>One more thing,
              ><p>Can anyone one tell how to search for bugs (ISSUES) in weblogic. I
              >am
              >looking
              ><br>place where I enter ISSUE number and should get the detailed description
              >of bug/issue
              ><br>etc..
              ><p>Thanks for helping,
              ><p>Nilesh</blockquote>
              ></html>
              >
              

  • Using a 3rd party router for Multicast

    Hi all,
    There’s a lot of feedback on this board about using third party routers with Multicast, so we’ve decided to put this information all in the one place for you.
    NOTE: the workarounds below haven’t been tested by BT as we do not support 3rd party routers and we do not endorse any of them. Our recommended router remains the Home Hub.
    With the above statement in mind, we know that a lot of you do choose to use other routers.  The information contained here has come from fellow customers who have given their time to share this information in good faith. Thanks to all of the forum members who have helped make this information available to our community it is a great example of the wealth of information that a community can provide and we hope this encourages users to come back and visit us in the future.
    A special mention goes to walkerx who has posted and prompted a lot of the provided information.
    Hub configurations in alphabetical order:
    Apple Airport Extreme
    Put your Airport Extreme into Bridge Mode and turn the Home Hub's wireless off.
    [From MartinH's post]
    ASUS RT-N66U
    You must configure 'Enable VPN + DHCP Connection' to 'No' under the WAN option.
    Settings used were:
    - Have router on the latest firmware: 3.0.0.4.374.130
    - Use the following settings in LAN > IPTV:
    - 'Select ISP Profile' = None
    - 'Choose IPTV STB Port' = None
    - 'Use DHCP routes' = Microsoft
    - 'Enable multicast routing (IGMP Proxy) = Enable
    - 'Enable efficient multicast forwarding (IGMP Snooping) = Enable
    - 'UDB Proxy (Udpxy) = 0
    [From sepph's post]
    Billion 7800DXL
    Router has been reported to work.
    [From walkerx's post]
    Billion 7800N
    Requires you to add another profile (Pure Bridge) to the EWAN port along with the PPPoE profile. Save settings & restart. Also enable IGMP proxy & snooping.
    [TimCurtis' post]
    DLink Dir 825
    If enable multicast you can see the on-demand players but get an IPC6023 error when viewing the test channel (this means poor internet channel quality). This error message comes up even though it works if use the Home Hub 4
    [walkerx's post]
    Netgear R6300
    Netgear R6300, but with the Home Hub 3.0 and 500Mbit Powerline adapters in the picture.
    Modem -> HH3 -> R6300 -> Powerline -> 2 x Youview Boxes on other Powerlines.
    To do this, configure the Home Hub 3.0 as 192.168.1.1, then disable its wireless and DHCP. Make sure that NAT and UPNP were enabled, and then set it to use the address 192.168.1.254 as a DMZ server.
    Then configure the R6300 as the address 192.168.0.1, using the WAN IP address of 192.168.1.254, with 192.168.1.1 as the gateway and DNS server. The R6300 is then connected via WAN port to the HH3 Gigabit port.
    In the R6300 settings switch on IGMP. 
    The above settings allow both YouView boxes to use on demand content and different streaming channels simultaneously, as well as giving the full features of the R6300 such as AC1750 wireless, network printing, and DLNA
    [wigglr's post]
    TP-Link AC1750
    Router has been reported to work.
    [zarf2007's post]
    TP-Link Archer C7
    Router has been reported to work.
    [HappySlayerUK's post]
    TP-Link TL-WR1043ND
    No configuration needed, plug and play.
    [walkerx's post]
    TP-Link WDR4300 N750
    Router has been reported to work.
    [aseymour's post]
    TP-Link TL-WDR4900 N900
    Router has been reported to work, plug and play.
    [cactusbob's post]
    TP-Link routers in general
    How to configure Multicast on TP-Link routers (from the TP-Link website).
    One of our posters also found the following:
    He found that your router must be able to do the following for Multicast:
    For an end user connected via Openreach GEA (FTTC and FTTH)
    • The Residential Gateway will support:
    – IPoE for multicast traffic and PPPoE for BB traffic;
    – VLAN tag ID of 0 or no VLAN tag ID for multicast and BB traffic;
    – Fork IGMP requests up multicast and BB paths.
    For an end user connected to an MSAN (WBC copper)
    • The Residential Gateway will support:
    – A dual VC architecture;
    – Accept TV Connect multicast traffic on ATM VP/VC 0/35 with IPoE and broadband traffic on ATM VP/VC 0/38 with PPPoE;
    – Fork IGMP requests up multicast and broadband paths.
    IGMP should v3 and will be in range from 225.0.0.0 to 239.255.255.255 
    [walkerx's post]
    List of routers that do not appear to work:
    Draytek 2750n
    Linksys EA4500
    linksys EA6300
    Netgear AC6300
    [From Red_Snow's post]
    If you use a router that’s not listed here, do a search on the YouView from BT board to see if advice has been posted elsewhere. If it hasn’t, do post your question.
    Thanks,
    Stephanie
    Stephanie
    BTCare Community Manager
    If you like a post, or want to say thanks for a helpful answer, please click on the Ratings star on the left-hand side of the post. If someone answers your question correctly please let other members know by clicking on ’Mark as Accepted Solution’.

    Thanks for confirming that quails.
    Cheers
    David
    BTCare Community Mod
    If we have asked you to email us with your details, please make sure you are logged in to the forum, otherwise you will not be able to see our ‘Contact Us’ link within our profiles.
    We are sorry but we are unable to deal with service/account queries via the private message(PM) function so please don't PM your account info, we need to deal with this via our email account :-)

  • 6500 IOS QoS for Multicast

    Question Summary:
    How do I set the p-bit (COS value) for multicast traffic ingressing on an interface?
    Additional details:
    Although I have had success matching all IP traffic ingressing from the encoder/streamer (multicast source) I want to match only multicast traffic.
    I see no obvious reason why my attempts with ACL's for multicast are failing to match. Help!
    I verified failing or work by output of policy-map information, wireshark from port mirror, and remote client receiving the multicast.
    Traffic Type (Multicast):
    Source IP: 10.0.0.1
    Source Port: 1025
    Destination IP: 239.100.0.5
    Destination Port: 8208
    Destination MAC: 01:00:5e:64:00:05
    Here is my configuration:
    class-map IPTV
    match access-group <ATTEMPT X>
    policy-map MARK_INBOUND_IPTV
      class IPTV
       set dscp cs4
    interface GigabitEthernet3/9
    service-policy input MARK_INBOUND_IPTV
    Individually attempted the following ACL's for the match statement<ATTEMPT X>:
    FAIL:
    access-list 81 permit 224.0.0.0 15.255.255.255
    access-list 4 permit 239.100.0.5
    access-list 700 permit 0100.5e13.05b8 0000.00ff.ffff
    access-list 700 permit 0100.5e00.0000 0000.00ff.ffff
    SUCCESS: (inadequate because it is all IP traffic not just multicast)
    access-list 7 permit any
    Command output from Fails:
    sho policy-map int g3/9 detailed
    GigabitEthernet3/9
       Service-policy input: MARK_INBOUND_IPTV
        class-map: IPTV (match-all)
          Match: access-group 4
          set dscp 32:
          Earl in slot 5 :
            Traffic:        Total bytes          30-s bytes          peak bytes       5-min avg bps            peak bps
            Offered                   0                   0                   0                   0                   0
            Agg-fwd                   0                   0                   0                   0                   0
            Exceed                    0                   0                   0                   0                   0
        Class-map: class-default (match-any)
          0 packets, 0 bytes
          30 second offered rate 0000 bps, drop rate 0000 bps
          Match: any
            0 packets, 0 bytes
            30 second rate 0 bps
    sho policy-map int g3/9 input
    GigabitEthernet3/9
      Service-policy input: MARK_INBOUND_IPTV
        class-map: IPTV (match-all)
          Match: access-group 4
          set dscp 32:
          Earl in slot 5 :
            0 bytes
            30 second offered rate 0 bps
            aggregate-forwarded 0 bytes
        Class-map: class-default (match-any)
          0 packets, 0 bytes
          30 second offered rate 0000 bps, drop rate 0000 bps
          Match: any
            0 packets, 0 bytes
            30 second rate 0 bps

    I found that matching on the destination port number works as well:
    access-list 104 permit udp any any eq 8208 
    sho policy-map int g3/9 input
    GigabitEthernet3/9
      Service-policy input: MARK_INBOUND_IPTV
        class-map: IPTV (match-all)
          Match: access-group 104
          set dscp 32:
          Earl in slot 5 :
            64144752 bytes
            30 second offered rate 3980472 bps
            aggregate-forwarded 64144752 bytes
        Class-map: class-default (match-any)
          0 packets, 0 bytes
          30 second offered rate 0000 bps, drop rate 0000 bps
          Match: any
            0 packets, 0 bytes
            30 second rate 0 bps
    I'd really like to match on all multicast though. The destination IP or MAC makes the most sense but they fail.

  • VLAN prioritization for SAN traffic

    I have a stack of 3750's running two VLANs, one for NFS traffic (id 130) and one for iSCSI traffic (id 150). I have jumbo framing (MTU 9000) on VLAN 150. I'd like to try prioritizing the iSCSI traffic using 802.1p. Can anyone point me to some configuration help? Does anyone have any thoughts or experiences with this idea? Thanks!

    The MDS GE/iSCSI interface can set the DSCP value on outbound IP packets, but that is in the IP header (layer 3). From what I recall, the 802.1p bits are in the Layer 2 field between the MAC addresses and the Ethernet type, and from what I understand, the MDS does not provide any marking at that level.
    You could mark via 802.1p inbound on the Ethernet Switch that the MDS GE port is attached to, but not directly out of the MDS GE port.
    If you are interested in marking iSCSI using DSCP, here is web page describing how you set the iSCSI interface for the desired DSCP value.
    Hope this helps,
    Mike

  • Routers default behavior for mulitcast traffic

    Hello,
    What is router's default behavior (without enabling multicasting) for multicast traffic? Does it drop or look routing table and forward it?

    Traditional IP communication allows a host to send packets to a single host (unicast transmission) or to all hosts (broadcast transmission). IP multicast provides a third scheme, allowing a host to send packets to a subset of all hosts (group transmission). These hosts are known as group members.

  • Which network is Oracle using for RAC traffic ? where you will get info ? ?

    Hi,
    I am using two node RAC on Oracle 10g R2 (10.2.0.3.0) version on SUN Solaris 10 . I want to know "Which network is Oracle using for RAC traffic ? where you will get info "
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Kumar,
    In 10g, you can query x$ksxpia. If the cluster_interconnect information is stored in OCR (default), you will get
    SQL> select INST_ID,PUB_KSXPIA,PICKED_KSXPIA, NAME_KSXPIA,IP_KSXPIA from x$ksxpia;
    If you specified the cluster_interconnects parameter in your init.ora:
    Columns to look in : INST_ID P PICK NAME_KSXPIA IP_KSXPIA
    And also you can use 'oradebug ipc' to see which interconnects the database is using:
    SQL> oradebug setmypid
    SQL> oradebug ipc
    Hope it helps...
    Thanks
    LaserSoft

  • Bridge Domain and multicast traffic

    Hi All,
    i am planning to build a Point to multipoint network based on ME3600X switch at the HQ and ISR 2900 routers at the Branches. i need to simulate a lan service.
    i though of using EOMPLS at the ISR 2900 and closing them at the ME3600X. at the ME3600X i will use bridge domain to have this point to multipoint functionality.
    at the configuration guide i saw that when i am using bridge domain i need to disable IGMP snooping on every Vlan.
    my question is how the bridge domain treat Multicast traffic ?
    furthermore, can i mix EOMPLS and Bridge Domain ?
    Thanks,
    Avi.

    Hi Avi,
    ME3600X doesn't support VPLS yet (check with your account team for the roadmap) so I don't think your design will work here. What you can do is having a router behind the ME3600X which will have a dedicated VLAN with each remote site.
    HTH
    Laurent.

  • ASA Transparent mode multicast traffic in 8.2 and 8.4

    Hi,
    When i configure 8.2 in trasparent mode and deploy the a network that was wrok on EIGRP after that i found the neighborship was stop when i allow the mutlicast address and prtocol on outside interface it was start the working But when i deploy an ASA with 8.4 IOS and then allow the multicast address and protocol both the interface (Inside and outside) after that it was start working.
    So i want to know that what the reasion to allow multicast address and protocol on 8.4 IOS for both interface. I am not able to find any answer for this.

    Hi Mahesh,
    By default ASA in transparent mode do not allow any packets not having a valid EtherType greater than or equal to 0x600. As per my knowledge this concept remain same for all versions of ASA. Most control plane protocols are denied.
    ASA in transparent mode only allows ARP, broadcast traffic, TCP and UDP inspected unicast traffic.
    For EIGRP to work through transparent firewall, we need to open ACLs in both direction for multicast and unicast both type of EIGRP traffic on all versions of ASA Firewall.

  • Multicast traffic flooding

    Hi
    We are using Network Load Balancing on some Windows 2003 servers which is configured as IGMP multicast.
    The servers are connected to a 3550 SMI switch which is connected to a HP4108.
    Before I configured either of these switches I connected a packet sniffer and saw the multicast traffic appearing on all ports on both switches.
    I configured the HP switch as a Multicast querier and now on the 3550 I see the multicast mac addresses logged against the server ports. The 3550 also detects the muticast router as you can see:
    prod-3550#sh mac-address-table mult
    Vlan Mac Address Type Ports
    1 0100.5e7f.4601 IGMP Fa0/10, Fa0/12, Gi0/1
    1 0100.5e7f.4602 IGMP Fa0/9, Fa0/11, Gi0/1
    prod-3550#
    prod-3550#sh ip igmp snoo mrouter
    Vlan ports
    1 Gi0/1(dynamic)
    The 3550 is still spamming the multicast traffic to all ports whereas the HP switch is only replicating thisto ports that are part of the multicast group.
    Can anyone tell me why the 3550 is doing this or what else I need to check?
    Thanks in advance.

    Kate
    You do not tell us much about how the 3550 is configured. From your description of the problem I am going to assume that you do not have IGMP snooping configured. This link will show you how to configure IGMP on the 3550:
    http://www.cisco.com/univercd/cc/td/doc/product/lan/c3550/12225sec/3550scg/swigmp.htm
    If my assumption is not correct and you do have IGMP snooping configured, then you will need to tell us more about how the 3550 is configured so we can determine why it is propagating multicast to all ports.
    HTH
    Rick

  • Cisco devices that support Multicast traffic?

    Folks,
    I am looking for list of Cisco devices that support Multicast traffic. Does anyone know how to get this information?
    Thanks,
    Nagesh 

    Cisco Feature Navigator

Maybe you are looking for