Configuring interface pbr based on packet type, Network requirements – H3C Technologies H3C SR8800 User Manual

Page 287

Advertising
background image

271

# Configure the IP address of the serial port.

<RouterC> system-view

[RouterC] interface Serial 3/1/9/2:0

[RouterC-Serial3/1/9/2:0] ip address 1.1.3.2 255.255.255.0

[RouterC-Serial3/1/9/2:0] quit

4.

Verify the configuration:
# Telnet to Router B (1.1.2.2/24) from Router A. The operation succeeds.

<RouterA> telnet 1.1.2.2

Trying 1.1.2.2 ...

Press CTRL+K to abort

Connected to 1.1.2.2 ...

******************************************************************************

* Copyright (c) 2004-2009 Hangzhou H3C Tech. Co., Ltd. All rights reserved. *

* Without the owner's prior written consent, *

* no decompiling or reverse-engineering shall be allowed. *

******************************************************************************

# Telnet to Router C (1.1.3.2/24) from Router A. The operation fails.

<RouterA> telnet 1.1.3.2

Trying 1.1.3.2 ...

Press CTRL+K to abort

Can't connect to the remote host!

# Ping Router C (1.1.3.2/24) from Router A. The operation succeeds.

<RouterA> ping 1.1.3.2

PING 1.1.3.2: 56 data bytes, press CTRL_C to break

Reply from 1.1.3.2: bytes=56 Sequence=1 ttl=255 time=2 ms

Reply from 1.1.3.2: bytes=56 Sequence=2 ttl=255 time=1 ms

Reply from 1.1.3.2: bytes=56 Sequence=3 ttl=255 time=1 ms

Reply from 1.1.3.2: bytes=56 Sequence=4 ttl=255 time=1 ms

Reply from 1.1.3.2: bytes=56 Sequence=5 ttl=255 time=1 ms

--- 1.1.3.2 ping statistics ---

5 packet(s) transmitted

5 packet(s) received

0.00% packet loss

round-trip min/avg/max = 1/1/2 ms

Telnet uses TCP, and ping uses ICMP. The preceding results show that all TCP packets of Router A

are forwarded via next hop 1.1.2.2, and other packets are forwarded according to the routing
table. The PBR configuration is effective.

Configuring interface PBR based on packet type

Network requirements

As shown in

Figure 100

, configure PBR on Router A, so that TCP packets arriving on GigabitEthernet

3/1/1 are forwarded via next hop 1.1.2.2 and other packets are forwarded according to the routing

table.

Advertising