From: News Reader on
Steven V.A. wrote:
> Thanks for the explanation.
> Actually I did it mostly the way you described.
> I tought there was another way to move up an acces list entry.
> (w/o removing them)
>
> Like this:
>
> conf t
> ip access-list extended 102
> 80
> move 80 -> 21
>
> That would then move up acces list entry 80 to 21.
>
> Thanks for all the help!
>
> Greetings
> Steven
>

I don't see that happening.

router(config)#ip access-list extended router-f0.20-in
router(config-ext-nacl)#140 ?
deny Specify packets to reject
dynamic Specify a DYNAMIC list of PERMITs or DENYs
evaluate Evaluate an access list
exit Exit from access-list configuration mode
permit Specify packets to forward

Note that carriage return "<cr>" is not an option.
Note that "move" is not an option.


router(config)#ip access-list extended router-f0.20-in
router(config-ext-nacl)#?
Ext Access List configuration commands:
<1-2147483647> Sequence Number
default Set a command to its defaults
deny Specify packets to reject
dynamic Specify a DYNAMIC list of PERMITs or DENYs
evaluate Evaluate an access list
exit Exit from access-list configuration mode
no Negate a command or set its defaults
permit Specify packets to forward
remark Access list entry comment

Note that "move" is not an option.

Best Regards,
News Reader
From: Steven V.A. on
On Fri, 13 Jun 2008 12:20:43 -0400, News Reader <user(a)domain.null>
wrote:

>Note that "move" is not an option.


I know.
But woulden't it be nice if it was possible? ;)

Anyway.
News Reader thank you for all the help.
My access list is now better then ever.
Learned ip inspect (will work on that further)

Topic closed for me.
Thanks!

Steven