-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathR8.txt
46 lines (39 loc) · 896 Bytes
/
R8.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
conf t
ipv6 unicast-routing
int f0/0
no ip address
ip address 210.132.187.129 255.255.255.128
no shutdown
exit
int e0/0
no ip address
ipv6 enable
ipv6 address FD03:1:1:A::8/64
ipv6 address FE80::8 link-local
no shutdown
exit
int e1/0
no ip address
ipv6 enable
ipv6 address FD03:1:1:6::8/64
ipv6 address FE80::8 link-local
no shutdown
exit
int tunnel0
no ip address
no ip redirects
ipv6 address 2002:D284:BB81:3::1/64
tunnel source f0/0
tunnel mode ipv6ip 6to4
no shutdown
exit
ipv6 route ::/0 tunnel0 2002:D284:BB82:3::2
ipv6 route fd03:1:1:9::/64 e0/0 FE80::7
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