Incognito Scripting | docsis.org

You are here

Incognito Scripting

2 posts / 0 new
Last post
JMH
Incognito Scripting

Was curious to see what anyone else had for Incognito?

I am wanting to do a script that pops in customer information en masse on the CLI side. Has anybody done this? I am assuming someone at Cox Communications would know to some extent.

JMH
My issue was resolved

My issue was resolved

=CONCATENATE("add;subscriber;",I2,";name;","*",D2,"*",";description;",A2,";city;",F2,";state_province;",G2,";zipcode_postalcode;",H2,"@@","modify;subscriber;",I2,"@@","add;cablemodem;",O2,";macaddress;",O2,"@@","exitwitherror","@@","modify;cablemodem;",O2,";description;",N2,"@@","modify;cablemodem;",O2,"@@","set;clientclasses;",M2,"@@","exitwitherror", "@@")

move to notepad++ (or vb script export to text)
Replace:
@ with \r
* with "
# with ,
; with space

tada

Log in or register to post comments