Policy Based Routing
Left running head:
Chapter name (automatic)
654
Beta Beta
OmniAccess 5740 Unified Services Gateway CLI Configuration Guide
Alcatel-Lucent
CONFIGURATION STEPS
Quick Steps
1. Create match-list specific to finance department and engineering department.
2. Create an IP policy.
3. Attach the IP policy to an interface.
Detailed Steps
Step 1: Create a match-list for finance department and engineering department.
OA5740(config)# match-list fin-dept
OA5740(config-match-list-fin-dept)# 10 ip prefix
10.1.1.0/24 any
OA5740(config-match-list-fin-dept)# exit
OA5740(config)# match-list engg-dept
OA5740(config-match-list-engg-dept)# 10 ip prefix
10.1.2.0/24 any
OA5740(config-match-list-engg-dept)# exit
OA5740(config)#
Step 2: Create a routing policy to route the traffic originating from finance
department to the next hop 203.121.10, and route all traffic from engineering
department to the next hop 150.23.221.50.
OA5740(config)# ip-policy xyz-corporate-policy
OA5740(config-ip-policy-xyz-corporate-policy)# 10 match
fin-dept next-hop 203.121.10.1
OA5740(config-ip-policy-xyz-corporate-policy)# 20 match
engg-dept next-hop 150.23.221.50
OA5740(config-ip-policy-corporate-policy)# exit
OA5740(config)#
Step 3: Apply the IP policy on the interface.
OA5740(config)# interface vlan 10
OA5740(config-if Vlan10)# ip-policy xyz-corporate-policy
OA5740(config-if Vlan10)# exit
OA5740(config)#