This is the retired Shane Killen personal blog, an IT technical blog about configs and topics related to the Network and Security Engineer working with Cisco, Brocade, Check Point, and Palo Alto and Sonicwall. I hope this blog serves you well. -- May The Lord bless you and keep you. May He shine His face upon you, and bring you peace.
Sunday, February 21, 2021
Tuesday, February 2, 2021
PBR: Policy Based Routing On Aruba 3810
Quick example that I did on an Aruba 3810 to force traffic out to another firewall.
============== Begin =====================
class ipv4 "Camera"
10 ignore ip 192.168.1.45 0.0.0.0 10.0.0.0 0.255.255.255
20 match ip 192.168.1.45 0.0.0.0 0.0.0.0 255.255.255.255
exit
policy pbr "Camera"
10 class ipv4 "Camera"
action ip next-hop 10.102.12.2
exit
exit
vlan 10
name "Camaras"
untagged 1/10,2/10
ip address 192.168.1.1 255.255.252.0
service-policy "Camera" in
exit
============ End ===================