SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
446
ip sip registrar [authenticate | default-expires | max-expires |
min-expires | realm]
<timevalue>
Use the
ip sip registrar
command to enable and configure the SIP registrar server used for registering
User Agents (UAs) into the location database. For more details on SIP operation, refer to the
Technology
Review
section of the command
ip firewall alg [ftp | h323 | h323 timeout | pptp | sip]
on page 399. Use the
no
form of the
ip sip registrar
command to disable the registrar server.
Syntax Description
authenticate
Specifies that authentication is required for each UA during registration.
default-expires
Specifies the default expiration period for the UA listing in the location database.
UAs requesting registration without specifying an expiration period are given the
default expiration period.
max-expires
Specifies the maximum expiration period for the UA listing in the location
database. All UAs registering with the SIP proxy server request an expiration
period for the listing in the database. UAs requesting an expiration period between
the
max-expires
and
min-expires
values are honored. Enter a time in seconds
from 0 to 2,592,000.
min-expires
Specifies the minimum expiration period for the UA listing in the location
database. All UAs registering with the SIP proxy server request an expiration
period for the listing in the database. UAs requesting an expiration period between
the
max-expires
and
min-expires
values are honored. Enter a time in seconds
from 0 to 2,592,000.
realm
Specifies a realm (enter a ascii character string) for the UA listing in the location
database.
<timevalue>
Specifies time in seconds.
Default Values
By default, the SIP registrar server is disabled.
Usage Examples
The following example sets the default expiration to 5 seconds:
ProCurve(config)#
ip sip registrar default-expires 5
The following example sets the realm string:
ProCurve(config)#
ip sip registrar realm voice.procurve.com