Skip to content

Commit

Permalink
Merge pull request #16 from Max-Sir/develop
Browse files Browse the repository at this point in the history
fixed static routes bug
  • Loading branch information
Max-Sir authored May 9, 2022
2 parents c51fe30 + 7ba03f1 commit 3fb9a96
Show file tree
Hide file tree
Showing 7 changed files with 32 additions and 2 deletions.
6 changes: 6 additions & 0 deletions R1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,10 @@ ipv6 route ::/0 f0/0 FE80::7
ipv6 route fd03:1:1:5::/64 e1/0 FE80::3
ipv6 route fd03:1:1:2::/64 e1/0 FE80::3
ipv6 route fd03:1:1:7::/64 e1/0 FE80::3


ipv6 route fd03:1:1:6::/64 f0/0 FE80::7

ipv6 route fd03:1:1:3::/64 e1/0 FE80::3

end
8 changes: 7 additions & 1 deletion R2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,10 @@ ipv6 address FE80::2 link-local
no shutdown
exit

ipv6 route ::/0 e1/0 FE80::5
ipv6 route ::/0 e1/0 FE80::5

ipv6 route fd03:1:1:4::/64 e0/0 fe80::3
ipv6 route fd03:1:1:a::/64 e0/0 fe80::3
ipv6 route fd03:1:1:9::/64 e0/0 fe80::3

end
3 changes: 2 additions & 1 deletion R3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,5 @@ exit

ipv6 route ::/0 e1/0 FE80::1
ipv6 route fd03:1:1:2::/64 f0/0 FE80::5
ipv6 route fd03:1:1:7::/64 f0/0 FE80::5
ipv6 route fd03:1:1:7::/64 f0/0 FE80::5
end
2 changes: 2 additions & 0 deletions R5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ exit

ipv6 route ::/0 f0/0 FE80::3
ipv6 route fd03:1:1:7::/64 e1/0 FE80::2

ipv6 route fd03:1:1:a::/64 e0/0 FE80::7
end
5 changes: 5 additions & 0 deletions R6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,9 @@ exit

ipv6 route ::/0 f0/0 FE80::2

ipv6 route fd03:1:1:a::/64 e1/0 fe80::7

ipv6 route fd03:1:1:a::/64 e0/0 fe80::1
ipv6 route fd03:1:1:9::/64 e0/0 fe80::1

end
6 changes: 6 additions & 0 deletions R7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,10 @@ ipv6 route fd03:1:1:4::/64 f0/0 FE80::1
ipv6 route fd03:1:1:5::/64 f0/0 FE80::1
ipv6 route fd03:1:1:2::/64 f0/0 FE80::1
ipv6 route fd03:1:1:7::/64 f0/0 FE80::1

ipv6 route fd03:1:1:6::/64 e0/0 FE80::8

ipv6 route fd03:1:1:1::/64 f0/0 FE80::1
ipv6 route fd03:1:1:3::/64 f0/0 FE80::1

end
4 changes: 4 additions & 0 deletions R8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,8 @@ ipv6 route fd03:1:1:4::/64 e0/0 FE80::7
ipv6 route fd03:1:1:5::/64 e0/0 FE80::7
ipv6 route fd03:1:1:2::/64 e0/0 FE80::7
ipv6 route fd03:1:1:7::/64 e0/0 FE80::7

ipv6 route fd03:1:1:3::/64 e0/0 FE80::7
ipv6 route fd03:1:1:1::/64 e0/0 FE80::7
ipv6 route fd03:1:1:8::/64 e0/0 FE80::7
end

0 comments on commit 3fb9a96

Please sign in to comment.