关键词不能为空

当前您在: 主页 > 英语 >

基本MPLS vpn拓扑

作者:高考题库网
来源:https://www.bjmy2z.cn/gaokao
2021-03-03 13:21
tags:

-

2021年3月3日发(作者:清明节英语怎么说)


一个最基本的


MPLS/VPN




1.


拓扑说明:


7


台路由器,两台


CE


,两台


PE



三台


P


路由器,


RX


连接使用

XX.0.0.0/8,


分别配置一个


L0



X.X.X.X/24



2.


配置说明:


R1R2


之间使用


RIP



R6R7


之间使用静态路由作为


PE-CE< /p>


路由,


ISP


内部的

IGP


使用


EIGRP



3.


具体配置:



R1:


R1-CE1#sh run


Building configuration...


Current configuration : 1088 bytes


!


version 12.4


service timestamps debug datetime msec


service timestamps log datetime msec


no service password-encryption


!


hostname R1-CE1


!


boot-start-marker


boot-end-marker


!


!


no aaa new-model


memory-size iomem 5


!


!


ip cef


no ip domain lookup


!


!


!


multilink bundle-name authenticated


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


interface Loopback0


ip address 1.1.1.1 255.255.255.255


!


interface FastEthernet0/0


no ip address


shutdown


duplex auto


speed auto


!


interface FastEthernet0/1


no ip address


shutdown


duplex auto


speed auto


!


interface Serial1/0


ip address 12.0.0.1 255.255.255.0


serial restart-delay 0


!


interface Serial1/1


no ip address


shutdown


serial restart-delay 0


!


interface Serial1/2


no ip address


shutdown


serial restart-delay 0


!


interface Serial1/3


no ip address


shutdown


serial restart-delay 0


!


router rip


version 2


network 1.0.0.0


network 12.0.0.0


no auto-summary


!


ip http server


no ip http secure-server


!


!


!


!


!


!


!


control-plane


!


!


!


!


!


!


!


!


!


line con 0


exec-timeout 0 0


logging synchronous


line aux 0


line vty 0 4


!


!


end


R1-CE1#




R2:


R2-PE1#sh run


Building configuration...


*Mar 1 01:12:26.743: %SYS-5-CONFIG_I: Configured from console by console


Current configuration : 1774 bytes


!


version 12.4


service timestamps debug datetime msec


service timestamps log datetime msec


no service password-encryption


!


hostname R2-PE1


!


boot-start-marker


boot-end-marker


!


!


no aaa new-model


memory-size iomem 5


!


!


ip cef


no ip domain lookup


!


!


ip vrf vpn1


rd 100:1


route-target export 100:1


route-target import 100:1


!


!


multilink bundle-name authenticated


mpls label range 200 299


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


interface Loopback0


ip address 2.2.2.2 255.255.255.255


!


interface FastEthernet0/0


no ip address


shutdown


duplex auto


speed auto


!


interface FastEthernet0/1


no ip address


shutdown


duplex auto


speed auto


!


interface Serial1/0


ip vrf forwarding vpn1


ip address 12.0.0.2 255.255.255.0


serial restart-delay 0


!


interface Serial1/1


ip address 23.0.0.2 255.255.255.0


mpls ip


serial restart-delay 0


!


interface Serial1/2


no ip address


shutdown


serial restart-delay 0


!


interface Serial1/3


no ip address


shutdown


serial restart-delay 0


!


router eigrp 100


network 2.0.0.0


network 23.0.0.0


no auto-summary


!


router rip


version 2


no auto-summary


!


address-family ipv4 vrf vpn1


redistribute bgp 100 metric 1


network 12.0.0.0


no auto- summary


version 2


exit- address-family


!


router bgp 100


no bgp default ipv4-unicast


bgp log-neighbor-changes


neighbor 6.6.6.6 remote-as 100


neighbor 6.6.6.6 update-source Loopback0


!


address-family vpnv4


neighbor 6.6.6.6 activate


neighbor 6.6.6.6 send-community both


exit-address-family


!


address-family ipv4 vrf vpn1


redistribute connected


redistribute rip


no synchronization


exit-address-family


!


ip http server


no ip http secure-server


!


!


!


!


!


!


!


control-plane


!


!


!


!


!


!


!


!


!


line con 0


exec-timeout 0 0


logging synchronous


line aux 0


line vty 0 4


!


!


end





R3:


R3-P1#sh run


Building configuration...


*Mar 1 01:00:46.379: %SYS-5-CONFIG_I: Configured from console by console


Current configuration : 1117 bytes


!


version 12.4


service timestamps debug datetime msec


service timestamps log datetime msec


no service password-encryption


!


hostname R3-P1


!


boot-start-marker


boot-end-marker


!


!


no aaa new-model


memory-size iomem 5


!


!


ip cef


no ip domain lookup


!


!


!


multilink bundle-name authenticated


mpls label range 300 399


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


!


interface Loopback0


ip address 3.3.3.3 255.255.255.255


!


interface FastEthernet0/0


no ip address


shutdown


duplex auto


speed auto


!


interface FastEthernet0/1


no ip address


shutdown


duplex auto


speed auto


!


interface Serial1/0


ip address 34.0.0.3 255.255.255.0


mpls ip


serial restart-delay 0


!


interface Serial1/1


ip address 23.0.0.3 255.255.255.0


mpls ip


serial restart-delay 0


!


interface Serial1/2


no ip address


shutdown


serial restart-delay 0


!


interface Serial1/3


no ip address


shutdown


serial restart-delay 0


!


router eigrp 100


network 0.0.0.0


no auto- summary


!


ip http server


no ip http secure-server


!


!


!


!


!


!


!


control-plane


!


!


!


!


!


!


!


!


!


line con 0


exec-timeout 0 0


logging synchronous


line aux 0


line vty 0 4


!


!


end





R4:


R4-P2#sh run


Building configuration...


*Mar 1 01:13:16.019: %SYS-5-CONFIG_I: Configured from console by console


Current configuration : 1117 bytes


!


version 12.4


service timestamps debug datetime msec


service timestamps log datetime msec


no service password-encryption


!


hostname R4-P2


!


boot-start-marker


boot-end-marker


!


!


no aaa new-model


memory-size iomem 5

-


-


-


-


-


-


-


-



本文更新与2021-03-03 13:21,由作者提供,不代表本网站立场,转载请注明出处:https://www.bjmy2z.cn/gaokao/700253.html

基本MPLS vpn拓扑的相关文章

  • 余华爱情经典语录,余华爱情句子

    余华的经典语录——余华《第七天》40、我不怕死,一点都不怕,只怕再也不能看见你——余华《第七天》4可是我再也没遇到一个像福贵这样令我难忘的人了,对自己的经历如此清楚,

    语文
  • 心情低落的图片压抑,心情低落的图片发朋友圈

    心情压抑的图片(心太累没人理解的说说带图片)1、有时候很想找个人倾诉一下,却又不知从何说起,最终是什么也不说,只想快点睡过去,告诉自己,明天就好了。有时候,突然会觉得

    语文
  • 经典古训100句图片大全,古训名言警句

    古代经典励志名言100句译:好的药物味苦但对治病有利;忠言劝诫的话听起来不顺耳却对人的行为有利。3良言一句三冬暖,恶语伤人六月寒。喷泉的高度不会超过它的源头;一个人的事

    语文
  • 关于青春奋斗的名人名言鲁迅,关于青年奋斗的名言鲁迅

    鲁迅名言名句大全励志1、世上本没有路,走的人多了自然便成了路。下面是我整理的鲁迅先生的名言名句大全,希望对你有所帮助!当生存时,还是将遭践踏,将遭删刈,直至于死亡而

    语文
  • 三国群英单机版手游礼包码,三国群英手机单机版攻略

    三国群英传7五神兽洞有什么用那是多一个武将技能。青龙飞升召唤出东方的守护兽,神兽之一的青龙。玄武怒流召唤出北方的守护兽,神兽之一的玄武。白虎傲啸召唤出西方的守护兽,

    语文
  • 不收费的情感挽回专家电话,情感挽回免费咨询

    免费的情感挽回机构(揭秘情感挽回机构骗局)1、牛牛(化名)向上海市公安局金山分局报案,称自己为了挽回与女友的感情,被一家名为“实花教育咨询”的情感咨询机构诈骗4万余元。

    语文