|
|
Description:
|
circuitConfState OBJECT-TYPE
SYNTAX INTEGER {
delete(1),
install(2),
disable(3),
activate(4)
}
ACCESS read-write
STATUS mandatory
DESCRIPTION
"The database state for this virtual circuit. Setting this
field to delete causes the virtual circuit to be deleted.
Setting this field to install either creates a new
circuit, or disables an already existing circuit.
Activating the circuit builds the circuit across the
network. Note: The database state must be set to 'disable'
before any other circuit parameters can be modified."
|
|
|
|