SROS Command Line Interface Reference Guide
Global Configuration Mode Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
444
ip sip [database local | location]
<username> <ip address> <port>
[tcp |
udp]
<number>
Use the
ip sip database local
command to store the location database of SIP User Agents (UAs) across a
power loss. Use the
ip sip location
command to manually add a SIP UA to the location database. For more
details on SIP operation, refer to the
Technology Review
section of the command
on page 399. Use the
no
form of the
ip sip location
command to remove a
specific database location entry.
Syntax Description
database local
Stores the SIP location database using memory on the local router. This database
is maintained across a power loss.
location
Adds a SIP UA to the location database. Manually adding a UA to the database is
generally not required unless your SIP network is running in non-registering
mode.
<username>
Specifies the username for the UA being added to the location database.
<ip address>
Specifies the IP address for the UA being added to the location database.
<port>
Specifies the port of the UA to add to the database.
tcp
Specifies the use of Transmission Control
Protocol (TCP) for session
communication.
udp
Specifies the use of User Datagram Protocol (UDP) for session communication.
<number>
Specifies the time in seconds that a user is stored in the database.
Default Values
By default, this command is disabled.
Usage Examples
The following example specifies an IP SIP location of 192.33.5.99 for a user named 2001:
ProCurve(config)#
ip sip location 2001 192.33.5.99