Can you use ip unnumbered on a serial interface that will be used as a 
tunnel..


interface Tunnel1
ip address 172.24.3.6 255.255.255.0
tunnel source Serial0.1                <---- OR U have To specify IP
tunnel destination 87.135.224.22

interface Serial0
description To Corporate Office
no ip address
encapsulation frame-relay IETF
bandwidth 1536
service-module t1 timeslots 1-24
frame-relay lmi-type ansi
!
interface Serial0.1 point-to-point
ip unnumbered Ethernet0
bandwidth 1536
frame-relay interface-dlci 500 IETF
!
interface Serial1
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0.1
ip route 87.135.224.0 255.255.255.0 tunnel 1



Thanks in Advance
!
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to