Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OSPFD: interface state machine stuck in waiting state #16905

Open
2 tasks done
Shbinging opened this issue Sep 24, 2024 · 0 comments
Open
2 tasks done

OSPFD: interface state machine stuck in waiting state #16905

Shbinging opened this issue Sep 24, 2024 · 0 comments
Labels
triage Needs further investigation

Comments

@Shbinging
Copy link
Contributor

Shbinging commented Sep 24, 2024

Description

After using the clear ip ospf process command, the ospf interface state will be stuck in the Waiting state.

Version

10.2

How to reproduce

  1. use the conf below to init ospf
interface r0-eth2
ip address 154.189.56.72/10
ip ospf area 0.0.0.2

router ospf
  1. After a few seconds, we enter the following two commands. At this time the state of r0-eth2 is Waiting.(We can see it using show ip ospf interface json)
ip ospf dead-interval 54315
clear ip ospf process

We set the waitTimer bound to a very large value.

  1. We then enter the following commands.
ip ospf dead-interval 1

In the absence of the clear ip ospf process command, the waitTimer will expire and the state will change to DR. But in the case of clear ip ospf process, the interface state will be stuck in Waiting state.

Expected behavior

State changes to DR.

Actual behavior

State is stuck in the Waiting state.

Additional context

No response

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.
@Shbinging Shbinging added the triage Needs further investigation label Sep 24, 2024
@Shbinging Shbinging changed the title ospfd: interface state machine stuck in waiting state OSPFD: interface state machine stuck in waiting state Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs further investigation
Projects
None yet
Development

No branches or pull requests

1 participant