Hi All
I just need some advice/confirmation
I've set a policy based routing so traffic sourced from 10.10.10.0/23 should be send via gre tunnel (next hop 192.168.1.1)
Config as per below, two 5900s and 12508, there's a GRE set between 5900s.
PBR is applied to int vlan 2 on 5900 on the left hand side.
Now I'm not sure how to validate this, when I tried debug ip policy I didn't see much happening
lan 10.10.10.0/23 -------5900 ----------- 12508 ------------ 5900
vlan 2
10.10.10.1
int tun1 int tun1
192.168.1.2--------GRE-------------192.168.1.1
interface vlan 2
ip address 10.10.10.1 255.255.254.0
ip policy-based-route PBR-test
Advanced ACL 3032, named PBR-test, 1 rule,
ACL's step is 5
rule 5 permit ip source 10.10.10.0 0.0.1.255 logging
dis ip policy-based-route
Policy name: PBR-test
node 5 permit:
if-match acl 3032
apply next-hop 192.168.1.1
I can see some matches as per the below but with number of users on the LAN i'd expect much more than that plus the PBR has been in place for a while now
dis ip policy-based-route interface Vlan-interface 2
Policy based routing information for interface Vlan-interface2:
Policy name: PBR-test
node 5 permit:
if-match acl 3032
apply next-hop 192.168.1.1
Matched: 67
Total matched: 67