SG300 series and CDP

Hi,
I noticed that the SG300 series of switches do not support CDP.  However, will these switches pass CDP packets onto an upstream device?
Thanks

Hi canadianicon25,
As David has pointed out, there should be a firmware release that will enable CDP on the SG300 series in the very near future, however, you can still use the SG300 series switches with a UC320W.  Please follow the setup guide found on the following link to setup your SG300 switch for use in UC320W environment.  Partner login is required to view the document.
http://tools.cisco.com/s2slv2/ViewDocument?docName=EXT-AS-370390
Cheers,
Julio

Similar Messages

  • CDP between SG300-24 and WS-X2948 WS-X2948G-GE-TX

    Hello everybody,
    I connected a SMB SG300 series switch to an 2948G (CatOS). On the first view CDP seemed not to work at all between the two. After configuring both switches to CDP version 1, the SG300 recognizes the 2948G in "sh cdp neigh", but not vice versa:
    on 2948G:
    core-switch> (enable) sh cdp     
    CDP               : enabled
    Message Interval  : 60
    Hold Time         : 180
    Version           : V1
    Device Id Format  : Other
    core-switch> (enable) sh cdp neighbors 
    No entry found.
    on SG300:
    wg-sw-3og#show cdp
    Global CDP information:
            CDP is globally enabled
            CDP log duplex mismatch is globally enabled
            CDP log voice VLAN mismatch is globally enabled
            CDP log native VLAN mismatch is globally enabled
            Mandatory TLVs validation is disabled
            Sending CDPv2 advertisements is disabled
            Sending Appliance TLV is enabled
            Device ID format is Host Name
            Sending CDP packets every 60 seconds
            Sending a holdtime value of 180 seconds
            CDP packets handling mode is bridging
    wg-sw-3og#show cdp neighbors 
    Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
                      S - Switch, H - Host, I - IGMP, r - Repeater, P - VoIP Phone
                      M - Remotely-Managed Device, C - CAST Phone Port,
                      W - Two-Port MAC Relay
        Device ID       Local      Adv  Time To Capability   Platform     Port ID   
                        Interface  Ver. Live                                        
    JAE0919BUZU(core-s    gi28      1     146      T S     WS-C2948G-GE    2/48     
    witch)
    I checked a similiar setup of an SG300 against an Catalyst3550 in the lab. this worked flawlessly.
    Any suggestions?
    thx, Carsten

    Yuriy,
    In addition to these commands, you should review the MPLS Label (Outer Label) assigned by the MPLS network to the Xconnect  to determine if it is using LDP or if is using a TE-Tunnel,  MLS CEF (on the 7600) and the output of debug commands for the xconnect.
    Note: Depending on the amount of Xconnects in your network, it's recommended to perform conditional debugging to limit the amount of debug data (i.e. debug interface Te4/4, followed by specific debug commands).
    On the 7600:
    - show mpls forwarding table | i 16002
    - show mls cef mpls labels 16002
    - show mls cef adjacency entry 16002 detail
    - debug interface Te4/4
    - debug mpls l2transport vc status event
    - debug mpls l2transport vc status fm
    Additional details available at :
    http://www.cisco.com/en/US/docs/routers/7600/install_config/ES40_config_guide/es40_chap6.html
    http://www.cisco.com/en/US/docs/routers/asr9000/software/asr9k_r4.0/troubleshooting/guide/tr40l2v.html
    Let us know if you'd prefer to continue troubleshooting with you.

  • SG300 series duplicate IP on VLAN

    I know this question has been asked a few times before, and I've looked through all of those discussions on the board. None of those have been answered successfully, and I hope that maybe I can describe the problem in a way that will help someone here to find out what I'm missing.
    I'm configuring a stack of switches to deploy in a new A/V/L network and I'm running into a duplicate IP error that's showing up ONLY on my SG300 series switches. Here's the setup I'm configuring:
    - We have one 3750 Catalyst switch that is at the core of the network
    - There are three 2960 switches at the distribution level
    - There are nine SG300 small business switches at the access level
    GENERAL SETUP STEPS
    - IP routing is enabled on the 3750
    - I've configured trunk ports to connect all switches together, but I have not activated any access ports
    - I created management vlan 255 on all switches 
    - The management IP scheme I'm trying to use is this:
              10.201.255.1/24  = Vlan 255 on the 3750
              10.201.255.2/24  = Vlan 255 on 2960 switch
              10.201.255.3/24  = Vlan 255 on 2960 switch
              10.201.255.4/24  = Vlan 255 on 2960 switch
              10.201.255.5/24  = Vlan 255 on SG300 switch
              10.201.255.6/24  = Vlan 255 on SG300 switch
              10.201.255.7/24  = Vlan 255 on SG300 switch
              10.201.255.8/24  = Vlan 255 on SG300 switch
              10.201.255.9/24  = Vlan 255 on SG300 switch
              10.201.255.10/24  = Vlan 255 on SG300 switch
              10.201.255.11/24  = Vlan 255 on SG300 switch
              10.201.255.12/24  = Vlan 255 on SG300 switch
              10.201.255.13/24  = Vlan 255 on SG300 switch
     THE ISSUE
    While I'm logged into ANY of the SG300 switches I see an error. This error does not happen with the 2960 or the 3750 switches. Here is the error:
    %IPADTBL-N-IPDUPLICATE: Duplicate IP address 10.201.255.5 from MAC 88:5a:92:09:ab:98 was detected on VLAN 255, port gi18, aggregated (6)
    The ip address changes and matches the ip of whatever SG300 switch I'm working on. The MAC address (88:5a:92:09:ab:98) is the MAC address of the trunk port on the 3750 at the core. When I unplug the trunk port on the 3750, I stop getting the error on all of the SG300 switches. I have not programmed any other ip address on the 3750 other than 10.201.255.1 255.255.255.0.
    WHAT I'VE TRIED TO DO TO FIX IT
    - Remove the ip address from Vlan 1 on an SG300 switch using
             #int vlan 1
             #no ip address
         Once I did that, I can no longer reach the switch using the IP address assigned to vlan 255.
    - Assigning Vlan 1 as the default vlan using:
            #vlan database 
            #vlan 1
            #default-vlan vlan 1
            **then performed a restart of the switch
    Here's the output of #show ip interface from one of the SG300 switches:
    CR-FOH-PRONET#show ip int
      Gateway IP Address        Activity status       Type
        IP Address                I/F            Type         Status
    10.201.255.8/24     vlan 255       Static       Valid
                                                                             duplicated
    I realize the easy answer is, "Well, you've got a duplicate IP address". Please know that I only put in the ip address for each of the SG300 switches only once. I did not put them on the 3750 switch (which is stated as the source of the conflict in the error). I think it's interesting that the 2960 switches are not displaying an error.
    What are your thoughts? What am I missing?
    Thank you for your help! I can post anything you need to help figure out what's going on.

    Understand. perhaps the duplicate IP issue appears because you are using trunk ports between the 2960 Distribution and 3750 Core via mismatching native vlans.
    Trunk ports uses vlan 1 as the native vlan by default, but you can change the behavior using the command:
    switchport trunk native vlan 255.
    That way you keep vlan 255 as the management and native vlan for trunks and it prevents any mismatch or any issues that you observed when you removed the IP from Vlan 1 or when you tried diabling Vlan 1.
    Ideally if I look at your diagram, you should do this:
    1) Run only Layer 3 Routing on the 3750 using for example EIGRP or OSPF (it then becomes a real core layer - the Core layer normally only runs routing and not Vlans or Spanning-tree.
    2) Change the links between the 3750 and the 2960 to be Layer 3 routed interfaces instead of trunks, you can use point to point links subnet in each port going from the 3750 to the 2960
    3) Enable EIGRP or OSPF between the 2960 and 3750 so that they can exchange all the Vlan informations or Subnet information via routing protocols
    4) Run your Layer 3 Vlans on the 2960s (that makes them Distribution layer for Vlans) trunk those vlans to your access Layer so that you can assign them to the various hosts or PCs connected to the Access switches, the SG300.

  • Re:Can't able to access shared folders from different VLANs in SG300 series switches

    Hi All,
    I supplied 3 numbers of SG300 series switches for the sole reason to have inter-vlan routing. I created 4 VLANs in the switches and made one switch as Layer 3 switch and other 2 as Layer 2 switch. Inter-Vlan routing is working fine. I am able to ping PCs from different VLANs. But I am not to access shared folders. Customer has installed Window 2003 server installed and it is in VLAN 1. There are some folders created in this server and it is very important for users to have access to the folders.Also, I am not able to access shared folders in other VLANs. I have created a case with Cisco small business and I got a reply saying that the switches will not support shared folder feature, which I think is not real. I am getting a very time to implement this solution in the network. I have a Sonicwall firewall after Core switch which is connected to ISP.
    ISP<----->Sonicwall FW<----->Core Switch<------>Layer 2 switch<------>Layer 2 switch
    Kindly help me out to resolve this issue.
    Regards,
    Prashant K

    Hi Prashant,
    I think you're running into a Windows firewall issue. SMB file sharing, by default I believe, is only allowed on your local subnet. Please try disabling windows firewall on the computer hosting the shared folder, then see if you can access the shared file.
    Best,
    David
    PS: It looks like this post got published twice. You can delete the other one using the task bar on the right.
    Please remember to rate helpful resonses and identify correct answers.

  • What is diff b/w order series and time seriesu2026

    what is diff b/w order series and time seriesu2026

    Hi S R,
    Order series is the concept used in SNP whereas time series is concept used in DP.
    ie In SNP, orders are stored in livecache as Order series whereas in DP, the historical data is stored with respect to time, ie time series in DP.
    Regards
    Senthil mareeswaran.

  • I mistakenly asked iTunes to download a TV series and I can't get it to stop trying to download it.   how do I kill the download?

    I mistakenly asked iTunes to download a TV series and I can't get it to stop trying to download it.   how do I kill the download?

    You've got to be freakin' kidding me. I'm in Brazil, I accidentally started a 2.2GB download that it says will take 592 minutes to download, and there's no way I can stop it and download something else until that first download finishes? I would have thought it was unthinkable 15 years ago that anyone would build an app that downloads things but doesn't allow the option of canceling the download, but in this day and age? So much for Apple making intuitive, user-friendly products.

  • Hi... I would like to purchase a Tablet Sony Xperia Z 2 10.1 (the last one of the Z series) and I was told that Adobe does not support Sony anymore.... I need to be able to open and read Adobe PDF files and I would like to know if this tablet can still us

    Hi... I would like to purchase a Tablet Sony Xperia Z 2 10.1 (the last one of the Z series) and I was told that Adobe does not support Sony anymore.... I need to be able to open and read Adobe PDF files and I would like to know if this tablet can still use Flash Player...
    Is there anyo who can help me with this? I asked in the shop and I was told "yes of course" , but when I contacted Sony directly I was advised to check with Adobe as apparently in the recent months Adobe and Sony haven't been getting along anymore...

    You may be mixing up two entirely different Adobe products.
    1. Adobe Flash Player. Needed to view web pages designed with Flash. Not needed to view PDF files. Not available for Android (not just Sony).
    2. Adobe Reader. Reads PDF files. However, the Android can also read most PDF files without needing Adobe Reader.

  • I purchased a tv series and downloaded the first episode, when I went to download the next episode a message popped up saying "this computer is already associated with an apple id" and won't let me download the rest of the shows

    I purchased a tv series and downloaded the first episode, when I went to download the next episode a message popped up saying "this computer is already associated with an apple id.....You can download past purchases on this computer with just one Apple ID every 90 days. You cannot associate this computer with a different Apple ID for 41 days" and won't let me download the rest of the shows even though I haven't changed accounts and I'm using the same account I purchased the shows with.

    It's been months, so you may not care anymore, but you can't download songs from multiple Apple IDs over a 90 days period.  Sorry, it's not allowed for legal reasons.

  • HT4356 My printer is HP Officejet Pro 8000 A809 Series and I don't see it listed. How can I print from iPad?

    My printer is HP Officejet Pro 8000 A809 Series and I don't see it listed. How can I print from iPad?

    You can use 3rd party software such as Print n Share if you have a PC or Printopia if you have a Mac.
    Or you can check HPs site and see what they have available.

  • Setting series and episode of a TV show in iTunes and now the video won't play

    I have an episode of a TV show in my iTunes library that plays just fine on my laptop and Apple TV. The moment I set the TV shows name, series and episode number (so that it is grouped with the rest of the series) the file will not play on laptop or Apple TV.
    I'm usually ok on iTunes and all other TV shows I am adding I am able to set the tags without any problems.....it's just this one file.
    HELP PLEASE

    I'm having the same problem. Windows 7.

  • We purchased a TV series and latest episode has no audio on Apple TV or my iPad

    We purchased a TV series and latest episode has no audio. Schitts Creek, 4/15. No audio on Apple TV or my iPad. Suggestions?

    Probably an issue with the episode encoding, contact iTunes

  • What is the difference between E-Series and Commun...

    Both E-series and Communicators are business phones,then what is the difference between them?
    What is so special that there are two types of smartphones.

    Communcatiors is just a name that nokia used to describe it's larger fold open business phones.
    The last (and still the current) communicator was the E90 which uses the S60 operating system, so it is both an E series and a communicator.  It was also the first (and only) communicator to use S60.
    The long discontinued communicators of the past used a different operating system, S80. S80 and S60 are not cross compatible with each other.
    S80 was dropped in favour of S60 when the E90 launched.  This was a cost saving exercise so that nokia only had one smartphone OS to concentrate resources on.
    Message Edited by psychomania on 18-Aug-2009 03:12 PM

  • Which type of ADC is used in M Series, S Series and C Series DAQ Cards?

    Hi
    I want to know which type of Analog to digital converters(ADC) are used in M Series and S Series DAQ Cards. I know that DSA Cards and some C series are using Delta Sigma ADC. What about the ADC used in non delta sigma C Series modules. Why Delta sigma ADC is not used in M series and S series DAQ cards.
    Regards
    Samuel J

    Hi Samuel.
    The ADC type used is Succesive Approximation ADC. You can refer to the following links for your reference.
    http://digital.ni.com/public.nsf/websearch/32FD9AA817D0EBE68625708C005E1B26?OpenDocument
    Hope this helps.
    Thank You.

  • If I buy a tv series and download can I watch it without a wifi connection?

    If I buy a tv series and download it an I not watch it without wifi connection?

    I have downloaded a tv series from a season pass. I will be travelling next week without wifi. When I try to watch it at home it keeps freezing. when I turn the wifi off on the ipad I only get the first 2 episodes, and tells me I have to connect to itunes store.  Can you tell me why? I am very new at using the ipad to watch stuff on.

  • Zen M series and Windows Vi

    Hello! I have?a problem of compatibility between Windows Vista and ,y 32Gb Zen M series, and I want to know if someone knows what can I update the software so it works correctly. I have tried to do so from the software update in creative website, but since last year they just say that it is not compatible and in a sort period of time this problem will be solved, but it is a long time since they say so. It is unacceptable that I bought the mp3 one year and a half from now (very expensi've,250?) and I can only use it with my old PC (nowadays broken) with XP Windows, and Creative does nothing to update the software (all new PC's you can buy have Windows Vista). I would be grateful if someone gave me a clue with wich I could manage to make my zen work correctly with the Windows Vista.
    Than you very much.

    What exactly is the problem? What is it you want to do. I have the ZenVM software installed on my Vista computer with no issues. Also what firmware is on your player?

Maybe you are looking for

  • Purchasing

    hi Why A/c category reference is used in creation of Material Master? can u explain..

  • How to view adobe flash? how to save pdf opened in safari?

    I am new user on vista. Safari is cool. got addicted but have toughtime getting used to it. 1. Flash files won't run. Adobe do not have flash plugin for safari http://www.flickr.com/photos/8869854@N04/545930914/ for reference 2. PDFs open in Safari w

  • Can I submit a jsp link to provide the XML feed from a dabase?

    Will a .jsp file that querries our database to provide formatted & tagged iTunes XML be allowed as a valid podcast link through iTunes? We are trying to provide our clients with multiple-title XMLs. This would be a great way for us to manage/schedule

  • Reg.   Mean & Median in Graphs

    hi I need some help in the mean & median computation for the chart report , i am building a one chart report , in that i am able to fetch the mean & median values for a person now my chart is line chart for this my co-ordinates are person name in X-A

  • Part time labview contracts sought

    Hello, I'm looking for some part time labview (and/or c,c++, pascal) programming work to supplement my student stipend. I have 2 years experience in labview programming and I'm trained as a physicist (experimental condensed matter). Please be in touc