Just got back from vacation. I even whip out config with a new one and still can't ping the serial interfaces on router A and B. I remember when I first set this up it work fine now it doesn't. Also on router B which is a 3620 i can't even ping the ethernet interface. If i do a sh inter e0 states the interface is up, what gives. If i want routers A and B to be able to ping each others ethernet interfaces do I need static routes? Here is my running configs for all 3 routers. Thanks so much who helps
Frameswitch

CE
Building configuration...
Current configuration:
!
version 12.0
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Switch
!
enable secret 5 /
enable password !
memory-size iomem 15
ip subnet-zero
ip dhcp excluded-address 192.68.2.1 192.68.2.5
!
ip dhcp pool 2621
network 192.68.2.0 255.255.255.0
default-router 192.68.2.1
!
ip dhcp-server 192.68.2.1
frame-relay switching
interface FastEthernet0/0
ip address 192.68.2.1 255.255.255.0
no ip directed-broadcas
speed 10
full-duplex
interface Serial0/0
no ip address
no ip directed-broadcast
encapsulation frame-relay
no ip mroute-cache
clockrate 56000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 100 interface Serial0/1 101
interface FastEthernet0/1
no ip address
no ip directed-broadcast
shutdown
interface Serial0/1
no ip address
no ip directed-broadcast
encapsulation frame-relay
clockrate 56000
frame-relay lmi-type ansi
frame-relay intf-type dce
frame-relay route 101 interface Serial0/0 100
ip classless
ip http server
snmp-server engineID local 00000009020000D0BADFEDE0
snmp-server community public R
line con 0
transport input none
line aux 0
line vty 0
password xxxxxxxx
login
no scheduler allocate
Switch#
Switch#sh frame pvc
PVC Statistics for interface Serial0/0 (Frame Relay DCE)
Active Inactive Deleted Static
Local 0 0 0 0
Switched 1 0 0 0
Unused 0 0 0 0
DLCI = 100, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/0
input pkts 2 output pkts 11 in bytes 60
out bytes 1070 dropped pkts 0 in FECN pkts 0
in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
in DE pkts 0 out DE pkts 0
out bcast pkts 0 out bcast bytes 0 Num Pkts Switched 2
pvc create time 1d17h, last time pvc status changed 1d17h
--More--
--More-- PVC Statistics for interface Serial0/1 (Frame Relay DCE)
--More--
--More-- Active Inactive Deleted Static
--More-- Local 0 0 0 0
--More-- Switched 1 0 0 0
--More-- Unused 0 0 0 0
--More--
--More-- DLCI = 101, DLCI USAGE = SWITCHED, PVC STATUS = ACTIVE, INTERFACE = Serial0/1
--More--
--More-- input pkts 11 output pkts 2 in bytes 1070
--More-- out bytes 60 dropped pkts 0 in FECN pkts 0
--More-- in BECN pkts 0 out FECN pkts 0 out BECN pkts 0
--More-- in DE pkts 0 out DE pkts 0
--More-- out bcast pkts 0 out bcast bytes 0 Num Pkts Switched 11
--More-- pvc create time 1d17h, last time pvc status changed 1d17h
RouterA#DTE
n
Building configuration...
Current configuration:
!
version 12.0
no service pad
service timestamps debug uptime
service timestamps log uptime
service password-encryption
no service dhcp
!
hostname RouterA
!
boot system flash
no logging console
enable secret 5 $1$jb8i$kjQddmGpU3IDKz21wrLjR0
enable password 7 1543595D56
!
!
!
!
!
ip subnet-zero
no ip finger
no ip domain-lookup
isdn switch-type basic-ni
process-max-time 200
interface Ethernet0
ip address 192.68.1.1 255.255.255.0
no ip directed-broadcastno
ip proxy-arp
ip nat inside
interface Serial0
ip address 192.1.1.1 255.255.255.0
no ip directed-broadcast
encapsulation frame-relay
frame-relay lmi-type ansi
interface BRI0
no ip address
no ip directed-broadcast
ip nat outside
encapsulation ppp
dialer rotary-group 1
isdn switch-type basic-ni
isdn spid1 xxxxxxxxxxxxxx
isdn spid2 xxxxxxxxxxxxx
interface Dialer1
description connection to ISP
ip address xxx.xxx.xxxx.xxxx
ip access-group 100 out
no ip directed-broadcast
no ip proxy-arp
ip nat outside
encapsulation ppp
dialer in-band
dialer idle-timeout 300
dialer string 3128957827
dialer load-threshold 3 either
dialer-group 1
no cdp enable
ppp authentication pap callin
ppp pap sent-username 1105@access password 7 000D1F51520A5854
ppp multilink
ip nat inside source list 100 interface Dialer1 overload
no ip classless
ip route 0.0.0.0 0.0.0.0 Dialer1 10
ip route 0.0.0.0 0.0.0.0 Serial0 15
no ip http server
access-list 100 permit ip any any
access-list 100 deny ip any any
dialer-list 1 protocol ip list 100
banner motd ^C WARNING!!! UNAUTHORIZED USE WILL BE PUNISH, YOU HAVE BEEN WARNED ^C
line con 0
exec-timeout 0 0
transport input none
lpassword 7 08701E1F5B
login
RouterB#
sh run
Building configuration...
Current configuration:
!
version 11.1
service udp-small-servers
service tcp-small-servers
!
hostname RouterB
!
enable secret 5
enable password
!
ip subnet-zero
!
interface Ethernet0/0
ip address 192.68.3.1 255.255.255.0
no mop enabled
!
interface Serial0/0
ip address 192.1.1.3 255.255.255.0
encapsulation frame-relay
frame-relay lmi-type ansi
!
-
no ip classless
ip route 0.0.0.0 0.0.0.0 Serial0/0
snmp-server community
line con 0
line aux 0
line vty 0 4
password
login
end
I can't even ping the ethernet interface on router B please any suggestions, thanks alot.