From: Jason Madsen (madsen.jason@gmail.com)
Date: Thu Jul 17 2008 - 11:41:59 ART
that's normal frame behavior. you need to add your s1/0.1 interface address
to a "map ip" statement using one of your dlcis...anyone will work, but if
that link isn't up you still wont be able to ping your local address.
here's what you could add to your config' to ping your local address:
frame-relay map ip 10.10.1.1 105 (use any of your defined
dlci numbers at the end...not restricted to 105)
Jason
On Thu, Jul 17, 2008 at 8:34 AM, Jack Tsai <jacknew2005@gmail.com> wrote:
> 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
>
>
> _______________________________________________________________________
> Subscription information may be found at:
> http://www.groupstudy.com/list/CCIELab.html
This archive was generated by hypermail 2.1.4 : Mon Aug 04 2008 - 06:11:55 ART