It's been a long battle, but we moved again our server to another cloud service, protecting ourselves from (sadly) Chinese IP Addresses, which would bring down AlcatelUnleashed. Hopefully, this is now under control. Feel free to contact us through the CONTACT US link at the bottom of this page if you have any question. Happy browsing!

Policy-based Routing

Post Reply
fluciano
Member
Posts: 7
Joined: 25 Sep 2023 18:52

Policy-based Routing

Post 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.
User avatar
Cristek
Member
Posts: 97
Joined: 08 Mar 2024 10:56

Re: Policy-based Routing

Post 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
Post Reply

Return to “OmniSwitch 9900”