cancel
Showing results for 
Search instead for 
Did you mean: 

Does XOS have a feature like Cisco IP SLA+PBR(Policy base Route)

Does XOS have a feature like Cisco IP SLA+PBR(Policy base Route)

Yong
New Contributor
I need same fature Cisco IP SLA it is possible to monitor some Proxy by ping.
Normally, traffic use PRB1 forward some traffic to Proxy(Bluecoat).
But, Proxy(Bluecoat) down change route to static-route.
finaly, Proxy(Bluecoat) up change route come back to PBR1.

6 REPLIES 6

Yong
New Contributor
Now, test solution use flow-redirect and health-check by ping. But, it duplicate packet to proxy and to default route.

* X460G2-24p-10G4.58 # show flow-redirect "NetA2Proxy"
Name : NetA2Proxy VR Name : VR-Default
Inactive Nexthops: Forward Health Check : PING
Nexthop Count : 2
Active IP Address : 192.168.10.10
Index State Priority IP Address Status Interval Miss
======================================================================
0 Disabled 200 192.168.10.10 UP 2 2
1 Disabled 100 192.168.10.11 UP 2 2

Policy ToProxy
entry A2proxy{
if {
source-address 10.1.10.0/25;
protocol tcp;
destination-port 80;
} then
redirect-name NetA2Proxy;
}
}
entry B2proxy{
if {
source-address 10.1.10.128/25;
protocol tcp;
destination-port 80;
} then
{
redirect-name NetB2Proxy;
}
}


* X460G2-24p-10G4.59 # show iproute
Ori Destination Gateway Mtr Flags VLAN Duration
s Default Route 1.1.1.2 1 -G---S-um---- Internet 0d:0h:0m:34s
d 1.1.1.0/24 1.1.1.1 1 -------um---- Internet 0d:1h:45m:24s
#d 10.1.10.0/24 10.1.10.1 1 U------um--f- NetA 0d:1h:45m:24s
d 10.1.11.0/24 10.1.11.1 1 -------um---- NetB 0d:1h:45m:24s
d 192.168.10.0/24 192.168.10.1 1 -------um---- Proxy 0d:1h:45m:24s

I use wireshark for snif packet HTTP request.

Patrick_Voss
Extreme Employee
Hi Yong,

I updated the article linked above to include a link to another article that explains how to configure flow-redirect. I hope this helps!

OK. But, I have any update solution. I will be share solution.

Alexandr_P
Valued Contributor
Also you can see PBR functional in Chapter ACL, in EXOS_User_Guide
GTM-P2G8KFN