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

5991-2115 www.procurve.com 9
! PVC CONFIGURATION
!*************************************************************!
! Create a Frame Relay PVC (with DLCI 16) under Frame Relay
! virtual interface 1.
interface fr 1.16
!
! Your prompt should now display Router(config-fr1.16)#.
!
! Now assign DLCI 16 to the pvc.
frame-relay interface-dlci 16
!
! Next, assign an IP address to this pvc.
ip address 192.168.72.1 255.255.255.252
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! PPP VIRTUAL INTERFACE CONFIGURATION
!*************************************************************!
! Create a PPP virtual interface (labeled 1) and enter the
! PPP configuration mode.
!
! Your prompt should now display (config-ppp1)#.
!
! Assign an IP address to the interface using a 30-bit mask.
ip address 192.168.72.1 255.255.255.252
!
! Activate the interface to pass data.
no shutdown
!
!Exit back to the global configuration mode
exit
!
! BINDING THE INTERFACES - FRAME RELAY
!*************************************************************!
! Connect the tdm group (1) on the t1 interface module to the
! virtual Frame Relay interface (fr 1).
!
bind 1 t1 1/1 1 frame-relay 1
!
! BINDING THE INTERFACES - PPP
!*************************************************************!
! Connect the tdm group (1) on the t1 interface module to the
! virtual PPP interface (ppp 1).
!
bind 1 t1 1/1 1 ppp 1
!