您所在的位置: 首页>>组网建网>>布线>>网络测试>>

网络数据测试实践三步曲(8)

http://network.51cto.com  2007-08-19 11:20  谢昀 唐炜 丁琮琮  网管员世界  我要评论(0)
  • 摘要:网络测试是保证网络高性能、高可靠性和高可用率的基本手段,它在网络建设和发展中的重要意义正得到日益广泛的认可。本文主要介绍数字电路、帧中继、MPLS VPN数据业务的测试方法及案例。
  • 标签:数据测试  帧中继  MPLS  VPN  网络

测试VPN路由
1.RPMgd(机房1)的VPN路由
#sh ip route vrf VPN1
Codes: C - connected, B - BGP,* - candidate default……
Gateway of last resort is 10.10.5.69 to network 0.0.0.0
172.16.0.0/16 is variably subnetted, 21 subnets, 3 masks
C172.16.9.16/30 is directly connected, FastEthernet1/1.201
B*0.0.0.0/0[200/888]via10.10.5.69, w6d;
默认路由是10.10.5.69,即机房2的RPM……
2.RPM1(机房1) 的VPN1路由:
#sh ip route vrf VPN1
Gateway of last resort is 172.16.2.2 to network 0.0.0.0
172.16.0.0/16 is variably subnetted, 21 subnets, 3 masks
B 172.16.9.16/30 [200/888] via 10.10.5.65, 1w6d
C172.16.2.0/28 is directly connected, FastEthernet1/1.200
S* 0.0.0.0/0 [1/0] via 172.16.2.2 ;默认路由。

从以上路由,可以看到每个VPN的虚拟路由表中只有该VPN本身的路由,接入点之间已经可以通讯了。
Ping测试
RPMgd#ping vrf VPN1
Protocol [ip]:
Target IP address: 172.16.2.2 
Repeat count [5]: 100
Datagram size [100]:
Timeout in seconds [2]:
Extended commands [n]:
Sweep range of sizes [n]:
Type escape sequence to abort.
Sending 100,100-byte ICMP Echos to 172.16.2.2,timeout is 2 seconds:
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Success rate is 100 percent (100/100),round-trip min/avg/max = 1/3/4 ms<
BR>我们成功Ping到了目的地址172.16.2.2,平均时延为3ms,低于10ms的测试要求,而且没有丢包现象。通过以上测试,该VPN测试通过。

【相关文章】

【责任编辑:杨硕 TEL:(010)68476636-8001】


共8页: 上一页 [1] [2] [3] [4] [5] [6] [7] 8
【内容导航】
最优性价比组建无线网络
网络应用性能控管最佳实践
网络工程师职业规划与现状
VPN安全技术与应用
计算机网络维护入门
 
 验证码: (点击刷新验证码)   匿名发表
  • Visual C++ 完全自学宝典

  • 作者:强锋科技,朱洪波
  • Visual C++ 6.0是微软公司为程序人员提供的Visual Studio 6.0工具套件中的重要组成部分。本书由浅入深地介绍使用Visual C++ 6.0..
Copyright©2005-2008 51CTO.COM 版权所有