11 Mar
2010
11 Mar
'10
9:01 a.m.
Joel Prine wrote:
UPDATE:
It is definitely the "#" that is killing me, if i move the "#" sign anywhere in the string it keeps only the piece prior to the "#" sign of the string, is there a way to escape this character?
Use a string. Cisco-Avpair = "lcp:interface-config#1=rate-limit input 512000 96000 96000 conform-action continue exceed-action drop" You can't put random pieces of text in and expect to to "do the right thing". It helps to format the text correctly. Alan DeKok.