SROS Command Line Interface Reference Guide
Tunnel Configuration Command Set
5991-2114
© Copyright 2007 Hewlett-Packard Development Company, L.P.
1152
tdm-group 1 timeslots 1-24
no shutdown
!
interface fr 1 point-to-point
frame-relay lmi-type ansi
no shutdown
bind 1 t1 1/1 1 fr 1
!
interface fr 1.100 point-to-point
frame-relay interface-dlci 100
ip address 10.1.1.1 255.255.255.252
backup call-mode answer
backup number 555-8888 analog ppp 1
!
interface ppp 1
ip address 172.22.56.2 255.255.255.252
ppp authentication chap
username localrouter password procurve
ppp chap hostname remoterouter
ppp chap password remotepass
no shutdown
!
ip route 192.168.1.0 255.255.255.0 172.22.56.1 255.255.255.252
line telnet 0 4
password password
Usage Examples
The following configures the SROS to generate backup calls for this endpoint using an analog modem
interface (to phone number 555 1111) but never answer calls and specifies
ppp 2
as the backup interface:
ProCurve(config)#
interface tunnel 1
ProCurve(config-tunnel 1)#
backup call-mode originate
ProCurve(config-tunnel 1)#
backup number 555 1111 analog ppp 2