I have a frame relay switch setup. Which is setup with a four router network. One of the routers is not establishing a connection to the frame relay switch. This router is Router2. Router2 is connected to the Frame Relay Switch on Serial 1. Below is a copy of the configuration of the frame relay switch and Router2's configuration. What is wrong in the configuration?
Thank You
!
interface Serial1
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clockrate 56000
frame-relay intf-type dce
frame-relay route 112 interface Serial3 211
frame-relay route 197 interface Serial0 791
frame-relay route 532 interface Serial2 235
!
interface Serial2
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 235 interface Serial1 532
frame-relay route 602 interface Serial3 206
frame-relay route 691 interface Serial0 196
!
interface Serial3
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 206 interface Serial2 602
frame-relay route 211 interface Serial1 112
frame-relay route 297 interface Serial0 792
!
interface TokenRing0
no ip address
shutdown
!
interface TokenRing1
no ip address
shutdown
!
ip classless
no ip http server
!
!
!
line con 0
exec-timeout 0 0
login
line aux 0
transport input all
line vty 0 4
login
!
end
Router2 Config
Current configuration : 1022 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router2
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
no ip dhcp-client network-discovery
!
!
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Ethernet0
ip address 172.12.23.2 255.255.255.0
!
interface Serial0
ip address 172.12.123.2 255.255.255.0
encapsulation frame-relay
no fair-queue
frame-relay map ip 172.12.123.1 112 broadcast
frame-relay map ip 172.12.123.3 532 broadcast
frame-relay map ip 172.12.123.7 197 broadcast
!
interface Serial1
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
isdn x25 static-tei 0
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
!
ip kerberos source-interface any
ip classless
ip http server
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
transport input none
line aux 0
line vty 0 4
login
!
end
Thank You
!
interface Serial1
no ip address
encapsulation frame-relay
logging event subif-link-status
logging event dlci-status-change
clockrate 56000
frame-relay intf-type dce
frame-relay route 112 interface Serial3 211
frame-relay route 197 interface Serial0 791
frame-relay route 532 interface Serial2 235
!
interface Serial2
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 235 interface Serial1 532
frame-relay route 602 interface Serial3 206
frame-relay route 691 interface Serial0 196
!
interface Serial3
no ip address
encapsulation frame-relay
clockrate 56000
frame-relay intf-type dce
frame-relay route 206 interface Serial2 602
frame-relay route 211 interface Serial1 112
frame-relay route 297 interface Serial0 792
!
interface TokenRing0
no ip address
shutdown
!
interface TokenRing1
no ip address
shutdown
!
ip classless
no ip http server
!
!
!
line con 0
exec-timeout 0 0
login
line aux 0
transport input all
line vty 0 4
login
!
end
Router2 Config
Current configuration : 1022 bytes
!
version 12.2
no service single-slot-reload-enable
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname Router2
!
logging rate-limit console 10 except errors
!
ip subnet-zero
no ip finger
no ip domain-lookup
!
no ip dhcp-client network-discovery
!
!
!
!
interface Loopback0
ip address 2.2.2.2 255.255.255.255
!
interface Ethernet0
ip address 172.12.23.2 255.255.255.0
!
interface Serial0
ip address 172.12.123.2 255.255.255.0
encapsulation frame-relay
no fair-queue
frame-relay map ip 172.12.123.1 112 broadcast
frame-relay map ip 172.12.123.3 532 broadcast
frame-relay map ip 172.12.123.7 197 broadcast
!
interface Serial1
no ip address
shutdown
!
interface BRI0
no ip address
shutdown
isdn x25 static-tei 0
cdapi buffers regular 0
cdapi buffers raw 0
cdapi buffers large 0
!
ip kerberos source-interface any
ip classless
ip http server
!
!
!
line con 0
exec-timeout 0 0
logging synchronous
transport input none
line aux 0
line vty 0 4
login
!
end