08-24-2021 04:51 AM
Hello all,
could you please help to figure out why class-map type "inspect" option is missing?
device(config)#class-map type inspect
^
% Invalid input detected at '^' marker.
device(config)#class-map type ?
access-control access-control specific class-map
control Configure a control policy class-map
multicast-flows multicast class-maps
stack class-map for protocol header stack specification
traffic Configure a subscriber policy traffic classmap
I need to have it like this:
class-map type inspect match-any TEST
match protocol tcp
match protocol udp
device(config)#do sh ver
Cisco IOS XE Software, Version 03.15.03.S - Standard Support Release
Cisco IOS Software, ISR Software (X86_64_LINUX_IOSD-UNIVERSALK9-M), Version 15.5(2)S3, RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2016 by Cisco Systems, Inc.
Thank you for any help
08-24-2021 06:12 AM
Issue was caused by disabled securityk9, issue has been fixed by command device(config)#license boot level securityk9
:
device#show lic feature
Feature name Enforcement Evaluation Subscription Enabled RightToUse
appxk9 yes yes no no yes
uck9 yes yes no no yes
securityk9 yes yes no yes yes
ipbasek9 no no no yes no
cme-srst yes yes no no yes
hseck9 yes no no no no
throughput yes yes no no yes
internal_service yes no no no no
08-24-2021 09:44 AM
Hello @piotto777 ,
you have been very kind in providing feedback.
Licensing issues are quite frequent, but it is useful info for everyone.
Best Regards
Giuseppe
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide