What's wrong with my config? Any ideas regarding my pbr settings?
All devices which got a 10.10.10.x ip address should get as next-hop 10.10.10.247.
My configuration:
Startup configuration:
; J8692A Configuration Editor; Created on release #K.15.01.0031
hostname "RZ NES Routing SW1"
fastboot
module 1 type J86xxA
ip routing
no ip source-route
vlan 1
name "DEFAULT_VLAN"
untagged 4-24
no untagged 1-3
no ip address
exit
vlan 22
name "10.10.10.x"
untagged 1,3
ip address 10.10.10.1 255.255.255.0
exit
vlan 20
name "10.10.12.x"
untagged 2
ip address 10.10.12.1 255.255.255.0
exit
route-map "10" permit seq 1
match ip address prefix-list "10er"
set ip next-hop 10.10.10.247
exit
ip prefix-list "10er" seq 5 permit 10.10.10.0 255.255.255.0 ge 24 le 24
Thanks for you help!
TL