session-agent > rate-constraints

The rate-constraints subelement for the session-agent configuration element allows you to configure rate constraints for individual session agents, which can then be applied to the SIP interface where you want them used.

Parameters

method
Enter the SIP method name for the method you want to throttle
  • Values:
    • NOTIFY
    • OPTIONS
    • MESSAGE
    • PUBLISH
    • REGISTER
max-inbound-burst-rate
For the SIP method you set in the method parameter, enter the number to restrict the inbound burst rate on the SIP interface where you apply these constraints.
  • Default: 0
  • Values: Min: 0 | Max: 999999999
max-outbound-burst-rate
For the SIP method you set in the method parameter, enter the number to restrict the outbound burst rate on the SIP interface where you apply these constraints.
  • Default: 0
  • Values: Min: 0 | Max: 999999999
max-inbound-sustain-rate
For the SIP method you set in the method parameter, enter the number to restrict the inbound sustain rate on the SIP interface where you apply these constraints
  • Default: 0
  • Values: Min: 0 | Max: 999999999
max-outbound-sustain-rate
For the SIP method you set in the method parameter, enter the number to restrict the outbound sustain rate on the SIP interface where you apply these constraints
  • Default: 0
  • Values: Min: 0 | Max: 999999999

Path

rate-constraints is an element of the session-router path. The full path from the topmost ALCI prompt is:configure terminal, and then session-router, and then session-agent rate-constraints.