cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Ospf state INIT and not FULL

iccjflores
Level 1
Level 1

Hello i have a problem beacuse the ospf protocol can´t pass to FULL state, this said that is INIT, the configuration in both interface are:

R_1#sh int multilink 11R_2#sh int multilink 11
Multilink11 is up, line protocol is up Multilink11 is up, line protocol is up
  Hardware is multilink group interface  Hardware is multilink group interface
  Description: R_2  Description: R_1
  Internet address is 172.16.49.17/30  Internet address is 172.16.49.18/30
  MTU 4470 bytes, BW 9920 Kbit, DLY 20000 usec,   MTU 4470 bytes, BW 9920 Kbit, DLY 20000 usec,
     reliability 255/255, txload 1/255, rxload 1/255     reliability 255/255, txload 1/255, rxload 1/255
  Encapsulation PPP, LCP Open, multilink Open  Encapsulation PPP, LCP Open, multilink Open
  Open: IPCP, TAGCP, CDPCP, loopback not set  Open: IPCP, TAGCP, CDPCP, loopback not set
  Keepalive set (10 sec)  Keepalive set (10 sec)
  DTR is pulsed for 2 seconds on reset  DTR is pulsed for 2 seconds on reset
  Last input 00:00:00, output 00:00:03, output hang never  Last input 6d21h, output 00:00:00, output hang never
  Last clearing of "show interface" counters 00:14:12  Last clearing of "show interface" counters 3d14h
  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0  Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
  Queueing strategy: Class-based queueing  Queueing strategy: Class-based queueing
  Output queue: 0/40 (size/max)  Output queue: 0/40 (size/max)
  5 minute input rate 0 bits/sec, 0 packets/sec  5 minute input rate 0 bits/sec, 0 packets/sec
  5 minute output rate 0 bits/sec, 0 packets/sec  5 minute output rate 0 bits/sec, 0 packets/sec
     1137 packets input, 52394 bytes, 0 no buffer     0 packets input, 0 bytes, 0 no buffer
     Received 0 broadcasts (0 IP multicasts)     Received 0 broadcasts (0 IP multicasts)
     0 runts, 0 giants, 0 throttles      0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
     840 packets output, 13440 bytes, 0 underruns     109525 packets output, 9386764 bytes, 0 underruns
     0 output errors, 0 collisions, 0 interface resets     0 output errors, 0 collisions, 0 interface resets
     0 output buffer failures, 0 output buffers swapped out     0 output buffer failures, 0 output buffers swapped out
     0 carrier transitions     0 carrier transitions
R_1#sh run int multilin11R_2#sh run int multili11
interface Multilink11interface Multilink11
  Description: R_2  Description: R_1
mtu 4470 mtu 4470
ip address 172.16.49.17 255.255.255.252 ip address 172.16.49.18 255.255.255.252
ip ospf cost 7999 ip flow ingress
ip ospf mtu-ignore ip ospf cost 7999
logging event link-status ip ospf mtu-ignore
logging ip access-list cache in logging event link-status
logging ip access-list cache out mpls label protocol ldp
mpls label protocol ldp mpls ip
mpls ip ppp multilink
ppp multilink ppp multilink links minimum 1
ppp multilink links maximum 5 ppp multilink group 11
ppp multilink links minimum 1 service-policy output TK-MPLS
ppp multilink group 11end
service-policy output TK-MPLS

end

Only on R1 i see the state of INIT

R_1#sh ip ospf neighbor R_2#sh ip ospf neighbor
Neighbor ID     Pri   State           Dead Time   Address         Interface
150.220.250.180   0   INIT/  -        00:00:36    172.16.49.18    Multilink11
Who Me Too'd this topic