Quick Configuration Guide for A7000 dl 1xE1 or 1xE1 + G.703 Modules 2005-04

5991-2117 www.procurve.com 9
! 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)#.
!
! Set the signaling mode.
frame-relay lmi-type ansi
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
! 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
!