From: Brian Dennis (brian@5g.net)
Date: Mon Sep 02 2002 - 20:30:06 GMT-3
Use IP unnumbered and PPP encapsulation. PPP will install a host route
to the other side via the peer neighbor-route command which is on by
default. See below.
Brian Dennis, CCIE #2210 (R&S/ISP Dial)
R3's Config
!
hostname R3
!
interface Loopback0
ip address 3.3.3.3 255.255.255.255
!
interface Serial1
ip unnumbered Loopback0
encapsulation ppp
!
end
R4's Config
!
hostname R4
!
interface Loopback0
ip address 4.4.4.4 255.255.255.255
!
interface Serial0/0
ip unnumbered Loopback0
encapsulation ppp
clockrate 64000
!
end
R4#ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 28/31/33 ms
R4#sho ip rout
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS
inter area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
3.0.0.0/32 is subnetted, 1 subnets
C 3.3.3.3 is directly connected, Serial0/0
4.0.0.0/32 is subnetted, 1 subnets
C 4.4.4.4 is directly connected, Loopback0
R4#
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Casey, Paul (6822)
Sent: Monday, September 02, 2002 12:10 PM
To: 'ccielab@groupstudy.com'
Subject: Help needed
This is a lab i am working on.
2 routers back to back. Running ospf between then on there serial
interfaces
only. 1 of the routers has a loopback address, which is not running
ospf.
The object is to be able to ping this loopback address from the other
router... No static, default routes..allowed. The question also states
that
NO routing protocol may advertise this loopback address in any way...
Anyone got any idea's how to achieve this..??? I was thinking about some
kind of tunneling..!!
If it is tunneling, could someone provide an example of this
Any help appreciated
Kind regards
Paul.
--------------------------
Sent from my BlackBerry Wireless Handheld
************************************************************************
****************
This E-mail is from O2. The E-mail and any files
transmitted with it are confidential and may also be privileged and
intended
solely for the use of the individual or entity to whom they are
addressed.
Any unauthorised direct or indirect dissemination, distribution or
copying
of this message and any attachments is strictly prohibited. If you have
received the E-mail in error please notify postmaster@O2.com or
telephone ++ 353 1 6095000.
************************************************************************
*****************
This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:43:41 GMT-3