| |
Note: This procedure assumes you have installed the ISDN module in the Passport 4400. |
CLI> show system IfIndex operational
A table similar to the following appears:
| |
Note: For Passport 4430, 4450, and 4455, the Logical Interface Module (LIM) name for the base module is always limA. The WAN and Expansion modules are numbered lim1 through lim4. For the Passport 4460, the LIM name for the base module is always base, Expansion modules are named exp1, exp2, and the PCMCIA module is named pcmciaExp. |
The following WAN interface extension types relate to ISDN:
The following command displays all currently configured ISDN peer entries. Note that it is possible to have more than one service configured for a physical ISDN interface.
CLI> show isdn dialControl basePeer table
If there is an ISDN entry already configured for the interface in question, the ISDN parameters may be modified through the use of the define isdn commands. See Optional ISDN Parameters for a list of parameters that may be modified.
CLI> add isdn peer
| Parameter | Range of Values | Required Actions |
|---|---|---|
| <Id> | INTEGER (1..2147483647) | Assign a unique ID number for this ISDN service. Consult the show isdn dialControl basePeer table display above, and select an ID number that is not in use. |
| <IfIndex> | INTEGER (1..255) | Enter the IfIndex that corresponds to isdns or isdnu from the show system IfIndex configured table in Step 1. |
| <BChannel> | INTEGER (0..32) | For 128 kb/s leased lines, set this variable to 1. |
| <OrigniateAddress> | "String" (0..131) | Enter the destination telephone number in " " (quotes). |
| <SubAddress> | "String" (0..131) | Enter the subaddress of the destination telephone number in " " (quotes). |
| |
Note: It is recommended that the new ID number be higher than the existing ID numbers. For example, in the above display (show isdn dialControl basePeer table), IDs 1 and 3 are in use, so use the number 4 for this ISDN service. |
Example:
CLI> add isdn peer 4 5 1 "5551234" "789"
CLI> save configuration update
CLI> reset system current reset
End of Procedure
CLI Procedure for Configuring a Primary Port ISDN Connection
Configurator Procedure for Configuring a Primary Port ISDN Connection