标签:
PBR算是比较常用的功能,需要我们去掌握一下
bfd echo-source-ip ip-address
track 10 bfd echo interface Vlan-interface100 remote ip 192.168.10.4 local ip 192.168.10.5
track 20 bfd echo interface Vlan-interface100 remote ip 192.168.10.2 local ip 192.168.10.5
acl number 3010
rule 10 permit ip source 10.10.14.0 0.0.0.255
rule 20 permit ip source 10.10.15.0 0.0.0.255
policy-based-route echo permit node 10
if-match acl 3010
apply ip-address next-hop 192.168.10.4 track 10
apply ip-address next-hop 192.168.10.2 track 20
ip policy-based-route echo
标签:
原文地址:http://www.cnblogs.com/echorep/p/5240715.html