Cấu hình PBR chạy không đúng

Mô hình:

Miêu tả: trên R2 đã cấu hình PBR chỉnh gói tin từ R1 sẽ được R2 đẩy lên R3. Nhưng từ R1 vẫn ping được loopback 4.4.4.4 của R4

(Đúng ra là không ping được do gói tin bị ép đi lên R3 rồi)

Hãy tìm nguyên nhân?

Các cấu hình trên R2:

interface Ethernet0/0
 ip address 10.1.2.2 255.255.255.0

interface Ethernet0/1
 ip address 10.2.3.2 255.255.255.0


interface Ethernet0/2
 ip address 10.2.4.2 255.255.255.0

ip route 0.0.0.0 0.0.0.0 10.2.4.4

route-map hainm permit 10
 match ip address 100
 set ip next-hop 10.2.3.3

access-list 100 permit ip host 10.1.2.1 any

 interface Ethernet0/0
 ip policy route-map hainm

R1:


interface Ethernet0/0
 ip address 10.1.2.1 255.255.255.0

ip route 0.0.0.0 0.0.0.0 10.1.2.2

R3:


interface Ethernet0/0
 ip address 10.2.3.3 255.255.255.0

ip route 0.0.0.0 0.0.0.0 10.2.3.2

R4:


interface Loopback0
 ip address 4.4.4.4 255.255.255.255

interface Ethernet0/0
 ip address 10.2.4.4 255.255.255.0

ip route 0.0.0.0 0.0.0.0 10.2.4.2

 

Bài viết cùng danh mục