Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04
5991-2118 www.procurve.com 11
The ProCurve Secure Router is now configured and operational. Complete the installation by
connecting the appropriate cables to the T1 and Ethernet networks. Please refer to the ProCurve
Secure Router Installation Guide for more details on pinouts and cabling.
!***********************************************************************************************************!
! Corporate Headquarter Router Script
!***********************************************************************************************************!
! This is a sample script to configure the 8xT1/E1 Wide Module for the Corporate
! Headquarter Router in the diagrams on page 1 and page 2.
!
! 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.20.7 255.255.255.0
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! 1ST T1 INTERFACE CONFIGURATION
!*************************************************************!
! Enter the T1 interface configuration mode for the first
! T1 interface.
interface t1 3/1
!
! Configure the t1 interface to recover clocking from the T1
! network connection.
clock source line
!
Complete the Installation
Script for this Example
Note
The scripts below contains ALL configuration parameters for each part of this
example and cannot be used in their entirety. Each section is divided by a row of
symbols (*). Use only the sections that pertain to your application. (For example, if
your application is Frame Relay, do not use the PPP sections.)