Engine NetConfig interface extensions
The engine NetConfig Interface (NCI) provides access to information that is stored in NetConfig files. Through this extension, you can load configurations that are saved in the NetConfig file from Tcl. This is accomplished in the same way that the engine loads these configurations during runtime.
Note: These commands and the data
they return are primarily intended for internal use. The interfaces or data can
change at any time.
The only command of NCI extensions is the command netconfig. Different queries can be accomplished by passing different actions and arguments to this command. The output also differs according to the requested action.
Input: netconfig get process list
Output: proc0 proc1 proc2
Input: netconfig get version
Output: 3.10