February 13th, 2010
所谓ASBR-ASBR的方案,就是ASBR之间起VPNv4的neighbor(MP-EBGP),域间传送VPNv4的路由。
然而为了允许传送VPNv4,ASBR与ASBR之间必须支持交换MPLS数据包,因为VPNv4是被封装在MPLS中的。
对于这种方法需要理解MPLS VPN的转发过程。
这个可以参考我以前的文章《CCIE SP—MPLS VPN Basic 1》
在这里我简要替下,VPN的顶层标签是LDP分配的,更进一步说是根据MP-BGP路由的下一跳分配的。
所以关键就在于路由的下一跳,当路由经过多个AS时,BGP的下一跳就会发生变化,标签也就会被重新分配。
Read the rest of this entry »
February 9th, 2010
认证考完已经过了很久了,由于工作原因,很多知识还没有整理出来。
之后会陆续把相应SP的东西整理出来,留作日后复习。
对于跨域MPLS VPN来说,Option1是最好部署的一种方案。
但这是建立在牺牲了扩展性的前提下。
不过仍然有运营商在用此种方案,原因很简单—如果需要跨域的VPN不多,那么这种方案是最好的选择。
我们常把Option1叫做背靠背(Back-to-Back),顾名思义,即两端配置基本一致。
在域间交换时,数据包是以IPV4的形式交换的;对于原理,我们可以简单理解为普通的CE与PE的方式。
Read the rest of this entry »
December 22nd, 2009
由于最近处理一个静态BFD的问题。
在此贴出BFD的配置及相关的资源链接供大家参考。
关于相关BFD协议的内容和他的模式问题,本想用dynamips加12.2(33)SRC来做测试并抓包分析,但发现一配置BFD,模拟器就crash,先后更换了SRD,SRE及更换了NPE-G1和 NPE-G2,现象一样存在。毕竟只是模拟器呀。。。。。。
所以关于相关BFD的更进一步分析,只能等到手头有设备时直接SPAN了。
注:VRF下的静态BFD,只从12.2(33)SRC才开始支持,支持平台为7600和7200。
6500需要在12.2(33)SXI才支持。 Read the rest of this entry »
August 7th, 2009
As everyone knows, the NTP is sync clock protocol.
That knowledge less other protocol.
But there are some attention:
——————————————
1. When you config more than one server in customer network.
Please don’t use the same stratum.
Base on the stratum, refer to
http://www.cisco.com/en/US/docs/ios/netmgmt/command/reference/nm_10.html#wp1093957
If customer use same stratum, it would instability and lost sync.
Read the rest of this entry »
July 17th, 2009
最近搞了一阵DHCPv6,稍微总结了下:
配置:
ipv6 dhcp pool test
address prefix 2004::/64
dns-server 2004::2
domain-name cisco.com
!
interface FastEthernet0/0
no ip address
Read the rest of this entry »