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 ===================
No comments:
Post a Comment
Your comment will be reviewed for approval. Thank you for submitting your comments.