What connection/cable could I buy to connect to my Cisco switch?

I'm in a purchase project of a new Gigabit switch for my company.
Currently my company has a "Catalyst 3560G-48TS". It has four additional ports called SFP that I supposed can be used to connect to another switch to constitute a sort of "backbone", right? I want to connect the current switch to the new one with as much transfer rate as possible. Ideally at least 5Gbps (yeah, if I use a single 1gbps cable, it's certainly not enough). Both switches will be separated at a distance of about 15m.
I know nothing about this SFP. Could someone tell me what are supported or supporting this? What cables should I buy? Optical fibers? What's the transfer rate could I expect from EACH SFP port?
Of course, I'm more interested to not so expensive solution, or at least a good quality/price ratio solution.
Thanks in advance.

SFP is a small form factor pluggable interface module (transceiver). The SFP port on the switch allows a user to insert a SFP module to meet the distance requirements between the interconnecting equipment.
According to the 3860 datasheet, the SFP ports are 1Gbps. The ports can be outfitted with a copper-based SFP module (100m maximum distance) or optical modules (short reach and long-reach, with wavelength dependent options as well). The copper-based SFP uses standard CAT 5 cabling with RJ45s. The optical SFPs will use optical jumpers with LC-type connectors, either with single- or multi-mode types of fiber, depending on the selected SFP.
The list of supported SFP modules is listed in the data sheet (link below).
Your network could use the CAT5 copper module (probably the lowest cost).
Hope this helps!
3560 Data Sheet:
http://www.cisco.com/en/US/prod/collateral/switches/ps5718/ps5528/product_data_sheet09186a00801f3d7d.html
SFP Data Sheet
http://www.cisco.com/en/US/prod/collateral/modules/ps5455/ps6577/product_data_sheet09186a008014cb5e.html

Similar Messages

  • What firewire cable should I buy?

    What firewire cable should I buy to connect my Macbook to my external drive Western Digital My Book Studio 500GB Quad Interface with Firewire 400/800? I am buying several of each for a new film class and I want to be sure to get the right equipment! (I'm confused about amounts of pins)
    Thanks for helping a novice!

    There are two types of cables - FW800 and FW400. However, your MacBook does not support FW800 so all you need is the standard FW400 cable. It has six (6) pins.

  • Connecting a managed Cisco switch to a smark Netgear switch via fiber

    I'm racking my brain about what the issue could be. Very basic configurations, one vlan, the link lights are up on the fiber connection but there is no activity. Below is the Cisco config and the Netgear has the default configurations on it.version 12.1no service padservice timestamps debug uptimeservice timestamps log uptimeno service password-encryption!hostname NewBldg!enable secret 5 $1$MD5t$bylDlzLn0TWDZRMt5Y1Ck.enable password ***!ip subnet-zero!vtp mode transparent!spanning-tree mode pvstno spanning-tree optimize bpdu transmissionspanning-tree extend system-id!!!!interface FastEthernet0/1 switchport mode access spanning-tree portfast!interface FastEthernet0/2 switchport mode access spanning-tree portfast!interface FastEthernet0/3 switchport mode access spanning-tree portfast!interface FastEthernet0/4 switchport mode access...
    This topic first appeared in the Spiceworks Community

    I found this link very useful for connecting another router with an existing working router .........

  • Using FCoE connection to non Cisco switches

    Hello,
    does anyone know what port configuration needs to be configured on a Nexus switch that is connected to say Brocade switch or any other vendor that supports FCoE. I have created VLAN to VSAN mapping, i assume next step is to create a vfc device ? Since this is not connection to an initiator or a target but another FCoE capable switch, how do i need to configure this vfc ?  Any tips ?
    Thanks

    Hi,
    Looks like from the document that you referenced that this switch runs in NPV mode for FCoE:
    FCoE features
    Fibre Channel over Ethernet (FCoE*)
    FIP & FCoE packets are all forwarded when DCB is configured
    * FCoE frames as defined by T11 Committee
    So, I would configure the Cisco Nexus switch for FCoE and NPIV
    Configure the Nexus 5000 for FCoE and NPIV
    There are several procedures that are required in order to configure the Nexus 5000 for FCoE and NPIV:
        Enable Feature FCoE
        Enable N Port Identifier Virtualization (NPIV) on the Nexus 5000
        Enable Nexus 5000 Quality of Service (QoS) for FCoE
        Enable Link Layer Discovery Protocol (LLDP)
        Configure VLAN
        Configure VSAN
        Map the VLAN to VSAN
    Example:
    feature lldp
    feature fcoe
    feature npiv
    interface vfc130
      bind interface Ethernet1/30
      switchport mode F
      no shutdown
    interface Ethernet1/30
      switchport mode trunk
      switchport trunk allowed vlan 1,100
      spanning-tree port type edge trunk
    vsan database
      vsan 100 interface vfc130
    vlan 100
      fcoe vsan 100
    Example of QOS:
     system qos
      service-policy type qos input fcoe-default-in-policy
      service-policy type queuing input fcoe-default-in-policy
      service-policy type queuing output fcoe-default-out-policy
      service-policy type network-qos fcoe-default-nq-policy
    Best regards,
    Jim

  • Find IP address/machine connected to a cisco switch port

    hello,
    I need to know which IP/device is connecetd to a cisco Switch port.
    I can get the mac-address of that switch port using sh mac-add command, but with the mac address how can i find that which ip belongs to this mac.
    is there way i can do this, i know i can do the other way meaning with IP i can find to which port its connected ,but dont know how to find this MAC to IP with switch without the need for additional tools

    Hey Anantha ,
    Hop u r doing good,
    If u dont know ip address of devices present on specific vlan and wanted to track end device ip address please try
    follow this below
    steps 1:ping it to brodcast ip address of subnet
    for ex
    R1--SW1--SW2--(H1
                                 --H2
    R1..1.1.1.1/24
    H1..1.1.1.2/24
    H2.1.1.1.3/24
    So u r brodacast ip is 1.1.1.255
    ping  1.1.1.255
    Sending 1000, 100-byte ICMP Echos to 1.1.1.255, timeout is 2 seconds:
    Reply to request 8 from 1.1.1.2, 28 ms
    Reply to request 9 from 1.1.1.3, 64 ms
    u will get reply from all host present on that segment and ur arp table will get flood with ip and respective mac on
    your L3 device...(R1 in this example)
    Step2: then u can use command
    sh ip arp ..to see ip and respective mac associate with it
    R1#sh ip arp
    Protocol  Address          Age (min)  Hardware Addr   Type   Interface
    Internet  1.1.1.1                 -   c000.2498.0000  ARPA   Vlan2
    Internet  1.1.1.2                 0   c003.2498.0000  ARPA   Vlan2
    Step3: see the mac learned from specific port
    R1#sh mac address c003.2498.0000
    Destination Address  Address Type  VLAN  Destination Port
    c003.2498.0000          Dynamic       2     FastEthernet1/1
    Step4:If  u have all cisco devices then u can use CDP
    to check wht device connect to ur interface
    R1#sh cdp ne fa1/1 detail
    Device ID: SW1.lab.local
    Follow this way, hop u will trace devices present on ur network
    Hop this informative,
    Regards,
    Ashish shirkar

  • OID to find IP Address of devices connected to a Cisco Switch

    Hi All,
         Right now dot1dTpFdbPort(.1.3.6.1.2.1.17.4.3.1.2) OID is being used to find the mac address of the devices connected to a particular switch. It is being found out by passing the VLAN ID and dot1dTpFdbPort OID in the community string.(This is done using sharpsnmp , a C# Library). Is it possible to find the IP address of the devices connected to the switch in a similar manner?... Can specific OID be used for this purpose..
         When we have the mac address we can use ARP method to get the device IP but then is it possible to get the IP address using OID?
    Thanks in Advance.

    I generally use either
    WakeOnLan gives local network IP and MAC addresses
    <http://www.macupdate.com/info.php/id/15779/wakeonlan>
    or
    Bonjour Browser
    <http://www.macupdate.com/app/mac/13388/bonjour-browser>
    These utilities tend to show the devices on the network.

  • WLC4402 connect to non-cisco switch?

    I have 2 WLC4402-50 connected to an Extreme Black Diamond chassis, using GLC-T. I have configured LAG on the controllers to support the number of AP's needed and I have configured the ports on the switch to use LaCP aggregation because that is what is available. Is this a supported configuration or do I just need to leave those ports as non-LaCP ports?

    just to help out anyone else using extreme, here is how I got it to work
    first I define the src-dst ip load sharing like this
    Switch#. configure sharing address-based L2_L3_CHK_SUM
    and then I configure sharing on the ports (the port number between the sharing and grouping is just the master port number for the share)
    Switch#. enable sharing 3:26 grouping 3:26, 3:56 algorithm address-based
    Switch#. enable sharing 3:28 grouping 3:28, 3:58 algorithm address-based
    and then I do the vlan config like
    Switch#. create vlan "Wireless"
    Switch#. configure vlan Wireless tag 250
    Switch#. config vlan "default" add ports 3:26, 3:28 untagged
    Switch#. config vlan "Wireless" add ports 3:26, 3:58 tag

  • What vga cable for macair

    What vga cable should I buy for macbookair?

    Google mini displayport to vga.  Apple sells one and 3rd-party ones cost less.

  • Connecting " HP Blade System C7000 enclosure" to Cisco Switch

    Dear
    We moved our data center from on place to another .The network cabinet includes " HP Blade System C7000 enclosure". we have two vlans , one of them is DMZ. In the old place , the HP Blade was connected to two Cisco switches ,on one of them DMZ port was configered and on the another Cisco switch non-DMZ port was configured .Now our  " HP Blade System C7000 enclosure" use one CISCO switch and the DMZ and non-DMZ ports are configured on the same CISCO switch and when we restart any server from any vlan ,the server will not be able to connect to the network although all of the servers have static IPs.
    and after logon to the server , a message appears telling us there is a conflict with the mac address of the gateway. the same mac address conflicts when restarting any server from any vlan.
    Would you help?
    Thanks

    I'd suggest asking your question in the Enterprise section of HP's support forums.
    This section is for consumer devices.
    WyreNut
    I am a Volunteer here, not employed by HP.
    You too can become an HP Expert! Details HERE!
    If my post has helped you, click the Kudos Thumbs up!
    If it solved your issue, Click the "Accept as Solution" button so others can benefit from the question you asked!

  • On my Mac Mini, I keep getting this error message: "iCloud encountered an error while trying to connect to the server".  I don't have any problems with iCloud on my laptop / PC.  It works fine... Does anyone know what the problem could be?

    On my Mac Mini, I keep getting this error message: "iCloud encountered an error while trying to connect to the server".  I don't have any problems with iCloud on my laptop / PC.  It works fine... Does anyone know what the problem could be?

    Your Mac must be on Lion (10.7) to run iCloud. Apple had to change the operating system to fully support it. Nevertheless, it is possible to get emails from iCloud without having Lion. Please tell me if this interests you.
    Anyways, here is the link to buy Lion (30 dollars, totally worth the upgrade ): http://itunes.apple.com/be/app/os-x-lion/id444303913?mt=12
    Franklin

  • What do I have  to buy for a wireless connection?

    I have got a ADSL Broadband connection to the Internet from my ISP, [UK Online] that has a Cable to my DrayTek, Vigor2500v Router.
    My router is not wireless. I have a Ethernet cable connected from the router to my G4 iBook, 800MHz. My iBook is AirPort Extreme ready and is without the AirPort Extreme Card. What is the different between AirPort Express and AirPort Extreme?
    How can I make my G4 iBook have a wireless connection to the Internet? What do I have to buy for a wireless connection?
    G4 iBook   Mac OS X (10.3.9)   800MHz; AirPort Extreme ready; 256Mb;

    Thanks for your Info, I do understand that I need to buy a “AirPort Extreme card” & “AirPort Express/Extreme base station”.
    I have my current Router wired by a Ethernet cable to my G4 Desktop, also have a VoIP connection from my router. So, I want to keep this router and add the “AirPort Express/Extreme base station” to have the wireless connection to a iBook only.
    If I understand you correctly, I can disabled the DHCP server on the “AirPort Express/Extreme base station” only, Because I need the DHCP for the connection to my G4 Desktop. Is this what you mean?

  • What do I need to buy in order for my iPod Classic 160GB to connect with my blue tooth speaker

    What do I need to buy in order for my IPod Classic 160 GB to connect with my blue tooth Ultimate Ears Boom speaker?

    Upgrading RAM and your HD will give you some performance gains, but depending on what you are doing, it may not be enough. Your best friend will always be processor speed. This has a direct relation to how many cores and the speed of the RAM.
    However, if you are unable to spring for a new computer, then the options of running more RAM and a biggger, faster HD should ruduce some bottle necks.
    Here is a site where you can check out what your computer can handle http://eshop.macsales.com/shop/memory/Apple_MacBook_MacBook_Pro/Upgrade They have some charts comparing speed gains with various components.
    Are you using the track freeze option to manage the track count and subsequent demands on your machine?

  • What are the benefits of buying an iPad 2 with wi-fi, or with 3G when I already have an iPhone 4 with 3G?  My plan with was to go for wi-fi and connect to the internet through my iPhone 4.  Am I missing out on anything by not getting 3G?

    What are the benefits of buying an iPad 2 with wi-fi, or with 3G when I already have an iPhone 4 with 3G?  My plan with was to go for wi-fi and connect to the internet through my iPhone 4.  Am I missing out on anything by not getting 3G?

    James9901 wrote:
    I tried the tethering and hated it. The connection breaks every time I get > 25 feet from it and it's a pain to reestablish the connection. I suppose if I had to choose between breaking connections every now and then or paying another $100 + $25/month I'd do the tethering.
    Or just carrying the phone in your pocket? Just saying.....

  • What connection-cable should I use to watch films from my iPod on my TV

    What connection should I use to see films from my ipod on my tV?

    Hi there sonofmyfather,
    You can use the Apple Composite AV Cable if you want to connect your iPod Classic to your TV. Take a look at the product page below for more information.
    Apple Composite AV Cable
    -Griff W.

  • What Firewire Cable to buy?

    hi,
    does anyone know what firewire cables work with isight? in order with the firewire cable adaptor, the thingy which holds the cable and plugs into the isight? i would like to use a cable which is about 5-6 meters.
    thankful for any tips.
    alex

    Hello Alex,
    Welcome to Apple Discussions.
    the problem with most 3rd party FW cables is, that they don't fit into the isight cable holder thingy.
    In addition to the suggestions others have offered here, you can get cables from your Apple VAR, Apple Store, or from the Apple web site. Several choices are available from Apple.
    If you buy from an Apple retailer, he can find the correct items for you. For web ordering, as of this date:
    ]The 1.8m replacement for the cable that came with my iSight.
    ]The short (0.5m / 19 inches) version.
    iSight Service: Frequently Asked Questions also lists a replacement
    b FireWire Cable Adapter
    - current price: $6.25 US, but I cannot locate the part number. Your Apple retailer can help you.
    <hr>
    so the task would be to find either a FW cable that matches the apple FW cable plug, or to find a ""connector" which would connect a 3rd party FW cable with a white apple one.
    You can buy the entire iSight Accessory Kit, which includes both the cable
    b AND adapter
    as well as replacement mounts.
       <small>EZ Jim</small>

Maybe you are looking for