[nsp] 12.2.2XB8 line/modem/controller-t1 numbering
Josh Duffek
jduffek@cisco.com
Mon, 25 Nov 2002 18:11:20 -0600
do the t1s have different phone numbers? if so you can use RPM:
http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120
limit/120xi/rpm4xi1.htm
joshd.
----- Original Message -----
From: "Brian Roberson" <roberson@olug.org>
To: <cisco-nsp@puck.nether.net>
Sent: Monday, November 25, 2002 6:09 PM
Subject: [nsp] 12.2.2XB8 line/modem/controller-t1 numbering
as5300, two CAS t1's
how can I ensure calls on controller 0 only use tty lines 1-24 ; and
controller 1 use tty lines 25-48?
example config:
...
!
controller T1 0
framing esf
linecode b8zs
ds0-group 0 timeslots 1-24 type e&m-fgb dtmf dnis
description T1-1
!
controller T1 1
framing esf
linecode b8zs
ds0-group 1 timeslots 1-24 type e&m-fgb dtmf dnis
description T1-2
!
....
line 1 24
exec-timeout 0 0
modem Dialin
modem autoconfigure type mica
autocommand telnet HOST1 PORT1 /quiet /stream
terminal-type vt100
exec-character-bits 8
length 80
escape-character NONE
telnet transparent
line 25 48
exec-timeout 0 0
modem Dialin
modem autoconfigure type pdx
autocommand telnet HOST2 PORT2 /stream /quiet
terminal-type vt100
exec-character-bits 8
length 80
escape-character NONE
telnet transparent
!
!
What I would expect is lines 1-24 would be controller t1 0 and 25-48 would
controller t1 1, this is not necisarily the case.
oma-async01#sh line 1
Tty Typ Tx/Rx A Modem Roty AccO AccI Uses Noise Overruns
Int
1 TTY - DialIn - - - 0 0
0 -
Line 1, Location: "", Type: "vt100"
Length: 80 lines, Width: 80 columns
Status: No Exit Banner, Modem Detected, CTS Raised
Capabilities: Telnet Transparent Mode, Hardware Flowcontrol In
Hardware Flowcontrol Out, Modem RI is CD, Modem Autoconfigure
Integrated Modem
Modem state: Idle
modem(slot/port)=1/0, state=IDLE
dsx1(slot/unit/channel)=NONE, status=VDEV_STATUS_UNLOCKED
Modem hardware state: CTS noDSR DTR RTS, Modem Configured
Special Chars: Escape Hold Stop Start Disconnect Activation
none none - - none
Timeouts: Idle EXEC Idle Session Modem Answer Session Dispatch
never never none not set
Idle Session Disconnect Warning
never
Login-sequence User Response
00:00:30
Autoselect Initial Wait
not set
Modem type is pdx.
Session limit is not set.
Time since activation: never
Editing is enabled.
History is enabled, history size is 10.
DNS resolution in show commands is enabled
Full user help is disabled
Allowed input transports are none.
Allowed output transports are pad telnet rlogin.
Preferred transport is telnet.
Automatically execute command "telnet HOST1 PORT1 /stream /quiet"
No output characters are padded
No special data dispatching characters
router#
......