# Lab 13-1: IPv6

### Summary

<figure><img src="/files/nj9ZM35sQ1jmTimUdv5w" alt=""><figcaption><p>Network Diagram</p></figcaption></figure>

### Setup

#### Machines

On Champlain & Middlebury Hosts: `Desktop-IP configuration: Click Auto-Config under IPv6 Configuration`

#### CC-R

```
enable
config t
ipv6 general-prefix champ-pre 2620:E4:C000::/64
interface FastEthernet 0/1
no shutdown
ipv6 address 2620:E4:C000::1/64
ipv6 unicast-routing
interface FastEthernet 0/1
ipv6 rip process1 enable
interface FastEthernet 0/0
ipv6 address autoconfig
no shutdown
ipv6 rip process1 enable
```

#### MC-R

```
enable
config t
ipv6 general-prefix mid-pre 2001:1890:139D::/64
interface FastEthernet 0/1
no shutdown
ipv6 address 2001:1890:139D::1/64
ipv6 unicast-routing
interface FastEthernet 0/1
ipv6 rip process1 enable
interface FastEthernet 0/0
ipv6 address autoconfig
no shutdown
ipv6 rip process1 enable
```

#### VTEL-ISP

```
enable
config t
ipv6 general-prefix vtel-pre 1800:2200:185::/64
interface FastEthernet 0/0
no shutdown
ipv6 address 1800:2200:185::/64 eui-64
ipv6 unicast-routing
interface FastEthernet 0/0
ipv6 rip process1 enable
! Exit config mode and run show ipv6 interface brief
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paul-gleason.gitbook.io/net-330-network-design/labs/lab-13-1-ipv6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
