[nsp] access lists, old or new, fast or slow

From: Eric S. Johnson (esj@cs.fiu.edu)
Date: Mon Sep 13 1999 - 13:51:26 EDT


Is there any difference in processing speed of old and new style
named access lists?

IE: given IOS 11.2+

would

ip access-list extended norfc1918
  deny ip 10.0.0.0 0.255.255.255 any
  deny ip 172.16.0.0 0.15.255.255 any
  deny ip 192.168.0.0 0.0.255.255 any
  permit ip any any

be any slower (or faster) than

ip access-list 101 deny ip 10.0.0.0 0.255.255.255 any
ip access-list 101 deny ip 172.16.0.0 0.15.255.255 any
ip access-list 101 deny ip 192.168.0.0 0.0.255.255 any
ip access-list 101 permit ip any any

Or are they going to be exactly the same?

Thanks.
E



This archive was generated by hypermail 2b29 : Sun Aug 04 2002 - 04:12:05 EDT