
I've configured "Frame-Relay Multipoint Subinterfaces" over OSPF. But it doesn't work and there is no ping between Hub & Spokes.
And How to configure the Cloud?
This the RT5 (HUB) #show run :
!
interface Loopback11
ip address 10.11.5.5 255.255.255.255
!
!
interface Serial0/0/0
no ip address
encapsulation frame-relay
clock rate 2000000
!
interface Serial0/0/0.1 multipoint
ip address 199.199.199.5 255.255.255.248
frame-relay map ip 199.199.199.1 501 broadcast
frame-relay map ip 199.199.199.2 502 broadcast
frame-relay map ip 199.199.199.3 503 broadcast
ip ospf message-digest-key 1 md5 cisco
ip ospf network broadcast
clock rate 2000000
!
!
router ospf 8
router-id 10.11.5.5
log-adjacency-changes
area 0 authentication message-digest
network 199.199.199.0 0.0.0.7 area 0
network 10.11.5.5 0.0.0.0 area 0
!
ip classless
!
!
no cdp run
!
!
line con 0
exec-timeout 0 0
logging synchronous
login local
!
line aux 0
!
line vty 0 3
exec-timeout 0 0
logging synchronous
login local
line vty 4
login
!
THIS is RT5 (HUB) #show frame-relay lmi:
HUB#sho frame lmi
LMI Statistics for interface Serial0/0/0 (Frame Relay DTE) LMI TYPE = CISCO
Invalid Unnumbered info 0 Invalid Prot Disc 0
Invalid dummy Call Ref 0 Invalid Msg Type 0
Invalid Status Message 0 Invalid Lock Shift 0
Invalid Information ID 0 Invalid Report IE Len 0
Invalid Report Request 0 Invalid Keep IE Len 0
Num Status Enq. Sent 127 Num Status msgs Rcvd 126
Num Update Status Rcvd 0 Num Status Timeouts 16
LMI Statistics for interface Serial0/0/0.1 (Frame Relay DTE) LMI TYPE = CISCO
Invalid Unnumbered info 0 Invalid Prot Disc 0
Invalid dummy Call Ref 0 Invalid Msg Type 0
Invalid Status Message 0 Invalid Lock Shift 0
Invalid Information ID 0 Invalid Report IE Len 0
Invalid Report Request 0 Invalid Keep IE Len 0
Num Status Enq. Sent 0 Num Status msgs Rcvd 0
Num Update Status Rcvd 0 Num Status Timeouts 16
HUB#
This is RT5 (HUB) #show fr PVC
HUB#show frame-relay pvc
PVC Statistics for interface Serial0/0/0 (Frame Relay DTE)
DLCI = 501, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.1
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 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 32795 out bcast bytes 6216155
DLCI = 502, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.1
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 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 32795 out bcast bytes 6216155
DLCI = 503, DLCI USAGE = LOCAL, PVC STATUS = ACTIVE, INTERFACE = Serial0/0/0.1
input pkts 14055 output pkts 32795 in bytes 1096228
out bytes 6216155 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 32795 out bcast bytes 6216155
THIS is RT5 (HUB) #show ip route
Gateway of last resort is not set
10.0.0.0/32 is subnetted, 1 subnets
C 10.11.5.5/32 is directly connected, Loopback11
199.199.199.0/24 is variably subnetted, 2 subnets, 2 masks
C 199.199.199.0/29 is directly connected, Serial0/0/0.1
L 199.199.199.5/32 is directly connected, Serial0/0/0.1
THIS is RT5 (HUB) #show ip interface brief
Serial0/0/0 unassigned YES unset up up
Serial0/0/0.1 199.199.199.5 YES manual up up
Loopback11 10.11.5.5 YES manual up up