Vous êtes sur la page 1sur 4

Design network infrastructure case study

Pv D CP
Topology
VL S ss C
Note: zzzz in IPv6 addressi ng will be give n to you by your Lab Instructor oo FF CE V D C
D Ss db
Do n S h. np
Link-local Addresses (all Interfaces) 2001:db8:zzzz:202::1/64 n n VL S fu D C
R1 – FE80::1 DLS1 – FE80::D1 R2 oo E E T V D
R2 – FE80::2 DLS2 – FE80::D2 C .2 .2 dd ss f db /
R3 – FE80::3 ALS1 – FE80::A1 D SS db
2001:db8:zzzz:10::/64 Do n S h. np
EIGRP Router-ID
R1 – 1.1.1.1 DLS1 – 11.11.11.11 2001:db8:zzzz:14::/64
R2 – 2.2.2.2 DLS2 – 12.12.12.12 S0/0/0
R3 – 3.3.3.3 .1
S0/0/1
.3
2001:db8:zzzz:201::1/64 R1 R3
F0/1 (Routers and
L3 Switches) 2001:db8:zzzz:212::/64
2001:db8:zzzz:20::/64

.D1 F0/5 .D2 F0/5

F0/4 F0/4 DLS2 IPs: 2001:db8:zzzz:x::D2/64


DLS1 IPs: 2001:db8:zzzz:x::D1/64 X=99,100,110,120,200
X=99,100,110,120,200 F0/3 F0/3

F0/2 Po10
F0/6 F0/1
DLS1 F0/1 802.1Q F0/2 DLS2

VLAN 99 Po1 F0/2 F0/3 Po2


802.1Q
802.1Q
F0/4
ALS1
VLAN VLAN Name IPV6 Network
F0/24
99 Management 2001:DB8:zzzz:99::/64 V P P P e
100 Servers 2001:DB8:zzzz:100::/64
VT od DLS p s DLS S LS C n
110 Guest 2001:DB8:zzzz:110::/64 VT V s on
VT Do n S TC L
120 Office 2001:DB8:zzzz:120::/64
VT ss o d Cs o
200 Voice 2001:DB8:zzzz:200::/64 V ST DLS oo fo VL s
VLAN 120 DLS oo fo VL s

S DLS fo VL s
DLS fo VL s
o s onds od s onds

Objectives

 Setup a pure IPv6 network


 Setup a VTP v3 Domain
Create and maintain VLANs
Configure 802.1Q Trunking
 Configure Layer 2 Etherchannels
 Configure inter-VLAN routing with HSRP for IPv6 to provide redundant, fault-tolerant routing to the
internal network
 Configure HSRP object tracking
 Adjust HSRP times for optimization
 Configure both stateful and stateless DHCP for IPv6

Background

Acme is company that is investigating the possibility of converting to a pure IPv6 environment, without
having to renew any of its routers and switches. They have just upgraded the test bed devices to IOS
version 15. The test bed consists of 2811 routers with IOS version c2800nm-adventerprisek9-mz.151-
4.M10, 3560v2 Switches with IOS version c3560-ipservicesk9-mz.150-2.SE9, and 2960 Switches with IOS
version c2960-lanbasek9-mz.150-2.SE9.

They want you to do a comparison of the ipv4 protocols with their equivalent ipv6 protocols, the benefits
and any problems with going to a pure ipv6 environment, and to test the feasibility of converting to pure
IPv6 by building a prototype using the topology above.

Documentation

You must produce a report that includes a discussion on the differences if any on the present ipv4 protocols
used and on any new ipv6 versions of the protocols that need to be used.

You need to discuss what changes have to incorporated to make the switch to a fully IPv6 environment, the
commands that need to be configured on the devices to achieve the IPv6 environment, the testing and
confirmation regime that is used verify that Acme can use the current devices in an IPv6 only environment.

Discussion of Protocols, Network Design and Issues Total 40 Marks


VTPv3 Domain 5
Vlans, STP 5
Trunking / Etherchannels 2
IPv6 Routing 6
IPv6 DHCP 6
InterVLAN Routing and IPv6 HSRP 6
System Testing and Verification Strategy 10
Report Structure and Layout Total 10 Marks
Clear Statement of Issues and good presentation style 8
Recommendations and conclusions 2
Implementation and Functionality Total 20 Marks
Switch Implementation for IPv6 3
VTPv3 Domain and VLAN Implementation 3
Trunking / Etherchannel Implementation 2
InterVLAN Routing and IPv6 HSRP Implementation 4
Ipv6 Routing Protocol Implementation 4
IPv6 DHCP Implementation 4

Sample Configurations only ( you need to Configure the rest):


interface Vlan99
standby version 2
ipv6 address 2001:DB8:DACE:99::D1/64
ipv6 address FE80::D1 link-local
standby 1 ipv6 autoconfig
standby 1 priority 150
standby 1 preempt
standby 1 timers msec 50 msec 250
ipv6 eigrp 1
!
Tracking Configurations:
config t
track 100 interface fa0/5 line-protocol

int fa 0/5
standby 1 track 100 decrement 60
exit

R2
conf t

ipv6 dhcp pool OFFICE_IPV6_DHCP


domain-name switch.ccnp
dns-server 2001:db8:dace:120::100
exit

interface s0/0/0
ipv6 dhcp server OFFICE_IPV6_DHCP

interface s0/0/1
ipv6 dhcp server OFFICE_IPV6_DHCP

R1:
int fa0/1
ipv6 enable
ipv6 address 2001:db8:dace:20::1/64
ipv6 address FE80::1 link-local
no shut

int loopback 0
ipv6 enable
ipv6 address 2001:db8:dace:201::1/64
ipv6 address FE80::1 link-local
no shut

VTP:
vtp primary

config t
vtp domain SWITCHLAB
vtp version 3
vtp mode server
vtp password Cisco123
end

interface range fastEthernet 0/3-4


switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 10 mode desirable
no shut

Spanning tree config


spanning-tree vlan 100,200 root primary
spanning-tree vlan 99,110,120 root secondary
Page 2 of 2

Vous aimerez peut-être aussi