Skip to content

Commit c51fe30

Browse files
authored
Merge pull request #14 from Max-Sir/develop
Lab 4 now is ready, but nd option left
2 parents 4b232d8 + 41e2818 commit c51fe30

File tree

9 files changed

+39
-10
lines changed

9 files changed

+39
-10
lines changed

R1.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,9 @@ ipv6 address FD03:1:1:4::1/64
2121
ipv6 address FE80::1 link-local
2222
no shutdown
2323
exit
24-
ipv6 route ::/0 e1/0 FE80::7
24+
25+
ipv6 route ::/0 f0/0 FE80::7
26+
ipv6 route fd03:1:1:5::/64 e1/0 FE80::3
27+
ipv6 route fd03:1:1:2::/64 e1/0 FE80::3
28+
ipv6 route fd03:1:1:7::/64 e1/0 FE80::3
29+
end

R3.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ ipv6 address FE80::3 link-local
2525
no shutdown
2626
exit
2727

28-
ipv6 route ::/0 e1/0 FE80::1
28+
ipv6 route ::/0 e1/0 FE80::1
29+
ipv6 route fd03:1:1:2::/64 f0/0 FE80::5
30+
ipv6 route fd03:1:1:7::/64 f0/0 FE80::5

R4.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
conf t
32
ipv6 unicast-routing
43

54
int l0
65
no ip address
76
ipv6 enable
8-
ipv6 address 2a00:c820:a000::/29
7+
ipv6 address 2a00:c820:a000::/64
98
no shutdown
109
exit
1110

@@ -26,4 +25,11 @@ exit
2625

2726
ipv6 route ::0/0 tunnel0 2002:D284:BB81:3::1
2827

28+
ipv6 route fd03:1:1:a::/64 f0/0 FE80::8
29+
ipv6 route fd03:1:1:9::/64 f0/0 FE80::8
30+
ipv6 route fd03:1:1:4::/64 f0/0 FE80::8
31+
ipv6 route fd03:1:1:5::/64 f0/0 FE80::8
32+
ipv6 route fd03:1:1:2::/64 f0/0 FE80::8
33+
ipv6 route fd03:1:1:7::/64 f0/0 FE80::8
34+
2935
end

R5.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,6 @@ ipv6 address FE80::5 link-local
2525
no shutdown
2626
exit
2727

28-
ipv6 route ::/0 f0/0 FE80::3
28+
ipv6 route ::/0 f0/0 FE80::3
29+
ipv6 route fd03:1:1:7::/64 e1/0 FE80::2
30+
end

R6.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ conf t
33
int l0
44
no ip address
55
ipv6 enable
6-
ipv6 address 2a00:c820:b000::/29
6+
ipv6 address 2a00:c820:b000::/64
77
no shutdown
88
exit
99

@@ -23,7 +23,6 @@ ipv6 address FE80::6 link-local
2323
no shutdown
2424
exit
2525

26-
2726
int e0/0
2827
no ip address
2928
ipv6 enable

R7.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ ipv6 address FE80::7 link-local
1717
no shutdown
1818
exit
1919

20-
2120
int f0/0
2221
no ip address
2322
ipv6 enable
@@ -26,4 +25,9 @@ ipv6 address FE80::7 link-local
2625
no shutdown
2726
exit
2827

29-
ipv6 route ::/0 e0/0 FE80::8
28+
ipv6 route ::/0 e0/0 FE80::8
29+
ipv6 route fd03:1:1:4::/64 f0/0 FE80::1
30+
ipv6 route fd03:1:1:5::/64 f0/0 FE80::1
31+
ipv6 route fd03:1:1:2::/64 f0/0 FE80::1
32+
ipv6 route fd03:1:1:7::/64 f0/0 FE80::1
33+
end

R8.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,10 @@ tunnel mode ipv6ip 6to4
3333
no shutdown
3434
exit
3535

36-
ipv6 route ::/0 tunnel0 2002:D284:BB82:3::2
36+
ipv6 route ::/0 tunnel0 2002:D284:BB82:3::2
37+
ipv6 route fd03:1:1:9::/64 e0/0 FE80::7
38+
ipv6 route fd03:1:1:4::/64 e0/0 FE80::7
39+
ipv6 route fd03:1:1:5::/64 e0/0 FE80::7
40+
ipv6 route fd03:1:1:2::/64 e0/0 FE80::7
41+
ipv6 route fd03:1:1:7::/64 e0/0 FE80::7
42+
end

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# GNSv3_Lab_Work
2+
4th lab in gns
3+
4+
this is the 4th lab of AKSiS subject BSUIR 2022<br>
5+
**by Syromolotov Maxim**

2.MD renamed to image.MD

File renamed without changes.

0 commit comments

Comments
 (0)