我有 arista 7050s-52,这是我的配置:
policy-map type pbr pbr-tun
10 class pbr-tun-acl
set nexthop 172.x.x.x
class-map type pbr match-any pbr-tun-acl
10 match ip access-group pbr-tun-acl
show ip access-lists pbr-tun-acl
Standard IP Access List pbr-tun-acl
10 permit 4.x.x.0/22
interface Vlan84
description XX
ip address 4.X.X.X/X
service-policy type pbr input pbr-tun
arista 中没有设置 IP 默认下一跳,所以我需要我的一些目的地使用默认路由表并且不使用此 PBR,那么在 arista 中设置 IP 默认下一跳的替换是什么?完全 PBR 工作正常,但我正在以某些方式工作,某些目的地不使用此 pbr 并使用我的默认路由表谢谢。