Challenge

From: Antonio Soares (amsoares@netcabo.pt)
Date: Thu Mar 22 2007 - 22:21:21 ART


Dear GS,

I have an interesting challenge for you. Given the setup and configurations
bellow, you are allowed to configure a tunnel between R1 and R3. You need to
reach 10.10.1.1 from R3 in just one hop.

++++++++++++++++++++++++++++++++++++++++++++++++
Original Output:
++++++++++++++++++++++++++++++++++++++++++++++++
R3#trace 10.10.1.1

Type escape sequence to abort.
Tracing the route to 10.10.1.1

  1 10.10.23.2 16 msec 16 msec 16 msec
  2 10.10.12.1 32 msec * 28 msec
R3#

++++++++++++++++++++++++++++++++++++++++++++++++
Required Output:
++++++++++++++++++++++++++++++++++++++++++++++++
R3#trace 10.10.1.1

Type escape sequence to abort.
Tracing the route to 10.10.1.1

  1 xxx.xxx.xxx.xxx 44 msec * 44 msec
R3#
++++++++++++++++++++++++++++++++++++++++++++++++

++++++++++++++++++++++++++++++++++++++++++++++++
Setup and Configurations:
++++++++++++++++++++++++++++++++++++++++++++++++
(Area 0)===R1===(Area 12)===R2===(Area 0)===R3===(Area 0)
++++++++++++++++++++++++++++++++++++++++++++++++
R1:
!
interface Loopback0
 ip address 10.10.1.1 255.255.255.0
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.12 point-to-point
 ip address 10.10.12.1 255.255.255.0
 frame-relay interface-dlci 102
!
router ospf 1
 router-id 10.10.1.1
 log-adjacency-changes
 area 12 virtual-link 10.10.2.2
 network 10.10.1.1 0.0.0.0 area 0
 network 10.10.12.1 0.0.0.0 area 12
!
++++++++++++++++++++++++++++++++++++++++++++++++
R2:
!
interface Loopback0
 ip address 10.10.2.2 255.255.255.0
!
interface Serial0/0
 no ip address
 encapsulation frame-relay
!
interface Serial0/0.12 point-to-point
 ip address 10.10.12.2 255.255.255.0
 frame-relay interface-dlci 201
!
interface Serial0/0.23 point-to-point
 ip address 10.10.23.2 255.255.255.0
 frame-relay interface-dlci 203
!
router ospf 1
 router-id 10.10.2.2
 log-adjacency-changes
 area 12 virtual-link 10.10.1.1
 network 10.10.12.2 0.0.0.0 area 12
 network 10.10.23.2 0.0.0.0 area 0
!
++++++++++++++++++++++++++++++++++++++++++++++++
R3:
!
interface Loopback0
 ip address 10.10.3.3 255.255.255.0
!
interface Serial1/0
 no ip address
 encapsulation frame-relay
!
interface Serial1/0.23 point-to-point
 ip address 10.10.23.3 255.255.255.0
 frame-relay interface-dlci 302
!
router ospf 1
 router-id 10.10.3.3
 log-adjacency-changes
 network 10.10.3.3 0.0.0.0 area 0
 network 10.10.23.3 0.0.0.0 area 0
!
++++++++++++++++++++++++++++++++++++++++++++++++



This archive was generated by hypermail 2.1.4 : Sun Apr 01 2007 - 06:35:52 ART