NettableWalker
IS-IT--Management
Hi Everyone,
I am trying to get EIGRP to form adjacencies over a Frame-Relay connection using point-to-point Sub-interfaces.
I suspect that no multicast traffic is passing across this link..
I know for multi-point you must specify the "Broadcast" keyword to allow multicasts but what needs to be done in this case to allow EIGRP across?
My config is:
interface FastEthernet0
description Local LAN
ip address 10.0.0.22 255.255.0.0
speed 100
full-duplex
!
interface Serial0
description WAN Circuit
bandwidth 2048
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type ansi
!
interface Serial0.123 point-to-point
ip unnumbered FastEthernet0
no cdp enable
frame-relay interface-dlci 123 IETF
!
router eigrp 10
network 10.0.0.0
no auto-summary
MCP,CCA, Net+, 1 quarter CCNP...
I am trying to get EIGRP to form adjacencies over a Frame-Relay connection using point-to-point Sub-interfaces.
I suspect that no multicast traffic is passing across this link..
I know for multi-point you must specify the "Broadcast" keyword to allow multicasts but what needs to be done in this case to allow EIGRP across?
My config is:
interface FastEthernet0
description Local LAN
ip address 10.0.0.22 255.255.0.0
speed 100
full-duplex
!
interface Serial0
description WAN Circuit
bandwidth 2048
no ip address
encapsulation frame-relay IETF
no fair-queue
frame-relay lmi-type ansi
!
interface Serial0.123 point-to-point
ip unnumbered FastEthernet0
no cdp enable
frame-relay interface-dlci 123 IETF
!
router eigrp 10
network 10.0.0.0
no auto-summary
MCP,CCA, Net+, 1 quarter CCNP...