SmartWare Software Configuration Guide

19 • ISDN configuration

 

 

Mode: Operator execution

Step

Command

1node#show port isdn [slot port] [detail <- level>]

Purpose

Show the status of one or more ISDN ports.

If the optional arguments slot/port are omitted the status of all ISDN ports is displayed.

Level could be 1 to 5. Level 1 shows less, level 5 shows all available information. Default level is 3.

ISDN Configuration Examples

Example: Configuring BRI port as Euro-ISDN interface

The following example shows how to configure port 0/0 as a Euro ISDN interface with user side signaling.

172.16.40.71(cfg)#port bri 0 0 172.16.40.71(prt-bri)[0/0]#q921 172.16.40.71(q921)[0/0]#q931 172.16.40.71(q931)[0/0]#uni-side user 172.16.40.71(q931)[0/0]#encapsulation cc-isdn 172.16.40.71(q931)[0/0]#bind interface bri00 172.16.40.71(q931)[0/0]#exit 172.16.40.71(q921)[0/0]#exit 172.16.40.71(prt-bri)[0/0]#no shutdown

Example: being clock slave on uni network interface

The following example shows how to configure both ports of a SmartNode with network signaling but receive the clock (via port 0) from the peer. The peer must be configured accordingly, i.e. port 0 as USR/clock master and port 1 NET/clock slave.

172.16.40.71(cfg)#port bri 0 0 172.16.40.71(prt-bri)[0/0]#clock slave 172.16.40.71(prt-bri)[0/0]#q921 172.16.40.71(q921)[0/0]#q931 172.16.40.71(q931)[0/0]#uni-side net 172.16.40.71(q931)[0/0]#encapsulation cc-isdn 172.16.40.71(q931)[0/0]#bind interface bri00 172.16.40.71(q931)[0/0]#exit 172.16.40.71(q921)[0/0]#exit 172.16.40.71(prt-bri)[0/0]#no shutdown

172.16.40.71(cfg)#port bri 0 1 172.16.40.71(prt-bri)[0/0]#q921 172.16.40.71(q921)[0/0]#q931 172.16.40.71(q931)[0/0]#uni-side net 172.16.40.71(q931)[0/0]#encapsulation cc-isdn 172.16.40.71(q931)[0/0]#bind interface bri01 172.16.40.71(q931)[0/0]#exit 172.16.40.71(q921)[0/0]#exit 172.16.40.71(prt-bri)[0/0]#no shutdown

ISDN configuration task list

223

Page 223
Image 223
Patton electronic SmartNode 4110 Series Isdn Configuration Examples, Example being clock slave on uni network interface