cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
593
Views
0
Helpful
6
Replies

ASR9903 - Class-map not accepting dhcp-client-id match

Hej
I am trying to configure a class-map for BNG ipsubscriber policy. I  am trying the below. If I press anything at all including ? after 2nd command it gives the below message and puts me back to top of config. Not sure how to create the class map, config wise it looks ok to me.

I have also tried ascii, or hex but always the same result. Not sure why I can not create the class-map.

RP/0/RP0/CPU0:pe1.koeb3.dk(config)#class-map type control subscriber match-all OSCAR-CLIENT-ID-IPv4
RP/0/RP0/CPU0:pe1.koeb3.dk(config-cmap)#match dhcp-client-id TESTTESTTEST
RP/0/RP0/CPU0:pe1.koeb3.dk(config-cmap)#end-class-map    
% config: Reconnecting to parser_server...
% Parser mode is top level config
RP/0/RP0/CPU0:pe1.koeb3.dk(config)#

Thanks

6 Replies 6

tkarnani
Cisco Employee
Cisco Employee

match dhcp-client-id ascii TESTTESTTEST

try this please

thanks

 

i have tested ascii and hex as well in various forms. Always the same result

Sure same'

ascii dont have T & S later 

You need to convert text to ascii or hex then add it to command

Plain text not accpet 

MHM

I tried asii and hex but getting same result. Each time I see parser logs being generated in /dir

match dhcp-client-id ascii '84 69 83 84'
or
match dhcp-client-id hex '6F 73 63 61 72'

Add this without _ '  '_ 

Also there is space between letters' can you remove it.

Thanks 

MHM

Same result with below

match dhcp-client-id ascii 84698384
or
match dhcp-client-id hex 6F73636172