Quick Configuration Guide for A7000 1xT1 or 1xT1 + DSX-1 Modules 2005-04

8 www.procurve.com 5991-2115
!
! 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
! 10 DS0s (1-10).
tdm group 1 timeslots 1-10
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! DSX-1 INTERFACE CONFIGURATION
!************************************************************************!
! Enter the interface configuration mode for the DSX-1 port.
interface t1 1/2
!
! Set the signaling on the DSX-1 interface for a PRI
! connection.
signaling mode none
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! FRAME RELAY VIRTUAL INTERFACE CONFIGURATION
!************************************************************************!
! Create a Frame Relay virtual interface (labeled 1) and
! enter the Frame Relay interface configuration mode.
interface fr 1
!
! Your prompt should now display (config-fr1)#.
!
! Set the signaling mode.
frame-relay lmi-type ansi
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!