28

where high enables the external clock, and low enables the internal clock to drive the VIC. By default, the clock priority is set
to high.
Note If the VIC loses its external clock source, as when the ISDN line is down, the internal clock source takes over until the
external clock is functioning again.
Configuration Example
To configure each BRI interface, follow these steps, starting in privileged user mode.
Note Before you configure each port on the VIC, verify that the BRI interface has shut down and that the cable to the
connected device is properly installed for the operating mode of the interface that you plan to configure.

Command Description

Step1 router# configure terminal Enter the global configuration mode.
Step2 router(config)# isdn switch-type basic-net3 Specify the ISDN switch type.
Note The only switch type supported is the
basic-net3.
Step3 router(config)# interface bri 0/0 Change to interface configuration mode for port 0
in slot 0.
Step4 router(config-if)# no ip address Specify that there is no IP address for this interface.
Step5 router(config-if)# isdn incoming-voice
{voice | modem | data}
Configure this port for incoming calls.
Step6 router(config-if)# shutdown
router(config-if)# isdn layer1-emulate {user | network}
router(config-if)# no shutdown
Shut down the interface. Then configure the Layer
1 port mode and clock settings:
Enter user to configure the port as TE, to
function as a clock slave. This is the default.
Enter network to configure the port as NT, to
function as a clock master.
Activate the interface after you configure the port.
Step7 router(config-if)# network-clock-priority {low | high} (Optional only for TE-configured ports.) To change
the setting for clock source priority:
Set to high to use the external clock on the
ISDN line to drive the VIC. This is the default.
Set to low to use the internal clock on the VIC.
Step8 router(config-if)# line-power (Optional only for NT-configured ports). Turn on
the power supplied from the port to a TE device.
Step9 router(config-if)# isdn protocol-emulate {user | network} Configure the Layer 2 port protocol emulation:
Enter user to configure the port as TE so that
the PBX is the master. This is the default.
Enter network to configure the port as NT so
that the PBX is the slave.
Step10 router(config-if)# end Exit configuration mode.