hi fellows,
I have the following frame-relay configuration
AT HEADQUARTER
---------------
Version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
hostname FR_Sw
enable password upl
frame-relay switching
process-max-time 200
interface Ethernet0
ip address 192.168.16.199 255.255.255.192
no keepalive
interface Ethernet1
no ip address
shutdown
media-type 10BaseT
!
interface Serial0
no ip address
encapsulation frame-relay
no ip mroute-cache
clockrate 64000
frame-relay interface-dlci 20
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 20 interface Serial1 40
!
interface Serial0.1 multipoint
ip address 10.10.10.1 255.255.255.0
!
interface Serial1
no ip address
encapsulation frame-relay
clockrate 64000
frame-relay interface-dlci 40
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 40 interface Serial0 20
!
interface Serial1.1 multipoint
ip address 20.20.20.1 255.255.255.0
!
interface Serial2
no ip address
shutdown
!
interface Serial3
no ip address
shutdown
!
ip classless
ip route 10.10.10.0 255.255.255.0 Serial0
ip route 20.20.20.0 255.255.255.0 Serial1
ip route 192.168.16.192 255.255.255.192 Ethernet0
line con 0
line aux 0
line vty 0 4
password upl
login
!
end
AT REMOTE LOCATION 1
--------------------
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
hostname CL1
!
enable secret 5 $1$279I$ToihxuVJ9oDF/AmcLvFV7/
enable password upl
process-max-time 200
!
interface Ethernet0
ip address 192.168.16.199 255.255.255.192
no keepalive
!
interface Serial0
no ip address
encapsulation frame-relay
no ip mroute-cache
frame-relay map ip 20.20.20.1 20
frame-relay lmi-type cisco
!
interface Serial0.1 point-to-point
ip address 10.10.10.2 255.255.255.0
!
interface Serial1
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 10.10.10.0 255.255.255.0 Serial0
ip route 192.168.16.192 255.255.255.192 Ethernet0
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line aux 0
line vty 0 4
password upl
login
!
end
AT REMOTE LOCATION 2
---------------------
version 11.3
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname CL2
!
enable secret 5 $1$XUAf$qcDTqDteLkFsvFFzO7/6Q.
enable password upl
process-max-time 200
!
interface Ethernet0
ip address 192.168.16.199 255.255.255.192
no keepalive
!
interface Serial0
no ip address
encapsulation frame-relay
no ip mroute-cache
frame-relay map ip 10.10.10.1 40
frame-relay lmi-type cisco
!
interface Serial0.1 point-to-point
ip address 20.20.20.2 255.255.255.0
!
interface Serial1
no ip address
!
interface BRI0
no ip address
shutdown
!
ip classless
ip route 0.0.0.0 0.0.0.0 Serial0
ip route 192.168.16.192 255.255.255.192 Ethernet0
!
dialer-list 1 protocol ip permit
dialer-list 1 protocol ipx permit
!
line con 0
line aux 0
line vty 0 4
password upl
login
!
end
after all configuration I can't ping even my own interfaces and obviously
remote sites...
all pvcs are active
all subinterfaces are up..
please tell me what wrong.....
thanx in advance........
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com
___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]