Re: access-expression

From: Ahmed Mamoor Amimi (mamoor@xxxxxxxx)
Date: Sun Feb 17 2002 - 10:56:50 GMT-3


   
I got my answer at :

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/ibm_c
/bcprt1/bcdsrb.htm#xtocid1735747

some last example..... both are true mine and cisco one... the obove one was
cisco and below was mine. this is another way to hold ur ear.

-Mamoor

  ----- Original Message -----
  From: Ahmed Mamoor Amimi
  To: ccielab@groupstudy.com
  Sent: Sunday, February 17, 2002 6:02 PM
  Subject: access-expression

"Pass the frame if it is a NetBIOS frame or if it is an SNA frame destined to
address 0110.2222.3333."
ONE WAY to configure the above pharse
interface tokenring 0
 access-expression in ~lsap(202) | dmac(701)
!
access-list 202 permit 0x0404 0x0001
access-list 202 permit 0x0004 0x0001
access-list 701 permit 0110.2222.3333

SECOND WAY
interface tokenring 0
 access-expression out (lsap(200) | (dmac(700) & lsap(201))
access-list 200 permit 0xF0F0 0X0101
access-list 201 permit 0x0000 0x0D0D
access-list 701 permit 0110.2222.3333 0000.0000.0000
need confirmation that the access-expression is the same both way.

-Mamoor



This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 13:46:25 GMT-3