Does XOS have a feature like Cisco IP SLA+PBR(Policy base Route)
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-30-2015 05:43 AM
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.
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎07-10-2015 02:40 AM
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.
* 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.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-30-2015 05:21 PM
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!
I updated the article linked above to include a link to another article that explains how to configure flow-redirect. I hope this helps!
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-30-2015 05:21 PM
OK. But, I have any update solution. I will be share solution.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎06-30-2015 05:53 AM
Also you can see PBR functional in Chapter ACL, in EXOS_User_Guide
