Deactivating a connection

To deactivate a connection, use either one of these procedures:

exec sgw_deactcon "con_number"

or

exec sgw_deactcon "con_number", force

where:

Example

To deactivate connection number “1”:

exec sgw_deactcon "1", force
go

The force option causes connection number “1” to deactivate even if it is currently executing.