精品欧美一区二区三区在线观看 _久久久久国色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技術棧公眾號

黑人一区二区| 免费观看成人性生生活片| 国产美女一区二区| 久久噜噜噜精品国产亚洲综合| 免费不卡av网站| 免费毛片在线看片免费丝瓜视频| 成人性生交大合| 2020国产精品视频| 亚洲欧美日韩第一页| 日韩免费一级| 色哟哟国产精品免费观看| 亚洲欧洲日韩精品| 国产18精品乱码免费看| 丝袜亚洲精品中文字幕一区| xxxxx成人.com| 国产十八熟妇av成人一区| 二吊插入一穴一区二区| 一区二区三区在线观看国产| 欧美国产综合视频| 国产sm主人调教女m视频| 国产精品主播| 精品中文字幕在线| 女人十八毛片嫩草av| 国产福利一区二区精品秒拍| 欧美三级电影网| 91九色在线观看视频| 羞羞视频在线观看免费| 中文字幕不卡三区| 玛丽玛丽电影原版免费观看1977 | 国产精品电影| 亚洲精品乱码久久久久久黑人| 日本一区二区精品视频| 乱色精品无码一区二区国产盗| 精品一区二区综合| 欧美专区在线视频| 日本中文字幕免费观看| 欧美福利在线| 久久精品中文字幕电影| 成年人在线免费看片| 欧美色图五月天| 精品99久久久久久| 中国男女全黄大片| 欧美在线在线| 91精品在线观看入口| 国产原创精品在线| 免费高清视频在线一区| 日本大香伊一区二区三区| 国产91在线免费| 国产ktv在线视频| 五月婷婷久久综合| 久久视频这里有精品| 爱情岛亚洲播放路线| 夜夜嗨av一区二区三区网页 | 国产一区二区无遮挡| 精品人妻无码一区二区| 国产真实乱子伦精品视频| 国产精品自产拍在线观看| 看黄色一级大片| 奇米影视一区二区三区| 国产精品video| 中文字幕码精品视频网站| 日本特黄久久久高潮| 国产精品爽爽ⅴa在线观看| 中文字幕一区二区免费| 免费在线观看成人| 成人在线中文字幕| 亚洲国产精品久久久久久6q| 国产盗摄视频一区二区三区| 成人在线看片| 天天色天天操天天射| 26uuu精品一区二区三区四区在线| 精品久久久三级| 男男电影完整版在线观看| 国产亚洲欧美激情| 最新欧美日韩亚洲| 欧美人与禽性xxxxx杂性| 亚洲丰满少妇videoshd| 免费国产a级片| 深夜成人福利| 欧美剧在线免费观看网站| 日日干日日操日日射| 日韩精品中文字幕吗一区二区| 亚洲二区中文字幕| 精品人妻一区二区三区蜜桃视频 | 日本天堂免费a| 超免费在线视频| 91成人免费在线视频| 极品粉嫩美女露脸啪啪| 国产精品白浆| 在线激情影院一区| 欧美黄色一区二区三区| 国产亚洲精品bv在线观看| 国产精品都在这里| 亚洲a视频在线| 久久综合久久综合亚洲| 中文字幕久精品免| 国产在线天堂www网在线观看| 91福利小视频| 国产精品91av| 日韩免费在线| 久久久久久久久中文字幕| 免费黄色一级大片| 成人v精品蜜桃久久一区| 先锋影音一区二区三区| 欧美寡妇性猛交xxx免费| 在线观看亚洲a| 日韩少妇一区二区| 久久久久国产精品| 国产精品海角社区在线观看| 亚洲av无码专区在线| 中文久久乱码一区二区| 男人日女人逼逼| 国产亚洲观看| 中文字幕亚洲综合| 一级成人黄色片| 国产成人精品免费在线| 色综合影院在线观看| 丁香高清在线观看完整电影视频| 欧美色视频在线| 国产精品无码毛片| 欧美午夜影院| 92看片淫黄大片看国产片| 黄视频在线观看免费| 亚洲午夜影视影院在线观看| av中文字幕网址| 青青草综合网| 国产91色在线|免| 性欧美videos另类hd| 中文字幕日韩一区二区| 男女午夜激情视频| 极品国产人妖chinesets亚洲人妖| 久久九九精品99国产精品| 国产精品国产精品国产| 久久久久久久国产精品影院| 国产真人做爰毛片视频直播| 欧美专区视频| 欧美韩日一区二区| 色吧亚洲日本| 亚洲手机成人高清视频| 可以免费观看av毛片| 第四色在线一区二区| 久久精品精品电影网| 天堂网一区二区| 欧美高清视频不卡网| 亚洲欧洲精品一区| 中文字幕在线视频网站| 精品国产一区二区三区不卡| 成人一级黄色大片| 青青草精品视频| 日韩av图片| 第84页国产精品| 日韩经典一区二区三区| 国产成人精品一区二三区| 成人av电影在线观看| 福利在线一区二区| 豆花视频一区二区| 国内偷自视频区视频综合| 亚洲第一页在线观看| 亚洲综合图片区| 91精品又粗又猛又爽| 亚洲大胆在线| 麻豆久久久av免费| 97精品国产99久久久久久免费| 亚洲人成网在线播放| 波多野结衣电车| 中文字幕av一区 二区| 成人性生交免费看| 国产精品99久久久久久动医院| 国产在线a不卡| 91中文在线| 亚洲大胆美女视频| 亚洲大片免费观看| 中文字幕av一区二区三区免费看| 国产永久免费网站| 国内精品福利| 久久人人爽爽人人爽人人片av| 欧美色网一区| 久久久999精品免费| 亚洲国产精品久久久久爰性色 | 亚洲精品国产91| 美腿丝袜在线亚洲一区| 在线观看三级网站| 婷婷成人影院| 91九色单男在线观看| av在线加勒比| 中文字幕国产精品| 精品人妻一区二区三区三区四区 | 岛国精品一区| 国产91精品网站| 亚洲小说区图片| 亚洲精品一区二区网址| 一区二区三区免费在线视频| 亚洲二区视频在线| 亚洲色图日韩精品| 高清成人在线观看| 亚洲成人福利在线观看| 欧美日韩天堂| 婷婷精品国产一区二区三区日韩| 精品中文字幕一区二区三区四区| 7777精品视频| 国产激情小视频在线| 亚洲毛片在线免费观看| 99国产精品一区二区三区 | 欧美大码xxxx| 国产精品视频二区三区| 日韩视频一区二区在线观看| 伦av综合一区| 亚洲韩国一区二区三区| 在线观看天堂av| 91污片在线观看| 深爱五月综合网| 日韩二区在线观看| 青青草国产精品视频| 66久久国产| 日韩高清av电影| 美国成人xxx| 97人人模人人爽人人少妇| 99riav视频一区二区| 91国产精品视频在线| 最爽无遮挡行房视频在线| 在线精品国产成人综合| 午夜视频在线播放| 欧美成人精品二区三区99精品| 最近中文字幕免费观看| 欧美视频第一页| 欧美丰满艳妇bbwbbw| 国产精品高潮呻吟久久| 在线国产视频一区| 26uuu亚洲| 白嫩情侣偷拍呻吟刺激 | 岛国精品资源网站| 国产+成+人+亚洲欧洲自线| 色一情一区二区三区| 日韩福利视频导航| 人妻丰满熟妇av无码区app| 在线亚洲自拍| 国产日韩av网站| 亚洲国产导航| 99热亚洲精品| 激情欧美一区| www.av片| 日韩一级精品| 大陆极品少妇内射aaaaa| 国产午夜精品一区二区三区欧美 | 国产精品一区二区免费不卡 | 99视频精品免费视频| 久久久老熟女一区二区三区91| 国产超碰在线一区| 动漫美女无遮挡免费| 成人免费视频网站在线观看| 中文字幕无人区二| 成人aaaa免费全部观看| 人妻av一区二区| 97久久精品人人做人人爽50路| 国产伦精品一区三区精东| 91在线观看免费视频| 成人h动漫精品一区| 久久一夜天堂av一区二区三区| 亚洲午夜久久久久久久久红桃| 2020国产成人综合网| 人妻一区二区视频| 国产精品的网站| 波多野结衣亚洲一区二区| 夜夜嗨av一区二区三区四季av | 在线 丝袜 欧美 日韩 制服| 久久久夜色精品亚洲| 亚洲欧洲久久久| 国产精品理论片在线观看| 成人涩涩小片视频日本| 洋洋av久久久久久久一区| 国产精品suv一区二区69| 欧美三级免费观看| 国产孕妇孕交大片孕| 欧美大片一区二区| 邻居大乳一区二区三区| 最近2019中文字幕第三页视频| 菠萝菠萝蜜在线观看| 国内精品久久久久影院 日本资源 国内精品久久久久伊人av | 香蕉影院在线观看| 欧美日韩一区不卡| 精品人妻一区二区三区含羞草 | 91亚色免费| 少妇一区二区三区| 在线视频不卡国产| 亚洲美女少妇无套啪啪呻吟| caopor在线视频| 国产精品综合久久| 六月婷婷七月丁香| 中文字幕一区二区日韩精品绯色| 久久综合成人网| 欧美中文一区二区三区| 亚洲va天堂va欧美ⅴa在线| 亚洲老头同性xxxxx| 国产丝袜在线| 日韩av手机在线观看| 精品国产18久久久久久二百| 精品国产一区二区三区麻豆免费观看完整版 | 美女日韩在线中文字幕| 国产三级精品三级在线| 91一区二区在线观看| 亚洲综合网在线| 91国内精品野花午夜精品| 99久久99久久久精品棕色圆| 亚洲精品综合精品自拍| av免费在线观看网站| 国产成人91久久精品| 成人涩涩网站| 男插女免费视频| 日本欧美韩国一区三区| 久久久久国产精品无码免费看| 中文字幕亚洲欧美在线不卡| 一级黄色免费网站| 精品欧美乱码久久久久久1区2区| 二区三区在线| 日本伊人精品一区二区三区介绍| 日韩最新av| 中文字幕中文字幕99| 日韩国产欧美三级| 日本黄色免费观看| 亚洲综合色成人| 国产精品无码在线播放| 在线激情影院一区| 日韩一区精品| 欧美一区2区三区4区公司二百| 在线成人h网| 色婷婷狠狠18禁久久| 亚洲欧美综合另类在线卡通| 精品一区二区无码| 亚洲欧美国产一本综合首页| 国产精品69xx| 成人在线免费观看一区| 欧美激情五月| 手机看片国产精品| 亚洲人成伊人成综合网小说| 伊人久久亚洲综合| 中文字幕亚洲精品| 国产亚洲欧美日韩精品一区二区三区 | 欧美日韩国产成人| 免费看日产一区二区三区| 在线国产伦理一区| 国产乱一区二区| 天天看片中文字幕| 日韩视频不卡中文| 午夜伦理在线视频| 国产99在线免费| 一区在线播放| 少妇一级淫片免费放播放| 亚洲成av人片在线观看| 日韩中文字幕观看| 97在线视频免费看| 色婷婷精品视频| 久久久精品三级| 中文字幕在线观看一区| 最新中文字幕在线观看视频| 一本色道久久综合亚洲精品小说 | 欧美黑人xx片| 成人免费看黄网站| 忘忧草精品久久久久久久高清| 国产精品区在线| 中文字幕不卡三区| 国产区精品在线| 久久久久久久久久久久av| 国产三级精品三级在线观看国产| 国产aaa免费视频| 99riav一区二区三区| 无码人妻精品一区二区| 中文字幕亚洲二区| 欧美在线在线| 欧美性久久久久| 国产欧美日韩在线视频| 一区二区三区亚洲视频| 欧美日韩ab片| 亚洲动漫精品| 亚洲精品乱码久久久久久动漫| 亚洲精品成人悠悠色影视| 天天摸天天干天天操| 国产精品国产三级国产专播精品人| 日韩情爱电影在线观看| 精品人妻一区二区三区免费| 亚洲成人av在线电影| 国产三级电影在线| 99国产盗摄| 日韩激情一二三区| 免费在线观看亚洲| 国产一区二区三区视频免费| 91麻豆精品| 国产高清精品在线观看| 国产精品久久一级| 三级小视频在线观看| 国产精品丝袜白浆摸在线| 欧美午夜精品| 91免费在线看片| 日韩av网站大全| 成人短视频软件网站大全app| 国产精彩视频一区二区| 国产日产欧美一区二区视频| 亚洲av无码专区在线| 国产精品视频自在线| 伊人久久成人| 午夜三级在线观看|