Controller Based WLANs

 View Only
last person joined: one year ago 

APs, Controllers, VIA

Is policy based routing configuration pushed to the standby controller? 

Jul 30, 2015 05:55 AM

Q:

Does policy based routing configuration pushed to the standby controller?



A:

PBR configuration is local to the controllers and it will NOT be pushed to the Standby controller.

In this below example, the guest user traffic will go through 10.11.151.70 and other traffic will go through controller gateway. However in standby controller all traffic will go through the controller gateway since PBR config is not done on the standby controller.

PBR config needs to be done on each controller to take effect.

 

Master PBR config:

 ip access-list route guesttest1

  network 10.150.32.0 255.255.255.0 any any  route next-hop-list guest-test

  

  ip nexthop-list guest-test

  ip 10.11.151.70 priority 1

 

show ip nexthop-list 

 

Nexthop-List Entries

--------------------

Nexthop-list Name      Nexthop-list Id  Preemptive Failover  Active IP     Nexthop IPs(Priority)

-----------------      ---------------  -------------------  ---------     ---------------------

guest-test             0x4401           Enabled              10.11.151.70   10.11.151.70(1)

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.