|
|
You can configure X.25 on ISDN in two ways:
ISDN uses the D channel to carry signal information. ISDN can also use the D channel in a BRI to carry X.25 packets. The D channel has a capacity of 16 kbps, and the X.25 over D channel can utilize up to 9.6 kbps.
When this feature is configured, a separate X.25-over-D-channel logical interface is created. You can set its parameters without disrupting the original ISDN interface configuration. The original BRI interface will continue to represent the D, B1, and B2 channels.
Because some end-user equipment uses static terminal endpoint identifiers (TEIs) to access this feature, static TEIs are supported. The dialer understands the X.25-over-D-channel calls and initiates them on a new interface.
This feature is not available on the ISDN Primary Rate Interface (PRI).
For a complete description of the commands mentioned in this chapter, refer to the "X.25 on ISDN Commands" chapter in the Dial Solutions Command Reference. To locate documentation of other commands that appear in this chapter, use the command reference master index or search online.
| Task | Command |
|---|---|
| Step 1 Specify an ISDN BRI interface. | interface bri number |
| Step 2 Specify a static TEI, if required by the switch. | isdn x25 static-tei number |
| Step 3 Create a configurable interface for X.25 traffic over the ISDN D channel. | isdn x25 dchannel |
| Step 4 Configure X.25-over-ISDN interface for X.25 traffic. | See the "Configuring LAPB and X.25" chapter of the Wide-Area Networking Configuration Guide. |
The new X.25-over-ISDN interface is called interface bri number:0 in configuration displays. It must be configured as an individual X.25 interface. For information about configuring an interface for X.25 traffic, refer to the Wide-Area Networking Configuration Guide.
If you want to remove the X.25-over-ISDN interface later, use the no isdn x25 dchannel command.
interface bri0 isdn x25 dchannel isdn x25 static-tei 8 ! interface bri0:0 ip address 10.1.1.2 255.255.255.0 x25 address 31107000000100 x25 htc 1 x25 suppress-calling-address x25 facility windowsize 2 2 x25 facility packetsize 256 256 x25 facility throughput 9600 9600 x25 map ip 10.1.1.3 31107000000200
|
|