Configuring Session Agents
After configuring the realm, you identify adjacent SIP servers who will be accessed via the SCTP protocol.
-
From superuser mode, use the following command sequence to access session-agent configuration mode.
ORACLE# configure terminal ORACLE(configure)# session-router ORACLE(session-router)# session-agent ORACLE(session-agent)#
- Use the select command to access the target session-agent.
-
Use the
transport-method
parameter to select the layer 4 transport protocol.
Select staticSCTP for SCTP transport
ORACLE(session-agent)# transport-method staticSCTP ORACLE(session-agent)#
-
Set the
reuse-connections
parameter to none.
Select staticSCTP for SCTP transport
ORACLE(session-agent)# reuse-connections none ORACLE(session-agent)#
-
Use
done,
exit, and
verify-config to complete session agent configuration.
ORACLE(session-agent)# done ORACLE(session-router)# exit ORACLE(configure)# exit ORACLE# verify-config --------------------------------------------------------------------- Verification successful! No errors nor warnings in the configuration ORACLE#
- Repeat Steps 1 through 5 as necessary to configure additional session agents who will be accessed via SCTP transport.


