Copper for Ethernet Access to VPLS and MPLS Networks

Ethernet access does not require fiber.  But this technology offers excellent scalability for VPLS and MPLS network access.

For the full year 2012, the global Ethernet access device (EAD) market grew 3.5 per cent, to $860 million, with growth slowing as a result of the economy and a drop in carrier spending.

“People keep saying that copper’s dead, but it’s not-it. It has a limited but important role for Ethernet services, as evidenced by the continued growth of using bonded copper for Ethernet in the last mile,” notes Michael Howard, principal analyst for carrier networks and co-founder of Infonetics Research. “High capacities and reach where fiber in unavailable make it a useful and effective alternative where fiber isn’t justified.”

“We expect operators to spend a cumulative $1.5 billion on EFM bonded copper EADs over the next five years (out of a cumulative $5.8 billion total for all EADs) as they increase the capacity and efficiency of mobile backhaul networks and business connections,” Continues Howard.

10/100M copper and 1G fiber dominate EAD ports today, however, 10G fiber is growing fast, forecast by Infonetics to grow at a 117 per cent CAGR through 2017. Though in slow decline, Ethernet over TDM (EoTDM) bonded circuits will remain a niche market, providing an inexpensive way to combine several E1s or T1s.

If you are thinking of obtaining a new wide area network, consider Ethernet access loops as a cost-effective and scalable access medium.

Why does packet loss seriously hurt application performance over the WAN? How do we address it?

Network-Switches-234-x-575

TCP was never optimized for high-bandwidth WANs or interactive applications over the WAN. Packet loss has the greatest impact on the performance of most applications over the WAN, by design.

Why is packet loss such a killer? There are many reasons, most having to do with the nature of how TCP was designed especially how TCP does congestion control/congestion avoidance. The key issue revolves around dealing with contention for limited bandwidth.

TCP is designed to use all available bandwidth, and to use it “fairly” across flows on average. To do this, given that each end station and TCP flow doesn’t know how much bandwidth is available – neither if the single flow was the only one using bandwidth end-to-end at the moment, nor in the more typical case when given multiple flows, the amount available changes moment to moment.  So the sender of the TCP data needs a way to know when “enough is enough.” Packet loss is the basic signal of this.

TCP and routers together are designed to control data flow to prevent over-utilization of the network and the potential of congestion. The goals of TCP’s design are to minimize the amount of time that the data flow grinds to a halt (congestion avoidance), and to react appropriately to reduce traffic at those times that it does (congestion control).

TCP packets received by the receiving station are acknowledged back to the sending station. TCP is a window-based protocol, meaning that it can have a certain amount of traffic “in flight” between sending station and receiving station. It is designed to back off and substantially reduce the amount of bandwidth offered (by half) when packet loss is observed. Further, until the lost packet is received, and acknowledged by the receiver, only limited amounts of additional packets will be offered. Even for those applications that use multiple TCP flows, the similar principle applies that only so many new flows opened/packets sent until a lost packet is received at the other end and its receipt acknowledged.

Packet loss is detected in one of two ways. For a longer transfer where just a packet or two is lost, the sender notices and reacts to the loss when subsequent packets are acknowledged by the receiver, but not the missing one. Alternatively – and more typically for new or short TCP flows – packet loss is detected by the occurrence of a “timeout”: the absence of receipt of an acknowledgement of the packet. The amount of time until a “timeout” is deemed to have occurred varies typically between a couple hundred milliseconds and three seconds.

TCP is an elegant protocol designed over 40 years ago when CPU and memory was extremely expensive. This worked – and continues to work – fantastically well on high-bandwidth, low-latency LANs and on low-bandwidth, high-latency WANs. But TCP wasn’t designed to work optimally in the medium-to-high bandwidth, high-latency environment that characterizes most WAN use today. TCP also wasn’t designed optimally for running interactive applications (web browsing, remote desktop) across very long-distance WANs.

TCP particularly was designed so that each end station could make its decisions completely independently of every end station. This conservative approach contributes to network stability and minimization of congestion.

Because the amount of data offered into the network is reduced by half – and only increased slowly thereafter as packets received successfully are acknowledged – when a single packet loss is detected by the sending station, WAN packet loss can have a huge impact on large transfer performance.  This is why private networks, such as MPLS, VPLS or IEPL improve application performance so significantly: they nearly eliminate packet loss.

What else can be done about  packet loss? Well, at a standards-compliant end station, pretty much nothing. But for an intelligent device in the middle of the network, and especially one at a key WAN edge location, there are many possibilities. There are at least six different approaches to minimizing the impact of WAN packet loss on application performance:

- Drastically reduce the number of WAN packets transmitted.

- React differently to loss (if good knowledge of the network in between).

- Mitigate the effects of the loss and hide it from the end station.

- Enable the end stations to react more quickly to loss.

- Avoid much of the loss in the first place (think MPLS, VPLS, IEPL)

- Avoid the additional loss that often follows after a burst of loss.

Application layer solutions are the first, most obvious approach here.  Doing replicated file service avoids WAN packet loss in accessing files, delivering full LAN-speed performance, because all client access to the data is in fact done locally.

Similarly, “static” caching of objects via a local web (HTTP) object cache completely avoids WAN access for those objects, and thus any impact from packet loss.

Beyond these, drastically reducing the number of packets transmitted is an area where WAN Optimization offerings do a great job.  Now, since we’re talking about reducing the number of packets transmitted, you might think first of memory-based compression, which is one of the techniques almost every WAN Optimization solution offers. Memory-based compression can reduce the time it takes to do the first-time transmission of data – a factor of two for compressible data is typical – but in fact it doesn’t do proportionately better in the face of packet loss than when there is little or no loss. Reducing the amount of data sent by 50% doesn’t really help that much when it comes to packet loss and its impact on a window-based protocol like TCP. So while memory-based compression certainly doesn’t hurt here, it’s not really the answer when the problem is WAN packet loss.

There are two other technologies in most WAN Optimization products that do have a large performance impact in the face of packet loss: data deduplication, and CIFS-specific application proxy.

Data deduplication essentially does “dynamic” caching of data locally, and while this requires at least one round-trip across the WAN, it will always involve far fewer such round-trip transactions than when the data is not stored locally. Besides saving bandwidth and speeding up data transfers in the more typical case of little to no packet loss, the application speed-up is proportionately greater still in the face of any meaningful amount of packet loss. And data deduplication is usually applicable for any application, not just for file access.

For the very chatty Microsoft CIFS protocol, data deduplication is usually combined with an application-specific proxy that will reduce round-trip requests still further. By essentially doing local CIFS termination, a CIFS proxy provides much faster access to files on a remotely located file server even for the first access. The impact on application performance of the combination of data deduplication and CIFS proxy can be 10 to 40 times even when there is no packet loss; in the face of packet loss, the additional benefit can be another 2x to 10x, meaning a combined performance impact of anywhere from 20x to 400x or more. For files that have been previously accessed across the WAN, this is essentially full LAN-speed performance, versus the very slow, often unusable WAN performance under packet loss if accessing large files across a WAN completely unaided.

Andy Gottleib is a twenty-five year data networking veteran, who founded Talari Networks, a pioneer in WAN Virtualization technology, and served as its first CEO, and is now leading product management at Aryaka Networks. Andy is the author of an upcoming book on Next-generation Enterprise WANs.  His bog is located at http://www.networkworld.com/community/blog/26142

 

Bursting on an MPLS or VPLS Network

Global Ethernet VPLSA handful of carriers support bursting on their IP-VPN networks.

Bursting can provide a real cost savings benefit to customers. First, it’s a solution for customers who don’t how much bandwidth they need at a given location. Bursting lets these customers add locations to their network at the lowest level of cost commitment.

Second, it is an ideal solution for customers who know that their bandwidth needs may spike much higher than normal due to, for example, seasonal traffic peaks. Bursting lets these customers commit to the least amount of bandwidth they need for continued use and pay for only what they use in excess of that amount.

Here’s an example of how it works:

A customer commits to 100 Mbps of bandwidth at a location. The carrier sets up their IP VPN port to handle bursting. That location can now burst traffic all the way up to 1 Gbps, or whatever their local loop capacity is. For instance, you might pay for a 100M Ethernet local loop, but pay for a committed port of 20M.  This will allow you to burst to the full 100M when the need arises.

The carrier then samples traffic leaving the port throughout the month. At the end of the month, billing is calculated for the:

  • 100M local loop
  • Committed 20 Mbps port rate; plus the,
  • Sustained traffic rate in excess of the committed rate.

The carrier typically discards the top 5% of the traffic samples taken during the month. This eliminates any spurious or unusual traffic from the billing measurement.

If customers find that their sustained traffic is significantly higher than their committed data rate (in this case, 20 Mbps), they can increase their commitment and take advantage of lower prices at higher committed sustained data rates.

If you are considering changes to your Wide Area Network and would like some specialized assistance with the process, please contact us!

Why consider VPLS for your WAN

1) More flexibility and manageability with with VPLS

When it comes to rapid change and advancement, companies which can respond quickly to market shifts will  benefit from VPLS, a Virtual Private LAN Service (VPLS) solution. VPLS uses MAC addresses with Layer 2 switching as opposed to Layer 3 MPLS solutions which use IP addresses and Layer 3 routing.

The main advantage of this is that with VPLS you are in control of your own IP routing. Therefore, your IT department can be much more agile in responding to varying levels of customer demand. VPLS networks allow you to conduct rapid reconfigurations yourselves without having to contact your service provider and wait for the provider to act upon the request. Even if you do require a service provider change, the typical time to make network changes to Layer 2 VPLS networks is only a fraction of that for Layer 3 MPLS networks because the network planning process is much simpler, which could be crucial for some businesses. Another feature which aids agility is the ease of adding new sites. With a VPLS-enabled network, a new site can be added by simply changing the network router that connects the site to the VPLS network. With Layer 3 MPLS solutions, however, it is a much more complex process as all of the service provider’s routers need to be changed which typically takes 10 times as long.

2) More efficiency with VPLS

Companies with a VPLS-enabled wide area networks will be more smooth-running and thus should be able to provide a better level of service to their customers. This is down to the fact that with VPLS the company has access to its own network information so faults in a VPLS network can be isolated much faster and the IT department can trouble-shoot to fix an urgent crisis rather than having to go through a number of support engineers to get the information required from a carrier. Less network down-time means higher corporate efficiency and productivity. Another aspect of our VPLS solutions is that they offer 5 levels of Quality of Service (QoS) and allow you to define your own priority levels either through labeling your traffic or using the service aware QoS feature on the core network. This is how VPLS maximizes efficient network usage according to your business needs, so you can rest assured that mission-critical data such as CRM, ERP and SCM are allocated enough bandwidth, alongside key services such as video conferencing and telephony, even during peak usage and without costly over provisioning of network capacity.

3) Lower costs with VPLS

Companies that use VPLS solutions will find they have lower costs for a number of reasons. Firstly, VPLS enables convergence of services such as VoIP, video etc. so that all traffic can be delivered over a single Ethernet interface, eliminating multiple leased lines and resulting in economies of scale. Secondly, working with VPLS uses the same skills sets that LAN specialists have, so you would not need to provide additional training on WAN skills or hire WAN specialists. In addition, VPLS requires a lower cost CPE as it requires smaller and fewer routers than MPLS solutions.

4) Lower latencies with VPLS

As a switched, Layer 2 solution VPLS is zero-hop in the core of the network, so extremely low round-trip latencies and jitter can be achieved. For example sub 1millisecond within a metropolitan area and 67 milliseconds round-trip from London to New York. This improves the productivity of the workforce as information is available faster. It also saves retail customers using Point-of-Sale systems time dialling up to make credit/debit card payments, improving their customers’ sales experience.

Thanks to Exponential-e

 

 

 

International Capacity Price Drop to Affect Global Network Prices

When pricing a global MPLS or VPLS wide area cable network, the cost of international bandwidth has a dramatic effect on the pricing of circuits.  This is why connectivity to Asia or South America is so much more expensive that domestic circuits in the USA or circuits from the USA to Europe.  TeleGeography is a research company that compiles all this pricing data, in addition to offering some wonderful maps.

A recent wave of new submarine cable builds and upgrades to existing cable systems has brought an influx of submarine cable capacity to many historically high cost markets, including Africa, the Middle East, Southern Asia, and Latin America. Nevertheless, new data from TeleGeography show that vast regional disparities persist in both price levels and rates of decline.

New cable builds in Asia have greatly increased both supply and competition in the region, driving down prices. Median lease prices for a 10 Gbps wavelength between Los Angeles and Tokyo fell 35 percent between Q1 2011 and Q1 2012, and at a compounded rate of 33 percent between Q1 2009 and Q1 2012. Prices of 10 Gbps wavelengths between Hong Kong and Singapore fell 10 percent between Q1 2011 and Q1 2012, to $43,935 per month, and declined at a compounded 31 percent annually between Q1 2009 and Q1 2012.

Navigating the procurement of a global MPLS network is complicated unless you do this work on a daily basis, since you don’t have benchmark pricing or insight into all the global cable system.  Using MPLS-Experts to manage this process can not only save you money, but reduce the the time required to manage this process.  In many cases, we have been able to provide twice the bandwidth the customer would have obtained if they managed the process on their own.  To learn more,  visit this link or contact us.

What does OC mean? You know…OC-3, OC-12, etc.

This is a very brief post, motivated by a consulting engagement that MPLS-Experts is working on right now. This client is building a global private network to service its offices, using eight or ten collocation facilities as the Points-of-Presence. Each collo will be connected with two diverse 1Gbps Layer-1 point-to-point circuits.

So the question came up, what optical circuit do you need for 1 Gig? Not something your average client uses.

OC is short for Optical Carrier, used to specify the speed of fiber optic networks conforming to the SONET standard.

This list shows the speeds for common OC levels.
OC = Speed
OC-1 = 51.85 Mbps
OC-3 = 155.52 Mbps
OC-12 = 622.08 Mbps
OC-24 = 1.244 Gbps
OC-48 = 2.488 Gbps
OC-192 = 9.952 Gbps
OC-255 = 13.21 Gbps

We’ll need a partial OC-24 to provide 1 Gbps on each circuit.

MPLS spec introduced for cellular back-haul network service

For anyone performing cellular back-haul, there’s a new specification for handling wireless data traffic from a combination of traditional TDM networks and packet-based transport technologies as wireless operators migrate from 2G/3G to 4G and LTE services.

The Broadband Forum has just issued its “Technical Specification for MPLS in Mobile Backhaul Networks,” also known as TR-221.

TR-221 focuses on the applications of MPLS technology in a range of services that may be used to transport wireless traffic in the access and aggregation networks, including IP, TDM, ATM and Ethernet.

It defines the global requirements of MPLS technology in these networks in respect of encapsulation, signalling and routing, QoS, OAM, resiliency, security, and synchronization. It also covers expected services over the back-haul network, including voice, multimedia services, data traffic and multicast traffic, such as multimedia broadcast and multicast services (MBMS).

Adherence to these requirements will create global standards for MPLS-oriented equipment, establishing more network interoperability, speeding deployments and lowering the overall costs of the backhaul network, the Broadband Forum said.

Defining a range of reference architectures for MPLS-based mobile backhaul networks, TR-221 includes specifications for the various transport scenarios applicable to all mobile networks (2G, 3G and LTE). It also specifies the equipment requirements for the control, user and management planes to provide unified and consistent end-to-end transport services for mobile backhaul.

Robin Mersh, CEO of the Broadband Forum, said: “TR-221 is a critical part of establishing multi-vendor interoperability in converged MPLS-based backhaul networks. As mobile operators look to preserve their investment in traditional TDM and ATM networks whilst developing their 4G/LTE architectures, TR-221 will enable them to integrate new packet-based MPLS technologies into their established networks. Operators will be able to evolve their networks to be faster and more efficient to meet the increasing multimedia needs of the mobile user, whilst preserving a lower cost per bit in the backhaul network.”

WAN using IP VPN over Internet versus MPLS – Pros and Cons

There’s a price for everything in this world, and  Internet based IP VPNs are no exception. While  IP VPNs are a cheaper alternative to any MPLS network, it doesn’t necessarily mean they’re for everyone, as customer requirements always vary. In this posting, I will explain both the Internet IP VPN advantages and disadvantages.

Let’s take a look at a few IP VPN advantages over most MPLS circuits:

  • Cheaper rates. Internet service providers provide a simple NxT1, Ethernet or Cable connection to the Internet, using the highest possible speed with. The price for internet connectivityis considerably cheaper than almost any WAN MPLS service, making it extremely attractive for companies seeking to cut telecom costs.
  • Fully configurable. WAN engineers have total control over the VPN tunnel created between sites. They are able to perform on-the-fly configuration changes to compensate for any network problems or help rectify any problem that might arise. With full access to the VPN, terminating equipment like routers and firewalls, engineers have the ability to see the condition of the internet circuit and take any action(s) deemed necessary…provided they have the staff resources and skills.
  • VPN backup included. For mission-critical sites, backup via another internet circuit is possible if your primary connection fails.  Time response for the backup line to come online is configurable by the network engineer, and there is no need to wait for the ISP to fix a line so your company can continue working.
  • Two-in-one. When configuring the site-to-site VPN, engineers can also configure remote VPN access for users traveling around the country or world, a feature most companies would have to pay additional money for to receive from their service providers.
  • Upgradable features. Perhaps one of the strongest advantages is the fact that your site-to-site VPN characteristics are strictly dependant on those that your VPN routers/firewall support. This means that as new features are introduced with the newer router operating systems (i.e., Cisco IOS), they will be available to your engineers to implement. For example, QoS pre-classification was a feature Cisco introduced in its IOS that fixed a number of QoS features for different services running over VPN tunnels. Dynamic Multiple VPN (DMVPN) was another great feature allowing scalable IPsec VPN tunnels between multiple sites. DMVPN allows every endpoint to dynamically build a VPN tunnel with any of its other peers, providing a low-cost mesh VPN solution.

If the brief list of the above  of Internet IP VPN advantages seems overwhelming , you have read a few of its disadvantages.

Here is a list of a few disadvantages of Internet IP VPNs over almost all WAN MPLS circuits:

  • Limited QoS. In order to have a fully functional QoS model, you need to have control of all equipment and paths that your VPN packets run through. In the Internet IP VPN model, QoS is effective in each site’s LAN, up until the L interface of the routers. From there on, packets enter the ISP’s network, and your ISP will clearly state that there is no QoS for such connections. Everything is based on a “best effort” delivery mechanism and you can’t argue about that. Any QoS parameters inserted in your WAN packets are, in most cases, ignored by the ISP.
  • No Class of Service Prioritization. It’s the internet, sorry.
  • Higher Packet Loss and Latency. If you use interactive applications, video, voice domestically or are connecting to locations more than 3,000 miles away, the MPLS network will outperform the IP VPN hands down.
  • Undependable voice and video. If you use voice or video over your network, the MPLS network will outperform the IP VPN, hands down with dependable and consistent performace.
  • Possible bottlenecks and low speeds. In an Internet IP VPN scenario, your company connects to the Internet, which has quite a variation of performance.  If there is heavy traffic on the Internet, chances are you might experience lower speeds during peak-hour times. Again, there is no guarantee of the performance.
  • VPN and router/firewall security. You are exposed directly to the Internet. This means that the security of your VPN and terminating equipment (routers and/or firewalls) are your responsibility. If your engineers do not take the necessary measures to secure the equipment correctly, this can lead to the exposure of your company to the Internet. This is not a topic to be taken lightly, as the damage can be devastating. It is extremely important to understand the risk involved and to have the required technical expertise to ensure the job is performed correctly. Under ideal circumstances, where the equipment is correctly configured, there is no need to worry—you’re safe.
  • Denial of service attacks. With a direct Internet connection, you are exposed to any denial of service (DoS) attack. All attempts can be successfully repelled; however, keep in mind that the traffic will have to reach your router/firewall first. This means that the heaviest damage that can be produced by a DoS attack—for a correctly configured endpoint—is to create a bottleneck on your connection and greatly reduce speeds for the duration of the attack.

If you want a rock-solid WAN with almost no packet loss and the lowest possible latency and quality, consider an MPLS network.

Global Ethernet VPN Still Limited in Many Geographies

Enterprise customers around the world are replacing legacy private line, Frame Relay, and ATM wide area networks (WAN) with Ethernet VPLS and MPLS IP VPN services. Companies’ choice of wide-area network type is shaped by a number of factors, including the applications they need to accommodate, the number of locations to be connected, the level of control the customers want to maintain over their networks, their capacity requirements, and the cost of the solution. However, data from TeleGeography’s Global Enterprise Networks Research Service suggest that the most important factor shaping an organization’s international network choice may simply be availability.

Ethernet VPN services are generally more cost effective than MPLS IP VPN services for capacity requirements above 50 Mbps, and are most appropriate for linking high-capacity headquarter sites and data centers. MPLS IP VPN
services tend to be better suited for linking large numbers of sites with more modest capacity requirements. However, dependence on Ethernet local access and the relatively slow rollout of Ethernet across MPLS PoPs means that Ethernet VPN solutions are not yet available in as many cities.

Ethernet deployments lag far behind MPLS VPN deployments, both by service provider and by geographic market. Over half of the 63 international service providers researched by TeleGeography offer MPLS VPN service in 10 or more countries, compared with less than one-third of Ethernet VPLS service providers.

The availability of IP VPN and Ethernet VPN services also differs by region. TeleGeography identified 39 IP VPN providers in Europe, 34 in Asia, 31 in the U.S. & Canada, and 19 in Africa and Latin American. Ethernet VPN services are less widely available in all of these regions, but the difference is particularly great in emerging markets. While 32 service providers offer layer 2 Ethernet VPN services in Europe, only 9 offer VPLS service in Latin America
and only 6 in Africa. While 22 service providers offer VPLS service in London, only 5 offer VPLS service in Mumbai.

This report should not limit your interest in Ethernet VPN services, but rather shape expectations on its availability.  To determine Ethernet VPN network availability for your company, contact us.

The above content provided from TeleGeography, the world’s leading independent reference source for global network infrastructure data.

Cisco Router Performance by Model

It’s often a challenge to find clear comparisons of Cisco router performance, so I’ve decided to display this information in our blog.  Juniper, Adtran and HP make fine routers.  But Cisco leads the pack.
Note that the chart displays the following:
  • Switching performance in packets per second
  • 64 byte packet size, IP only
  • These are test numbers that will decline significantly if you add ACLs, encryption, compression, etc.
Router Performance Matrix
Process SwitchingProcess SwitchingFast/CEF SwitchingFast/CEF Switching
Platform
PPSMbpsPPSMbps
14xx6000.30724,0002.05
160x(-R)6000.30724,0002.05
17011,7000.870412,0006.14
17101,3000.66567,0003.58
1711-17121,7000.870413,5006.91
17201,4000.71688,5004.35
17211,7000.870412,0006.14
17501,4000.71688,5004.35
17511,5000.76812,0006.14
17601,7000.870416,0008.19
1801-181270,00035.84
184175,00038.4
1861146,14274.82
1941299,000153.08
25008000.40964,4002.25
261x1,5000.76815,0007.68
262x1,5000.76830,00015.36
265x2,0001.02440,00020.48
26917,4003.788870,00035.84
28013,0001.53690,00046.08
28113,0001.536120,00061.44
282111,5005.888170,00087.04
285115,0007.68220,000112.64
36202,0001.02420,000-40,00010-20
2901327,000167.42
2911353,000180.73
2921480,000245.76
2951580,000296.96
36404,0002.04850-70,00025.6-36
366012,0006.144100-120,00051.2-61.4
36314,0002.04850-70,00025.6-36
3725100-120,00051.2-61.4
3745225-250,00025.6-36
38102,0001.0248,0004.10
3810-V33,0001.53615,0007.68
382525,00012.8350,000179.20
384535,00017.92500,000256.0
3925833,000426.49
3945982,000502.78
40001,8000.921614,0007.17
712013,0006.656175,00089.60
714020,00010.24300,000153.60
7200-NPE1007,0003.584100,00051.20
7200-NPE15010,0005.12150,00076.80
7200-NPE1759,0004.608177,84891.06
7200-NPE20013,0006.656200,000102.40
7200-NPE22513,0006.656233,170119.38
7200-NPE30020,00010.24353,000180.74
7300-NSE-1003,500,000(PXF)1,792
7600-MSFC220,00010.2430,000,0001,792
ASR1000-PRE410,000,0005,120
12000(Engine 6)50,000,00020,000
CRS-1 LC80,000,00040,960
1 “Punts to RSP” means that when a VIP cannot process the packets in a distributed manner (for instance, when doing MLPPP across different PA’s instead of keeping the bundles on the same PA), it must push that forwarding decision and packet flow to the RSP. In these cases, use the RSP switching numbers.
2 The 7600 only slows centralized forwarding when a classic line card is installed, and then only for flows that must be centrally forwarded. For instance, a system with a Sup720 with two 6748
DFC3A equipped cards has a legacy gigabit switching module installed – the 6148-GE-TX, for instance. Flows going to or originating from that card operate at 15Mpps, but flows going between the 6748′s operate at full 48Mpps per slot. Therefore, distributed forwarding is unaffected by the insertion of a legacy card.
All contents are Copyright © 1992–2006 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.