|
This chapter describes how to start and stop the Cisco 200 software. You can start and stop the software automatically using batch files, and you can also start and stop the software using manual procedures. This chapter contains the following sections:
To use batch files to start or stop the Cisco 200 automatically, follow the instructions in this section. These batch files are for use with NetWare VLMs.
If you are using NetWare VLMs, take the following steps to start the Cisco 200 software using the batch file installed on your PC during the Cisco 200 software installation:
Step 1 From the DOS prompt, enter the following to change to the directory in which the Cisco 200 software is installed:
CD\directory
directory is the name of the directory in which the Cisco 200 software is installed.
Step 2 Run the CONNECT batch file by entering the following:
CONNECT routername
routername is the name of the connecting router. You must include the routername parameter as part of the CONNECT statement.
The following message displays:
You are attached to server
servername.
The contents of the CONNECT.BAT file for the NI1 protocol are shown below:
**************************************************************
rem batchfile to access a remote LAN via Cisco 200 Personal
rem Office for ISDN
rem
rem usage: connect(Remote Name)
rem
rem example: connect HEADQUARTERS rem
**************************************************************
cd\nwclient
echo on
lh capi200 -p 1 -s 7145551111100 -s 7145551112200 -n 5551111 -n 5551112
lh lsl
lh CISCO200
c:\windows\odihlp.exe
isdn200 %1
if errorlevel 1 goto unload
lh ipxodi
lh vlm
goto exit
:unload
CISCO200 u
lsl u
capi200 -d
:exit
cd\nwclient
The contents of the CONNECT.BAT file for the 5ESS Point-to-Point Protocol are shown below:
**************************************************************
rem batchfile to access a remote LAN via Cisco 200 Personal
rem Office for ISDN
rem
rem usage: connect (Remote Name)
rem
rem example: connect HEADQUARTERS
rem **********************************************************
echo on
lh capi200 -p 2 -s 0155511110
lh lsl
lh CISCO200
isdn200 %1
if errorlevel 1 goto unload
lh ipxodi
lh vlm
goto exit
:unload
CISCO200 u
lsl u
capi200 -d
:exit
The contents of the CONNECT.BAT file for the 5ESS Multipoint Protocol are shown below:
**************************************************************
rem batchfile to access a remote LAN via Cisco 200 Personal
rem Office for ISDN
rem
rem usage: connect (Remote Name)
rem
rem example: connect HEADQUARTERS
rem
**************************************************************
echo on
lh capi200 -p 2 -s 0155511110
lh lsl
lh CISCO200
isdn200 %1
if errorlevel 1 goto unload
lh ipxodi
lh vlm
goto exit
:unload
CISCO200 u
lsl u
capi200 -d
:exit
The contents of the CONNECT.BAT file for the DSS1 Protocol are shown below:
**************************************************************
rem batchfile to access a remote LAN via Cisco 200 Personal
rem Office for ISDN
rem
rem usage: connect (Remote Name)
rem
rem example: connect HEADQUARTERS
rem
**************************************************************
echo on
lh capi200 -p 0
lh lsl
lh CISCO200
isdn200 %1
if errorlevel 1 goto unload
lh ipxodi
lh vlm
goto exit
:unload
CISCO200 u
lsl u
capi200 -d
:exit
Unless the Cisco 200 software is unloaded, it continues to accept calls. To stop the Cisco 200 from accepting calls, you must unload the Cisco 200 driver.
If you are using NetWare VLMs, you can stop the Cisco 200 using the DCONNECT.BAT batch file that was automatically installed during the Cisco 200 software installation. Follow these steps:
Step 1 Log off from your ISDN network.
Step 2 At the DOS prompt, enter the following:
DCONNECT
The Cisco 200 driver(s) and utilities are halted and unloaded from memory.
The contents of the DCONNECT.BAT file are shown below:
echo on
rem **********************************************************
rem batchfile to unload all Cisco 200 Personal
rem Office for ISDN
rem
rem usage: dconnect
rem
rem example: dconnect
rem
**************************************************************
echo on
vlm u
ipxodi u
CISCO200 u
lsl u
capi200 -d
exit
You can manually start and stop the Cisco 200 software. If you prefer to load and unload drivers manually, rather than automatically using the batch files, follow the instructions in this section.
To load drivers manually from the DOS prompt, enter the appropriate commands, depending on the operating system you are using. See Table 4-1.
These commands must be entered in the order shown. They will load the Cisco 200 drivers in high memory. If you prefer to load the drivers in conventional memory, omit "LH" from the command strings.
DOS | Windows 3.1 | Windows for Workgroups 3.11 |
---|---|---|
|
|
|
In Table 4-1:
You can unload the Cisco 200 driver(s) manually rather than using the DCONNECT.BAT file. (This is required if you are using NETX.)
To unload drivers manually from the DOS prompt, take the appropriate steps, depending on the operating system you are using. See Table 4-2.
DOS | Windows 3.1 | Windows for Workgroups 3.11 |
---|---|---|
Enter the following:
|
| Reboot the PC from DOS. |
In Table 4-2, NETX u or VLM u should be entered, depending on whether you are using NETX or NetWare VLMs.
To unload the Cisco 200 drivers manually, these steps must be followed in the order shown.
This section describes the command line switches that are used with several of the driver and configuration files. These switches allow you to customize your Cisco 200 communications.
The command line switches for the CAPI200 driver use the following format:
CAPI200 -d -a aaa -t tei -p protocol
-s spid -n directory
CAPI200 command line switches are defined in Table 4-3.
The command line switches for the Cisco 200 driver are defined in Table 4-4.
Switch | Description |
CISCO200 | Loads the Cisco 200 software (uses interrupt 0x63) |
CISCO200 ? | Displays the help screen |
CISCO200 u | Unloads the Cisco 200 software |
The command line switches for the ISDN200 file use the following format:
ISDN200 routername -p parafile -i ii -s -d -l
-c
ISDN200 command line switches are defined in Table 4-5.
Posted: Tue Dec 17 18:45:06 PST 2002
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.