cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
352
Views
5
Helpful
2
Replies

Frame Relay Point to Multipoint with EIGRP

Theodore April
Level 1
Level 1

Good Evening All,

 

Need some help - Frame Relay Point to Multipoint with EIGRP

 

problem -

I'm able to connect / ping from SW1 to R2

I'm not able to ping or connect to R1

 

R1 is able to ping only as far as 10.0.0.1 which is the Gateway for SW1

Frame Relay Point to Multipoint with EIGRP.JPG

 

Below is the config for Router 1

R1#sh run
Building configuration...

Current configuration : 1579 bytes
!
! Last configuration change at 19:42:52 EET Tue Apr 3 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service compress-config
!
hostname R1
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$dTpN$VwjDKuuikkvKoa0voPAri/
enable password 7 060506324F41
!
no aaa new-model
clock timezone EET 2 0
!
!         
!
!
!
!
!
!
no ip domain-lookup
ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!         
!
!
!
!
!
!
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.0
!
interface Ethernet0/0
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Serial1/0
 no ip address
 shutdown
 no fair-queue
 serial restart-delay 0
!
interface Serial1/1
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial1/1.1 multipoint
 ip address 192.168.0.1 255.255.255.248
 no ip split-horizon eigrp 1
 frame-relay map ip 192.168.0.2 102 broadcast
 frame-relay map ip 192.168.0.3 103 broadcast
 no frame-relay inverse-arp
!
interface Serial1/2
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!         
!
router eigrp 1
 network 192.168.0.0 0.0.0.7
 network 192.168.1.0
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
line con 0
 password 7 0822455D0A16
 logging synchronous
line aux 0
line vty 0 4
 password 7 045802150C2E
 login
 transport input all
!
!
end

 

Below is the config for Router 2

 

R2#
R2#sh run
Building configuration...

Current configuration : 1628 bytes
!
! Last configuration change at 20:13:08 EET Tue Apr 3 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service compress-config
!
hostname R2
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$thDp$88jprJEaf/DtGguKRFcwA/
enable password 7 01100F175804
!
no aaa new-model
clock timezone EET 2 0
!
!         
!
!
!
!
!
!
no ip domain-lookup
ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!         
!
!
!
!
!
!
!
interface Loopback0
 ip address 192.168.2.1 255.255.255.0
!
interface Ethernet0/0
 switchport mode access
 spanning-tree portfast edge
!
interface Ethernet0/1
!
interface Ethernet0/2
!
interface Ethernet0/3
!
interface Serial1/0
 no ip address
 shutdown
 no fair-queue
 serial restart-delay 0
!
interface Serial1/1
 no ip address
 shutdown
 serial restart-delay 0
!
interface Serial1/2
 no ip address
 encapsulation frame-relay
 serial restart-delay 0
!
interface Serial1/2.1 point-to-point
 ip address 192.168.0.2 255.255.255.248
 frame-relay interface-dlci 201   
!
interface Serial1/3
 no ip address
 shutdown
 serial restart-delay 0
!
interface Vlan1
 ip address 10.0.0.1 255.255.255.0
!
!
router eigrp 1
 network 10.0.0.0 0.0.0.255
 network 192.168.0.0 0.0.0.7
 network 192.168.2.0
 passive-interface Vlan1
!
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
line con 0
 password 7 00071A150754
 logging synchronous
line aux 0
line vty 0 4
 password 7 110A1016141D
 login
 transport input all
!
!
end

 

Below is the config for SW1

 

SW1#sh run  
Building configuration...

Current configuration : 1204 bytes
!
! Last configuration change at 20:13:07 EET Tue Apr 3 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service compress-config
!
hostname SW1
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$7eb.$J3brSO3bCtDBZiot3FEOP0
enable password 7 02050D480809
!
no aaa new-model
clock timezone EET 2 0
!
!         
!
!
!
!
!
!
no ip domain-lookup
ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!
!         
!
!
!
!
!
!
!
interface Ethernet0/0
 switchport mode access
 spanning-tree portfast edge
!
interface Ethernet0/1
 switchport mode access
 spanning-tree portfast edge
!
interface Ethernet0/2
 switchport mode access
 spanning-tree portfast edge
!
interface Ethernet0/3
 switchport mode access
 spanning-tree portfast edge
!         
interface Vlan1
 ip address 10.0.0.2 255.255.255.0
!
ip default-gateway 10.0.0.1
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
line con 0
 password 7 110A1016141D
 logging synchronous
line aux 0
line vty 0 4
 password 7 094F471A1A0A
 login
 transport input all
!
!
end

SW1#

 

2 Replies 2

Harold Ritter
Cisco Employee
Cisco Employee

The command "ip default-gateway 10.0.0.1" is only used if "ip routing" is disabled on the device. Your device has "ip routing enabled", hence it doesn't work. Try configuring a static default route instead:

 

ip route 0.0.0.0 0.0.0.0 10.0.0.1

 

Regards,

Harold Ritter
Sr Technical Leader
CCIE 4168 (R&S, SP)
harold@cisco.com
México móvil: +52 1 55 8312 4915
Cisco México
Paseo de la Reforma 222
Piso 19
Cuauhtémoc, Juárez
Ciudad de México, 06600
México

Hi Harold ,

 

Thank you for your quick response

 

advise - disable ip routing

 

still not able to ping to Router1

something must be stopping my route on R2

 

see updated config

SW1#
SW1#
SW1#sh run
Building configuration...

Current configuration : 1240 bytes
!
! Last configuration change at 23:28:04 EET Tue Apr 3 2018
!
version 15.2
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service compress-config
!
hostname SW1
!
boot-start-marker
boot-end-marker
!
!
enable secret 5 $1$7eb.$J3brSO3bCtDBZiot3FEOP0
enable password 7 02050D480809
!
no aaa new-model
clock timezone EET 2 0
!
!         
!
!
!
no ip routing
!
!
!
no ip domain-lookup
no ip cef
no ipv6 cef
!
!
!
spanning-tree mode rapid-pvst
spanning-tree extend system-id
!
vlan internal allocation policy ascending
!
!
!
!
!
!         
!
!
!
!
!
!
!
!
interface Ethernet0/0
 switchport mode access
 spanning-tree portfast edge
!
interface Ethernet0/1
 switchport mode access
 spanning-tree portfast edge
!
interface Ethernet0/2
 switchport mode access
 spanning-tree portfast edge
!
interface Ethernet0/3
 switchport mode access
 spanning-tree portfast edge
!
interface Vlan1
 ip address 10.0.0.2 255.255.255.0
 no ip route-cache
!
ip default-gateway 10.0.0.1
ip forward-protocol nd
!
no ip http server
no ip http secure-server
!
!
!
!
!
!
control-plane
!
!
line con 0
 password 7 110A1016141D
 logging synchronous
line aux 0
line vty 0 4
 password 7 094F471A1A0A
 login
 transport input all
!
!
end

SW1#
SW1#
SW1#
SW1#
SW1#ping 192.168.0.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 1/202/1004 ms
SW1#ping 192.168.0.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.1, timeout is 2 seconds:
.....
Success rate is 0 percent (0/5)
SW1#

 

 

Review Cisco Networking products for a $25 gift card