Quick Configuration Guide for A7000 dl 8xT1/E1 Wide Module 2005-04

14 www.procurve.com 5991-2118
! 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.
no shutdown
!
! Exit back to the global configuration mode.
exit
!
interface fr 1.17
!
! Your prompt should now display Router(config-fr1.17)#.
!
! Now assign DLCI 17 to the pvc.
frame-relay interface-dlci 17
!
! Next, assign an IP address to this pvc.
ip address 192.168.72.5 255.255.255.252
!
! Activate the interface.
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)#.
!
! (Optional) Enable multilink operation on this interface.
ppp multilink
!
! Assign an IP address to the interface using a 24-bit mask.
ip address 68.168.72.1 255.255.255.0
!
! Activate the interface to pass data.
no shutdown
!
! Exit back to the global configuration mode
exit
!