Quick Configuration Guide for A7000 dl 1xE1 or 1xE1 + G.703 Modules 2005-04

8 www.procurve.com 5991-2117
! ETHERNET INTERFACE CONFIGURATION
!*************************************************************!
! Enter the ethernet interface configuration mode.
interface eth 0/1
!
! Assign the ethernet port an IP address.
ip address 10.10.20.7 255.255.255.0
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! 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 E1 interface.
framing crc4
!
! Set the Tx spare bit in position 4 to 0.
sa4tx-bit 0
!
! Create a tdm group (labeled 1) on the E1 interface containing
! timeslots 1 through 15 for data.
tdm group 1 timeslots 1-10
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! G.703 INTERFACE CONFIGURATION
!************************************************************************!
! Enter the interface configuration mode for the G.703 port.
interface e1 1/2
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!