Network Router User Manual
4-16
Cisco uBR924 Software Configuration Guide
OL-0337-05 (8/2002)
Chapter 4 Voice over IP Configurations
SGCP Configuration
Note No configuration of remote dial-peers is needed when using SGCP.
These functions are done using the commands shown in the following table:
The following configuration shows a Cisco uBR924 router configured in DOCSIS-bridging mode that
uses SGCP for the routing of its voice calls. The relevant commands are shown in bold.
version 12.1
no service pad
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname ubr924
Command Purpose
Step 1
To configure incoming calls on voice port V1:
uBR924(config)# dial-peer voice id-number pots
Specify a unique id-number for this incoming
dial-peer and enter dial-peer configuration mode.
Step 2
uBR924(config)# application SGCPAPP Specify that this dial-peer is handled as an SGCP
application.
Step 3
uBR924(config-dial-peer)# destination-pattern digits Specify the telephone number(s) associated with this
voice port.
Step 4
uBR924(config-dial-peer)# port 0 Specify that voice port V1 is attached to this
telephony equipment.
Step 5
uBR924(config-dial-peer)# exit Exit dial-peer configuration mode.
Step 6
To configure incoming calls on voice port V2:
uBR924(config)# dial-peer voice id-number pots
Specify a unique id-number for this incoming
dial-peer and enter dial-peer configuration mode.
Step 7
uBR924(config)# application SGCPAPP Specify that this dial-peer is handled as an SGCP
application.
Step 8
uBR924(config-dial-peer)# destination-pattern digits Specify the telephone number(s) associated with this
voice port.
Step 9
uBR924(config-dial-peer)# port 1 Specify that voice port V2 is attached to this
telephony equipment.
Step 10
uBR924(config-dial-peer)# exit Exit dial-peer configuration mode.
Step 11
ubr924(config)# sgcp Enable SGCP operations on the router.
Step 12
ubr924(config)# sgcp call-agent ip-address [ port ] Specify the IP address and optional UDP port
number for the SGCP call-agent. If no port number
is given, the default of 2427 (the well-known SGCP
port number) is used.
Step 13
uBR924(config)# snmp-server enable traps xgcp (Optional) If SNMP management is used for this
router, specify that SGCP and related traps be sent to
the SNMP manager.
Step 14
uBR924# copy running-config startup-config
Building configuration...
Save the configuration to nonvolatile memory so
that it will not be lost in the event of a reset, power
cycle, or power outage.
Step 15
uBR924# show startup-config Display the configuration file that was just created.