Specifications
Configuring and Managing Integrated Modems
Managing Modems
DC-87
Cisco IOS Dial Technologies Configuration Guide
Router(config-modem-pool)# pool-range 25-48
Router(config-modem-pool)# called-number 5550202 max-conn 24
Router(config-modem-pool)# ^Z
Router# show modem-pool
modem-pool: System-def-Mpool
modems in pool: 0 active conn: 0
0 no free modems in pool
modem-pool: 56kservices
modems in pool: 48 active conn: 0
0 no free modems in pool
called_party_number: 5550101
max conn allowed: 48, active conn: 0
0 max-conn exceeded, 0 no free modems in pool
modem-pool: v34services
modems in pool: 48 active conn: 0
0 no free modems in pool
called_party_number: 5550202
max conn allowed: 48, active conn: 0
0 max-conn exceeded, 0 no free modems in pool
Router# copy running-config startup-config
Physical Partitioning with Dial-In and Dial-Out Scenario
The following is a bidirectional dial scenario using a Cisco AS5300 access server. Two modem pools are
configured. One modem pool contains 84 56K MICA modems, which is shared by 400 remote
salespeople who dial in to headquarters. The other modem pool contains 12 fax-capable modems, which
are shared by 40 employees who dial out of the headquarters LAN using the Cisco DialOut Utility
software. See Figure 20 for the network topology.
The following hardware configuration is used on the Cisco AS5300:
• One 4-port T1 PRI card
• Two 48-port cards containing fourteen 6-port MICA 56K modem modules and two 6-port MICA
fax-capable modem modules
To configure physical partitioning with dial-in and dial-out capability, perform the following steps:
Step 1 Create the 56K modem pool for the 400 remote salespeople. This modem pool contains 84 modems,
which are reserved for the dial-in calls. To get access, the salespeople dial the DNIS 5550303. The total
number of simultaneous calls is limited to 84. The 85th call and those above it are rejected. The modem
dialin line configuration command is used to prevent modems 1 to 84 from dialing out.
Router# configure terminal
Router(config)# modem-pool 56ksalesfolks
Router(config-modem-pool)# pool-range 1-84
Router(config-modem-pool)# called-number 5550303 max-conn 84
Router(config-modem-pool)# exit
Router(config)# line 1 84
Router(config-line)# modem dialin
Router(config-line)# transport input all
Router(config-line)# rotary 1
Router(config-line)# autoselect ppp
Router(config-line)# exit
Router(config)#