Multicast issues through L2 Switched Vlan

Hi,
I have attached a high level design diagram which represents the network topology and multicasting is introduced on the network for camera streams. For multicast using “sparse-dense-mode” and OSPF is used as the routing protocol.
Multicast works good when we had a single receiver “Receiver-1” and this receiver is connected to a access switch which directly connects to the core 6500 switch through a L3 Vlan. Mroutes looks good and works as expected.
When a second receiver “Receiver-2” was introduced on the network and the configuration is no different to the previous configuration and the receiver is not getting any streams and the multicast doesn’t work as expected. The only difference between is the presence of a L2 switch which acts as a bridge between the Access and the Core 6500 switch.
I believe, the simplest option is to enable routing and multicast on the switch called “Core-2” instead of using it as a L2 transparent switch. But, I would like to explore the possible options before enabling multicast throughout the network.
Your thoughts and help will be highly appreciated.
Thanks
Rajesh

Hi,
If Core-2 is pure L2 switch and we are running PIM between C-3750-2 and Core-1, it should not play any role in forwarding multicast traffic. Please share 
from Core-1,C-3750-1 and C-3750-2
- show ip mroute <group>
- show ip pim nei
- show ip pim rp mapping
From C-3750-1 and C-3750-2
- show ip igmp group
Regards,
Akash

Similar Messages

  • L2VPN Local Switching VLAN to VLAN issue on 7200VXR/NPE-G1

    I've been working with a client trying to get this working. We tried 12.2(31)SB6, 12.4(15)T1 IP Services and 12.4(15)T1 Advanced IP Services.
    It works fine for Ethernet to Ethernet, or Ethernet to VLAN, but it doesn't work for VLAN to VLAN either on the same interface or on different interfaces. We've tried this on both a Cat5505 as well as a Cat294XL thinking that maybe there would be some issues with one platform or the other.
    Here's an example:
    ! VXR (12.4(15)T1 Adv. IP Services)
    interface GigabitEthernet0/1
    no ip address
    duplex full
    speed 100
    media-type rj45
    no negotiation auto
    interface GigabitEthernet0/1.202
    encapsulation dot1Q 202
    interface GigabitEthernet0/1.203
    encapsulation dot1Q 203
    connect test GigabitEthernet0/1.202 GigabitEthernet0/1.203
    ! Cat 5505
    set vlan 202 9/1
    set vlan 203 9/2
    set port name 9/1 PC1
    set port name 9/2 PC2
    set port name 9/3 VXR-G0/1TRUNK
    clear trunk 9/3 1-201,204-999
    set trunk 9/3 on dot1q 202-203,1000-1005
    We seem to be able to sequeeze a few packets through every once in awhile - like 1 or 2 every 20 or 30 packets:
    64 bytes from 192.168.1.1: icmp_seq=10 ttl=64 time=0.604 ms
    64 bytes from 192.168.1.1: icmp_seq=18 ttl=64 time=0.638 ms
    64 bytes from 192.168.1.1: icmp_seq=40 ttl=64 time=0.621 ms
    64 bytes from 192.168.1.1: icmp_seq=48 ttl=64 time=0.608 ms
    64 bytes from 192.168.1.1: icmp_seq=70 ttl=64 time=0.605 ms
    64 bytes from 192.168.1.1: icmp_seq=78 ttl=64 time=0.630 ms
    As you can see from the below show interface, the interface is receiving lots more packets than it's sending:
    Router#show int g0/1
    GigabitEthernet0/1 is up, line protocol is up
    Hardware is BCM1250 Internal MAC, address is 001c.b0fa.101b (bia 001c.b0fa.101b)
    MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
    reliability 255/255, txload 1/255, rxload 1/255
    Encapsulation 802.1Q Virtual LAN, Vlan ID 1., loopback not set
    Keepalive set (10 sec)
    Full Duplex, 100Mbps, RJ45, media type is RJ45
    output flow-control is unsupported, input flow-control is XON
    ARP type: ARPA, ARP Timeout 04:00:00
    Last input 00:00:00, output 00:00:00, output hang never
    Last clearing of "show interface" counters 00:00:15
    Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
    Queueing strategy: fifo
    Output queue: 0/40 (size/max)
    5 minute input rate 1000 bits/sec, 2 packets/sec
    5 minute output rate 0 bits/sec, 0 packets/sec
    40 packets input, 2836 bytes, 0 no buffer
    Received 36 broadcasts (0 IP multicasts)
    0 runts, 0 giants, 0 throttles
    0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
    0 watchdog, 19 multicast, 0 pause input
    8 packets output, 672 bytes, 0 underruns
    0 output errors, 0 collisions, 0 interface resets
    0 babbles, 0 late collision, 0 deferred
    0 lost carrier, 0 no carrier, 0 PAUSE output
    0 output buffer failures, 0 output buffers swapped out
    Router#
    Does L2VPN Local Switching VLAN to VLAN not work on VXRs or something?
    This link seems to indicate that E-E VLAN is supported in 12.4(11)T.
    http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120limit/120s/120s27/fslocal.htm#wp1149105
    What am I missing?

    Hi,
    In ASR9k, VLAN is port significant so yes you can match the same VLAN on different port.
    For your untagged traffic, both UPE fo site 1 will think they are directly connected via two links so yes STP should take care about the loop
    For your VPLS domain, if you are not using VLAN 100 on site 3, you need to pop the tag on both ASR9k. Also do you extend STP to site 3 ?
    SVI is not supported in ASR9k today so you have to use unumbered interfaces instead:
    interface Loopback1
    ipv4 address a.b.c.d 255.255.255.255
    interface g0/7/0/0.200
    encapsulation dot1q 200
    ipv4 point-to-point
    ipv4 unnumbered Loopback1
    proxy-arp
    interface g0/7/0/1.200
    encapsulation dot1q 200
    ipv4 point-to-point
    ipv4 unnumbered Loopback1
    proxy-arp
    I never tested it in this situation but from STP perspective those links should be seen as host connection.
    Let me know if it works
    HTH
    Laurent.

  • Setting Locally Switched VLAN Id for HREAP'd ap's?

    I am using HREAP on a number of AP's to fulfill a need of my end-users to have wireless devices connect to a locally hosted resource on a sites network.  Getting the AP's to operate correctly has not been an issue (for the most part), and getting the "Locally Switched VLAN's" functional was not a problem.  However, when I routinely go back through my AP's to check on them or to look t-shoot an unrelated issue I have noticed that some of the AP's have retained the Locally Switched VLAN mapping (i.e.: WLAN Id=5, Profile Name = test ssid, VLAN Id = 123) and some of them resolve the VLAN Id to 1 (for example).
    Is the anyone that may have experienced this and can offer or point me towards a resolution?
    I am also curious if I can configure the Locally switched vlans directly to my WiSM's instead of to each individual HREAP'd AP?
    BTW: I have a wireless environment of 1242, 1252, and 1142 ap's with WiSM's on a 65xx w/ sup720.
    Thanks for the help.

    I saw similar behavior at a client site running 6.0.181.0 & 6.0.196.0 code, what I found the issue to be was that when you set the native vlan and hit apply the AP took a minute to initate a reboot (or so it appeared) and when I set the VLAN Mappings they weren't actually being applied.
    I found if I set the AP to H-REAP and applied that then waited about 3-4 minutes, then enabled VLAN Support and set Native VLAN, apply that, wait 3-4 minutes, then set my VLAN Mappings that the issue went away.
    Not sure if that's the same issue your running into but it's worth a shot.. I tried tons of things before discovering that pattern.. Incidentally it didn't seem to behave that way in 4.0 code nor does it seem to behave that way in 7.0 code.
    Hope this helps...
    Please rate useful posts.
    Thanks,
    Kayle

  • Do mutiple 6120 cross-connect (heartbeat) work through a switch?

    We have two 6120s connected to two UCS 5108s in two separate rooms in our building.  We have just completed a 2nd formal server room and will be moving one of the 6120/5108 pairs into that room.  Currently, the 6120's are cross connected (1Gig copper) to each other and all of the 10Gig connections are appropriately connected.
    The issue is that the two server rooms are more than 100m apart so there is no copper connections between the rooms.  We have switches in each room connected via 10Gig fiber.
    Our VAR who installed originally this sent an e-mail that these 1Gig copper cross connects must not pass through a switch.  He has left to get married and is gone for a few weeks.
    We are not moving this until November, but I'm not willing to wait a couple of weeks until the engineer returns to get the answer to this question.  I have looked on CCO and other than identifying the 1Gig ports as "cross-connect" or "cluster", I can't find anything out.
    I would think that they would work through a switch, perhaps in their own non-routed VLAN or something.
    Will this work?  Is there a design guide on CCO that shows it?
    Thanks!
    /alan

    Alan
    What you are asking for is an enhancement which I fully agree with.
    Latency is not the issue here. It is how the software which manages the L1-L2 links on the FI's.
    They are bonded internally. Not expecting any other traffic (CDP, BPDU or anything else when you connect to a switch for example amongst other things). You connect a switch in between and bonding breaks. You could now potentially think of 1 link to get around bonding or turn channel-group explicitly on the switch etc..
    But the fact of the matter is that it has neither been tested/blessed nor advertised as a possible workaround.
    So currently it won't work and *if* it does, you are in unchartered territory where support if something breaks is going to be an issue.
    If you look at the User Guide at
    http://www.cisco.com/en/US/docs/unified_computing/ucs/sw/gui/config/guide/b_GUI_Config_Guide.html
    Page 63 and 65 have references to it -
    The L1 ports on both fabric interconnects are directly connected to each other.
    The L2 ports on both fabric interconnects are directly connected to each other.
    To use the cluster configuration,the two fabric interconnects must be directly connected together using Ethernet cables between the L1 (L1-to-L1) and L2 (L2-to-L2) high availability ports,with no other fabric interconnects in between.
    Note: I would have written  "with no other *switches* in between" rather than fabric interconnect above but then thats me.
    The 10 Gig links cannot be used for heartbeat either. All mgmt is the 4 1 gig ports that you see on the FI's. 10gig's are data.
    Sorry to be the bearer of the bad news
    --Manish

  • Goos  issue through MIGO based on work order problems

    Hi All,
    Can any one guide me how to overcome the error"Purchasinh Info record not found in purchasing organisation 2434" while doing Goods(consignment materials) Issue through MIGO transaction based on work order. How to create the Purchase Info record??
    Any pointer from any side  will be highly appreciable...thanks in Advance
    Regards
    Azizur

    Dear Azis,
             Double Click on the serial no of the Component you will get the  inforecord fieldin the Purchasing tab. But this is only for Stock Materials.
    Please recheck again your components.
    Regards,
    Shareeq
    Edited by: K M AHAMED SHAREEQ HUSSAIN on Oct 13, 2009 2:42 PM

  • How to re-run output determination after goods issue through idoc

    Hello,
    i've got a question about output determination. We are currently in a process to automate picking, packing and goods issue through a 3rd party software. The software creates DELVRY03-Idocs including picking, packing and goods issue-information. Picking, packing and goods issue work just find and after submitting the idoc, the delivery is updated as needed.
    The problem arises when it comes to printing the shipping document on the printer belonging to the picking station that just processed the delivery. To determine the correct printer, the external software includes the picking station number inside the idoc. A user exit in idoc_input_delivery puts the number (3 digits) into likp-traid. The customizing for using this field inside output determination is complete and seems to be working.
    The problem is: as the number of the picking station is not known before goods issue, the LD00 message must not be generated before goods issue. I used the appropriate condition insinde the message scheme, the message is not generated until goods issue is complete. After processing the DELVRY03-Idoc, the message should be found and generated, but it isn't. When i take a look at the delivery after submitting the idoc, goods issue is complete, picking and packing is done - and no sign of an header message of type LD00. First i thought about a misconfiguration inside my customizing for output determination, but when i access the delivery via vl02n (change delivery), output determination seems to be processed again and without making any changes or actions, LD00 is generated and waiting for processing. After saving the delivery, LD00 is processed and the shipping document is printed exactly where it should be.
    So, as my customizing seems to work and everything else around idoc processing doesn't make any problems either, i conclude that, after processing the idoc, R/3 just needs a little kick to re-run the output determination, find the now fitting condition for LD00, find the appropriate entry in the condition table and print the document.
    I already tried report rsnast00, but this one just seems to run already created messages.
    Any ideas how to automate this little "kick in the butt"?
    Thanks in advance!

    I'm working on a similar issue with ws_delivery_update. I'm not using the IDOC as you are, but I'm using the function in a program of mine to PGI the delivery, but the output isn't being added to the delivery. I've tried to run the function twice as you suggested, but that doesn't seem to work. Do you have any suggestions or ideas on things to try?
    Thanks,
    Eric

  • Refresh issue in LOV Switcher

    Guys,
    I facing a issue from LOV Switcher.
    Let me explain the scenario:
    I have search page (SearchPage.jsff), i have created page (CreateEditPage.jsff).
    CreatePage.jsff has a LOV (Lov is implemented using LOV swither, displays either LOV 1 or LOV2 depnding on the attribute in the viewobject)
    1. I navigate from SearchPage.jsff to CreateEditPage.jsff. As per the logic, Lov 1 is displayed. (as expected)
    2. Now am back to SearchPage.jsff, and again navigate to CreateEditPage.jsff. As per the logic LOV 2 is displayed. (as expected)
    3. Now am back to SearchPage.jsff, and again navigate to CreateEditPage.jsff. As per the logc, LOV 1 should be displayed, but it is displaying Lov 2. (when i refresh the page using F-5, the proper LOV is displayed).
    There seems to be some issue with the LOV refresh.
    Anybody faced similar issue??
    Any suggestions are welcome....

    would this help you:
    http://jobinesh.blogspot.com/2011/09/programmatically-switching-lov-queries.html

  • How can i solve a issue through remeady

    how can i solve a issue through remeady..
    With Regards
    Prasanta

    Hello,
    Remedy and other similar products are the tools which track the Action / Time taken for resolving a call. Normally, once an issue is reported, that will be recorded in a tool with an estimated fix time. If the call is not fixed / actioned within the estimated time, it go as breached.
    The analyst need to update the call status in the tool. They will need to update the actions taken, call notes ..etc. Once the issue is fixed, you may set the call status as resolved. Once you set the status as resolved, the user who riased the issue will get an e-mail. They will confirm whether the issue is actually closed or not. Depends upon their cconfirmation, the status will be set to Closed or again Reopen.
    This is a typical helpdesk tool scenario.
    Prase

  • Multiple RDS Device CALs Issued through Windows 2003 RDS Hosts

    Environment
    Windows 2012 R2 RDS license server issuing device CALs
    5 Citrix farms (PS4, PS4.5, XA5, XA6, and XA6.5) 
    Symptoms
    - RDS device CALs issued through the PS4/Windows 2003 R2 and PS4.5/Windows 2003 R2 servers show the Citrix server name in the Window 2012 R2 RD license manager console instead of the workstation name (See below).
    - The PS4/Windows 2003 R2 and PS4.5/Windows 2003 R2 servers are issuing a large number of device CALs to workstations.  For example, we have two PS4/Windows 2003 R2 servers that publish a single application.  There are 20 users
    of the applications with dedicated workstations that should all have a device CAL, but everyday I see device CALs being issued from these servers (See below).  
    Any help would be greatly appreciated.  Thank you.
     Scott   

    Hi Scott,
    Thank you for posting in Windows Server Forum.
    Have you find any Error\Event Id for this case?
    From the description it appears that there is some misconfiguration for redirecting the server during load balancing the device CAL among the server and that’s why device is getting misplaced. You can please relook at configuration for License server with following
    article.
    RD Licensing Configuration on Windows Server 2012
    http://blogs.technet.com/b/askperf/archive/2013/09/20/rd-licensing-configuration-on-windows-server-2012.aspx
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support

  • Lync Sign in issue through Proxy

    Hi All,
    Not to be confused when said Lync Sign in issue through Proxy as it is unlikely that this is an issue with the proxy settings. Find it out yourself from the behavior below.
    It is in fact a weird issue that I have come across.
    Overall there are almost 30 Lync Users accounts.
    And they are trying to authenticate to external Lync Server.
    28/30 works fine through the proxy. Except for 2 user accounts.
    The proxy settings are same for all the users and no individual configurations set.
    Now, here is the interesting part. Go out of the network and authenticate this 2 user account to any of the workstation which is not going through Proxy, it works. Come back to the workstation which is going through the proxy and try again, it will work
    now.
    Now, I am interested in finding how exactly does Microsoft authenticates their Lync users. And what are the step by step procedure of User Authentication for Lync service. And why is this happening?
    Just to add some more point here, these happens only with 2 specific accounts.
    And if you try using these 2 accounts on any of the 28 working workstations, which is going through the proxy, the first time, it would still fail to get authenticated.
    Can someone put a highlight on these behaviors? is there any user specific settings on the lync server?
    Thanks for your inputs.

    You can check the following blogs about Lync authentication process:
    http://blog.schertz.name/2012/12/lync-2013-client-autodiscover/
    http://blogs.technet.com/b/nexthop/archive/2012/11/28/lync-2010-client-authentication.aspx
    Note: Microsoft is providing this information as a convenience to you. The sites are not controlled by Microsoft. Microsoft cannot make any representations regarding the quality, safety, or
    suitability of any software or information found there. Please make sure that you completely understand the risk before retrieving any suggestions from the above link.
    You can enable Lync client logging to collect the log file to check the sign in process for these two users can’t sign in externally.
    Lisa Zheng
    TechNet Community Support

  • HT201272 Does anyone know how to get an episode of a tv programme that never downloaded when I bought a subscription. Episode 1 didn't download and I have all other episodes. I looked at the issues through report a problem but I cannot find an answer.

    Does anyone know how to get an episode of a tv programme that never downloaded when I bought a subscription. Episode 1 didn't download and I have all other episodes. I looked at the issues through report a problem but I cannot find an answer.
    I bought a series pass and unfortunately epsiode 1 didn't download at all. I was watching the downloads and restarting once they stopped as I allow multiple downloads at athe same time

    It sounds like you may have hidden it, in which case you should be able to unhide it : iTunes Store: Hiding and unhiding purchases. (You can't turn off the hiding of items.)
    But you should be keeping and maintaining a backup copy of all of your downloads and not relying on being able to redownload them - any item could be removed from the store by the rights-holders at any time, if they do then you won't be able to redownload them (nor will be able to do redownload items if you move countries).

  • Connecting USB6343 onboard 5v to AI 4 5 6 7 through 4 switches and AI GND results in floating signals and noise

    Hey,
    I am connecting USB6343's onboard 5v source to AI 4 5 6 7 through 4 switches (and AI GND).  This results in floating signals and sinusoidal noise when i close the switches and not the expected 0v / 5v.
    I merely want to report on or off for each switch connected to the AI terminals, what very obvious step am I missing?

    I'd like to ask further questions, but being new to the forum, I'm not fully familiar with the customs, so please tell me if I should open a new topic or if it's okay, to bundle questions (if related).
    The question are: how to extend the described wiring to multiple switches (I need 10)? I attached my assumption as "Wiring 1.png".
    And I guess "Wiring 2" wouldn't work as it'd be how the topic-opener artaxerxes did it?
    Attachments:
    Wiring 1.png ‏9 KB
    Wiring 2.png ‏11 KB

  • Install SonicPoint through SRW224G4P switch to Sonicwall

    I want to install a SonicPoint on an existing SRW224G4P switch.  Sonicwall architecture uses VLAN to support multiple SSID on SonicPoint.  Sonicwall interface X0 attached to port e12 on the switch, and the Sonicpoint on e24, which is PoE enabled.  In this configuration I can see the Sonicpoint is OPERATIONAL  as seen on the sonicwall, so there is some communication between the two.  Additionally, a laptop can see the SSID broadcast, and attach in a “limited” manner, but IPCONFIG shows no IP addresses being set.  Oddly, it Windows Update may have worked overnight in this configuration.  However, I cannot access the LAN or WAN from the laptop. 
    Where am I going wrong in the switch VLAN configuration?
    I followed guidelines in http://www.brandontek.com/networking/solution-to-your-sonicpoint-wlan-woes/ but this article uses Cisco 2960G to set up VLAN.
    Note DHCP service is set up for the two VLANS on the Sonicwall.
    SWITCH CONFIGURATION:
         VLAN Mgt >> Create a LAN:
              1 DefaultVLAN Static
              20 SonicpointN Corporate Static
              30 SonicpointN  Guest Static
         VLAN >> Port Settings
              Port e12 TRUNK PVID =1 Ingress Filter Enabled
              Port e24 ACCESS PVID=20 Ingress Filter Enabled
              OTHERS ACCESS PVID=1
         VLAN >> Ports to LAN
              VLAN=1, Static
                   Port e12 Trunk, Untagged
                   Port e24 Access, Excluded
                   OTHERS Access, Untagged
         VLAN=20, Static
                   Port e12 Trunk, Tagged Port
                   e24 Access, Untagged
                   OTHERS Access, Excluded
         VLAN=30, Static
                   Port e12 Trunk, Tagged
                   Port e24 Access, Untagged
                   OTHERS Access, Excluded
    Ports >>> PoE
               e24 Critical

    Uninstalling Software: The Basics
    Most OS X applications are completely self-contained "packages" that can be uninstalled by simply dragging the application to the Trash. Most applications create preference files which are stored in the /Home/Library/Preferences/ folder. Although they do nothing once you delete the associated application, they do take up some disk space. If you want you can located them in the above location and delete them, too.
    Some applications may install an uninstaller program that can be used to remove the application. In some cases the uninstaller may be part of the application's installer, and is invoked by clicking on a Customize button that will appear during the install process.
    Some applications may install components in the /Home/Library/Applications Support/ folder. You can also check there to see if the application has created a folder. You can also delete the folder that's in the Applications Support folder. Again, they don't do anything but take up disk space once the application is trashed.
    Some applications may install a startupitem or a Log In item. Startupitems are usually installed in the /Library/StartupItems/ folder and less often in the /Home/Library/StartupItems/ folder. Log In Items are set in the Accounts preferences. Open System Preferences, click on the Accounts icon, then click on the LogIn Items tab. Locate the item in the list for the application you want to remove and click on the "-" button to delete it from the list.
    If an application installs any other files the best way to track them down is to do a Finder search using the application name or the developer name as the search term.
    There are also several shareware utilities that can uninstall applications:
    AppZapper
    CleanApp
    Yank
    SuperPop
    Uninstaller
    Spring Cleaning
    Look for them at VersionTracker or MacUpdate.
    For more information visit The XLab FAQs and read the FAQ on removing software.
    And you should contact Belkin for support with their product.

  • Experincing issues with 2960X switch

    Hi there.
    We are experincing issues with 2960X switch losing the ability to recognise the modules that are inserted in SFP ports.
    Initially, the modules are recognised, usable and will happily participate in cross-stack etherchannels. However, after a period of time -  and this ranges from a couple of hours to a few days, the links go down on the 2960X-side but are still registered as up on at the other end of the etherchannel.
    2960X stack  1      Po1(SD)         LACP      Gi3/0/49(D) Gi3/0/51(D)
    3750G stack  2      Po2(SD)         LACP      Gi1/0/23(I) Gi2/0/22(I)
    When the link fails, the member switch loses the ability to identify modules inserted - it knows they are there, but it cannot identify them. Having a look at the controller for one of them and it's having trouble,see below:-
    sh controllers ethernet-controller gi3/0/49 phy detail
    GigabitEthernet3/0/49 (gpn: 457, port-number: 49)
    hulc_sfp_iic_intf_read_eeprom sfp _index 0 yeti_iic_read_retry fail
    hulc_sfp_iic_intf_read_eeprom sfp _index 0 yeti_iic_read_retry fail
    hulc_sfp_iic_intf_read_eeprom sfp _index 0 yeti_iic_read_retry fail
    A 'sh int' gives:-
    Auto-duplex, Auto-speed, link type is auto, media type is unknown.
    Reboot the stack or just the member and everything resets and works again - for a period of time. I've swapped from compatible to Cisco-brand modules inbetween restarts and it doesn't prevent the issue reoccuring.
    The slots all fail at the same time and once they're in the error state, that switch has to be restarted before it will recongnise anything inserted in any slot.
    I have this issue on two seperate stacks in two different sites. We're running 15.0(2)EX4.
    Has anyone seen anything like this? Particularly interested in this which I've seen using the sh controllers cmd and on the console once after a reboot. hulc_sfp_iic_intf_read_eeprom sfp _index 0 yeti_iic_read_retry fail
    Any thoughts would be greatly appreciated.
    Aid

    Hi Team
    We happen case GLC-T with Catalyst 2960 Hang , It can't work 
    We was reload switch but same ( GLC-T with Catalyst 2960 Hang)
    and use command bellow  
    Switch97#
    Switch97#
    Switch97#sh int gi 1/0/26 transceiver 5 transceiver de
    Switch97#sh int gi 1/0/25 transceiver detail 
    hulc_sfp_iic_intf_read_eeprom sfp _index 0 yeti_iic_read_retry fail
    hulc_sfp_iic_intf_read_eeprom sfp _index 0 yeti_iic_read_retry fail
    hulc_sfp_iic_intf_read_eeprom sfp _index 0 yeti_iic_read_retry failDiagnostic Monitoring is not implemented.
    Switch97#
    Switch97#
    Switch97#sh int gi 1/0/25 transceiver detail 6 transceiver        de
    Switch97#sh int gi 1/0/26 transceiver detail 
    hulc_sfp_iic_intf_read_eeprom sfp _index 1 yeti_iic_read_retry fail
    hulc_sfp_iic_intf_read_eeprom sfp _index 1 yeti_iic_read_retry fail
    hulc_sfp_iic_intf_read_eeprom sfp _index 1 yeti_iic_read_retry failDiagnostic Monitoring is not implemented.
    We try IOS Software EX3, EX4, EX5 and 15-2.2 but can't problem 
    Please suggest case to me

  • Cisco7 WS-C350G-48TS Switch/VLAN Issue

    Our C3705 has 4 VLANs configured on it.  The subnet for VLAN1 is 192.168.1.x and I'm connected to a port on this switch on that VLAN.  My connection goes from the switchport, to patch panel, to dataport on wall.  From there I've ran another patch cable to a small D-link switch in order to enable a few extra ports for attaching my test systems.  My workstation is also attached to this D=Link switch.  I can get a DHCP address through this D_Link switch but if I connect any other workstations to it they cannot get a DHCP address.  Instead they get the APIPA 169.x.x.x address.  I swapped out the D-Link with another generic switch just to make sure that the D-Link wasn't the problem but still getting the same result.  If I change my connection to another VLAN, my workstation and other test systems connected to the small switch can get a DHCP address.  I'm suspecting that there is a misconfiguration or missing configuration on VLAN1 which is causing the anomaly but having some difficulty trying to determine what that is.  Also note that our DHCP server is a Windows DC, also on VLAN1.  Would greatly appreciate any input that could possibly shed some light on this.
    Thanks!
    RA

    Sure.
    Switch01#sh run int vlan1
    Building configuration...
    Current configuration : 61 bytes
    interface Vlan1
     ip address 192.168.1.7 255.255.255.0
    end
    Switch01#sh vlan
    VLAN Name                             Status    Ports
    1    default                          active    Gi1/0/3, Gi1/0/4, Gi1/0/5
                                                    Gi1/0/10, Gi1/0/12, Gi1/0/14
                                                    Gi1/0/15, Gi1/0/16, Gi1/0/31
                                                    Gi1/0/32, Gi1/0/49, Gi1/0/50
                                                    Gi1/0/51, Gi1/0/52
    2    VLAN0002                         active    Gi1/0/24, Gi1/0/25, Gi1/0/26
                                                    Gi1/0/28, Gi1/0/33, Gi1/0/34
    3    VLAN0003                         active    Gi1/0/35, Gi1/0/37, Gi1/0/38
                                                    Gi1/0/39, Gi1/0/40
    4    VLAN0004                         active    Gi1/0/41, Gi1/0/42, Gi1/0/43
                                                    Gi1/0/44
    5    VLAN0005                         active    Gi1/0/45, Gi1/0/46, Gi1/0/47
                                                    Gi1/0/48
    100  VLAN0100                         active
    200  VLAN0200                         active
    300  VLAN0300                         active
    600  VLAN0600                         active
    700  VLAN0700                         active
    900  VLAN0900                         active
    1002 fddi-default                     act/unsup
    VLAN Name                             Status    Ports
    1003 token-ring-default               act/unsup
    1004 fddinet-default                  act/unsup
    1005 trnet-default                    act/unsup
    VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
    1    enet  100001     1500  -      -      -        -    -        0      0
    2    enet  100002     1500  -      -      -        -    -        0      0
    3    enet  100003     1500  -      -      -        -    -        0      0
    4    enet  100004     1500  -      -      -        -    -        0      0
    5    enet  100005     1500  -      -      -        -    -        0      0
    100  enet  100100     1500  -      -      -        -    -        0      0
    200  enet  100200     1500  -      -      -        -    -        0      0
    300  enet  100300     1500  -      -      -        -    -        0      0
    600  enet  100600     1500  -      -      -        -    -        0      0
    700  enet  100700     1500  -      -      -        -    -        0      0
    900  enet  100900     1500  -      -      -        -    -        0      0
    1002 fddi  101002     1500  -      -      -        -    -        0      0
    1003 tr    101003     1500  -      -      -        -    srb      0      0
    1004 fdnet 101004     1500  -      -      -        ieee -        0      0
    VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2
    1005 trnet 101005     1500  -      -      -        ibm  -        0      0
    Remote SPAN VLANs
    Primary Secondary Type              Ports

Maybe you are looking for

  • Transporting role menu and workbook created diurectly in production system

    Hi gurus, We have several workbooks (and queries) that are created directly in production system. thoose workbooks are connected to a role that is created in development system and transported to production system. Now, we would like modify this role

  • Dealer Invoice entry

    During purchase from dealer / trader I want to do excise entry . I am not entering anything in PO . I am giving Excise entry at the time of MIGO .  Now please tell me at the time of MIRO how can the tax liability be booked .

  • How do I create a sparkle star effect using pse 10?

    How do I create a sparkle star effect in pse 10.

  • How do I load iTunes match for my iPad?

    I tried to play music on my new iPad but got a message I needed to subscribe to iTunes Match.  How do I do that?

  • Creating a Quiz presentation

    Hello. I'm a newbie in CS4 and i'm trying to create a quiz for kids. The idea is to have a question and several possible answers. Only one of them is correct. What i'd like to do is, when a kid chooses the correct answer a detailed explanation appear