We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
+------+ +------+ | R1 |-------- | R2 |-------- +------+ +------+ r1-eth0 r2-eth0 r2-eth1
r1 conf
int r1-eth0 ipv6 address fe80:0:0:0:6731:0:59d3:a4/64 ip address 8.8.8.8/20 babel wired router babel network r1-eth0 redistribute ipv4 connected
r2 conf
int r2-eth0 ipv6 address fe80:0:0:0:271a:0:2938:4f/64 ip address 8.8.8.9/20 babel wired int r2-eth0 ipv6 address fe80:0:0:0:271a:0:3000:5e/64 ip address 10.10.10.9/20 babel wired router babel network r2-eth0 redistribute ipv4 connected
r1's routing table
8.8.0.0/20 metric 96 refmetric 0 id 26:d8:32:ff:fe:09:21:64 seqno 25796 age 5 via r1-eth0 neigh fe80::271a:0:3000:5e nexthop 8.8.8.9 (feasible) 10.10.0.0/20 metric 96 refmetric 0 id 26:d8:32:ff:fe:09:21:64 seqno 25796 age 5 via r1-eth0 neigh fe80::271a:0:3000:5e nexthop 8.8.8.9 (installed) 8.8.0.0/20 metric 0 (exported)
When we reset r1-eth0, the router table of r1 will not show subnetwork in r2-eth1.
r1-eth0
r1
r2-eth1
router babel no network r1-eth0 network r1-eth0
r1's routing only contains
8.8.0.0/20 metric 0 (exported)
10.2
Reset one interface, for example
Routing table is updated.
Routing table is not updated.
No response
The text was updated successfully, but these errors were encountered:
Reset interface will cause interface to stop operate, which is fixed. #10893
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Description
+------+ +------+
| R1 |-------- | R2 |--------
+------+ +------+
r1-eth0 r2-eth0 r2-eth1
r1 conf
r2 conf
r1's routing table
When we reset
r1-eth0
, the router table ofr1
will not show subnetwork inr2-eth1
.r1's routing only contains
Version
How to reproduce
Reset one interface, for example
Expected behavior
Routing table is updated.
Actual behavior
Routing table is not updated.
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: