Hello friends, how are you?Can someone help me?
Regarding the topology below, it follows some questions.
Server 10.28.4.100 must be routed via PBR. The 10.28.4.101 server must access the Internet through the local link.My suggestion for PBR routing is:set pbr table ROUTERMPLS static-route default nexthop gateway address 10.28.201.100 priority 1
set pbr rule priority 1 match from 10.28.4.100/32
set pbr rule priority 1 action table ROUTERMPLS
In the opinion of friends, is that correct?
If your goal is to route "internet-bound" traffic from that one host over the MPLS link, I believe you have it correct.