Specifications
Configuring and Managing Integrated Modems
Managing Modems
DC-102
Cisco IOS Dial Technologies Configuration Guide
The following example gracefully disables the modem associated with line 1 from dialing and answering
calls. The modem is disabled only after all active calls on the modem are dropped.
Router# configure terminal
Router(config)# line 1
Router(config)# modem busyout
The following example abruptly shuts down the modem associated with line 2. All active calls on the
modem are dropped immediately.
Router# configure terminal
Router(config)# line 2
Router(config)# modem shutdown
In the following example, the modem using TTY line 3 is actively supporting a call (as indicated by the
asterisk). However, we want to mark the modem bad because it has poor connection performance. First,
abruptly shut down the modem and drop the call with the modem shutdown command, and then enter
the modem bad command to take the modem out of service.
Router# show modem
Inc calls Out calls Busied Failed No Succ
Mdm Usage Succ Fail Succ Fail Out Dial Answer Pct.
1/0 37% 98 4 0 0 0 0 0 96%
1/1 38% 98 2 0 0 0 0 0 98%
* 1/2 2% 3 99 0 0 0 0 0 1%
.
.
.
Router# configure terminal
Router(config)# line 3
Router(config)# modem shutdown
Router(config)# modem bad
Router(config)# exit
Router# show modem
Inc calls Out calls Busied Failed No Succ
Mdm Usage Succ Fail Succ Fail Out Dial Answer Pct.
1/0 37% 98 4 0 0 0 0 0 96%
1/1 38% 98 2 0 0 0 0 0 98%
B 1/2 2% 3 99 0 0 0 0 0 1%
For more information about modem recovery procedures, refer to TAC Tech Notes Configuring MICA
Modem Recovery at http://www.cisco.com/warp/public/76/modem-recovery.html and Configuring
NextPort SPE Recovery at http://www.cisco.com/warp/public/76/spe-recovery.html.