
Access-list VS Mac access-list to filter IPX
Can someone tell me the difference between following:
!
mac access-list extended IPX
permit any any 0x8137 0x0
!
and
!
access-list 200 permit 0x8137 0x0
!
Thanks
D.
Can someone tell me the difference between following:
!
mac access-list extended IPX
permit any any 0x8137 0x0
!
and
!
access-list 200 permit 0x8137 0x0
!
Thanks
D.
Comments
Should have added .. diffirence other than one is NAMED acl and another numbered ... any functional differences?
Where are you applying them? From a technical standpoint, no, there's
no difference. But VACLs will use either IP access lists (not 200) or
MAC access lists (not numbered).
Scott Morris, CCIEx4
(R&S/ISP-Dial/Security/Service Provider) #4713,
JNCIE-M #153, JNCIS-ER, CISSP, et al.
CCSI #21903, JNCI-M, JNCI-ER
[email protected]
Internetwork Expert, Inc.
http://www.InternetworkExpert.com
Toll Free: 877-224-8987
Outside US: 775-826-4344
Knowledge is power.
Power corrupts.
Study hard and be Eeeeviiiil......
nydimka23 wrote:
I am using them in class-map to classify traffic.
Then both should work just fine.
nydimka23 wrote:
When IPX was still very common Cisco standard ACL numbers for IPX were/are 800 and 900. Would be much easier with a permit any for QoS than trying to remember the hex ID for IPX. Just a thought.