Page 1 of 1

Policy-based Routing

Posted: 24 Apr 2025 16:40
by fluciano
Good morning, requesting your help
I have an Alcatel Lucent 9907 switch with version, OS9900 8.7.252.R02 GA, March 22, 2021.
I am considering doing the following:
On this computer I have my vlan configured at L3, I have 3 internet links.
What I want to do is have default routes, for example:
My vlan 10 with segment 192.168.1.0/24 goes out through my ISP 200.1.1.1, to give access to the internet
My vlan 11 with segment 192.168.2.0/24 goes out through my ISP 200.1.1.2, to give access to the internet
My vlan 12 with segment 192.168.3.0/24 goes out through my ISP 200.1.1.3, to give access to the internet

I understand that to do this, I can do it through Policy-Based Routing, can someone help me with some documentation how to configure and confirm if it is necessary to have a license to be able to perform this configuration.

Re: Policy-based Routing

Posted: 25 Apr 2025 04:43
by Cristek
Hi,
Is something like this what you're looking for?

Code: Select all

policy condition 'vlan10 traffic' source ip 192.168.1.0 mask 255.255.255.0
policy action 'to isp1' permanent gateway-ip 200.1.1.1
policy rule 'route vlan10 to isp1' condition 'vlan10 traffic' action 'to isp1'
qos apply
Simply replicate this as needed.

Full configuration guide:
https://www.al-enterprise.com/-/media/a ... v-a-en.pdf
Search for the QoS section