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

5991-2118 www.procurve.com 19
! E1 INTERFACE CONFIGURATION
!*************************************************************!
! Enter the E1 interface configuration mode.
interface e1 1/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 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.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! PVC CONFIGURATION (fr 1.18)
!*************************************************************!
! Create Frame Relay PVC (with DLCI 18) under Frame Relay
! virtual interface 1.
interface fr 1.18
!
! Your prompt should now display Router(config-fr1.18)#.
!
! Now assign DLCI 18 to the pvc.
frame-relay interface-dlci 18
!
! Next, assign an IP address to this pvc.
ip address 192.168.72.2 255.255.255.252