国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 學院 > 網絡通信 > 正文

IPv6 over an IPv4 Tunnel over MPLS

2019-11-04 23:55:13
字體:
來源:轉載
供稿:網友

IPv6 over an IPv4 Tunnel over MPLS

這個方法是在《Deploy ipv6 Network》中看到的,有個問題,當2個CE都是在as 10中的話,那么因為bgp的soo特性路由是不能正常被加入bgp路由表的。在ipv4中可以通過as-override來解決,但是ipv6中根本沒這個參數,暫時還不知道如何解決。
R1

hostname R1
!
ipv6 unicast-routing
!
interface Loopback0
ip address 1.1.1.1 255.255.255.255
ipv6 address FC00:1::1/128
ipv6 enable
!
interface Ethernet1/2
no ip address
duplex full
ipv6 address FC00:12::1/32
ipv6 enable
!
router bgp 10
no synchronization
bgp log-neighbor-changes
neighbor FC00:12::2 remote-as 100
neighbor FC00:12::2 update-source Ethernet1/2
no auto-summary
!
address-family ipv6
neighbor FC00:12::2 activate
network FC00:1::1/128
exit-address-family

R2
hostname R2
!
ip cef
!
ipv6 unicast-routing
mpls label PRotocol ldp
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Tunnel0
no ip address
ipv6 address FC00:24::2/32
ipv6 enable
tunnel source 2.2.2.2
tunnel destination 4.4.4.4
tunnel mode ipv6ip
!
interface Ethernet1/1
no ip address
duplex full
ipv6 address FC00:12::2/32
ipv6 enable
!
interface Ethernet1/3
ip address 192.168.23.2 255.255.255.0
duplex full
mpls ip
!
router ospf 100
router-id 2.2.2.2
log-adjacency-changes
redistribute connected subnets
redistribute static subnets
network 192.168.0.0 0.0.255.255 area 0
!
router bgp 100
bgp router-id 2.2.2.2
bgp log-neighbor-changes
neighbor 4.4.4.4 remote-as 100
neighbor 4.4.4.4 update-source Loopback0
neighbor FC00:12::1 remote-as 10
neighbor FC00:12::1 update-source Ethernet1/1
neighbor FC00:24::4 remote-as 100
neighbor FC00:24::4 update-source Tunnel0
!
address-family ipv4
neighbor 4.4.4.4 activate
neighbor 4.4.4.4 send-community both
no neighbor FC00:12::1 activate
no neighbor FC00:24::4 activate
no auto-summary
no synchronization
exit-address-family
!
address-family vpnv4
neighbor 4.4.4.4 activate
neighbor 4.4.4.4 send-community both
exit-address-family
!
address-family ipv6
neighbor FC00:12::1 activate
neighbor FC00:12::1 default-originate
neighbor FC00:24::4 activate
exit-address-family
!
ipv6 route ::/0 Tunnel0
!
mpls ldp router-id Loopback0
QQread.com 推出Windows2003教程 win2003安裝介紹 win2003網絡優化 win2003使用技巧 win2003系統故障 服務器配置 專家答疑


更多的請看:http://www.qqread.com/windows/2003/index.Html

R3
hostname R3
!
ip cef
!
mpls label protocol ldp
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface Ethernet1/2
ip address 192.168.23.3 255.255.255.0
duplex full
mpls ip
!
interface Ethernet1/4
ip address 192.168.34.3 255.255.255.0
duplex full
mpls ip  
!
router ospf 100
router-id 3.3.3.3
log-adjacency-changes
redistribute connected subnets
redistribute static subnets
network 192.168.0.0 0.0.255.255 area 0
!
mpls ldp router-id Loopback0

R4
hostname R4
!
ip cef
!
ipv6 unicast-routing
mpls label protocol ldp
!
interface Loopback0
ip address 4.4.4.4 255.255.255.255
!
interface Tunnel0
no ip address
ipv6 address FC00:24::4/32
ipv6 enable
tunnel source 4.4.4.4
tunnel destination 2.2.2.2
tunnel mode ipv6ip
!
interface Ethernet1/3
ip address 192.168.34.4 255.255.255.0
duplex full
mpls ip
!
interface Ethernet1/5
no ip address
duplex full
ipv6 address FC00:45::4/32
ipv6 enable
!
router ospf 100
router-id 4.4.4.4
log-adjacency-changes
redistribute connected subnets
redistribute static subnets
network 192.168.0.0 0.0.255.255 area 0
!
router bgp 100
no synchronization
bgp router-id 4.4.4.4
bgp log-neighbor-changes
neighbor 2.2.2.2 remote-as 100
neighbor 2.2.2.2 update-source Loopback0
neighbor 2.2.2.2 send-community both
neighbor FC00:24::2 remote-as 100
neighbor FC00:24::2 update-source Tunnel0
neighbor FC00:45::5 remote-as 11
neighbor FC00:45::5 update-source Ethernet1/5
no auto-summary
!        
address-family vpnv4
neighbor 2.2.2.2 activate
neighbor 2.2.2.2 send-community both
exit-address-family
!
address-family ipv6
neighbor FC00:24::2 activate
neighbor FC00:45::5 activate
neighbor FC00:45::5 default-originate
no synchronization
exit-address-family
!
ipv6 route ::/0 Tunnel0
!
mpls ldp router-id Loopback0

R5
hostname R5
!
ipv6 unicast-routing
!
interface Loopback0
ip address 5.5.5.5 255.255.255.255
ipv6 address FC00:5::5/128
ipv6 enable
!
interface Ethernet1/4
no ip address
duplex full
ipv6 address FC00:45::5/32
ipv6 enable
!
router bgp 11
no synchronization
bgp log-neighbor-changes
neighbor FC00:45::4 remote-as 100
neighbor FC00:45::4 update-source Ethernet1/4
no auto-summary
!
address-family ipv6
neighbor FC00:45::4 activate
network FC00:5::5/128
exit-address-family



發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 天全县| 镇原县| 吴川市| 丹阳市| 仁寿县| 景宁| 钦州市| 古蔺县| 东明县| 石台县| 玛沁县| 正阳县| 广昌县| 庆云县| 富平县| 西青区| 永丰县| 富顺县| 扎赉特旗| 安龙县| 望谟县| 巴塘县| 商南县| 洛浦县| 个旧市| 麦盖提县| 鞍山市| 仁布县| 同江市| 六枝特区| 长海县| 宣恩县| 伊通| 怀柔区| 乌兰浩特市| 绥棱县| 资兴市| 墨脱县| 黎川县| 清远市| 陵川县|