Lines Matching full:2000
147 # N1: 2000:101::/64
148 # N2: 2000:102::/64
149 # N3: 2000:103::/64
157 # the IPv6 address of R1's interface on N2 is 2000:102::1/64
179 connect_ns $r2 eth3 - 2000:103::2/64 $h2 eth3 - 2000:103::4/64
180 ip netns exec $h2 ip route add default via 2000:103::2
183 connect_ns $r1 eth2 - 2000:102::1/64 $r2 eth2 - 2000:102::2/64
184 ip netns exec $r1 ip route add default via 2000:102::2
189 ip netns exec $r1 ip addr add 2000:101::1/64 dev ${brdev}
191 connect_ns $h1 eth0 - 2000:101::3/64 $r1 eth0 - -
193 ip netns exec $h1 ip route add default via 2000:101::1
195 connect_ns $r2 eth1 - 2000:101::2/64 $r1 eth1 - -
199 ip netns exec $h1 ping6 -c5 2000:103::4 >/dev/null 2>&1
213 # traceroute6 host-2 from host-1 (expects 2000:102::2)
214 run_cmd $h1 "traceroute6 2000:103::4 | grep -q 2000:102::2"