Quick Configuration Guide A7000 1xSerial Module (J8458A) 2005-04
5991-2116 www.procurve.com 7
! This is a sample script to configure the 1xSerial Module.
!
! 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
!
! SERIAL INTERFACE CONFIGURATION
!*************************************************************!
! Enter the serial interface configuration mode.
interface ser 1/1
!
! Configure the serial interface for use with the V.35
! adapter cable.
serial-mode v35
!
! 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)#.
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.)