Pavel,
I guess my question was not clear. 
This is what I type in the CLI:
mac access-list extended IPX
 permit any any 0x8137 0x0
ip access-list extended ICMP
 permit icmp any any
ip access-list extended TELNET
 permit tcp any any eq telnet
 permit tcp any eq telnet any
 
class-map match-all TELNET
  match access-group name TELNET
class-map match-all ICMP
  match access-group name ICMP
class-map match-all IPX
  match access-group name IPX
And this is what I see when doing sh run:
mac access-list extended IPX
 permit any any 0x8137 0x0
ip access-list extended ICMP
 permit icmp any any
ip access-list extended TELNET
 permit tcp any any eq telnet
 permit tcp any eq telnet any
 
class-map match-all TELNET
  match access-group name 825504051   <<<  why not TELNET ??
class-map match-all ICMP
  match access-group name 825373488   <<< why not ICMP ??
class-map match-all IPX
  match access-group name 825373488   <<< why not IPX ??
This is what is puzzling me...
Blogs and organic groups at http://www.ccie.net
Received on Tue May 19 2009 - 18:53:29 ART
This archive was generated by hypermail 2.2.0 : Mon Jun 01 2009 - 07:04:43 ART