From: David Chances (davidchances@yahoo.com)
Date: Thu Jul 17 2008 - 14:33:23 ART
You need to map your own IP address to a DLCI.
frame-relay map ip 10.10.1.1 102You don't need th Broadcasy keyword.
--- On Thu, 7/17/08, Jack Tsai <jacknew2005@gmail.com> wrote:
From: Jack Tsai <jacknew2005@gmail.com>
Subject: cannot ping my FR multipoint s1/0.1 ip address
To: "Cisco certification" <ccielab@groupstudy.com>
Date: Thursday, July 17, 2008, 10:34 AM
I was using Dynamips...
R1#ping 10.10.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 10.10.1.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
R1#sh ip route
Gateway of last resort is not set
172.16.0.0/32 is subnetted, 1 subnets
C 172.16.31.1 is directly connected, Loopback0
10.0.0.0/16 is subnetted, 3 subnets
C 10.10.0.0 is directly connected, Serial1/0.1
C 10.1.0.0 is directly connected, FastEthernet0/0
O IA 10.5.0.0 [110/74] via 10.10.5.5, 00:03:05, Serial1/0.1
R1#sh run
Building configuration...
Current configuration : 1397 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname R1
!
boot-start-marker
boot-end-marker
!
enable password cisco
!
no aaa new-model
memory-size iomem 5
!
!
ip cef
no ip domain lookup
!
!
interface Loopback0
ip address 172.16.31.1 255.255.255.255
!
interface FastEthernet0/0
ip address 10.1.1.1 255.255.0.0
duplex auto
speed auto
!
interface Serial1/0
no ip address
encapsulation frame-relay IETF
ip ospf network broadcast
serial restart-delay 0
!
interface Serial1/0.1 multipoint
ip address 10.10.1.1 255.255.0.0
ip ospf network broadcast
frame-relay map ip 10.10.2.2 102 broadcast CISCO
frame-relay map ip 10.10.3.3 103 broadcast
frame-relay map ip 10.10.5.5 105 broadcast
!
!
router ospf 1
log-adjacency-changes
network 10.1.0.0 0.0.255.255 area 1
network 10.10.0.0 0.0.255.255 area 0
!
Thanks,
Jack
This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:55 ART