Page 1 of 1

OS6850 & PBR...

Posted: 03 Nov 2012 20:45
by junquel
Hi... I have this scenario:
8 VLANs.... 10.17.[90-97].0/24 2 ISPs... 1.1.1.1 (active 1) and 2.2.2.2 (active 2)
I need to send only the VLAN 10.17.90.0/24 via 2.2.2.2 and the other VLANs via 1.1.1.1.

How can I do that with PBR????
My release: 6.3.4

kind regards,
Peter...

Re: OS6850 & PBR...

Posted: 08 Nov 2012 16:59
by junquel
I found this...

Using QoS commands: "policy condition", "policy action" and "policy rule".
I have this....
10.17.[91-93 and 95-97].0 -----> 0.0.0.0/0 gateway 1.1.1.1 (ISP-A)
10.17.94.0 -----> PBR using gateway 2.2.2.2 (ISP-B)

I have this on OS6850 U24X:
policy condition SRCTRAFFIC source ip 172.17.94.0 mask 255.255.255.0
policy action 2GW permanent gateway ip 172.17.90.250
policy rule 2GW-PBR condition SRCTRAFFIC action 2GW
qos apply

After to qos apply command; a tracert from 172.17.94.x to google.com dies on my LAN gateway (10.17.94.254).
In a second try, just added this on policy condition line: "source port group Slot01". The same answer.

Anyone??? Thanks in advance....

Re: OS6850 & PBR...

Posted: 08 Nov 2012 21:54
by junquel
Sorry; 172.x is incorrect.
10.x is correct!!!

Thanks

Re: OS6850 & PBR...

Posted: 28 Nov 2012 22:02
by junquel
Nobody answer this post...

Check this topic...

viewtopic.php?f=191&t=13508

I hope was useful fur all

Kind Regards...

Piter...