Policy Based Routing on SR 7750

Post Reply
djaber

Policy Based Routing on SR 7750

Post by djaber »

Hello,

Is it possible to implement policy based routing (PBR) on the 7750 SR? Can you please provide sample config commands if this is doable?

Thank you,
Dana
raymiller

Post by raymiller »

Yes, you can create a "redirect-policy" under configuration>filter.
Here is the example given in the "7750 SR OS 6.0 Router Configuration guide.pdf" provided by Alcatel.

A:ALA-7>config>filter# info
----------------------------------------------
redirect-policy "redirect1" create
destination 10.10.10.104 create
description "SNMP_to_104"
priority 105
snmp-test "SNMP-1"
interval 30
drop-count 30 hold-down 120
exit
no shutdown
exit
destination 10.10.10.105 create
priority 95
ping-test
timeout 30
drop-count 5
exit
no shutdown
exit
destination 10.10.10.106 create
priority 90
url-test "URL_to_106"
url "http://aww.alcatel.com/ipd/"
interval 60
return-code 2323 4567 raise-priority 96
exit
no shutdown
exit
...
----------------------------------------------
A:ALA-7>config>filter#

Hope this helps.
Thanx,
Ray
Post Reply

Return to “7750 SR”