Cisco FactoryUpgrade 8MB DRAM to 12MB 800Series (B) MEM800-8U12D 用户手册

产品代码
MEM800-8U12D
下载
页码 32
19
Release Notes for Cisco IOS Release 12.0(7)XV Feature Packs for the Cisco 800 Series
78-10446-01
Installation Notes
Configuring the 800 Series Router
The following procedure provides step-by-step instructions for configuring RCAPI on the 800 series
router:
Step 1
At the local device console, change to global configuration mode.
router# configure terminal
router(config)#
Step 2
Set the switch type. In the following example, the switch type is set to ETSI.
router(config)# isdn switch-type
basic-net3
Step 3
Enter the RCAPI directory number assigned by the ISDN provider for the device. For example:
router(config)# rcapi number
 12345
Step 4
Optional. Perform this step only if you wish to specify a port number for RCAPI functions. Otherwise,
the default port 2578 is used. Configure the same number on both the router and client PC. For
example:
router(config)# rcapi server port
2000
Step 5
Exit from global configuration mode to interface configuration mode.
router(config)# int bri0
Step 6
Set the switch type for the bri0 interface. In the following example, the switch type is set to ETSI.
router(config-if)# isdn switch-type
basic-net3
Step 7
Set the modem as the default handler for incoming voice calls.
router(config-if)# isdn incoming-voice
modem
Step 8
Change to privileged EXEC mode either by pressing Ctrl-Z or by entering exit twice, once at the
interface mode prompt and again at the global configuration mode prompt.
router(config-if)# exit
router(config)# exit
router#
Step 9
Optional. Enter the following if you wish to display RCAPI status.
router# show rcapi status
Step 10
Optional. In privileged EXEC mode, start the debug program to run in the background.
router# debug rcapi events
Step 11
If required, at each remote device console, change to global configuration mode. Repeat Step 2
through Step 10 to conf
igure that device.