(Page 8 of 8 in this chapter)|
Utility
|
Description
|
|---|---|
|
mc1mon
|
clocking and stream configuration
|
|
mc1phone
|
check switching connections, listen to MC1 timeslot
|
|
mc1tst
|
verify installation
|
MC1_SLAVE1 LEFT2 [F1-F6]Driving MC1 Output Streams 16 17 18 193
0000:00:004
Autofallback is DISABLED5 [F7]
Watchdog is DISABLED6
MC1 is driving the MVIP Clock7 [F8]
SEC8K is NOT driving MC1 MC1_8K8 [F9]
!!!!FALLBACK!!!!9
ERRORS: <error message>10 Hit q or Q to exit
mc1mon /cp /xl /m16,17,18,19
mc1mon /cs /xr /m20,21,22,23
mc1mon /xl /m24,25,26,27
mc1mon /cp /xl /m16,17,18,19mc1mon 1 /m20,21
mc1phone /o 20 0 /m 2 3

ClockRef = MVIP
EnableMvip = YES
DriveSec8K = OSC
configclock <device_handle> ref=MVIP sec8k=DRIVEN_BY_OSC
mc1mon /cp /xl /m16,17,18,19
ERRORS: The clock signal on MC1_8K is missing.
ERRORS:NONE
mc1phone /d <device_driver> /o 16 0 /p <stream> <timeslot>
ClockRef = MVIP
EnableMvip = YES
DriveSec8K = NO
configclock <device_handle> ref=MVIP sec8k=NOT_DRIVEN
mc1mon /cs /xr /m20,21,22,23
mc1phone /d <device_driver> /o 20 0 /p <stream> <timeslot>

###########################################################################
# mc1phone.swi
#
# Using OS/2 syntax, this file shows the logical switching operations
# performed by the mc1phone utility.
#
# PC #1 and PC #2 refer to separate PC chassis, but the utility can be run
# in a single chassis. In either case, 2 MC1 boards, two network interface
# boards and two MVIP busses are needed. The network boards must be capable
# of communicating with a telephone, as opposed to a telephone line.
####################
# PC #1
# load drivers in PC #1
loaddriver net1=<network switching driver>
loaddriver mc1=mc1sw16
# conditionally reset switches in PC #1
# the switch resets can be overridden with command line options
resetswitch net1
resetswitch mc1
# make connections on PC #1
makeconx net1 0:0 to 16:0 simplex # mvip <-> phone1
makeconx net1 16:0 to 0:0 simplex # phone1 <-> mvip (optional)
makeconx net1 0:1 to 16:1 simplex # mvip <-> phone2
makeconx mc1 20:0 to 8:0 simplex # mc1 -> mvip (phone1)
makeconx mc1 0:0 to 16:0 simplex # mvip -> mc1 (phone1, optional)
makeconx mc1 20:1 to 0:1 simplex # mc1 -> mvip (phone2)
####################
# PC #2
# load drivers in PC #2
loaddriver net2=<network switching driver>
loaddriver mc2=mc1sw16
# the switch resets can be overridden with command line options
# conditionally reset switches in PC #2
resetswitch net2
resetswitch mc2
# make connections on PC #2
makeconx net2 0:0 to 16:0 simplex # mvip <-> phone1
makeconx net2 16:0 to 0:0 simplex # phone1 <-> mvip (optional)
makeconx net2 0:1 to 16:1 simplex # mvip <-> phone2
makeconx mc2 16:0 to 8:0 simplex # mc1 -> mvip (phone1)
makeconx mc2 0:0 to 20:0 simplex # mvip -> mc1 (phone1, optional)
makeconx mc2 16:1 to 0:1 simplex # mc1 -> mvip (phone2)
mc1phone /o 20 0 /m 2 3 /d agsw
SHOWCONX Version 1.3 Jun 01 1995 AGSW 0
2:03 <-> 16:00
16:01 <- 2:04
16:02..07 P 7f
17:00..07 P 00
18:00..07 P 7f
19:00..07 P 00 MC1SW16 0
0:00..31 P 00
1:00..31 P 00
2:00..02 P 00
3:00..31 P 00
4:00..31 P 00
5:00..31 P 00
6:00..31 P 00
7:00..31 P 00
10:03 <- 16:00
10:04 <- 16:01
20:00 <- 10:03
20:01..63 P 00
21:00..63 P 00
22:00..63 P 00
23:00..63 P 00
(Page 8 of 8 in this chapter)