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

5991-2118 www.procurve.com 13
! 2ND E1 INTERFACE CONFIGURATION
!************************************************************************!
! Enter the interface configuration mode for the second E1
! interface.
interface e1 3/2
!
! 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
!
! 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
!
! (Optional) Enable multilink on the interface.
frame-relay multilink
!
! Activate the interface.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! PVC CONFIGURATION (fr 1.16 and fr 1.17)
!*************************************************************!
! Create Frame Relay PVCs (with DLCI 16 and 17) under Frame Relay
! virtual interface 1.
interface fr 1.16
!
! Your prompt should now display Router(config-fr1.16)#.
!