
Setting Up Cisco Unified IP Phones using SIP
How to Configure the SIP Registrar
118
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
DETAILED STEPS
Command or Action
Purpose
Step 1
configure terminal
Example:
Router# configure terminal
Use this command to enter global configuration
mode.
Step 2
voice register pool
tag
Example:
Router(config)# voice register pool 1
Use this command to enter voice register pool
configuration mode.
Step 3
proxy
ip-address
[
preference
value
] [
monitor probe
{
icmp-ping
|
rtr
} [
alternate-ip-address
]]
Example:
Router(config-register-pool)# proxy 10.2.161.187
preference 1 monitor probe icmp-ping
Set the
proxy
command to monitor with
icmp-ping
.
Step 4
end
Example:
Router(config-register-pool)# end
Returns to privileged EXEC mode.
Step 5
show voice register dial-peers
Example:
Router# show voice register dial-peers
dial-peer voice 40035 voip
preference 5
destination-pattern 91011
session target ipv4:192.168.0.2
session protocol sipv2
voice-class codec 1
dial-peer voice 40036 voip
preference 1
destination-pattern 91011
session target ipv4:10.2.161.187
session protocol sipv2
voice-class codec 1
monitor probe icmp-ping 10.2.161.187
Use this command to verify dial-peer
configurations, and notice that
icmp-ping
monitoring is set.