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

MSD-004.003 default gateways added #3

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion R1.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ ipv6 address FD03:1:1:4::1/64
ipv6 address FE80::1 link-local
exit

ipv6 route
ipv6 route ::/0 e0/1 FE80::7
4 changes: 3 additions & 1 deletion R2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ no ip address
ipv6 enable
ipv6 address FD03:1:1:2::2/64
ipv6 address FE80::2 link-local
exit
exit

ipv6 route ::/0 e0/1 FE80::5
4 changes: 3 additions & 1 deletion R3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ no ip address
ipv6 enable
ipv6 address FD03:1:1:4::3/64
ipv6 address FE80::3 link-local
exit
exit

ipv6 route ::/0 e0/1 FE80::1
6 changes: 2 additions & 4 deletions R4.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
conf t

ipv6 unicast-routing

conf t

int l0
no ip address
ipv6 enable
Expand All @@ -12,15 +12,13 @@ exit
int f0/0
no ip address
ip address 210.132.187.130 255.255.255.128
ipv6 address FE80::4 link-local
no shutdown
exit

int tunnel0
no ip address
no ip redirects
ipv6 address 2002:D284:BB82:3::2/64
ipv6 address FE80::4 link-local
tunnel source f0/0
tunnel mode ipv6ip 6to4

Expand Down
4 changes: 3 additions & 1 deletion R5.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ no ip address
ipv6 enable
ipv6 address FD03:1:1:2::5/64
ipv6 address FE80::5 link-local
exit
exit

ipv6 route ::/0 f0/0 FE80::3
2 changes: 2 additions & 0 deletions R6.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,6 @@ ipv6 address FE80::6 link-local
no shutdown
exit

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

end
4 changes: 3 additions & 1 deletion R7.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,6 @@ no ip address
ipv6 enable
ipv6 address FD03:1:1:9::7/64
ipv6 address FE80::7 link-local
exit
exit

ipv6 route ::/0 e0/0 FE80::8
1 change: 0 additions & 1 deletion R8.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ int tunnel0
no ip address
no ip redirects
ipv6 address 2002:D284:BB81:3::1/64
ipv6 address FE80::8 link-local
tunnel source f0/0
tunnel mode ipv6ip 6to4

Expand Down