
Setting Up the Network
How to Set Up the Network
73
Cisco Unified SCCP and SIP SRST System Administrator Guide
OL-13143-04
DETAILED STEPS
Specifying Keepalive Intervals
The keepalive interval is the period of time between keepalive messages sent by a network device. A
keepalive message is a message sent by one network device to inform another network device that the
virtual circuit between the two is still active.
Note
If you plan to use the default time interval between messages, which is 30 seconds, you do not have to
perform this task.
SUMMARY STEPS
1.
call-manager-fallback
2.
keepalive
seconds
3.
exit
Command or Action
Purpose
Step 1
service dhcp
Example:
Router(config)# service dhcp
Enables the Cisco IOS DHCP Server feature on
the router.
Step 2
interface
type number
Example:
Router(config)# interface serial 0
Enters interface configuration mode for the
specified interface. See
Cisco IOS Interface and
Hardware Component Command Reference,
Release 12.3T
for more information.
Step 3
ip helper-address
ip-address
Example:
Router(config-if)# ip helper-address 10.0.22.1
Specifies the helper address for any unrecognized
broadcast for TFTP server and Domain Name
System (DNS) requests. For each server, a
separate
ip helper-address
command is required
if the servers are on different hosts. You can also
configure multiple TFTP server targets by using
the
ip helper-address
command for multiple
servers.
Step 4
exit
Example:
Router(config-if)# exit
Exits interface configuration mode.