拓朴结构:CE(R5)---PE(R4)---PE(R6)--CE(R3),要求实现R5与R3同属于一个L3vpn,本配置实现CE-PE间采用静态,PE-PE骨干采用OSPF与IBGP.若CE-PE间采用OSPF配置基本差不多,需要额外的步骤将BGP学到OSPF注入到CE-PE的OSPF中 设备:JUNIPER 配置: lab@R5# interfaces { fxp0 { unit 0 { family inet { address 10.0.22.2/24; } } } fxp1 { unit 0 { ...
mpls /vpn的基本配置,拓扑大概如下: CE1 s1/0---s1/0 PE1 s1/1 --- s1/0 P s1/1 --- s1/0 PE2 s1/1 --- s1/0 CE2 1: 路由器基本配置,包括接口IP地址以及IGP; 2:定义vpn; 3:配置PE间的BGP路由; 4:配置PE到CE之间的路由; 5:配置P路由器; 6:配置CE路由器; 最关键也是最复杂的是PE的配置: 1:配置VRF,并把VRF实例和接口关联起来; 2:配置PE间的BGP,本例采用iBGP address-family vpnv4中, 激活邻居,发送comm...
文件: mpls vpn的基本配置_雪山飞鹄.pdf 大小: 75KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/26475/showart_230267.html
R5就不接CE了,还用上面的loopback 10代替。 R1 hostname R1 ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 no ip directed-broadcast ! interface Loopback10 ip address 10.10.10.10 255.255.255.255 no ip directed-broadcast ! interface Ethernet1/1 ip address 192.168.123.1 255.255.255.0 no ip directed-broadcast full-duplex ! ip route 0.0.0.0 0.0.0.0 192.168.123.23 R2 hostname R2 ! ip cef ip v...
[page] p#s run Building configuration... Current configuration : 998 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname p ! enable secret 5 $1$LWx8$I1u9ZMT7AUUU1H9tE1PiM. ! memory-size iomem 15 ip subnet-zero ip cef no ip domain-lookup no ftp-server write-enable ! ! ! interface Loopback0 ip address...
文件: mpls vpn.rar 大小: 83KB 下载: 下载 本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u2/65250/showart_687782.html
当初也想接触接触新东西,也搞搞时髦的mpls mpls 配置实例 阅读次数(48) 更新时间(2004-11-22 11:33:09) 搜集整理:【 中国思科培训网 】 p#s run Building configuration... Current configuration : 998 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname p ! enable secret 5 $1$LWx8$I1u9ZMT7AUUU...
庆祝偶滴博客重新开张,原来那个挂掉了,反映给bokee好久都没帮恢复回来,干脆换到CU的博客上:( 网络的拓铺很简单:CE1-----PE1------P------PE2-------CE2 PE和CE之间都用OSPF. CE2#sho run Building configuration... Current configuration : 603 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname CE2 ! ! ip subnet-zero ! ! no ip domai...
庆祝偶滴博客重新开张,原来那个挂掉了,反映给bokee好久都没帮恢复回来,干脆换到CU的博客上:( 网络的拓铺很简单:CE1-----PE1------P------PE2-------CE2 PE和CE之间都用OSPF. CE2#sho run Building configuration... Current configuration : 603 bytes ! version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption ! hostname CE2 ! ! ip subnet-zero ! ! no ip domain...
mpls vpn介绍 概述 Internet在近些年中的爆炸性增长,为Internet服务提供商(ISP)提供了巨大的商业机会,同时也对其骨干网络提出了更高的要求,人们希望IP网络不仅能够提供E-Mail、上网等服务,还能够提供宽带、实时性业务。ATM曾经是被普遍看好的能够提供多种业务的交换技术,但是由于实际的网络中人们已经普遍采用IP技术,纯ATM网络已经不可能,现有ATM的使用也一般都是用来用来承载IP。如此人们就希望IP也能提供一些ATM一样...