Redundant up-links distribution switches

I am trying to understand some basic math involved in calculating redundant up-links for access switches to distribution switches. The ICND1 depicts a diagram showing 40 access switches with 2 distribution switches with 4 up-links to each of 40 access switches resulting in 160 links.
It then goes on to say that If the design instead did not use distribution switches, to connect a single link between each pair of access switches would
require 780 links.
How was 780 calculated exactly?

Hi,
The 780 is calculated as (40 * 39) / 2.
In general, this is a question asking about the number of links needed to interconnect N nodes with a single direct link between each pair of these devices. The formula is N * (N-1) / 2, and it follows a simple logic that on each of the N nodes, you need to connect N-1 links to reach the remaining devices, and because a link connects a pair of devices, adding each link always "deals with" a pair devices, hence the division by 2.
Best regards,
Peter

Similar Messages

  • N7k as redundant core with vpc to 4510/3750 as distribution switch

    Hi - basic question here
    Got 2 qty N7k as redundant core with vpc to 4510 and 3750 as redundand distribution switch running MST. I got stuck with some bad cabling design from our IDF to Datacenter so have 2 access switch whereby each one will have a etherchannel to both distribution 4510 and 3750. My question is this is  a doable design as I am not sure about the vpc upstream on how it effects etherchannel with MST for my distribution and access.
    Thanks

    vPC will be considered as one logical link by both upstream and downstream connected devices
    the question here are you going to run L3 between the distribution and Core devices ? (  this is recommended design ) if yes, then you do not need to worry about MST and VPC if you going to have it L3 from distribution devices up to the Core
    one thing to consider is the distribution switch in your design has big difference in terms of backplane throughput i mean between the 4500 and 3750 !
    if you can have both as 4500 will be better and more consistent design
    Good luck
    if helpful Rate

  • Challenge: Spanning Tree Control Between 2 links from Switch DELL M6220 to 2 links towards 2 switches CISCO 3750 connected with an stack (behavior like one switch for redundancy)

    Hello,
    I have an Spanning tree problem when i conect  2 links from Switch DELL M6220 (there are blades to virtual machines too) to 2 links towards 2 switches CISCO 3750 connected with an stack (behavior  like one switch  for redundancy, with one IP of management)
    In dell virtual machine is Spanning tree rapid stp, and in 3750 is Spanning tree mode pvst, cisco says that this is not important, only is longer time to create the tree.
     I dont know but do you like this solutions i want to try on sunday?:
     Could Spanning tree needs to work to send one native vlan to negociate the bdpus? switchport trunk native vlan 250
    Is it better to put spanning-tree guard root in both 3750 in the ports to mitigate DELL to be root in Spanning Tree?
    Is it better to put spanning- tree port-priority in the ports of Swicht Dell?
    ¿could you help me to control the root? ¿Do you think its better another solution? thanks!
     CONFIG WITH PROBLEM
    ======================
    3750: (the 2 ports are of 2 switches 3750s conected with a stack cable, in a show run you can see this)
    interface GigabitEthernet2/0/28
     description VIRTUAL SNMP2
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 4,13,88,250
     switchport mode trunk
     switchport nonegotiate
     logging event trunk-status
     shutdown
    interface GigabitEthernet1/0/43
     description VIRTUAL SNMP1
     switchport trunk encapsulation dot1q
     switchport trunk allowed vlan 4,13,88,250
     switchport mode trunk
     switchport nonegotiate
     shutdown
    DELL M6220: (its only one swith)
    interface Gi3/0/19
    switchport mode trunk
    switchport trunk allowed vlan 4,13,88,250
    exit
    interface Gi4/0/19
    switchport mode trunk
    switchport trunk allowed vlan 4,13,88,250
    exit

    F.Y.I for catylyst heroes - here is the equivalent config for SG-300 - Vlan1 is required on the allowed list on the catylyst side (3xxx/4xxx/6xxx)
    In this example:
    VLANS - Voice on 188, data on 57, management on 56.
    conf t
    hostname XXX-VOICE-SWXX
    no passwords complexity enable
    username xxxx priv 15 password XXXXX
    enable password xxxxxx
    ip ssh server
    ip telnet server
    crypto key generate rsa
    macro auto disabled
    voice vlan state auto-enabled !(otherwise one switch controls your voice vlan….)
    vlan 56,57,188
    voice vlan id 188
    int vlan 56
    ip address 10.230.56.12 255.255.255.0
    int vlan1
    no ip add dhcp
    ip default-gateway 10.230.56.1
    interface range GE1 - 2
    switchport mode trunk
    channel-group 1 mode auto
    int range fa1 - 24
    switchport mode trunk
    switchport trunk allowed vlan add 188
    switchport trunk native vlan 57
    qos advanced
    qos advanced ports-trusted
    exit
    int Po1
    switchport trunk allowed vlan add 56,57,188
    switchport trunk native vlan 1
    do sh interfaces switchport po1
    !CATYLYST SIDE
    !Must Explicitly allow VLan1, this is not normal for catalysts - or spanning tree will not work ! Even though it’s the native vlan on both sides.
    interface Port-channel1
    switchport trunk encapsulation dot1q
    switchport trunk allowed vlan 1,56,57,189
    switchport mode trunk

  • Role of Distribution Switch

    Hello all,
    Can any one explain me what is the role of distribution switch in netwok environment? How the network should be designed proper having it.
    My confusion is, having distribution switch in network, should we configure layer3 interfaces on distribution or on core ? how the connected users at access layer switch should communicate with other vlans ? does intervlan routing should be enabled on distribution switch or at core ? what should be the gateway configured for access layer switches or for end users ?
    Regards,

    As the others have said the core is generally used to simply interconnect your distribution switches, usually using L3 routed links ie. no need for vlans between distro and core.
    That said you seem to be talking about a building rather than a campus setup. In a campus set you can have multiple buildings with access switches per floor connecting to a distro pair that do inter vlan routing for the buildings vlans and then each distro pair is connected to core set of switches that route between buildings. This is a standard Cisco 3 tier design but within a single building it might not be the best approach.
    In a single building design, as Reza mentioned, a more common design is a collapsed distribution/core where the same pair of switches do both. Each floor really doesn't need a distribution switch unless there is an abnormally high amount of traffic between vlans on the same floor which is generally not the case.
    So your access switches on each floor connect back to core/disto pair of switches which handle all the inter vlan routing. As devils advocate mentioned. you can extend L3 back to the access layer but there are limitations with this and with the advent of VSS/MEC on the 6500s and MEC on the 3750s a lot of the advtantage of running L3 to the access layer has gone, and you still get the flexibility that L2 can give you ie. the ability to have a vlan on multiple access switches.
    Ideally you do not want servers connecting directly into the core/distro pair (and certainly not the core if you had a dedicated core pair of switches). You would want a separate pair of switches for the servers that then connect back to the core/distro pair. But this often comes down to cost and you often see servers connected to the core/distro pair.
    If it is one building i would use the 6500s as a core/distro pair and run MEC from the switches on each floor back to the 6500s. Inter vlan routing would be done on the 6500s, again with the proviso that most of the traffic is between clients on the floors and servers and not between clients and other clients on the same floor.
    There is no need to have distribution switches per floor. If you do then be aware that is in effect a L3 routed access layer and the major restriction is that if you have vlan/IP subnet on one switch you cannot then have the same vlan/IP siubnet on another switch on a different floor.
    Jon

  • Redundant Failover link on ASA5500 Series?

    Cisco recommends connecting failover link over L2 switch in thier document.
    But if L2 switch fails, both ASA's failover I/F will down.
    I wonder if there is any way to get redundancy for failover link, like etherchannel.
    Or should I prepare two L2 switches to avoid both ASA's I/F down?
    Any hints appriciated.

    Even if both of the failover interfaces go down it wont affect the traffic flow. Also if the switch is being monitored this will get detected and can be solved easily. If you still want redundant failover links, using seperate switches will be good idea.

  • Virtual IP for two redundant PCs in Cisco Switch

    Hi Team,
    We have redundant Computers connected to Switch . There is the third  system also connected to the switch.
    We want the two redundant PC ethernet to look like one for the third system. We want a virtual IP for the third System to get connected to any one of the  two PC’s.
    we have a Cisco Small business switch.Is that possible in this switch to create a virtual IP for redundancy ?
    which cisco switch supports this functionality ??
    Attached is the diagram of the setup.

    Hi,
    That is not possible with just a switch.  You need some sort of load balancer in front of the switch with a virtual VIP.  So when a packet comes from SCATA to PC1 and if PC1 is not available it will send it to PC2. A10 makes pretty good load balancers.
    http://www.a10networks.com/
    Is that what you are trying to do?
    HTH

  • Sinkhole routing rfc1918 on the core/distribution switch (6500)

    Hi guys,
    I am planning on getting rid of packets going to unrouted nonexistent rfc1918 networks in our DC environment going into internet facing firewall from our core/distribution switch via default route. I am thinking on setting a bunch of rfc1918 static routes to Null0 on the core/distro switches so they will kill all the packets destined to unused rfc1918 networks into Null0. Wondering if that would be a good solution to this.
    Thanks!

    I am not sure quite what you have in mind when you talk about a bunch of rfc1918 static routes. I could see doing a route for 10.0.0.0 range, for 172.16.0.0 range, and for 192.168.0.0 range. Is 3 a bunch? If you had more in mind what would they be?
    If you do static routes to Null0 for the summarized spaces then it would allow routing to any private addresses used inside your network to work since they should have more specific entries in your routing table and it would discard traffic with destination addresses in private address space. Be aware that if you have any site to site VPN tunnels from the firewall or any address translations on the firewall that use private addresses that your plan may very well have negative consequences for them.
    HTH
    Rick

  • Mobile link is switched on , on my iPad and iPhone but i cannot see documents currently on my iPad, on my iPhone?

    Mobile link is switched on , on my iPad and iPhone but i cannot see documents currently on my iPad, on my iPhone?

    Hi gordons94276907,
    We regret for the inconvenience caused to you however i would like to know certain facts so that i can assist you better:
    Are you unable to see documents on the cloud on both of your devices- iPad and iPhone?
    Try opening cloud.acrobat.com and check if your files are synchronized on the server ?
    Regards,
    Rahul

  • When I open a link it switches me to that tab even though under tools options tabs I unchecked "switch to new tab immediately"

    When I open a link it switches me to that tab even though under tools>options>tabs> I unchecked "switch to new tab immediately". I tried opening Firefox in Safe mode and it still switches to the new tab.

    '''[https://addons.mozilla.org/en-US/firefox/addon/mclickfocustab/ MClickFocusTab]''' {web link}
    While using mouse middle-click to open new tabs, with a short-
    time clicking to open new tabs in background, with a long-time
    clicking to open new tabs in foreground.

  • Redundant Wireless links

    i'm in the process of investigating on redundant wireless links. the case is, i have two wireless antennas each of them on different network and serving two different areas. is it possible to let one of the antennas to take over if the other one fails?

    The controllers i do not have much experience in so i had to go out researching via google and cisco's internal and forum search function. It first appears that the controller doesnt support hot standby for the APs themselves but rather increases the APs power around them.. However again this is just some brief research i did and may be incorrect. If you dont recieve an answer open up a tac and they will be able to tell you for sure.
    Sorry i wasnt more help.. If you end up using some ap's outside of the controller you can find the Hot standby setttings by using the GUI and clicking on "services" then the 2nd option is 'Hot Standby'.

  • ASA redundant failover links

    Hi,
    We are setting up a new ASA which is in multi context mode.  I was wondering if it is possible to setup redundant failover and state links?  I know that it is possible to run failover on one link and state on another, or both over the same link, but is it possible to have both failover and state running on 2 links?  For example, failover and state on ten1/0 as well as failover and state on ten1/1.
    Hope I have explained my question well enough.  If not I will try to explain better.
    thanks

    I would suggest to make a redundant logical link and attach two physical links to it. Than during failover link configuration specify your redundant link as a failover link. Not sure if it works but dont see any obstacles for this solution to fail..

  • 4core, mid-'07 Mac Pro not negotiating w/ D-link gigabit switch

    I've just bought a D-Link DGS-2205 gigabit ethernet switch. It autonegotiates a gigabit connection with the Windows machine in my house perfectly. With the Mac Pro, however, it just sputters. The autonegotiate eventually leaves the Mac on a 10 Mbps connection. Has anyone else had a problem between their Mac Pros and D-Link gigabit switches? Or at least with the DGS-2205 model?

    Same hardware same problem.
    I need to reboot the Mac Pro in order to get a gigabit connection.
    With the Mac Mini and my old HP P4, no problem.
    Seems like a hardware incompatibility.
    On the other side the D link 2205 is really cheap compared to other gigabit switches.
    No all my stuff is connected in gigabit to my Linksys WRT350, including the Mac Pro.
    I only use the D link 2205 as a "portable switch", because there are always meeting rooms or customer's project room where there are not enough ports for all participants.

  • Active/Standby Failover with pair of 5510s and redundant L2 links

    Hi
    I just got two ASA5510-SEC-BUN-K9 and I'm wondering is it possible to implement an Active/Standby Failover configuration (Routed mode) with two ASA5510 and redundant pair of switches from both inside and outside interfaces? In other words, I would like to have two L2 links from each ASA (in pair od ASAa) to each L2 switch (in pair of redundant L2 Switches). The configuration I would like to achive is just like one in Cisco Security Appliance Command Line Configuration Guide, page B-23, figure B-8, with only difference that I wouldn't go with multiple security contexts (I want Active/Standby failover).
    Thanks in advance
    Zoran Milenkovic

    Hello Zoran,
    Absolutely. You can have 2 ASAs configured in Active/Standby mode. For reference, here is a link which has a network connectivity diagram based on PIX, however, connectivity would still be same with ASAs-
    http://www.cisco.com/en/US/docs/security/pix/pix63/configuration/guide/failover.html#wp1053462
    The difference is that on ASA, you can only have LAN-Based failover, hence you'll need to use one additional interface on both ASAs for failover-link. You can connect these two failover-link interfaces directly using a cross cable.
    Apart from this, please refer to following link on how to go with configuration of Lan-based Active/Standby failover-
    http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/failover.html#wp1064158
    Also make sure that both ASAs have required hardware/software/license based on following link-
    http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/failover.html#wp1047269
    Hope this helps.
    Regards,
    Vibhor.

  • NFirefox will not allow me to click on a link without switching to another program first. The version is 3.6.8. This problem makes Firefox virtually unusable. Help!

    Firefox will not allow me to click on more than one link in a sequence. After one click, I am forced to switch to another active application before returning to Firefox and clicking on another link. I have seen this problem posted by others, but I can't find an answer by Mozilla. Since this problem makes Firefox virtually unusable (version 3.6.8) I would hope that Mozilla would offer an answer ASAP. Until then, I'm stuck with Explorer.
    == This happened ==
    Every time Firefox opened

    Do you have that problem when running in the Firefox SafeMode?
    [http://support.mozilla.com/en-US/kb/Safe+Mode]
    ''Don't select anything right now, just use "Continue in SafeMode."''
    If not, see this:
    [http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes]

  • How can I encrypt my data links between switch uplink ports ? I'm unable to use "cts Manual" command in C3560X switch.suggest me

    How can I encrypt my data uplinks between switch trunk ports ? I'm unable to use "cts Manual" command in C3560X switch.suggest me as I want to encrypt my switch-to-switch link with Cisco TrustSec.

    Hi 
    Login to switch & go to interface..
    There you can give tags.. (ISL & DONT1Q)
    Command switch-port mode trunk
    Switch-port trunk encapsulation ssl or dot1Q

Maybe you are looking for

  • DVD burner (UJ-825) does not recognize blank media - alignment error

    Hello, when inserting (tried several) blank DVD into my iMac DVD burner, it spits it out after a few seconds ... error message in the logs Jul 4 04:43:46 Bazounga kernel[0]: disk2: alignment error. is there anyway I could re-calibrate the head of the

  • Report on Leave request (with HTML ) using ITS version

    we are using ITS version of ESS and MSS version EP 6.0 and SAP R/3 5.0. Our client wants a report on Leave Request(with HTML). the worflow used is WS20000081. my question is there any standard report to check the Leave Request which are approved or r

  • Using QT_WriteOBJECT_XHTML in an iframe

    Has anyone had any luck doing this? I'm trying to launch the quicktime player. It works fine, but when I put the page in an iframe, I end up with a blank space where the buttons are. I have no clue what's causing this. If anyone can help that would b

  • IPhone 5 apple logo flashing when on charge.

    My iPhone 5 randomly turned off last night and I was unable to turn it on. I then plugged it into a charger and the apple logo appeared and then went again. This flashing has been happening continuously - black screen for 5 seconds, apple logo for 10

  • Selecting html source from the text pane

    Help!! I am selecting text in the HTMLEditor text pane but when I look at the selected text it does not include tags like image and table tags. I would like to somehow grab the selected html source based on what is selected in the text pane. Is there