85

Multiple destinations connect with a dial pool.

Start here

Unbind each ISDN path from its port:

SETDefault !3.1 -PATH DialCONTrol = DYNamic

SETDefault !3.2 -PATH DialCONTrol = DYNamic

SETDefault !4 -PATH DialCONTrol = DYNamic

Syntax: SETDefault !<path> -PATH DialCONTrol = DYNamic STAtic

Create a virtual port for each destination using their SysCallerIDs:

ADD !V1 -PORT VirtualPort SCID "Saratoga"

ADD !V2 -PORT VirtualPort SCID "Berkeley"

ADD !V3 -PORT VirtualPort SCID "LosAltos"

Syntax: ADD !<port> -PORT VirtualPort SCID "<SysCallerID>"

Set the normal bandwidth for each virtual port that differs from the default 64 Kbps:

SETDefault !V1 -PORT NORMalBandwidth = 128

SETDefault !V3 -PORT NORMalBandwidth = 128

Syntax: SETDefault !<port> -PORT NORMalBandwidth = <kbps> (>=0)

Enable Multilink PPP on ports !V1 and !V3 to achieve 128 Kbps:

SETDefault !V1 -PPP MlpCONTrol = Enabled

SETDefault !V3 -PPP MlpCONTrol = Enabled

Syntax: SETDefault !<port> -PPP MlpCONTrol = Enabled Disabled

Create the dial number list for each virtual port. For 128 Kbps connections: if you have one phone number for your destination, enter the number twice with a letter after the second entry. If you have two numbers, enter each phone number:

ADD !V1 -PORT DialNoList "1-408-555-1000" Baud = 64 Type = Bri

ADD !V1 -PORT DialNoList "1-408-555-1000a" Baud = 64 Type = Bri

ADD !V2 -PORT DialNoList "1-510-555-1234" Baud = 64 Type = Bri

ADD !V3 -PORT DialNoList "1-415-555-2000" Baud = 64 Type = Bri

ADD !V3 -PORT DialNoList "1-415-555-2001" Baud = 64 Type = Bri

Note: The baud rate set in the dial number list matches the baud rate of the lines available to the port. The normal bandwidth determines how many lines of size 64 Kbps to use.

Syntax: ADD !<port> -PORT DialNoList "<phone no>" [Baud = <rate> (1.2–16000)] [Type = Modem Bri Sw56] [Pos = <number>]

Done

Page 85
Image 85
3Com NETBuilder SI, SuperStack II manual Multiple destinations connect with a dial pool