13-5# Apply QoS policy a to the incoming traffic on GigabitEthernet 1/0/1.[SwitchA] interface gigabitethernet 1/0/1[SwitchA-GigabitEthernet1/0/1] qos apply policy a inboundVerificationAfter completing the configuration, verify that when Switch A receives packets with destination IPaddress 201.1.1.2, it forwards the packets to Switch C instead of Switch B.IPv6 Policy Routing Configuration ExampleNetwork requirementsAs shown in Figure 13-2, configure policy routing to forward all packets received on GigabitEthernet1/0/1 of Switch A to the next hop 202::2.Figure 13-2 Network diagram for IPv6 policy routing configurationConfiguration procedure# Configure IPv6 ACL 2000. system-view[SwitchA] acl ipv6 number 2000[SwitchA-acl6-basic-2000] rule 0 permit source any[SwitchA-acl6-basic-2000] quit# Define a match criterion for class a to match IPv6 ACL 2000.[SwitchA] traffic classifier a[SwitchA-classifier-a] if-match acl ipv6 2000[SwitchA-classifier-a] quit# Configure the action of redirecting traffic to the next hop 202::2 for behavior a.[SwitchA] traffic behavior a[SwitchA-behavior-a] redirect next-hop 202::2[SwitchA-behavior-a] quit# Associate class a with behavior a in QoS policy a.[SwitchA] qos policy a[SwitchA-qospolicy-a] classifier a behavior a[SwitchA-qospolicy-a] quit# Apply QoS policy a to the incoming traffic of GigabitEthernet 1/0/1.[SwitchA] interface gigabitethernet 1/0/1[SwitchA-GigabitEthernet1/0/1] qos apply policy a inbound