精品欧美一区二区三区在线观看 _久久久久国色av免费观看性色_国产精品久久在线观看_亚洲第一综合网站_91精品又粗又猛又爽_小泽玛利亚一区二区免费_91亚洲精品国偷拍自产在线观看 _久久精品视频在线播放_美女精品久久久_欧美日韩国产成人在线

CCIE K4知識點:配置靜態路由之MPLS VPN實驗

企業動態
今天我給大家演示一下PE與CE之間如何通過靜態路由來實現MPLS VPN。實驗本身并不難,目的在于如何去理解實現的原理、方法與步驟。

大家好,今天我給大家演示一下PE與CE之間如何通過靜態路由來實現MPLS VPN。實驗本身并不難,目的在于如何去理解實現的原理、方法與步驟。

廢話不說,我們開始進入主題。

拓撲:

 

 

說明:

1. 所有的路由器都起環回口:x.x.x.x/24

2. R1為公司總部,R7和R8分別為分公司。

3. R2-R4-R6建立IBGP,并且R4為RR

4. 要求在SP內部通過部署MPLS VPN,并且所有的CE和PE之間均為靜態路由。使得分公司均能與總公司通信,但分公司之間無法通信。

擴展訓練:

1. 要求總公司與分公司之間可以進行互訪,而且分公司之間也可以進行互訪,但必須通過總公司繞行來進行互訪。

配置:

1. 底層預配:

說明:所有的串口都是通過FR相連的。 Router>en

Router#conf t

Router(config)#host CE-R1

CE-R1(config)#no ip do loo

CE-R1(config)#line co 0

CE-R1(config-line)#exec-t 0 0

CE-R1(config-line)#logging sy

CE-R1(config-line)#int s1/0

CE-R1(config-if)#en fr

CE-R1(config-if)#no arp fr

CE-R1(config-if)#no frame inv

CE-R1(config-if)#ip add 12.12.12.1 255.255.255.0

CE-R1(config-if)#frame map ip 12.12.12.2 102 b

CE-R1(config-if)#no shut

----------------------------------------------------------------------------------------------------------------------

Router>en

Router#conf t

Router(config)#host PE-R2

PE-R2(config)#no ip do loo

PE-R2(config)#line con 0

PE-R2(config-line)#exec-t 0 0

PE-R2(config-line)#logging sy

PE-R2(config-line)#int loo0

PE-R2(config-if)#ip add 2.2.2.2 255.255.255.0

PE-R2(config-if)#int s1/0

PE-R2(config-if)#en fr

PE-R2(config-if)#no arp fr

PE-R2(config-if)#no frame inv

PE-R2(config-if)#ip add 12.12.12.2 255.255.255.0

PE-R2(config-if)#frame map ip 12.12.12.1 201 b

PE-R2(config-if)#no shut

PE-R2(config-if)#int s1/1

PE-R2(config-if)#en fr

PE-R2(config-if)#no arp fr

PE-R2(config-if)#no frame inv

PE-R2(config-if)#ip add 23.23.23.2 255.255.255.0

PE-R2(config-if)#frame map ip 23.23.23.3 213 b

PE-R2(config-if)#no shut

----------------------------------------------------------------------------------------------------------------------

Router>en

Router#conf t

Router(config)#host P-R3

P-R3(config)#no ip do loo

P-R3(config)#line co 0

P-R3(config-line)#exec-t 0 0

P-R3(config-line)#logging sy

P-R3(config-line)#int loo0

P-R3(config-if)#ip add 3.3.3.3 255.255.255.0

P-R3(config-if)#int s1/1

P-R3(config-if)#en fr

P-R3(config-if)#no arp fr

P-R3(config-if)#no frame inv

P-R3(config-if)#ip add 23.23.23.3 255.255.255.0

P-R3(config-if)#frame map ip 23.23.23.2 312 b

P-R3(config-if)#no shut

P-R3(config-if)#int s1/0

P-R3(config-if)#en fr

P-R3(config-if)#no arp fr

P-R3(config-if)#no frame inv

P-R3(config-if)#ip add 34.34.34.3 255.255.255.0

P-R3(config-if)#frame map ip 34.34.34.4 304 b

P-R3(config-if)#no shut

----------------------------------------------------------------------------------------------------------------------

Router>en

Router#conf t

Router (config)#host P-RR-R4

P-RR-R4(config)#no ip do loo

P-RR-R4(config)#line con 0

P-RR-R4(config-line)#exec-t 0 0

P-RR-R4(config-line)#logging sy

P-RR-R4(config-line)#int loo0

P-RR-R4(config-if)#ip add 4.4.4.4 255.255.255.0

P-RR-R4(config-if)#int s1/0

P-RR-R4(config-if)#en fr

P-RR-R4(config-if)#no arp fr

P-RR-R4(config-if)#no frame inv

P-RR-R4(config-if)#ip add 34.34.34.4 255.255.255.0

P-RR-R4(config-if)#frame map ip 34.34.34.3 403 b

P-RR-R4(config-if)#no shut

P-RR-R4(config-if)#int s1/1

P-RR-R4(config-if)#en fr

P-RR-R4(config-if)#no arp fr

P-RR-R4(config-if)#no frame inv

P-RR-R4(config-if)#ip add 45.45.45.4 255.255.255.0

P-RR-R4(config-if)#frame map ip 45.45.45.5 415 b

P-RR-R4(config-if)#no shut

----------------------------------------------------------------------------------------------------------------------

Router>en

Router#conf t

Router(config)#host P-R5

P-R5(config)#no ip do loo

P-R5(config)#line con 0

P-R5(config-line)#exec-t 0 0

P-R5(config-line)#logging sy

P-R5(config-line)#int loo0

P-R5(config-if)#ip add 5.5.5.5 255.255.255.0

P-R5(config-if)#int s1/1

P-R5(config-if)#en fr

P-R5(config-if)#no arp fr

P-R5(config-if)#no frame inv

P-R5(config-if)#ip add 45.45.45.5 255.255.255.0

P-R5(config-if)#frame map ip 45.45.45.4 514 b

P-R5(config-if)#no shut

P-R5(config-if)#int s1/0

P-R5(config-if)#en fr

P-R5(config-if)#no arp fr

P-R5(config-if)#no frame inv

P-R5(config-if)#ip add 56.56.56.5 255.255.255.0

P-R5(config-if)#frame map ip 56.56.56.6 506 b

P-R5(config-if)#no shut

----------------------------------------------------------------------------------------------------------------------

Router>en

Router#conf t

Router(config)#host PE-R6

PE-R6(config)#no ip do loo

PE-R6(config)#line con 0

PE-R6(config-line)#exec-t 0 0

PE-R6(config-line)#int loo0

PE-R6(config-if)#ip add 6.6.6.6 255.255.255.0

PE-R6(config-if)#int s1/0

PE-R6(config-if)#en fr

PE-R6(config-if)#no arp fr

PE-R6(config-if)#no frame inv

PE-R6(config-if)#ip add 56.56.56.6 255.255.255.0

PE-R6(config-if)#frame map ip 56.56.56.5 605 b

PE-R6(config-if)#no shut

PE-R6(config-if)#int s1/1

PE-R6(config-if)#en fr

PE-R6(config-if)#no arp f

PE-R6(config-if)#no frame inv

PE-R6(config-if)#ip add 67.67.67.6 255.255.255.0

PE-R6(config-if)#frame map ip 67.67.67.

PE-R6(config-if)#no shut

PE-R6(config-if)#int f0/0

PE-R6(config-if)#ip add 68.68.68.6 255.255.255.0

PE-R6(config-if)#no shut

----------------------------------------------------------------------------------------------------------------------

Router>en

Router#conf t

Router(config)#host CE-R7

CE-R7(config)#no ip do loo

CE-R7(config)#line co 0

CE-R7(config-line)#exec-t 0 0

CE-R7(config-line)#logging sy

CE-R7(config-line)#int s1/1

CE-R7(config-if)#en fr

CE-R7(config-if)#no arp fr

CE-R7(config-if)#no frame inv

CE-R7(config-if)#ip add 67.67.67.7 255.255.255.0

CE-R7(config-if)#frame map ip 67.67.67.6 716 b

CE-R7(config-if)#no shut

----------------------------------------------------------------------------------------------------------------------

Router>en

Router(config)#host CE-R8

CE-R8(config)#no ip do loo

CE-R8(config)#line con 0

CE-R8(config-line)#exec-t 0 0

CE-R8(config-line)#logging sy

CE-R8(config-line)#int loo0

CE-R8(config-if)#ip add 8.8.8.8 255.255.255.0

CE-R8(config-if)#int f0/0

CE-R8(config-if)#ip add 68.68.68.8 255.255.255.0

CE-R8(config-if)#no shut

2.測試底層的連通性 CE-R1#ping 12.12.12.2

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 12.12.12.2, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 16/33/48 ms

----------------------------------------------------------------------------------------------------------------------

PE-R2#ping 23.23.23.3

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 23.23.23.3, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 24/29/40 ms

----------------------------------------------------------------------------------------------------------------------

P-R3#ping 34.34.34.4

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 34.34.34.4, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 32/40/48 ms

----------------------------------------------------------------------------------------------------------------------

P-RR-R4#ping 45.45.45.5

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 45.45.45.5, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 24/36/44 ms

----------------------------------------------------------------------------------------------------------------------

P-R5#ping 56.56.56.6

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 56.56.56.6, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 24/33/44 ms

----------------------------------------------------------------------------------------------------------------------

PE-R6#ping 67.67.67.7

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 67.67.67.7, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 24/34/48 ms

----------------------------------------------------------------------------------------------------------------------

PE-R6#ping 68.68.68.8

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 68.68.68.8, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 4/19/44 ms

3. 配置SP骨干網內部IGP協議——OSPF,要求網絡接口類型統一為point-to-point PE-R2(config)#router ospf 100

PE-R2(config-router)#router-id 2.2.2.2

PE-R2(config-router)#net 2.2.2.0 0.0.0.255 a 0

PE-R2(config-router)#net 23.23.23.0 0.0.0.255 a 0

PE-R2(config-router)#int s1/1

PE-R2(config-if)#ip ospf net point-to-p

PE-R2(config-if)#int loo0

PE-R2(config-if)#ip ospf network point-to-p

----------------------------------------------------------------------------------------------------------------------

P-R3(config)#router ospf 100

P-R3(config-router)#router-id 3.3.3.3

P-R3(config-router)#net 3.3.3.0 0.0.0.255 a 0

P-R3(config-router)#net 23.23.23.0 0.0.0.255 a 0

P-R3(config-router)#net 34.34.34.0 0.0.0.255 a 0

P-R3(config-router)#int s1/1

P-R3(config-if)#ip ospf net point-to-p

P-R3(config-router)#int s1/0

P-R3(config-if)#ip ospf net point-to-point

P-R3(config-if)#int loo0

P-R3(config-if)#ip ospf net point-to-p

----------------------------------------------------------------------------------------------------------------------

P-RR-R4(config)#router ospf 100

P-RR-R4(config-router)#routere

P-RR-R4(config-router)#router

P-RR-R4(config-router)#router-id 4.4.4.4

P-RR-R4(config-router)#net 4.4.4.0 0.0.0.255 a 0

P-RR-R4(config-router)#net 34.34.34.0 0.0.0.255 a 0

P-RR-R4(config-router)#net 45.45.45.0 0.0.0.255 a 0

P-RR-R4(config-router)#int s1/0

P-RR-R4(config-if)#ip ospf net po

P-RR-R4(config-if)#ip ospf net point-to-p

P-RR-R4(config-if)#int s1/1

P-RR-R4(config-if)#ip ospf net point-to-p

P-RR-R4(config-if)#int loo0

P-RR-R4(config-if)#ip ospf net point-to-p

----------------------------------------------------------------------------------------------------------------------

P-R5(config)#router ospf 100

P-R5(config-router)#router-id 5.5.5.5

P-R5(config-router)#net 5.5.5.0 0.0.0.255 a 0

P-R5(config-router)#net 45.45.45.0 0.0.0.255 a 0

P-R5(config-router)#net 56.56.56.0 0.0.0.255 a 0

P-R5(config-router)#int s1/1

P-R5(config-if)#ip ospf net point-to-p

P-R5(config-if)#int s1/0

P-R5(config-if)#ip ospf net point-to-p

P-R5(config-if)#int loo0

P-R5(config-if)#ip ospf net point-to-p

----------------------------------------------------------------------------------------------------------------------

PE-R6(config)#router ospf 100

PE-R6(config-router)#router-id 6.6.6.6

PE-R6(config-router)#net 6.6.6.0 0.0.0.255 a 0

PE-R6(config-router)#net 56.56.56.0 0.0.0.255 a 0

PE-R6(config-router)#int s1/0

PE-R6(config-if)#ip ospf net point-to-p

PE-R6(config-if)#int loo0

PE-R6(config-if)#ip ospf network point-to-p

----------------------------------------------------------------------------------------------------------------------

測試連通性:

PE-R2#ping 6.6.6.6 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 6.6.6.6, timeout is 2 seconds:

Packet sent with a source address of 2.2.2.2

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 40/54/72 ms

4. 在SP骨干網內部配置LDP,并保證標簽能夠正常轉發 PE-R2(config)#mpls ldp router-id loo0

PE-R2(config)#mpls label range 200 299

PE-R2(config)#int s1/1

PE-R2(config-if)#mpls ip

----------------------------------------------------------------------------------------------------------------------

P-R3(config)#mpls ldp router-id loo0

P-R3(config)#mpls label range 300 399

P-R3(config)#int s1/1

P-R3(config-if)#mpls ip

P-R3(config-if)#int s1/0

P-R3(config-if)#mpls ip

----------------------------------------------------------------------------------------------------------------------

P-RR-R4(config)#mpls ldp router loo0

P-RR-R4(config)#mpls label range 400 499

P-RR-R4(config)#int s1/1

P-RR-R4(config-if)#mpls ip

P-RR-R4(config-if)#int s1/0

P-RR-R4(config-if)#mpls ip

----------------------------------------------------------------------------------------------------------------------

P-R5(config)#mpls ldp router-id loo0

P-R5(config)#mpls label range 500 599

P-R5(config)#int s1/1

P-R5(config-if)#mpls ip

P-R5(config-if)#int s1/0

P-R5(config-if)#mpls ip

----------------------------------------------------------------------------------------------------------------------

PE-R6(config)#mpls ldp router loo0

PE-R6(config)#mpls label range 600 699

PE-R6(config)#int s1/0

PE-R6(config-if)#mpls ip

----------------------------------------------------------------------------------------------------------------------

進行標簽追蹤

PE-R2#traceroute 6.6.6.6

Type escape sequence to abort.

Tracing the route to 6.6.6.6

1 23.23.23.3 [MPLS: Label 302 Exp 0] 84 msec 56 msec 80 msec

2 34.34.34.4 [MPLS: Label 403 Exp 0] 84 msec 76 msec 76 msec

3 45.45.45.5 [MPLS: Label 504 Exp 0] 80 msec 80 msec 72 msec

4 56.56.56.6 60 msec * 48 msec

5. 在R2-R4-R6之間運行MP IBGP,并將R4設置為RR PE-R2(config)#router bgp 100

PE-R2(config-router)#no au

PE-R2(config-router)#no sy

PE-R2(config-router)#bgp router-id 2.2.2.2

PE-R2(config-router)#no bgp default ipv4-unicast

PE-R2(config-router)#nei 4.4.4.4 remote-as 100

PE-R2(config-router)#nei 4.4.4.4 update-source loo0

PE-R2(config-router)#address-family vpnv4

PE-R2(config-router-af)#nei 4.4.4.4 activate

----------------------------------------------------------------------------------------------------------------------

P-RR-R4(config)#router bgp 100

P-RR-R4(config-router)#no au

P-RR-R4(config-router)#no sy

P-RR-R4(config-router)#bgp router-id 4.4.4.4

P-RR-R4(config-router)#no bgp default ipv4-unicast

P-RR-R4(config-router)#nei 2.2.2.2 remote-as 100

P-RR-R4(config-router)#nei 2.2.2.2 update-source loo0

P-RR-R4(config-router)#nei 6.6.6.6 remote-as 100

P-RR-R4(config-router)#nei 6.6.6.6 update-source loo0

P-RR-R4(config-router)#address-family vpnv4

P-RR-R4(config-router-af)#nei 2.2.2.2 activate

P-RR-R4(config-router-af)#nei 2.2.2.2 route-reflector-client

P-RR-R4(config-router-af)#nei 6.6.6.6 activate

P-RR-R4(config-router-af)#nei 6.6.6.6 route-reflector-client

----------------------------------------------------------------------------------------------------------------------

PE-R6(config)#router bgp 100

PE-R6(config-router)#no au

PE-R6(config-router)#no sy

PE-R6(config-router)#bgp router 6.6.6.6

PE-R6(config-router)#no bgp default ipv4-unicast

PE-R6(config-router)#nei 4.4.4.4 remote-as 100

PE-R6(config-router)#nei 4.4.4.4 update-source loo0

PE-R6(config-router)#address-family vpnv4

PE-R6(config-router-af)#nei 4.4.4.4 activate

----------------------------------------------------------------------------------------------------------------------

驗證VPNv4鄰居是否建立起來

P-RR-R4#sh ip bgp vpnv4 all summary

BGP router identifier 4.4.4.4, local AS number 100

BGP table version is 1, main routing table version 1

Neighbor V AS MsgRcvd MsgSent TblVer InQ OutQ Up/Down State/PfxRcd

2.2.2.2 4 100 20 21 1 0 0 00:15:42 0

6.6.6.6 4 100 12 12 1 0 0 00:08:37 0

6. 在CE上分別創建靜態路由,這里我們采用默認路由方式。 CE-R1(config)#ip route 0.0.0.0 0.0.0.0 12.12.12.2

----------------------------------------------------------------------------------------------------------------------

CE-R7(config)#ip route 0.0.0.0 0.0.0.0 67.67.67.6

----------------------------------------------------------------------------------------------------------------------

CE-R8(config)#ip route 0.0.0.0 0.0.0.0 68.68.68.6

7. 在PE-R2和PE-R6上創建vrf表項,要求總公司能與各個分公司進行互訪,但分公司之間不能互訪,這里我們通過指定RT值來實現。 PE-R2(config)#ip vrf A

PE-R2(config-vrf)#rd 1:1

PE-R2(config-vrf)#route-target import 62:62

PE-R2(config-vrf)#route-target export 26:26

PE-R2(config-vrf)#int s1/0

PE-R2(config-if)#ip vrf forwarding A

% Interface Serial1/0 IP address 12.12.12.2 removed due to enabling VRF A

PE-R2(config-if)#ip add 12.12.12.2 255.255.255.0

----------------------------------------------------------------------------------------------------------------------

PE-R6(config)#ip vrf A

PE-R6(config-vrf)#rd 7:7

PE-R6(config-vrf)#route-target import 26:26

PE-R6(config-vrf)#route-target export 62:62

PE-R6(config-vrf)#int s1/1

PE-R6(config-if)#ip vrf forwarding A

% Interface Serial1/1 IP address 67.67.67.6 removed due to enabling VRF A

PE-R6(config-if)#ip add 67.67.67.6 255.255.255.0

PE-R6(config-if)#exit

PE-R6(config)#ip vrf B

PE-R6(config-vrf)#rd 8:8

PE-R6(config-vrf)#route-target import 26:26

PE-R6(config-vrf)#route-target export 62:62

PE-R6(config-vrf)#int f0/0

PE-R6(config-if)#ip vrf forwarding B

% Interface FastEthernet0/0 IP address 68.68.68.6 removed due to enabling VRF B

PE-R6(config-if)#ip add 68.68.68.6 255.255.255.0

8. 在PE-R2和PE-R6上分別創建靜態路由 PE-R2(config)#ip route vrf A 1.1.1.0 255.255.255.0 12.12.12.1

----------------------------------------------------------------------------------------------------------------------

PE-R6(config)#ip route vrf A 7.7.7.0 255.255.255.0 67.67.67.7

PE-R6(config)#ip route vrf B 8.8.8.0 255.255.255.0 68.68.68.8

9. 在PE-R2和PE-R6上分別將創建的靜態路由以及PE-CE之間的直連路由重分布到MP-BGP中。 PE-R2(config)#router bgp 100

PE-R2(config-router)#address-family ipv4 vrf A

PE-R2(config-router-af)#redistribute connected

PE-R2(config-router-af)#redistribute static

----------------------------------------------------------------------------------------------------------------------

PE-R6(config)#router bgp 100

PE-R6(config-router)#address-family ipv4 vrf A

PE-R6(config-router-af)#redistribute connected

PE-R6(config-router-af)#redistribute static

PE-R6(config-router-af)#exit

PE-R6(config-router)#address-family ipv4 vrf B

PE-R6(config-router-af)#redistribute connected

10.驗證 查看VPNv4表項

PE-R2#sh ip bgp vpnv4 all

BGP table version is 13, local router ID is 2.2.2.2

Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,

r RIB-failure, S Stale

Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path

Route Distinguisher: 2:2 (default for vrf A)

*> 1.1.1.0/24 12.12.12.1 0 32768 ?

*>i7.7.7.0/24 6.6.6.6 0 100 0 ?

*>i8.8.8.0/24 6.6.6.6 0 100 0 ?

*> 12.12.12.0/24 0.0.0.0 0 32768 ?

*>i67.67.67.0/24 6.6.6.6 0 100 0 ?

*>i68.68.68.0/24 6.6.6.6 0 100 0 ?

Route Distinguisher: 7:7

*>i7.7.7.0/24 6.6.6.6 0 100 0 ?

*>i67.67.67.0/24 6.6.6.6 0 100 0 ?

Route Distinguisher: 8:8

*>i8.8.8.0/24 6.6.6.6 0 100 0 ?

*>i68.68.68.0/24 6.6.6.6 0 100 0 ?

PE-R6#sh ip bgp vpnv4 all

BGP table version is 15, local router ID is 6.6.6.6

Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,

r RIB-failure, S Stale

Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path

Route Distinguisher: 2:2

*>i1.1.1.0/24 2.2.2.2 0 100 0 ?

*>i12.12.12.0/24 2.2.2.2 0 100 0 ?

Route Distinguisher: 7:7 (default for vrf A)

*>i1.1.1.0/24 2.2.2.2 0 100 0 ?

*> 7.7.7.0/24 67.67.67.7 0 32768 ?

*>i12.12.12.0/24 2.2.2.2 0 100 0 ?

*> 67.67.67.0/24 0.0.0.0 0 32768 ?

Route Distinguisher: 8:8 (default for vrf B)

*>i1.1.1.0/24 2.2.2.2 0 100 0 ?

*> 8.8.8.0/24 68.68.68.8 0 32768 ?

*>i12.12.12.0/24 2.2.2.2 0 100 0 ?

*> 68.68.68.0/24 0.0.0.0 0 32768 ?

----------------------------------------------------------------------------------------------------------------------

查看vrf表項:

PE-R2#sh ip route vrf A

Routing Table: A

Gateway of last resort is not set

68.0.0.0/24 is subnetted, 1 subnets

B 68.68.68.0 [200/0] via 6.6.6.6, 00:03:02

1.0.0.0/24 is subnetted, 1 subnets

S 1.1.1.0 [1/0] via 12.12.12.1

67.0.0.0/24 is subnetted, 1 subnets

B 67.67.67.0 [200/0] via 6.6.6.6, 00:03:17

7.0.0.0/24 is subnetted, 1 subnets

B 7.7.7.0 [200/0] via 6.6.6.6, 00:03:17

8.0.0.0/24 is subnetted, 1 subnets

B 8.8.8.0 [200/0] via 6.6.6.6, 00:03:02

12.0.0.0/24 is subnetted, 1 subnets

C 12.12.12.0 is directly connected, Serial1/0

PE-R6#sh ip route vrf A

Routing Table: A

Gateway of last resort is not set

1.0.0.0/24 is subnetted, 1 subnets

B 1.1.1.0 [200/0] via 2.2.2.2, 00:04:31

67.0.0.0/24 is subnetted, 1 subnets

C 67.67.67.0 is directly connected, Serial1/1

7.0.0.0/24 is subnetted, 1 subnets

S 7.7.7.0 [1/0] via 67.67.67.7

12.0.0.0/24 is subnetted, 1 subnets

B 12.12.12.0 [200/0] via 2.2.2.2, 00:04:31

PE-R6#sh ip route vrf B

Routing Table: B

Gateway of last resort is not set

68.0.0.0/24 is subnetted, 1 subnets

C 68.68.68.0 is directly connected, FastEthernet0/0

1.0.0.0/24 is subnetted, 1 subnets

B 1.1.1.0 [200/0] via 2.2.2.2, 00:04:35

8.0.0.0/24 is subnetted, 1 subnets

S 8.8.8.0 [1/0] via 68.68.68.8

12.0.0.0/24 is subnetted, 1 subnets

B 12.12.12.0 [200/0] via 2.2.2.2, 00:04:35

11.在CE上進行測試 CE-R1#ping 7.7.7.7 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 7.7.7.7, timeout is 2 seconds:

Packet sent with a source address of 1.1.1.1

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 36/58/76 ms

CE-R1#ping 8.8.8.8 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

Packet sent with a source address of 1.1.1.1

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 80/95/140 ms

----------------------------------------------------------------------------------------------------------------------

CE-R7#ping 1.1.1.1 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

Packet sent with a source address of 7.7.7.7

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 44/58/76 ms

CE-R7#ping 8.8.8.8 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

Packet sent with a source address of 7.7.7.7

U.U.U

Success rate is 0 percent (0/5)

----------------------------------------------------------------------------------------------------------------------

CE-R8#ping 1.1.1.1 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

Packet sent with a source address of 8.8.8.8

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 56/67/76 ms

CE-R8#ping 7.7.7.7 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 7.7.7.7, timeout is 2 seconds:

Packet sent with a source address of 8.8.8.8

U.U.U

Success rate is 0 percent (0/5)

12. 優化LDP繁衍 優化前:

CE-R1#traceroute 7.7.7.7 source loo0

Type escape sequence to abort.

Tracing the route to 7.7.7.7

1 12.12.12.2 16 msec 28 msec 32 msec

2 23.23.23.3 48 msec 44 msec 60 msec

3 34.34.34.4 68 msec 44 msec 60 msec

4 45.45.45.5 52 msec 76 msec 44 msec

5 67.67.67.6 52 msec 44 msec 36 msec

6 67.67.67.7 60 msec * 48 msec

CE-R1#traceroute 8.8.8.8 source loo0

Type escape sequence to abort.

Tracing the route to 8.8.8.8

1 12.12.12.2 8 msec 8 msec 12 msec

2 23.23.23.3 56 msec 76 msec 72 msec

3 34.34.34.4 52 msec 56 msec 60 msec

4 45.45.45.5 44 msec 60 msec 44 msec

5 68.68.68.6 52 msec 44 msec 32 msec

6 68.68.68.8 56 msec * 52 msec

說明:此時在客戶端可以看到SP骨干網內的路由器,這樣將會對SP骨干網將會構成威脅,為此我們將對此情況進行優化,只保證在PE路由器上可以進行路由追蹤。

----------------------------------------------------------------------------------------------------------------------

PE-R2(config)#no mpls ip propagate-ttl ?

forwarded Propagate IP TTL for forwarded traffic

local Propagate IP TTL for locally originated traffic

PE-R2(config)#no mpls ip propagate-ttl forwarded

PE-R6(config)#no mpls ip propagate-ttl forwarded

----------------------------------------------------------------------------------------------------------------------

再次在CE上進行測試:

CE-R1#traceroute 7.7.7.7 source loo0

Type escape sequence to abort.

Tracing the route to 7.7.7.7

1 12.12.12.2 64 msec 64 msec 28 msec

2 67.67.67.6 40 msec 56 msec 88 msec

3 67.67.67.7 56 msec * 68 msec

CE-R1#traceroute 8.8.8.8 source loo0

Type escape sequence to abort.

Tracing the route to 8.8.8.8

1 12.12.12.2 32 msec 44 msec 44 msec

2 68.68.68.6 48 msec 48 msec 44 msec

3 68.68.68.8 72 msec * 80 msec

----------------------------------------------------------------------------------------------------------------------

再次在PE上進行測試:

PE-R2#traceroute vrf A 7.7.7.7

Type escape sequence to abort.

Tracing the route to 7.7.7.7

1 23.23.23.3 [MPLS: Labels 304/608 Exp 0] 76 msec 116 msec 60 msec

2 34.34.34.4 [MPLS: Labels 404/608 Exp 0] 84 msec 44 msec 44 msec

3 45.45.45.5 [MPLS: Labels 500/608 Exp 0] 60 msec 16 msec 100 msec

4 67.67.67.6 [MPLS: Label 608 Exp 0] 32 msec 28 msec 36 msec

5 67.67.67.7 28 msec * 60 msec

PE-R2#traceroute vrf A 8.8.8.8

Type escape sequence to abort.

Tracing the route to 8.8.8.8

1 23.23.23.3 [MPLS: Labels 304/610 Exp 0] 88 msec 96 msec 92 msec

2 34.34.34.4 [MPLS: Labels 404/610 Exp 0] 56 msec 16 msec 40 msec

3 45.45.45.5 [MPLS: Labels 500/610 Exp 0] 36 msec 56 msec 28 msec

4 68.68.68.6 [MPLS: Label 610 Exp 0] 68 msec 40 msec 12 msec

5 68.68.68.8 68 msec * 44 msec

擴展訓練:

要求總公司與分公司之間可以進行互訪,而且分公司之間也可以進行互訪,但必須通過總公司繞行來進行互訪。

配置: 在PE-R2上將原有的靜態路由刪掉

PE-R2(config)#no ip route vrf A 1.1.1.0 255.255.255.0 12.12.12.1

----------------------------------------------------------------------------------------------------------------------

在PE-R2上手動創建一條默認路由

PE-R2(config)#ip route vrf A 0.0.0.0 0.0.0.0 12.12.12.1

----------------------------------------------------------------------------------------------------------------------

在PE上將該默認路由重分發到MP-BGP中

PE-R2(config)#router bgp 100

PE-R2(config-router)#address-family ipv4 vrf A

PE-R2(config-router-af)#net 0.0.0.0 mask 0.0.0.0

----------------------------------------------------------------------------------------------------------------------

查看PE-R2的VPNv4路由表項

PE-R2#sh ip bgp vpnv4 all

BGP table version is 15, local router ID is 2.2.2.2

Status codes: s suppressed, d damped, h history, * valid, > best, i - internal,

r RIB-failure, S Stale

Origin codes: i - IGP, e - EGP, ? - incomplete

Network Next Hop Metric LocPrf Weight Path

Route Distinguisher: 2:2 (default for vrf A)

*> 0.0.0.0 12.12.12.1 0 32768 i

*>i7.7.7.0/24 6.6.6.6 0 100 0 ?

*>i8.8.8.0/24 6.6.6.6 0 100 0 ?

*> 12.12.12.0/24 0.0.0.0 0 32768 ?

*>i67.67.67.0/24 6.6.6.6 0 100 0 ?

*>i68.68.68.0/24 6.6.6.6 0 100 0 ?

Route Distinguisher: 7:7

*>i7.7.7.0/24 6.6.6.6 0 100 0 ?

*>i67.67.67.0/24 6.6.6.6 0 100 0 ?

Route Distinguisher: 8:8

*>i8.8.8.0/24 6.6.6.6 0 100 0 ?

*>i68.68.68.0/24 6.6.6.6 0 100 0 ?

----------------------------------------------------------------------------------------------------------------------

在PE-R6上查看各個vrf路由表項

Routing Table: A

Gateway of last resort is 2.2.2.2 to network 0.0.0.0

67.0.0.0/24 is subnetted, 1 subnets

C 67.67.67.0 is directly connected, Serial1/1

7.0.0.0/24 is subnetted, 1 subnets

S 7.7.7.0 [1/0] via 67.67.67.7

12.0.0.0/24 is subnetted, 1 subnets

B 12.12.12.0 [200/0] via 2.2.2.2, 00:44:33

B* 0.0.0.0/0 [200/0] via 2.2.2.2, 00:18:02

PE-R6#sh ip route vrf B

Routing Table: B

Gateway of last resort is 2.2.2.2 to network 0.0.0.0

68.0.0.0/24 is subnetted, 1 subnets

C 68.68.68.0 is directly connected, FastEthernet0/0

8.0.0.0/24 is subnetted, 1 subnets

S 8.8.8.0 [1/0] via 68.68.68.8

12.0.0.0/24 is subnetted, 1 subnets

B 12.12.12.0 [200/0] via 2.2.2.2, 00:44:38

B* 0.0.0.0/0 [200/0] via 2.2.2.2, 00:18:07

----------------------------------------------------------------------------------------------------------------------

在遠端CE-R7和CE-R8上進行測試

CE-R7#ping 1.1.1.1 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

Packet sent with a source address of 7.7.7.7

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 52/63/72 ms

CE-R7#ping 8.8.8.8 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 8.8.8.8, timeout is 2 seconds:

Packet sent with a source address of 7.7.7.7

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 60/78/104 ms

CE-R8#ping 1.1.1.1 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 1.1.1.1, timeout is 2 seconds:

Packet sent with a source address of 8.8.8.8

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 64/70/84 ms

CE-R8#ping 7.7.7.7 source loo0

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 7.7.7.7, timeout is 2 seconds:

Packet sent with a source address of 8.8.8.8

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 72/89/108 ms

----------------------------------------------------------------------------------------------------------------------

在R8上進行路由追蹤

CE-R8#traceroute 7.7.7.7 source loo0

Type escape sequence to abort.

Tracing the route to 7.7.7.7

1 68.68.68.6 52 msec 28 msec 36 msec

2 12.12.12.2 44 msec 60 msec 60 msec

3 12.12.12.1 96 msec 84 msec 56 msec

4 12.12.12.2 44 msec 60 msec 56 msec

5 67.67.67.6 56 msec 76 msec 92 msec

6 67.67.67.7 96 msec * 84 msec

 

【編輯推薦】

  1. 思科攜手安博推CCIE360人才培養計劃
  2. 思科認證:3個CCIE對一個工程師的面試
  3. CCIE SP Operations實驗考試大綱1
責任編輯:張攀 來源: 56cto
相關推薦

2009-09-02 16:24:44

CCNP配置實驗MPLS

2010-02-22 11:00:05

CCIE

2019-07-23 07:11:54

MPLS VPN路由協議

2009-09-11 10:34:53

CCIE知識點CCIE

2011-11-07 13:30:19

2021-12-30 08:17:27

Springboot數據訪問DataSourceB

2010-12-29 10:14:09

2021-01-18 10:33:53

Java反射模塊

2011-03-01 16:11:52

思科路由交換

2011-04-01 13:55:58

路由路由器路由表

2009-08-02 21:47:35

安防線纜

2011-04-01 15:28:40

Zabbix配置安裝

2009-12-30 10:49:26

MPLS VPN

2011-03-14 16:36:28

靜態路由

2018-01-25 12:50:33

數據庫OracleROWNUM

2011-04-15 10:37:24

2016-05-30 17:31:34

Spring框架

2011-04-15 12:25:21

BGP路由

2010-08-17 14:56:00

HCNE認證

2012-02-06 09:53:46

MPLS VPN
點贊
收藏

51CTO技術棧公眾號

国产精品欧美激情在线| 中文字幕5566| 香蕉久久aⅴ一区二区三区| 国产剧情av麻豆香蕉精品| 久久99国产精品久久久久久久久| 亚洲熟女乱综合一区二区| 91精品国产黑色瑜伽裤| 久久久精品免费观看| 成人国产精品一区二区| 国产无码精品视频| 成人无号精品一区二区三区| 欧美成人免费网站| 男女视频一区二区三区| 色yeye免费人成网站在线观看| aaa国产一区| 国产在线视频一区| 日本中文在线播放| 一区二区三区网站| 亚洲天堂男人天堂女人天堂| 久久精品一二三四| 亚洲www免费| 一区二区三区欧美激情| 欧美深深色噜噜狠狠yyy| 精品人妻一区二区三区麻豆91| 亚洲免费影视| 久久高清视频免费| 五月天精品在线| 久久久免费毛片| 91精品国产综合久久婷婷香蕉| av动漫在线看| 黄网站在线观| 成人免费在线观看入口| 日本高清不卡三区| 韩国av在线免费观看| 国产综合久久久久久鬼色| 国产91精品久久久久| 久久久久久久福利| 久久精品欧美一区| 日韩在线视频一区| www..com.cn蕾丝视频在线观看免费版| 国产精品xxxav免费视频| 欧美美女一区二区| 国产区二区三区| 成人福利av| 五月激情六月综合| 免费高清一区二区三区| av免费在线观看网站| 国产精品国产馆在线真实露脸| 精品国产一二| 污视频软件在线观看| 从欧美一区二区三区| 91在线短视频| 精品国精品国产自在久不卡| 精品亚洲国产成人av制服丝袜| 国产精品久久久久久久7电影| 日韩免费av网站| 久久夜色精品| 国产经典一区二区| 中文字幕手机在线视频| 三级在线观看一区二区| 国产www精品| 久久精品久久久久久久| 日韩不卡在线观看日韩不卡视频| 欧洲成人免费视频| 久久精品五月天| 日韩黄色免费网站| 国产精品视频网| 一本色道久久综合熟妇| 韩日精品视频一区| 97人人干人人| 日本美女一级片| 97精品国产露脸对白| 欧美日韩精品久久| 自拍视频在线播放| 亚洲视频在线一区二区| 成人在线观看www| 色呦呦网站在线观看| 精品国产户外野外| 日韩中文字幕免费在线| 视频欧美精品| 日韩精品一区二区三区视频播放| 欧美性生交xxxxx| 日韩三级毛片| 中文字幕日本欧美| 校园春色 亚洲| 国产精品永久| 成人久久久久久| 人妻少妇一区二区三区| 久久久久久日产精品| 色中色综合成人| av网址在线| 欧美视频在线免费看| 天天干天天玩天天操| 欧美午夜在线播放| 亚洲美女自拍视频| 精品无码久久久久成人漫画| 国产深夜精品| 91精品视频免费| 日韩精品一二| 亚洲精品成a人| 欧美 日韩精品| a一区二区三区亚洲| 精品一区精品二区| 国产女人18水真多毛片18精品| 一二三区精品| 成人性生交大片免费看小说| 欧美在线观看在线观看| 亚洲麻豆国产自偷在线| 免费观看成人网| 99re8这里有精品热视频8在线| 一区二区三区亚洲变态调教大结局| 国产日韩欧美一区二区三区乱码| 久久99国产精品一区| 小h片在线观看| 777色狠狠一区二区三区| 黄色a一级视频| 欧美精选一区| 国产精品视频免费在线| 亚洲色图欧美视频| 一区二区三区精品| 9l视频白拍9色9l视频| 精品伊人久久久| 欧美成人亚洲成人| 91久久精品国产91性色69| 26uuu欧美| 免费网站在线观看视频 | 久久久免费在线观看| 亚洲av人无码激艳猛片服务器| jvid福利写真一区二区三区| 日日噜噜夜夜狠狠久久丁香五月| 性欧美freehd18| 精品一区二区电影| 国产精品黄色网| 国产a区久久久| a级黄色片网站| jizz免费一区二区三区| 亚洲欧美一区二区精品久久久| 国产精品19乱码一区二区三区| 国产一区二区调教| 一区二区三区偷拍| 福利精品在线| 最近2019年日本中文免费字幕| 免费黄色av片| 蜜桃精品wwwmitaows| 亚洲精品免费视频| 亚洲天堂2018av| 日本久久综合| 国产精品久久久久久久久久久久久久 | 欧美日韩中文字幕综合视频| 亚洲麻豆一区二区三区| 国产综合婷婷| 国产精品加勒比| 91精品国产黑色瑜伽裤| 亚洲电影在线观看| 欧美不卡视频在线观看| 97精品视频在线观看自产线路二| 奇米精品一区二区三区| 韩国女主播一区二区三区| 欧美日韩国产二区| 日本激情一区二区| 欧美性猛交xxxx黑人猛交| 亚洲第一页av| 视频一区视频二区在线观看| 日韩中文一区| 亚洲精品毛片| 欧美成人精品xxx| 蜜臀av免费在线观看| 精品国产乱码久久久久久婷婷| 韩国无码一区二区三区精品| 国产一区二区三区的电影 | 亚洲人视频在线观看| 欧美午夜精品伦理| 日本美女xxx| 国产在线精品一区二区三区不卡 | 巨大荫蒂视频欧美大片| 欧美一级免费大片| 中日韩精品视频在线观看| 久久精品水蜜桃av综合天堂| 中文字幕亚洲乱码| 欧美日韩蜜桃| 欧美一区二区三区在线免费观看 | 成人午夜小视频| 羞羞的视频在线看| 免费亚洲电影在线| 亚洲一二三在线| 亚洲一区二区人妻| 亚洲精品国产成人久久av盗摄| 国模无码视频一区| 丝瓜av网站精品一区二区| 超碰在线免费观看97| 风间由美中文字幕在线看视频国产欧美| 992tv成人免费影院| av播放在线| 欧美v国产在线一区二区三区| 亚洲伊人成人网| 中文字幕在线不卡| 亚洲男女在线观看| 蜜桃av一区二区在线观看| 久久综合久久久久| 成人激情视频| 国产精品xxxx| 免费视频成人| 欧美亚洲另类制服自拍| 九七久久人人| 亚洲人成人99网站| 国产高清精品软件丝瓜软件| 欧美日韩免费在线| 91久久国产综合| 久久一夜天堂av一区二区三区| 亚洲18在线看污www麻豆 | 国产视频一区在线观看| 久久黄色一级视频| 日本一不卡视频| 国产日韩欧美精品在线观看| 久久国产影院| 麻豆91蜜桃| 国产欧美啪啪| 亚洲自拍偷拍第一页| 欧美色999| 97视频在线观看免费| 高h视频在线观看| 亚洲小视频在线观看| 欧美一级片免费| 91精品国产一区二区三区香蕉| 欧美成人一区二区三区四区| 依依成人精品视频| 日本一二三不卡视频| 99久久精品情趣| 亚洲av无码久久精品色欲| 美女视频免费一区| 国产无套粉嫩白浆内谢的出处| 精品动漫3d一区二区三区免费| 在线国产精品网| av资源久久| 欧美性天天影院| 色婷婷狠狠五月综合天色拍| 91黄色精品| 99tv成人影院| 成人女保姆的销魂服务| 欧美日韩免费电影| 国产精品露脸自拍| 性欧美freehd18| 国产精品成人aaaaa网站| 性欧美18~19sex高清播放| 性色av一区二区咪爱| 黄色成人在线网| 久久久伊人日本| 国产盗摄在线视频网站| 欧美激情精品久久久| 午夜av在线播放| 欧美精品久久久久a| 欧美野外wwwxxx| 欧美第一页在线| 国产精品蜜臀| 97精品在线视频| 成av人片在线观看www| 亚洲91精品在线| 欧美激情网站| 青青草原成人在线视频| 国产精品扒开腿做爽爽爽视频软件| 日韩av电影中文字幕| 国产精品久久久久av电视剧| 国产福利精品视频| 国产第一亚洲| 成人两性免费视频| 亚洲天堂av资源在线观看| 超碰97在线播放| 欧美大奶一区二区| 欧美日韩国产高清视频| 久久中文字幕av| 91大学生片黄在线观看| 136国产福利精品导航网址| 每日在线更新av| 日本在线不卡一区| 亚洲免费在线播放视频| 成人精品免费看| 成都免费高清电影| 中文字幕一区av| 麻豆视频在线观看| 欧美午夜xxx| 国产男男gay网站| 精品久久久久久久久久久久久久久久久 | 69堂国产成人免费视频| 成 人 免费 黄 色| 亚洲免费av网址| 九七久久人人| 欧美在线观看日本一区| 九七影院97影院理论片久久| 999国内精品视频在线| 麻豆一区二区| 亚洲综合首页| 99精品国产在热久久下载| 亚洲三级视频网站| 国产jizzjizz一区二区| 一级肉体全黄裸片| 亚洲专区一二三| 中文字幕免费视频观看| 日韩美女视频一区二区在线观看| 日本福利在线观看| 欧美成人h版在线观看| 成人性生交大片免费观看网站| 成人中文字幕在线观看 | 日韩欧美视频一区二区| 欧美成人久久| 妞干网在线免费视频| 国产精品亚洲成人| 欧美一级高清免费播放| 黄色片免费在线| 欧美大片欧美激情性色a∨久久| 美女写真久久影院| 国产精品中出一区二区三区| 色天天久久综合婷婷女18| 久久久久久久久久久99| 精品一区二区影视| 久操视频免费看| 亚洲国产综合色| 国产又粗又大又黄| 亚洲天堂av在线免费观看| 青青草原av在线| 成人免费大片黄在线播放| 一道本一区二区三区| 欧美高清中文字幕| 韩国三级在线一区| 国产ts在线播放| 狠狠爱在线视频一区| 好吊色视频一区二区| 久久精品国产亚洲一区二区| 欧洲精品一区二区三区| 久久人人九九| 亚洲久久视频| 日批视频免费看| 一区二区三区免费在线观看| 国产男男gay体育生网站| 日韩在线小视频| 国产精品诱惑| 日韩资源av在线| 另类天堂av| 性欧美丰满熟妇xxxx性仙踪林| 亚洲国产视频直播| 亚洲精品福利网站| 九九九久久国产免费| 亚洲成人高清| 杨幂一区欧美专区| 久久99国产精品久久| 欧美另类69xxxx| 欧美性欧美巨大黑白大战| 久久99久久| 国产经典一区二区| 国产日韩欧美一区二区三区| 97在线免费公开视频| www国产成人| 欧美h在线观看| 亚洲区中文字幕| 视频一区在线免费看| 亚洲春色在线| 久久精品国产99国产| 99久久久免费精品| 日韩一区二区精品葵司在线| av官网在线播放| 成人18视频| 国产精品嫩草99av在线| 国产精品20p| 欧美日韩国产精品自在自线| 成人在线播放免费观看| 成人高清在线观看| 亚洲精品日本| 久久久久久久久久久久| 欧美性猛交xxxx乱大交退制版| 老司机av在线免费看| 亚洲最大av网| 99综合视频| 天天躁夜夜躁狠狠是什么心态| 欧美三级在线播放| 成人午夜在线影视| 国产精品一区二区三区在线观| 亚洲影视在线| 国产精品av久久久久久无| 欧美一级日韩不卡播放免费| 欧美日韩 一区二区三区| 蓝色福利精品导航| 91香蕉国产视频| 日韩精品中文字幕一区| 伊人久久精品一区二区三区| 五月天综合网| 国产999精品久久久久久| 色婷婷av国产精品| 中文字幕亚洲欧美在线| 亚洲精品aⅴ| mm1313亚洲国产精品无码试看| 亚洲欧美日韩国产综合| 天天av天天翘| 国产免费亚洲高清| 一区二区毛片| 天堂av免费在线| 欧美精品一区二| 日韩精品一级毛片在线播放| 欧美无砖专区免费| 国产精品麻豆99久久久久久| 神宫寺奈绪一区二区三区| 国产精品欧美日韩久久|