Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Serial Interface D Channel Configuration

Status
Not open for further replies.

DanielBowen

Technical User
Jan 26, 2001
137
GB
I have configured an E1 PRI controller for ISDN30, and need to configure the serial0/1:15 interface (D channel). I want to assign an IP address but do not know where to get the IP address from (LAN network number, made up address etc)

Any help would be great !

Thanks,

Daniel
 
NFAS Primary and Backup D Channels Example
The following example configures ISDN PRI and NFAS on three T1 controllers of a Cisco 7500 series router. The NFAS primary D channel is configured on the 1/0 controller, and the NFAS backup D channel is configured on the 1/1 controller. No NFAS D channel is configured on the 2/0 controller; it is configured for 24 B channels.

Once the NFAS primary D channel is configured, it is the only interface you see and have to configure; DDR configuration for the primary D channel--which is distributed to all B channels--is also included in this example.

isdn switch-type primary-dms100
!
! NFAS primary D channel on the channelized T1 controller in 1/0
controller t1 1/0
framing esf
linecode b8zs
pri-group timeslots 1-24 nfas_d primary nfas_interface 0 nfas_group 1
!
! NFAS backup D channel on the channelized T1 controller in 1/1
controller t1 1/1
framing esf
linecode b8zs
pri-group timeslots 1-24 nfas_d backup nfas_interface 1 nfas_group 1
!
! NFAS 24 B channels on the channelized T1 controller in 2/0
controller t1 2/0
framing esf
linecode b8zs
pri-group timeslots 1-24 nfas_d none nfas_interface 2 nfas_group 1
!
! NFAS primary D channel interface configuration for PPP and DDR. This
! configuration is distributed to all the B channels in NFAS group 1 on the
! three channelized T1 controllers.
!
interface Serial 1/0:23
ip address 1.1.1.2 255.255.255.0
no ip mroute-cache
encapsulation ppp
dialer map ip 1.1.1.1 name flyboy 567898
dialer map ip 1.1.1.3 name flyboy 101112345678
dialer map ip 1.1.1.4 name flyboy 01112345678
dialer-group 1
no fair-queue
no cdp enable
ppp authentication chap

Jeter@LasVegas.com
J.Fisher CCNA
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top