Apply the traffic policy to do Fixed Routing

Acl 3000 to match the source IP do PBR (traffic policy manner) fixed external financial network routing
Example:

3000 ACL
rule in permit ip Source 172.16.100.2 0 0 0 192.168.251.2 Where do you want to make // remember to add a need to redirect the source, priority access to the internal network, or the source of all traffic will be redirected to the gateway directly to the external network , you can not access the network.
3001 ACL
rule the permit. 1 Source IP 172.16.100.2 0
[the Huawei] the traffic classifier C9
[the Huawei-classifier-C9] IF match ACL-3000
[the Huawei] the traffic classifier C10
[the Huawei-classifier-C10] IF match ACL-3001
[the Huawei] B9 behavior the traffic
[the Huawei-behavior-B9] the permit
[the Huawei] the traffic behavior B10
[the Huawei-behavior-B10] the redirect IP 192.168.11.1-nexthop
[the Huawei] Extended-match the traffic Policy P10
[the Huawei-trafficpolicy-P10] 
classifier behavior C9 10 precedence B9
classifier 20 is precedence B10 C10 behavior

[Huawei]int g0/0/4
[Huawei-GigabitEthernet0/0/4]traffic-policy p10 inbound

Published 18 original articles · won praise 1 · views 654

Guess you like

Origin blog.csdn.net/wj2555111/article/details/104825189