12-17-2024 06:20 AM
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
12-17-2024 07:22 AM
match dhcp-client-id ascii TESTTESTTEST
try this please
thanks
12-17-2024 07:26 AM
i have tested ascii and hex as well in various forms. Always the same result
12-17-2024 07:31 AM - edited 12-17-2024 07:32 AM
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
12-18-2024 01:40 AM
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'
12-18-2024 02:25 AM
Add this without _ ' '_
Also there is space between letters' can you remove it.
Thanks
MHM
12-18-2024 03:31 AM
Same result with below
match dhcp-client-id ascii 84698384
or
match dhcp-client-id hex 6F73636172
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