ISR吞吐性能问题
ISR大致可以分几类:
Cisco 860、880、890
ISR1800 (fixed)、1800 (modular)、2800、3800 Series
ISR1900、2900、3800、3900 Series
ISR4K

每一代的设备,设备的性能肯定都不一样,本摘要,将主要记录ISR的吞吐性能问题。

1、下图主要体现的是800 Series和1900、2900、3900 Series,厂商建议的WAN最大throughput,该建议应适合大多数企业和商业客户:

Table 2. Cisco ISR G2 key benfits over the ISR G1
|
Key Benefits |
Cisco ISR |
Cisco ISR G2 |
|
WAN Performance |
Up to 45Mbps with Services |
Up to 350Mbps with Services |
|
Network Processor |
Single Core |
Multicore |
|
Service Module Performance and Capacity |
Up to 160GB storage |
Up to 7X with dual core and 1TB of storage |
|
On-board DSPs |
Voice |
Voice + Video |
|
Integrated Switching |
Fast Ethernet with POE. Based on Catalyst 3560/3750 |
FE/GE Ethernet with EPOE Based on Catalyst 3560X /2960S |
|
IOS Image |
Multiple |
Single Universal IOS image |
|
Service Delivery |
Hardware Coupled |
Services On-Demand |
|
Redundancy |
Single Motherboard |
Field upgradeable Motherboards (3900 Series), Redundant power supplies |
|
Key Benefits[?] |
EnergyWise |
EnergyWise with slot based controls |
该参数,基本也可以从Datasheet中查询得到,如1900和2900:
Table 1. Key Features and Benefits of the Cisco 1921 Integrated Services Router
|
High performance with integrated services |
● The Cisco 1900 Series enables deployment in high-speed WAN environments with concurrent services enabled up to 15 Mbps.
|
Table 1. Key Features and Benefits of the Cisco 1941 Integrated Services Router Series
|
High Performance with Integrated Services |
● The Cisco 1900 Series enables deployment in high speed WAN environments with concurrent services enabled up to 25 Mbps.
● Multi-Gigabit Fabric enables high bandwidth module to module communication without compromising routing performance.
|
Table 1. Key Business Benefits of the Cisco 2900 Series Integrated Services Routers
|
High Performance with Integrated Services |
● The Cisco 2900 Series enables deployment in high speed WAN environments with concurrent services enabled up to 75 Mbps.
● A MultigiGabit Fabric (MGF) enables high-bandwidth module-to-module communication without compromising routing performance.
|
2、下图主要针对ISR4K的WAN throughput:

三种性能级别:
| Platform | Factory Default | Performance License | Boost License |
| 4451 | 1Gbps | 2 Gbps @ 19% CPU | 4 Gbps* @ 35% CPU |
| 4431 | 500Mbps | 1 Gbps @ 18% CPU | 4 Gbps* @ 62% CPU |
| 4351 | 200Mbps | 400 Mbps @ 17% CPU | 2 Gbps* @ 45% CPU |
| 4331 | 100Mbps | 300 Mbps @ 16% CPU | 2 Gbps* @ 53% CPU |
| 4321 | 50Mbps | 100 Mbps @ 8% CPU | 2 Gbps* @ 68% CPU |
| 4221 | 35Mbps | 75 Mbps @ 8% CPU | 1.4 Gbps @ 94% CPU |
Datasheet中也有记录:
Table 4. Specifications of Cisco 4000 Family Integrated Services Routers
|
Technical Specifications |
Cisco 4461 |
Cisco 4451 |
Cisco 4431 |
Cisco 4351 |
Cisco 4331 |
Cisco 4321 |
Cisco 4221 |
|
Aggregate Throughput (Default) |
1.5Gbps |
1 Gbps |
500 Mbps |
200 Mbps |
100 Mbps |
50 Mbps |
35Mbps |
|
Aggregate Throughput (Performance License) |
3Gbps |
2 Gbps |
1 Gbps |
400 Mbps |
300 Mbps |
100 Mbps |
75 Mbps |
|
Aggregate CEF Only[5] Throughput (Boost License) |
Over 7Gbps |
Over 4Gbps |
Over 4Gbps |
Over 2Gbps |
Over 2Gbps |
1.5Gbps |
1.2Gbps |
如果需要提升throughput,对license的需求如下:
Table 6. Cisco ISR 4000 Performance Licenses
|
Platform |
Performance-on-Demand License |
Features |
|
ISR4461 |
FL-4460-PERF-K9 |
Increases the performance from base performance 1.5 Gbps to 3 Gbps |
|
ISR4451 |
FL-44-PERF-K9 |
Increases the performance from base performance 1 Gbps to 2 Gbps |
|
ISR4431 |
FL-44-PERF-K9 |
Increases the performance from base performance 500 Mbps to 1 Gbps |
|
ISR4351 |
FL-4350-PERF-K9 |
Increases the performance from base performance 200 Mbps to 400 Mbps |
|
ISR4331 |
FL-4330-PERF-K9 |
Increases the performance from base performance 100 Mbps to 300 Mbps |
|
ISR4321 |
FL-4320-PERF-K9 |
Increases the performance from base performance 50 Mbps to 100 Mbps |
|
ISR4221 |
FL-4220-PERF-K9 |
Increases the performance from base performance 35 Mbps to 75 Mbps |
Table 7. Cisco ISR 4000 Booster (boost) Performance Licenses
|
Part number |
Description |
|
FL-4220-BOOST-K9 (=) |
Booster Performance License for 4220 Series Router |
|
FL-4320-BOOST-K9 (=) |
Booster Performance License for 4320 Series Router |
|
FL-4330-BOOST-K9 (=) |
Booster Performance License for 4330 Series Router |
|
FL-4350-BOOST-K9 (=) |
Booster Performance License for 4350 Series Router |
|
FL-4430-BOOST-K9 (=) |
Booster Performance License for 4430 Series Router |
|
FL-44-BOOST-K9 (=) |
Booster Performance License for 4450 Series Router |
|
FL-4460-BOOST-K9 (=) |
Booster Performance License for 4460 Series Router |
ISR吞吐性能问题的更多相关文章
- ConcurrentHashMap是如何提高并发时的吞吐性能
为并发吞吐性能所做的优化 ConcurrentHashMap使用了一些技巧来获取高的并发性能,同时避免了锁.这些技巧包括: 为不同的Hash bucket(所谓hash bucket即不同范围的key ...
- 使用iperf测试网卡吞吐性能
原 使用iperf测试网卡吞吐性能 2018年12月17日 12:38:41 lancewoo 阅读数:138 首先配置待测试的两个网卡的网络地址到同一网段,保证ping对方的IP地址时可以通.两 ...
- Mono 3.2.3 TCP吞吐性能测试报告
在前几天简单地测试了一下Mono 3.2.3 TCP处理的稳定性,有同学问Mono 3.2.3的TCP处理性有怎样,以下是针对Mono 3.2.3TCP在吞吐方面的性能测试.主要测试分两种场分别是连接 ...
- 测试jdbc连接下,mysql和mycat的吞吐性能
最近一个项目需要数据库有较大的吞吐量,因为项目要求的访问量和数据量较大,决定采用一个数据库中间件来对数据库进行管理.经过一番查询,决定使用阿里的一个开源项目-mycat.因为mycat基于mysql, ...
- kafka性能参数和压力测试揭秘
转自:http://blog.csdn.net/stark_summer/article/details/50203133 上一篇文章介绍了Kafka在设计上是如何来保证高时效.大吞吐量的,主要的内容 ...
- Kafka 高性能吞吐揭秘
Kafka 高性能吞吐揭秘 Kafka作为时下最流行的开源消息系统,被广泛地应用在数据缓冲.异步通信.汇集日志.系统解耦等方面.相比较于RocketMQ等其他常见消息系统,Kafka在保障了大部分 ...
- kafka高性能吞吐原因
1. 简单回顾 Kafka作为时下最流行的开源消息系统,被广泛地应用在数据缓冲.异步通信.汇集日志.系统解耦等方面.相比较于RocketMQ等其他常见消息系统,Kafka在保障了大部分功能特性的同时, ...
- kafka性能基准测试
转载请注明出处:http://www.cnblogs.com/xiaodf/ 1.测试环境 该benchmark用到了六台机器,机器配置如下 l IntelXeon 2.5 GHz processo ...
- Tomcat性能调优
1.集成apache 虽然Tomcat也可以作web服务器,但是处理静态html的速度比不上apache,且其作为web服务器的功能远不如Apache,因此把apache和tomcat集成起来,讲ht ...
随机推荐
- 阿里云Linux服务器安装Redis 完整步骤(包括处理远程连接问题)
跟随本篇文章步骤,包你成功安装并连接使用. 1.获取redis资源 wget http://download.redis.io/releases/redis-4.0.8.tar.gz 2.解压 tar ...
- HDU-1506 Largest Rectangle in a Histogram【单调栈】
Description A histogram is a polygon composed of a sequence of rectangles aligned at a common base l ...
- Git 版本回退的几种操作方法
1, 结合使用 git reset --hard <commit id> , git reset --hard HEAD^, git reflog , git log 1) 使用 git ...
- C++——浅拷贝
10.深拷贝与浅拷贝 浅拷贝: 实现对象间数据元素的一一对应赋值:(默认构造函数) 深拷贝: 当被复制的对象数据成员是指针类型时,不是复制该指针成员本身,而是将指针所指的对象进行复制. //浅拷贝 # ...
- C语言链表头插法逆向输出
输入:1 2 3 4 5 -1 输出:5 4 3 2 1 此题考查头链表的创建之一 :头插法.所谓头插法是从一个空链表开始,重复读入数据,生成新结点,将读入的数据存放新结点的数据域中,然后讲新结点插入 ...
- n皇后问题(dfs-摆放问题)
你的任务是,对于给定的N,求出有多少种合法的放置方法. Input共有若干行,每行一个正整数N≤10,表示棋盘和皇后的数量:如果N=0,表示结束.Output共有若干行,每行一个正整数,表示对应输入行 ...
- HDU 1542 Atlantis(扫描线算法)
题意:给出n个矩形的左下角左边和右上角坐标,求这n个矩形的面积并 原题链接:http://acm.hdu.edu.cn/showproblem.php?pid=1542 典型的扫描线算法的题目 什么是 ...
- Selenium(Webdriver)自动化测试常问问题
http://blog.sina.com.cn/s/blog_c189e2590102w3bv.html Selenium(Webdriver)自动化测试常问问题 (1)selenium中如何保证操作 ...
- batchsize用法 以及实现前向运算的矩阵乘法方式
batchsize用法 以及实现前向运算的矩阵乘法方式 待办 使用batchsize可以把矩阵缩小,采用矩阵乘法的形式可以一次计算多个经过神经网络的结果,然后通过交叉熵进行计算总的损失得到结果. 所以 ...
- Mahmoud and Ehab and the message
Mahmoud wants to send a message to his friend Ehab. Their language consists of n words numbered from ...