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

EIGRPD: Failed to set interface commands #18295

Open
2 tasks done
Shbinging opened this issue Mar 3, 2025 · 0 comments
Open
2 tasks done

EIGRPD: Failed to set interface commands #18295

Shbinging opened this issue Mar 3, 2025 · 0 comments
Labels
triage Needs further investigation

Comments

@Shbinging
Copy link
Contributor

Shbinging commented Mar 3, 2025

Description

All interface commands of EIGRP protocol (prefix is ip ..., such as ip bandwidth) don't work if they are set before network <IP> command. More specifically, if interface commands are set in the interface which is currently not added to eigrp by network <IP> command, vtysh fail to configure these commands with error message Error type: validation.

For example,
Configuration:

int r1-eth0
  delay 1
  ip address 8.8.8.8/10

router eigrp 1
  network 8.8.8.8/10

int r1-eth0
  delay 2

Output:
Vtysh fail to configure the first command of type delay (i.e. delay 1) with the following error message.

% Configuration failed.

Error type: validation

Version

10.1

How to reproduce

int r1-eth0
  delay 1

Expected behavior

No error.

Actual behavior

% Configuration failed.

Error type: validation

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 Mar 3, 2025
@Shbinging Shbinging changed the title EIGRP: Failed to set delay and bandwidth EIGRPD: Failed to set delay and bandwidth Mar 3, 2025
@Shbinging Shbinging changed the title EIGRPD: Failed to set delay and bandwidth EIGRPD: Failed to set interface command Mar 3, 2025
@Shbinging Shbinging changed the title EIGRPD: Failed to set interface command EIGRPD: Failed to set interface commands Mar 3, 2025
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

Successfully merging a pull request may close this issue.

1 participant