Quick Configuration Guide A7000 1xSerial Module (J8458A) 2005-04
8 www.procurve.com 5991-2116
!
! 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
!
!Exit back to the global configuration mode
exit
!
! BINDING THE INTERFACES - FRAME RELAY
!*************************************************************!
! Connect the serial interface module to the virtual frame
! relay interface (fr 1).
!
bind 1 serial 1/1 frame-relay 1
!