[Top] [Prev] [Next] [Bottom]

Using Synchronous V.25bis Connections        15


This chapter uses an example to demonstrate how to configure the PortMaster to connect two local area networks (LANs) via synchronous V.25bis dialing applications such as ISDN, terminal adapters, or switched 56Kbps.

This chapter discusses the following topics:

Overview of Synchronous V.25bis Dial-Up Connections

PortMaster products support dial-on-demand ISDN and switched 56Kbps connections using synchronous ports and the PPP protocol. ISDN speeds of up to 64Kbps are possible with an outside carrier and an external terminal adapter (TA). Speeds of up to 128Kbps are possible if the terminal adapter supports B channel bonding. Contact your service provider for specific information about the required terminal adapter.

Switched 56Kbps connections require an external CSU/DSU. ISDN and switched 56Kbps connections can be initiated on an as-needed basis or they can remain active all the time. A dial-out location must be specified in the location table for dial-out connections, and a dial-in user must be specified in the user table for dial-in connections. PAP is available for dial-in authentication, when a router dials in to your PortMaster. CHAP is available for dial-in and dial-out authentication.

When connecting an asynchronous ISDN terminal adapter to an asynchronous port using AT commands to dial, configure the PortMaster just as you would for a modem. Refer to Chapter 15, "Using Office-to-Office Connections," and Chapter 16, "Using Internet Connections," for more information.

In this configuration, keep in mind that a 115.2Kbps asynchronous DTE rate can support only a single 64Kbps B channel, because a byte of asynchronous data requires 10 bits-including stop and start bits-for transmission, but a byte of synchronous data requires only 8 bits. A 115.2Kbps DTE rate cannot properly support two 64Kbps B channels because the terminal adapter is unable to buffer the excess data when the incoming data for an ISDN line is 128Kbps.

 Figure 14-1 shows an example of an ISDN or switched 56Kbps connection.

  Example of an ISDN or Switched 56Kbps Connection

Configuration Steps for a Synchronous V.25bis Connection

This example connects a PortMaster located in Boston with a PortMaster located in Miami using a synchronous interface that is initiated on-demand by an ISDN or switched 56Kbps connection.

To install your PortMaster, follow the instructions in your hardware installation guide. If you need additional help, refer to the troubleshooting chapter of the installation guide. The example in this chapter shows variables in italics. Change these values to reflect your network.

Once you have assigned an IP address to the PortMaster, continue with the following steps:

  1. Configure the following settings for the PortMaster in Boston

a. Global settings (page 14-4)

b. Ethernet interface settings (page 14-4)

c. Synchronous port settings (page 14-5)

d. Dial-in users (page 14-6)

e. Dial-out locations (page 14-7)
  1. Configure the following settings for the PortMaster in Miami:

a. Global settings (page 14-8)

b. Ethernet interface settings (page 14-9)

c. Synchronous port settings (page 14-9)

d. Dial-in users (page 14-10)

e. Dial-out locations (page 14-11)
  1. Test the configuration (page 14-12).

  2. Troubleshoot the configuration (page 14-13).

Configuring the PortMaster in Boston

The PortMaster in Boston is being configured for a V.25bis dial-up synchronous connection to the PortMaster in Miami.

Configuring Global Settings

Configure the global settings to the values shown in Table 14-1.  
Global Values

Setting

Command

IP gateway

set gateway 192.168.1.1

System name

set sysname boston

Once you have configured the global settings shown in Table 14-1, save the configuration by using the following command:  
Command> save all

For more information about global settings, refer to Chapter 3, "Configuring Global Settings."

Configuring Ethernet Interface Settings

Configure the Ethernet interface settings to the values shown in Table 14-2.  
Ethernet Values

Setting

Command

IP address

set ether0 address 192.168.200.1

Netmask

set ether0 netmask 255.255.255.0

IPX network

set ether0 ipxnet F1

IPX frame type

set ether0 ipxframe ethernet_802.2

Broadcast address

set ether0 broadcast high

RIP routing

set ether0 rip on

Once you have configured the Ethernet interface as shown in Table 14-2, save the configuration using the following command:  
Command> save all

For more information on Ethernet settings, refer to Chapter 4, "Configuring the Ethernet Interface."

Configuring Synchronous WAN Port Settings

Configure the synchronous WAN port parameters with the values shown in Table 14-3.  
Synchronous WAN Port Values

Setting

Command

Port type

set w1 network twoway

Modem control

set w1 cd on

Dial group

set w1 group 1

Once you have configured the synchronous WAN port as shown in Table 14-3, reset the port and save the configuration using the following commands:  
Command> reset w1

Command> save all

For more information about synchronous ports, refer to Chapter 6, "Configuring a Synchronous WAN Port."

Configuring a Dial-In User

A user account must be set up on the PortMaster router in Boston so the PortMaster in Miami can dial in when traffic is queued. The new user miami should be configured on the PortMaster router in Boston with the values shown in Table 14-4.  
User Table Values

Setting

Command

Username

add netuser miami

Password

set user miami password anypasswd

Protocol

set user miami protocol ppp

User IP address

set user miami destination 192.168.1.1

Netmask

set user miami netmask 255.255.255.0

IPX network

set user miami ipxnet F3

RIP routing

set user miami rip on

MTU

set user miami mtu 1500

Once you have configured user table settings as shown in Table 14-4, save the configuration using the following command:  
Command> save all

No compression is used on synchronous lines. For more information about configuring user table settings, refer to Chapter 7, "Configuring Dial-In Users."

Configuring a Dial-Out Location

A location entry on the PortMaster in Boston must be created for the location identified as miami. This allows the PortMaster in Boston to call the PortMaster in Miami when network traffic is queued. The new location miami should be configured on the router in Boston with the values shown in Table 14-5.  
Location Table Values

Setting

Command

Location name

add location miami

Type

set location miami manual

(Set the location for manual dialing until after the configuration has been tested. Once the configuration is verified, change the connection type to on-demand.)

Protocol

set location miami ppp

IP destination

set location miami destination 192.168.1.1

Netmask

set location miami netmask 255.255.255.0

IPX network

set location miami ipxnet F3

RIP routing

set location miami rip on

MTU

set location miami mtu 1500

Idle timer

set location miami idle 5

Dial group

set location miami group 1

Username

set location miami username miami

Telephone number

set location miami telephone 5551212

Password

set location miami password anypasswd

High-water mark

set location miami high_water 0

Maximum ports

set location miami maxports 1

Note ¯ Configuring the maximum ports setting to a value higher than 0 causes the PortMaster to dial out to a continuous location, or become available for dial-out to an on-demand location. By configuring the maximum ports setting last, you ensure that the PortMaster will not attempt to make a connection with a location until you have configured all the settings for that location.

Once you have configured location table settings as shown in Table 14-5, save the configuration using the following command:  
Command> save all

For more information about configuring location table settings, refer to Chapter 8, "Configuring Dial-Out Connections."

Configuring the PortMaster in Miami

The PortMaster in Miami is being configured for a V.25bis dial-up synchronous connection to the PortMaster in Boston.

Configuring Global Settings

Configure the following global settings to the values shown in Table 14-6.  
Global Value

Setting

Command

IP gateway

set gateway 192.168.1.2

(This is the address of the next upstream router.)

Default routing

set default on

System name

set sysname miami

Once you have configured the global settings shown in Table 14-6, save the configuration by using the following command:  
Command> save all

For more information about global settings, refer to Chapter 3, "Configuring Global Settings."

Configuring Ethernet Interface Settings

Configure the Ethernet settings to the values shown in Table 14-7.  
Ethernet Values

Setting

Command

Protocol

set ether0 ipx enable

IP address

set ether0 address 192.168.1.1

Netmask

set ether0 netmask 255.255.255.0

IPX network

set ether0 ipxnet F2

IPX frame type

set ether0 ixpframe ethernet_802.2

Broadcast address

set ether0 broadcast high

RIP routing

set ether0 rip on

Once you have configured the Ethernet interface as shown in Table 14-7, save the configuration using the following commands:  
Command> save all

For more information on Ethernet settings, refer to Chapter 4, "Configuring the Ethernet Interface."

Configuring Synchronous WAN Port Settings

Configure the synchronous WAN port with the values shown in Table 14-8.  
Synchronous WAN Port Values

Setting

Command

Port type

set w1 network twoway

Transport protocol

set w1 protocol ppp

Netmask

set w1 netmask 255.255.255.0

Modem control

set w1 cd on

Group

set w1 group 1

Once you have configured the synchronous WAN port as shown in Table 14-8, reset the port and save the configuration using the following commands:  
Command> reset w1

Command> save all

For more information about synchronous ports, refer to Chapter 6, "Configuring a Synchronous WAN Port."

Configuring a Dial-In User

A user account must be set up on the PortMaster router in Miami so the PortMaster in Boston can dial in when traffic is queued. The new user boston should be configured on the PortMaster in Miami with the values shown in Table 14-9.  
User Table Values for Miami

Setting

Command

Username

add netuser boston

Password

set user boston password anypasswd

Protocol

set user boston protocol ppp

User IP address

set user boston address 192.168.200.1

Netmask

set user boston netmask 255.255.255.0

IPX network

set user boston ipxnet F3

RIP routing

set user boston rip on

MTU

set user boston mtu 1500

No compression is used on synchronous lines. Once you have configured user table settings as shown in Table 14-9, save the configuration using the following command:  
Command> save all

For more information about configuring user table parameters, refer to Chapter 7, "Configuring Dial-In Users."

Configuring a Dial-Out Location

A location entry on the PortMaster in Miami must be created for the location identified as boston. This allows the PortMaster router in Miami to call the PortMaster router in Boston when network traffic is queued. The new location boston should be configured on the PortMaster in Miami with the values shown in Table 14-10.  
Location Table Values

Parameter

Command

Location name

add location boston

Type

set location boston manual

(Set the location for manual dialing until after the configuration has been tested. Once the configuration is verified, change the connection type to on-demand.)

Protocol

set location boston ppp

IP destination

set location boston destination 192.168.200.1

Netmask

set location boston netmask 255.255.255.0

IPX network

set location boston ipxnet F3

RIP routing

set location boston rip on

MTU

set location boston mtu 1500

Idle timer

set location boston idle 5

Dial group

set location boston group 1

Username

set location boston username boston

Telephone number

set location boston telephone 5551212

Password

set location boston password anypasswd

Testing the Configuration

The configuration should be tested before the location boston is set for continuous dialing. To test the configuration, follow these steps:

  1. Enter the following commands to connect from the office in Miami to location boston:

    Command> set console w1

    Command> set debug 0x51

    Command> dial boston

  2. Monitor the dial-and-connect sequence between the two locations.

  3. If everything connects as expected, do the following:

a. Turn off debugging on the console:

Command> set debug isdn off

Command> reset console


b. Reset the port on the Office Router in Miami and change the location type of location boston to on-demand:

Command> reset w1

Command> set location boston on_demand

  1. If you notice a problem, do the following:

a. Reset the port.

b. Check your configuration.

c. Dial Boston again.

d. Repeat this procedure until the connection is made correctly.
  1. When you have configured the PortMaster correctly, reset the port and save the configuration:

    Command> reset w1

    Command> save all

Troubleshooting a Synchronous V.25bis Connection

Most synchronous configurations come up with very little trouble if you have configured the PortMaster using information from your carrier. If you have problems, use the information in this section to debug your configuration.

If you are having trouble with a V.25bis dial-up connection to location Locname, verify the following:

For more information about the interpreting the results of the debug command, refer to "Debugging and Interpreting PPP Negotiation" on page 20-9. Once you have verified that the PPP negotiation is correct, use the following commands to turn off the debug utility:
Command> set debug off

Command> reset console



[Top] [Prev] [Next] [Bottom]

spider@livingston.com
Copyright © 1998, Livingston Enterprises, Inc. All rights reserved.