From: Elias Udechime (euchime@xxxxxxxxx)
Date: Mon Oct 15 2001 - 19:00:00 GMT-3
all,
Trying to creat WAN in my lab. There is PVC from
router1 to router2.
Here is the diagram.
Laptop 10.23.206.188 (default gateway 10.23.206.122)
---|-----
|
|
|
---------e0 10.23.206.122/26
(ROUTER1)
atm3/0.203 192.168.1.22/30 PTP
|
|DS-3
|
---------
| |
10.17.22.2 | IGX |
---------
|DS-3
|
-----------
| |
10.17.22.3 | IGX |
------------
|
|OC-3
|atm3/0.201 192.168.1.23
----------- PTP
| |
| Router 2 |
------------
All boxes share a common catalyst3524 for Access
server.
Can ping in/out from Laptop to Router2 only when
connected to the catalyst switch.
Question: I was wondering why I cann't ping through
without going through the switch? May be I am missing
the switch technology theory (layer 2).
Sample config below:
Router1
interface FastEthernet0/0
ip address 10.23.206.122 255.255.255.192
ip ospf network non-broadcast
duplex auto
speed auto
interface ATM3/0.203 point-to-point
ip address 192.168.1.22 255.255.255.252
ip ospf network point-to-point
pvc voice 0/203
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
network 192.168.0.0 0.0.255.255 area 0
ip classless
ip route 0.0.0.0 0.0.0.0 10.17.206.129
ip route 10.0.0.0 255.0.0.0 10.17.206.129
==============================================
Router2
interface Loopback0
ip address 192.168.0.1 255.255.255.255
!
interface ATM3/0.201 point-to-point
ip address 192.168.1.23 255.255.255.252
ip ospf network point-to-point
pvc voice 0/201
class-vc rt-VBR
interface FastEthernet0/0
ip address 10.15.225.139 255.255.255.192
duplex half
router ospf 1
network 10.0.0.0 0.255.255.255 area 0
network 192.168.0.0 0.0.255.255 area 0
!
ip classless
ip route 0.0.0.0 0.0.0.0 10.15.225.129
Thanks for help in advance
Elias
This archive was generated by hypermail 2.1.4 : Thu Jun 20 2002 - 22:33:19 GMT-3