首页 电脑网络 电脑知识 正文

Cisco路由器上的MPLS基本配置

Cisco路由器上的MPLS基本配置 Pescara www.2cto.com Current configuration: ! version 12.2 ! hostname Pescara ! ip cef ! !--- Customer A commands ip vrf Customer_A !--- Enables the VPN rout
Cisco路由器上的MPLS基本配置   Pescara   www.zhishiwu.com   Current configuration:  !  version 12.2  !  hostname Pescara  !  ip cef  !    !--- Customer A commands  ip vrf Customer_A  !--- Enables the VPN routing and forwarding (VRF) routing table  !--- This command can be used in global or  !--- router configuration mode  rd 100:110  !--- Route distinguisher creates routing and forwarding  !--- tables for a VRF  route-target export 100:1000  !--- Creates lists of import and export route-target extended  !--- communities for the specified VRF  route-target import 100:1000  !    !--- Customer B commands  ip vrf Customer_B  rd 100:120  route-target export 100:2000  route-target import 100:2000  !  interface Loopback0  ip address 10.10.10.4 255.255.255.255  ip router isis    !--- Customer A commands  interface Loopback101  ip vrf forwarding Customer_A  !--- Associates a VRF instance with an interface or subinterface  ip address 200.0.4.1 255.255.255.0  !--- Loopback101 and 102 use the same IP address, 200.0.4.1.  !--- This is allowed because they belong to two  !--- different customers' VRFs  no ip directed-broadcast  !    !--- Customer B commands  interface Loopback102  ip vrf forwarding Customer_B  ip address 200.0.4.1 255.255.255.0  !--- Loopback101 and 102 use the same IP address, 200.0.4.1.  !--- This is allowed because they belong to two  !--- different customers' VRFs  no ip directed-broadcast  !  interface Serial2/0  no ip address  no ip directed-broadcast  encapsulation frame-relay  no fair-queue  !  interface Serial2/0.1 point-to-point  description link to Pauillac  bandwidth 512  ip address 10.1.1.14 255.255.255.252  no ip directed-broadcast  ip router isis  tag-switching ip  frame-relay interface-dlci 401  !  router isis  net 49.0001.0000.0000.0004.00  is-type level-1  !  router bgp 100  bgp log-neighbor-changes  !--- Enables logging of BGP neighbor resets  neighbor 10.10.10.6 remote-as 100  !--- Adds an entry to the BGP or multiprotocol BGP neighbor table  neighbor 10.10.10.6 update-source Loopback0  !--- Enables BGP sessions to use a specific operational  !--- interface for TCP connections  !    !--- Customer A and B commands  address-family vpnv4  !--- To enter address family configuration mode  !--- for configuring routing sessions, such as BGP,  !--- that use standard VPN version 4 address prefixes  neighbor 10.10.10.6 activate  neighbor 10.10.10.6 send-community both  ! Sends the community attribute to a BGP neighbor  exit-address-family  !    !--- Customer B commands  address-family ipv4 vrf Customer_B  !--- To enter address family configuration mode  !--- for configuring routing sessions, such as BGP,  !--- that use standard VPN version 4 address prefixes  redistribute connected  no auto-summary  no synchronization  exit-address-family  !    !--- Customer A commands  address-family ipv4 vrf Customer_A  redistribute connected  no auto-summary  no synchronization  exit-address-family  !  ip classless  !  end   Pesaro  Current configuration:  !  version 12.1  !  hostname Pesaro  !    !--- Customer A commands  ip vrf Customer_A  rd 100:110  route-target export 100:1000  route-target import 100:1000  !    !--- Customer B commands  ip vrf Customer_B  rd 100:120  route-target export 100:2000  route-target import 100:2000  !  ip cef    !  interface Loopback0  ip address 10.10.10.6 255.255.255.255  ip router isis    !--- Customer A commands  interface Loopback101  ip vrf forwarding Customer_A  ip address 200.0.6.1 255.255.255.0  !    !--- Customer B commands  interface Loopback102  ip vrf forwarding Customer_B  ip address 200.0.6.1 255.255.255.0  !    !--- Customer A commands  interface Loopback111  ip vrf forwarding Customer_A  ip address 200.1.6.1 255.255.255.0  !  interface Serial0/0  no ip address  encapsulation frame-relay  no ip mroute-cache  random-detect  !  interface Serial0/0.1 point-to-point  description link to Pomerol  bandwidth 512  ip address 10.1.1.22 255.255.255.252  ip router isis  tag-switching ip  frame-relay interface-dlci 603  !  router isis  net 49.0001.0000.0000.0006.00  is-type level-1  !  router bgp 100  neighbor 10.10.10.4 remote-as 100  neighbor 10.10.10.4 update-source Loopback0  !    !--- Customer B commands  address-family ipv4 vrf Customer_B  redistribute connected  no auto-summary  no synchronization  exit-address-family  !    !--- Customer A commands  address-family ipv4 vrf Customer_A  redistribute connected  no auto-summary  no synchronization  exit-address-family  !    !--- Customer A and B commands  address-family vpnv4  neighbor 10.10.10.4 activate  neighbor 10.10.10.4 send-community both  exit-address-family  !  ip classless  !  end   Pomerol  Current configuration:  !  version 12.0  !  hostname Pomerol  !  ip cef    !  interface Loopback0  ip address 10.10.10.3 255.255.255.255  ip router isis    !  interface Serial0/1  no ip address  no ip directed-broadcast  encapsulation frame-relay  random-detect  !  interface Serial0/1.1 point-to-point  description link to Pauillac  ip address 10.1.1.6 255.255.255.252  no ip directed-broadcast  ip router isis  tag-switching mtu 1520  tag-switching ip  frame-relay interface-dlci 301  !  interface Serial0/1.2 point-to-point  description link to Pulligny  ip address 10.1.1.9 255.255.255.252  no ip directed-broadcast  ip router isis  tag-switching ip  frame-relay interface-dlci 303  !  interface Serial0/1.3 point-to-point  description link to Pesaro  ip address 10.1.1.21 255.255.255.252  no ip directed-broadcast  ip router isis  tag-switching ip    frame-relay interface-dlci 306  !  router isis  net 49.0001.0000.0000.0003.00  is-type level-1  !  ip classless  !  end   Pulligny  Current configuration:  !  version 12.1  !  hostname Pulligny  !  !  ip cef    !  !  interface Loopback0  ip address 10.10.10.2 255.255.255.255  !  interface Serial0/1  no ip address  encapsulation frame-relay  random-detect  !  interface Serial0/1.1 point-to-point  description link to Pauillac  ip address 10.1.1.2 255.255.255.252  ip router  
(免责声明:文章内容如涉及作品内容、版权和其它问题,请及时与我们联系,我们将在第一时间删除内容,文章内容仅供参考)

本文转载自互联网,如有侵权,联系删除

本文地址:https://www.peigen.net/post/10766.html

相关推荐

板栗怎么私信主播?

板栗直播可以看直播,想必有一些用户已经知道,如果遇见自己喜欢的主播,我们该怎么私信主播呢?为此,小编特意查询资料,把板栗如何私信主播的方法分享给大家。 1)打开板栗,点击打开要私信的直播,接着点击左上...

电脑知识 2024-11-30 0 146

e兼职APP怎么进行身份认证?

e兼职app下载最靠谱的大学生兼职,帮助大学生提升技能,借用靠谱企业的力量培育大学生的社会经验与专业技能,最快5秒内找到心仪的兼职,大众点评最好的兼职软件。不过这么好用的软件,在使用前需要进行身份验证...

电脑知识 2024-11-30 0 149

口碑农场邀请码怎么获取

口碑农场是口碑app中新增加的一个玩法。口碑农场邀请码怎么获取?想要获得口碑农场的邀请码,具体该怎么操作?下面就是口碑农场邀请码获取教程,一起来看一下。...

电脑知识 2024-11-30 0 141

伙星app怎么更换主页封面?

伙星是一款关于相机相关的应用,能够让用户来制作各种好玩的、搞笑的照片,并且还有着许许多多的特效,能够让你看到很多很好玩的内容,除了这些,用户可以在里面进行拍照和漂流瓶交友等,那么在伙星app中要怎么更...

电脑知识 2024-11-30 0 126

会声会影怎么添加背景音乐?

会声会影2018是一款强大的照片|图片|视频制作、剪辑软件,具有多种的视频编辑功能和制作动画效果。但是如果想要让自己制作的视频有意思,背景音乐一定少不了,下面,小编就为大家介绍下会声会影添加背景音乐方...

电脑知识 2024-11-30 0 143

如何制作高质量的PPT?

如何制作高质量的PPT?不管是对于一个学生、老师还是上班族Word、PPT、表格这三个办公软件都是必修的技能了。我们如何将这些做得优秀?如何脱衣而出?所以呀今天我们就先来讨论一下如何制作PPT。如果...

电脑知识 2024-11-30 0 131

感谢您的支持