Traffic from the Source IP = 211.10.15.0/24, 211.10.16.0/24 network blocks should be redirected into two routers: 192.168.2.2 and 192.168.2.3. The 192.168.2.2 router is preferred to 192.168.2.3. If router 192.168.2.2 is not reachable, 192.168.2.3 should be used. If both routers are not reachable, the default route is used.
entry premium_15 { if match { source-address 211.10.15.0/24; } then { permit; redirect-name premium_subscriber; } } entry premium_16 { if match { source-address 211.10.16.0/24; } then { permit; redirect-name premium_subscriber; } }
config access-list premium_user vlan user1 ingress config access-list premium_user vlan user2 ingress
BD-8810.47 # show flow-redirect "premium_subscriber" Name : premium_subscriber VR Name : VR-Default NO-ACTIVE NH : FORWARD HC TYPE : PING NH COUNT : 2 ACTIVE IP : 192.168.2.3 Index STATE Pri IP ADDRESS STATUS INTERVAL MISS =========================================================================== 0 ENABLED 200 192.168.2.2 DOWN 2 2 1 ENABLED 100 192.168.2.3 UP 2 2 BD-8810.48 # show flow-redirect Flow-Redirect Name NH_CNT ACTIVE IP VR Name D/F HC ======================================================================= premium_subscriber 2 192.168.2.3 VR-Default F PING