Quick Configuration Guide for A7000 1xT1 or 1xT1 + DSX-1 Modules 2005-04

5991-2115 www.procurve.com 7
1. Verify that the prompt of your unit displays (config)#.
2. Enter exit to leave configuration mode.
3. Enter copy running-config startup-config to save the current configuration to memory.
This command may be abbreviated as copy run start.
4. Enter exit to close the configuration session.
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.
! This is a sample script to configure the 1xT1 or 1xT1 + DSX-1 Modules.
!
! 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
!
! T1 INTERFACE CONFIGURATION
!*************************************************************!
! Enter the T1 interface configuration mode.
interface t1 1/1
Save the Configuration
Complete the Installation
Script for this Example
Note
The script below contains ALL configuration parameters for each part of this
example and cannot be used in its 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.)