Tuesday, November 12, 2019

Policy Based Routing in Aruba 2930F Switch

Hello Internet,

Having a bit of a problem with some policy based routing, and I need someone smarter than myself to hold my hand here:

We have a switch which needs to split an ATT provided subnet for failover purposes.

ATT Router 172.16.31.1/30 < ATT LAN 172.16.71.1/29 < Our Gateway/LAN 192.168.10.0/24

I have the following relevant configuration on my switch:

class ipv4 "wan1" 10 match ip 172.16.71.0 255.255.255.248 0.0.0.0 0.0.0.0 exit policy pbr "primary-wan" 10 class ipv4 "wan1" action ip next-hop 172.16.31.1 exit ip routing vlan 1000 name "WAN PRIMARY" untagged 6 ip address 172.16.31.2 255.255.255.252 exit vlan 1001 name "WAN ROUTED" untagged 7 ip address 172.16.71.2 255.255.255.248 service-policy "primary-wan" in exit 


No comments:

Post a Comment