Configure Logical Networks
Before you begin
Each interface on the Cisco Contact Center SIP Proxy (CCCSP) is associated with a logical network. Logical networks are used to organize server groups, listen points, and other properties. SIP messages are associated with the network on which they arrive.
SUMMARY STEPS
- cusp
- configure
- sip network network
- end network
DETAILED STEPS
| Command or Action | Purpose | |
|---|---|---|
|
Step 1 |
cusp Example:
|
Enters CCCSP EXEC mode. |
|
Step 2 |
configure Example:
|
Enters Cisco Unified SIP Proxy configuration mode. |
|
Step 3 |
sip network network Example:
|
Creates a network and puts you into network command mode. In this case, the network that is being created is called “service provider”. |
|
Step 4 |
end network Example:
|
Exits network command mode. |
Example
The following example creates a network called service-provider:
Hostname# cusp
Hostname(cusp)# configure
Hostname(cusp-config)# sip network service-provider
Hostname(cusp-config-network)# end network

Feedback