7.6.3 Exploring IPv6 Addressing On Routers
7.6.3 Exploring IPv6 Addressing On Routers
We're going to get into some IPv6 with this demo. We're going to get in and
assign some IPv6 addresses to some interfaces, and then we're going to set up
some static routes to actually pass some traffic back and forth.
I've already gone ahead a little bit and cheated, I guess, if you want to look at it that
way, in--that I already have Router 2 and Router 3 set up. I have their serial
interfaces set up with IPv6, I have their hosts set up with IPv6, and I have some
static routes already put on there, so I can actually already pass trafficbetween
Routers 2 and 3. But we want to get in and configure Router 1--get him in the
ballgame here--so we can get in and see how to configure these interfaces.
What we want to do is get on Router 1 and do this exact same thing. Obviously
we're going to use different address spaces, but we want to get on and set that so
we can pass that traffic host to host and hopefully ping from left to right, and right
to left, and up and down, and side to side, and every which way else.
What we ought to do is get into global configuration mode, and we want to use
'ipv6'--don't forget the v6 part--'route', and we want to route to the other LANs. So,
off of Router 2, this is its LAN address, /64, and then we want the exit interface. We
can actually get there either way because we have redundant links, but I'm going to
go the shortest way that we can, and then 'ipv6 route', and this is the 3 guy,
because he's off Router 3, and we can there out S0/0/0.
Now, let's do a 'show ipv6 route'. Here we go. These little static routes that I just put
in with the Ss, these are connected and local routes. We don't have to worry about
those right now. It's not what we're concerned with in this demo. We're concerned
with these guys right here, on how to get there and make sure they're in our
routing table.
Now let's see if we can get to that host off of Router 1, and we have that pinging all
the way around. As you can see, we're pinging from this router to this host and
this host, and I was on this router, and I pinged all the way around as well.
Summary 5:57-6:06
That's setting up a static IP address with IPv6 and some staticroutes, and then we
went ahead and pinged and did some traceroutes to test and verify that we have it
all set up.