isdn bind-l3
To configure an ISDN D-channel serial interface for signaling backhaul and associate it with a session set, use the isdn bind -l3 command in interface configuration mode. To disable signaling backhaul on an ISDN D-channel serial interface, use the no form of this command.
isdn bind-l3 set-name
no isdn bind-l3
Syntax Description
set -name |
Session set with which you are associating a D-channel interface. |
Command Default
The ISDN D channel is not configured for signaling backhaul and is not associated with a session set
Command Modes
Interface configuration (config-if)
Command History
Release |
Modification |
---|---|
12.1(1)T |
This command was introduced on the Cisco AS5300. |
12.2(4)T |
This command was implemented on the following platforms: Cisco 2600 series, Cisco 3600 series, and Cisco MC3810. |
12.2(2)XB1 |
This command was implemented on the Cisco AS5850. |
12.2(8)T |
This command was implemented on the Cisco IAD2420 series. Support for the Cisco AS5300, Cisco AS5350, Cisco AS5400, and Cisco AS5850 is not included in this release. |
12.2(11)T |
This command was implemented on the following platforms: Cisco AS5350, Cisco AS5400, and Cisco AS5850. |
Examples
The following example configures T1 signaling channel serial 0:23 for signaling backhaul and associate the D channel with the session set named "Set1":
Router(config)# interface s0:23
Router(config-if)# isdn bind-L3 set1
Router(config-if)# exit
The following example configures E1 signaling channel serial 0:15 for signaling backhaul and associates the D channel with the session set named "Set3":
Router(config)# interface s0:15
Router(config-if)# isdn bind-L3 set3
Router(config-if)# exit