Create Date: Jul 11 2012 11:38PM
Hi dkordyban,
concept guide says:
-----------------------
1 Create a flow-redirect to keep nexthop IP address and health check information.
create flow-redirect premium_subscriber
config flow-redirect premium_subscriber add nexthop 192.168.2.2 priority 200
config flow-redirect premium_subscriber add nexthop 192.168.2.3 priority 100
2 Add an ACL entry with a flow-redirect name action to the existing ACL policy
(For example:premium_user.pol).
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;}}
3 Apply the modified ACL policy file or dynamic ACL into a port, VLAN, or VLAN and Port.
(Forexample: user1 VLAN: 192.168.1.0/30, user2 VLAN: 192.168.1.4/30)
config access-list premium_user vlan user1 ingress
config access-list premium_user vlan user2 ingress
------------------------------
Maybe that will help you
--
Jarek (from Jaroslaw_Kasjaniuk)