Hi All,
Has anyone out there managed to get Motorola WLC say RFS 6000 WING 5.x to setup guest vlan on remote sites with RFS controller to tunnel internet traffic back to the corporate proxy(192.68.1.5) in data centre. Had a looked at this document - WING5X_How_To_PBR_Cache_Redirection_Rev_A.pdf. It should be achievable with policy based routing.
#show route-maps give invalid status instead of UP
Route Map 1
primary next-hop: 192.68.1.5, status INVALID (Gateway monitoring)
Rules:
Incoming interface: vlan20
permit tcp 192.168.60.0 any eq www HITCOUNT 0
Any directions or configuration examples would be appreciated.
ip access-list Guest-Internet
permit tcp 192.168.60.0/26 any eq www rule-precedence 20
!
routing-policy PBR
route-map 1
match ip-access-list Guest-Internet
match incoming-interface vlan20
next-hop 192.68.1.5
!
rfs6000 xxxxxxxxx
use profile default-rfs6000
use rf-domain default
use routing-policy PBR
!