Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04
18 www.procurve.com 5991-2118
!***********************************************************************************************************!
! Branch Office Router Script
!***********************************************************************************************************!
! This is a sample script to configure the 8xT1/E1 Wide Module for the Branch
! Office 1 Router in the diagrams on page 1 and page 2. The following script can be
! used for the Branch Office 2 Router configuration by changing the appropriate IP
! addresses.
!
! Enter the enable mode.
enable
!
! Enter the global configuration mode.
config terminal
!
! ETHERNET INTERFACE CONFIGURATION
!*************************************************************!
! Enter the ethernet interface configuration mode.
interface eth 0/1
!
! Assign the ethernet port an IP address.
ip address 10.10.10.1 255.255.255.0
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! T1 INTERFACE CONFIGURATION
!*************************************************************!
! Enter the T1 interface configuration mode.
interface t1 1/1
!
! 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 to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!