troubleshoot help..! HELP PLEASE
Post new topic   Reply to topic
AcceliNetworks Forum Index -> Associate  
View previous topic :: View next topic  
Author Message
ccna_y001



Joined: 16 Sep 2005
Posts: 2

PostPosted: Wed Oct 26, 2005 6:08 pm    Post subject: troubleshoot help..! HELP PLEASE Reply with quote

LAB-3 [FREE-LABS]

I configured Frame-relay on all S0 interface of the Routers: R1, R2, R3, R4
Routing Protocol - OSPF

WAN S0 - 10.1.1.X/24
LAN R1 - 10.10.11.X/24
LAN R2 - 10.10.22.X/24
LAN R3 - 10.10.33.X/24
LAN R4 - 10.10.44.X/24
S1 -- R1 to R2 - 192.168.10.x/24
S2 -- R3 to R4 - 192.168.20.X/24

Successful PING Results:
1) From all the routers I am able to ping to all other S0 WAN interfaces
2) R1 to R2 - S1 interface and vice-versa
3) R3 to R4 - S1 interface and vice-versa
4) From R1, I am able to ping the R2 LAN interface and vice-versa
5) From R3, I am able to ping the R4 Lan interface and vice-versa

Failed PING Results:
1) Not able to ping from R1 & R2 to S1 interface on R3 & R4....same with R4 & R5
2) Not able to ping from R1 & R2 to LAN interface of R3 & R4....same with R3 & R4

sh ip route display shows only two O's
Can anybody help me on this please....?

Basically there is connectivity between R1 & R2 and between R3 & R4. But not between all the four routers. Frame Relay connectivity shows active for all the three PVCs


Below are the configs....

Configurations on R1
-------------------------
R1#show running
Current configuration : 957 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R1
!
!
username R2 password 0 cisco
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 10.10.10.1 255.255.255.0
!
interface Ethernet0
ip address 10.10.11.1 255.255.255.0
!
interface Serial0
ip address 10.1.1.1 255.255.255.0
encapsulation frame-relay
no fair-queue
no arp frame-relay
frame-relay map ip 10.1.1.2 102 broadcast
frame-relay map ip 10.1.1.3 103 broadcast
frame-relay map ip 10.1.1.4 104 broadcast
no frame-relay inverse-arp
!
interface Serial1
ip address 192.168.10.1 255.255.255.0
encapsulation ppp
ppp authentication chap
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.255 area 0
network 10.10.10.0 0.0.0.255 area 0
network 10.10.11.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.255 area 0
!
ip classless
ip http server
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
!
end

R1#sh ip route
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, su - IS-IS summary, 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

192.168.10.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.10.2/32 is directly connected, Serial1
C 192.168.10.0/24 is directly connected, Serial1
10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
O 10.10.10.2/32 [110/65] via 192.168.10.2, 00:13:44, Serial1
C 10.1.1.0/24 is directly connected, Serial0
C 10.10.10.0/24 is directly connected, Loopback0
C 10.10.11.0/24 is directly connected, Ethernet0
O 10.10.22.0/24 [110/74] via 192.168.10.2, 00:13:45, Serial1

R1#sh frame map
Serial0 (up): ip 10.1.1.2 dlci 102(0x66,0x1860), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.3 dlci 103(0x67,0x1870), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.4 dlci 104(0x68,0x1880), static, broadcast,
CISCO, status defined, active


Configurations on R2
------------------------
R2#show run
Building configuration...

Current configuration : 974 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R2
!
!
username R1 password 0 cisco
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 10.10.10.2 255.255.255.0
!
interface Ethernet0
ip address 10.10.22.1 255.255.255.0
!
interface Serial0
ip address 10.1.1.2 255.255.255.0
encapsulation frame-relay
no fair-queue
no arp frame-relay
frame-relay map ip 10.1.1.1 201 broadcast
frame-relay map ip 10.1.1.3 203 broadcast
frame-relay map ip 10.1.1.4 204 broadcast
no frame-relay inverse-arp
!
interface Serial1
ip address 192.168.10.2 255.255.255.0
encapsulation ppp
clockrate 64000
ppp authentication chap
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.255 area 0
network 10.10.10.0 0.0.0.255 area 0
network 10.10.22.0 0.0.0.255 area 0
network 192.168.10.0 0.0.0.255 area 0
!
ip classless
ip http server
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
!
end

R2#sh ip route
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, su - IS-IS summary, 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

192.168.10.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.10.0/24 is directly connected, Serial1
C 192.168.10.1/32 is directly connected, Serial1
10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
C 10.1.1.0/24 is directly connected, Serial0
C 10.10.10.0/24 is directly connected, Loopback0
O 10.10.11.0/24 [110/74] via 192.168.10.1, 00:18:39, Serial1
O 10.10.10.1/32 [110/65] via 192.168.10.1, 00:18:39, Serial1
C 10.10.22.0/24 is directly connected, Ethernet0

R2#sh frame map
Serial0 (up): ip 10.1.1.1 dlci 201(0xC9,0x3090), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.3 dlci 203(0xCB,0x30B0), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.4 dlci 204(0xCC,0x30C0), static, broadcast,
CISCO, status defined, active


Configurations on R3
------------------------
R3#sh run
Building configuration...

Current configuration : 957 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R3
!
!
username R4 password 0 cisco
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 10.10.10.3 255.255.255.0
!
interface Ethernet0
ip address 10.10.33.1 255.255.255.0
!
interface Serial0
ip address 10.1.1.3 255.255.255.0
encapsulation frame-relay
no fair-queue
no arp frame-relay
frame-relay map ip 10.1.1.1 301 broadcast
frame-relay map ip 10.1.1.2 302 broadcast
frame-relay map ip 10.1.1.4 304 broadcast
no frame-relay inverse-arp
!
interface Serial1
ip address 192.168.20.1 255.255.255.0
encapsulation ppp
ppp authentication chap
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.255 area 0
network 10.10.10.0 0.0.0.255 area 0
network 10.10.33.0 0.0.0.255 area 0
network 192.168.20.0 0.0.0.255 area 0
!
ip classless
ip http server
!
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
!
end

R3#sh ip route
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, su - IS-IS summary, 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

192.168.20.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.20.0/24 is directly connected, Serial1
C 192.168.20.2/32 is directly connected, Serial1
10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
C 10.1.1.0/24 is directly connected, Serial0
C 10.10.10.0/24 is directly connected, Loopback0
O 10.10.10.4/32 [110/65] via 192.168.20.2, 00:18:05, Serial1
C 10.10.33.0/24 is directly connected, Ethernet0
O 10.10.44.0/24 [110/74] via 192.168.20.2, 00:18:06, Serial1

R3#sh frame map
Serial0 (up): ip 10.1.1.1 dlci 301(0x12D,0x48D0), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.2 dlci 302(0x12E,0x48E0), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.4 dlci 304(0x130,0x4C00), static, broadcast,
CISCO, status defined, active


Configurations on R4
------------------------
R4#sh running
Building configuration...

Current configuration : 1653 bytes
!
version 12.2
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname R4
!
!
username R3 password 0 cisco
ip subnet-zero
!
!
!
!
interface Loopback0
ip address 10.10.10.4 255.255.255.0
!
interface Ethernet0
ip address 10.10.44.1 255.255.255.0
!
interface Serial0
ip address 10.1.1.4 255.255.255.0
encapsulation frame-relay
no fair-queue
no arp frame-relay
frame-relay map ip 10.1.1.1 401 broadcast
frame-relay map ip 10.1.1.2 402 broadcast
frame-relay map ip 10.1.1.3 403 broadcast
no frame-relay inverse-arp
!
interface Serial1
ip address 192.168.20.2 255.255.255.0
encapsulation ppp
clockrate 64000
ppp authentication chap
!
router ospf 1
log-adjacency-changes
network 10.1.1.0 0.0.0.255 area 0
network 10.10.10.0 0.0.0.255 area 0
network 10.10.44.0 0.0.0.255 area 0
network 192.168.20.0 0.0.0.255 area 0
!
ip classless
ip http server
!
!
line con 0
logging synchronous
line aux 0
line vty 0 4
!
end

R4#sh ip route
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, su - IS-IS summary, 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

192.168.20.0/24 is variably subnetted, 2 subnets, 2 masks
C 192.168.20.0/24 is directly connected, Serial1
C 192.168.20.1/32 is directly connected, Serial1
10.0.0.0/8 is variably subnetted, 5 subnets, 2 masks
O 10.10.10.3/32 [110/65] via 192.168.20.1, 00:20:00, Serial1
C 10.1.1.0/24 is directly connected, Serial0
C 10.10.10.0/24 is directly connected, Loopback0
O 10.10.33.0/24 [110/74] via 192.168.20.1, 00:20:00, Serial1
C 10.10.44.0/24 is directly connected, Ethernet0

R4#sh frame map
Serial0 (up): ip 10.1.1.1 dlci 401(0x191,0x6410), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.2 dlci 402(0x192,0x6420), static, broadcast,
CISCO, status defined, active
Serial0 (up): ip 10.1.1.3 dlci 403(0x193,0x6430), static, broadcast,
CISCO, status defined, active
Back to top
View user's profile Send private message
Display posts from previous:   
AcceliNetworks Forum Index -> Associate  
Post new topic   Reply to topic All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum