Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04

12 www.procurve.com 5991-2118
! Create a TDM group (labeled 1) on the T1 interface containing
! all 24 DS0s (1-24).
tdm group 1 timeslots 1-24
!
! Activate the interface.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! 2ND T1 INTERFACE CONFIGURATION
!************************************************************************!
! Enter the interface configuration mode for the second T1
! interface.
interface t1 3/2
!
! Configure the t1 interface to recover clocking from the T1
! network connection.
clock source line
!
! Create a tdm group (labeled 1) on the T1 interface containing
! all 24 DS0s (1-24).
tdm group 1 timeslots 1-24
!
! Activate the interface.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! 1ST E1 INTERFACE CONFIGURATION
!*************************************************************!
! Enter the E1 interface configuration mode for the first
! E1 interface.
interface e1 3/1
!
! Configure the e1 interface to recover clocking from the E1
! network connection.
clock source line
!
! Enable CRC-4 framing on the interface.
framing crc4
!
! Create a TDM group (labeled 1) on the E1 interface containing
! timeslots 1 through 31 (1-31).
tdm group 1 timeslots 1-31
!
! Activate the interface.
no shutdown
!
! Exit back to the global configuration mode.
exit
!