H3C Technologies H3C S10500 Series Switches User Manual

Page 391

Advertising
background image

376

[SwitchA-pbr-aaa-5] if-match acl 3101

[SwitchA-pbr-aaa-5] apply ip-address next-hop 1.1.2.2

[SwitchA-pbr-aaa-5] quit

# Apply policy aaa to Switch A.

[SwitchA] ip local policy-based-route aaa

# Configure the IP addresses of VLAN-interface 10 and VLAN-interface 20.

[SwitchA] interface vlan-interface 10

[SwitchA-Vlan-interface10] ip address 1.1.2.1 255.255.255.0

[SwitchA-Vlan-interface10] quit

[SwitchA] interface vlan-interface 20

[SwitchA-Vlan-interface20] ip address 1.1.3.1 255.255.255.0

2.

Configure Switch B.

# Configure the IP address of VLAN-interface 10.

<SwitchB> system-view

[SwitchB] interface vlan-interface 10

[SwitchB-Vlan-interface10] ip address 1.1.2.2 255.255.255.0

[SwitchB-Vlan-interface10] quit

3.

Configure Switch C.

# Configure the IP address of VLAN-interface 20.

<SwitchC> system-view

[SwitchC] interface vlan-interface 20

[SwitchC-Vlan-interface20] ip address 1.1.3.2 255.255.255.0

[SwitchC-Vlan-interface20] quit

4.

Verify the configuration.

# Telnet to Switch B (1.1.2.2/24) from Switch A. The operation succeeds.
# Telnet to Switch C (1.1.3.2/24) from Switch A. The operation fails.

<SwitchA> telnet 1.1.3.2

Trying 1.1.3.2 ...

Press CTRL+K to abort

Can't connect to the remote host!

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

<SwitchA> 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

Advertising