All MIBs › ITOUCH-CHARACTER-MIB › cclScriptControl
cclScriptControl
Module: ITOUCH-CHARACTER-MIB
OID (symbolic): ITOUCH-CHARACTER-MIB::cclScriptControl
OID (numeric): 1.3.6.1.4.1.33.13.7.1.1.2
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
Control for maintaining the CCL script. The refresh action consists of retrieving the script by name from a script server and parsing it into an executable format. This may be used to add an entry to the table or refresh an existing entry with a new version of the CCL script from the server. This command may take ten seconds or more to complete and may fail if the script file cannot be retrieved or an error is encountered in parsing the CCL script. An error value of genErr is returned upon refresh failure. The refresh action corresponds directly to the commnd: REFRESH SERVER CCL. Setting this field to delete causes a script that is NOT being referenced by any ports to be removed from the list and its memory freed. This action corresponds directly to the command: DELETE SERVER CCL. An error value of badValue is returned upon delete failure.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.4.1.33.13.7.1.1.2 snmpwalk -v2c -c public <target> ITOUCH-CHARACTER-MIB::cclScriptControl
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.4.1.33.13.7.1.1.2.1 snmpget -v2c -c public <target> ITOUCH-CHARACTER-MIB::cclScriptControl.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.4.1.33.13.7.1.1.2.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4 | private | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.4.1 | enterprises | ANIROOT-MIB |
| 1.3.6.1.4.1.33 | iTouch | ITOUCH-MIB |
| 1.3.6.1.4.1.33.13 | xCharacter | ITOUCH-CHARACTER-MIB |
| 1.3.6.1.4.1.33.13.7 | xCcl | ITOUCH-CHARACTER-MIB |
| 1.3.6.1.4.1.33.13.7.1 | cclParsedScriptTable | ITOUCH-CHARACTER-MIB |
| 1.3.6.1.4.1.33.13.7.1.1 | cclParsedScriptEntry | ITOUCH-CHARACTER-MIB |
| 1.3.6.1.4.1.33.13.7.1.1.2 | cclScriptControl | ITOUCH-CHARACTER-MIB |