Sonntag, 24. Januar 2016

Cisco Package Tracer 8.3.1.4

Cisco Package Tracer

8.3.1.4

Today we had to fix the Problems with iPv6.

This is the topology of the Network.

There were given some iPv6 Problem with the automatic configuration of the PC's and the Routers.
You have to set the Auto configuration of the Computers. You can find it, when you do a double-click on the Pc, then you click on configuration and go to Interfaces --> and to the connection on the first Pc it is FastEthernet0/0. You can find the button in the bottom with the name Auto config, click on it

By the router you have to fix the configuration with the differents ports.


This is the configuration of my router.


R2>ena

R2#conf t

Enter configuration commands, one per line. End with CNTL/Z.

R2(config)#int g0/0       // first i configurate the g0/0 connection
R2(config-if)#ipv6 enable
R2(config-if)#no shutdown



R2(config-if)#

%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/0, changed state to up

R2(config-if)#ipv6 address 2001:DB8:ACAD:00CA:1/64

% Incomplete command.
R2(config-if)#ipv6 address 2001:DB8:ACAD:CA::1:/64  //here I fix the address
R2(config-if)#ipv6 address FE80::2 link-local     // here I fix the link-local address
R2(config-if)#^Z

R2#

%SYS-5-CONFIG_I: Configured from console by console



R2#conf t

Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int g0/1
R2(config-if)#ipv6 enable
R2(config-if)#no shutdown
R2(config-if)#

%LINK-5-CHANGED: Interface GigabitEthernet0/1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface GigabitEthernet0/1, changed state to up



R2(config-if)#ipv6 address 2001:DB8:ACAD:00CB:1::0/64
R2(config-if)#ipv6 address FE80::2 link-local
R2(config-if)#^Z
R2#

%SYS-5-CONFIG_I: Configured from console by console

conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int s0/0/0
R2(config-if)#ipv6 enable
R2(config-if)#no shutdown



R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
ipv6 address FE80::2 link-local
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
ipv6 address 2001:DB8:ACAD:00CC:2::0/64

R2(config-if)#^Z
R2#
%SYS-5-CONFIG_I: Configured from console by console
^Z

R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int g0/0
R2(config-if)#ipv6 address 2001:DB8:ACAD:CA:1::0/64
R2(config-if)#ipv6 address FE80::2 link-local
R2(config-if)#ipv6 address 2001:DB8:ACAD:CA::1/64
R2(config-if)#^Z

R2#

%SYS-5-CONFIG_I: Configured from console by console



R2#conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int s0/0/0
R2(config-if)#ipv6 address 2001:DB8:ACAD:CC::2/64
R2(config-if)#^Z
R2#
%SYS-5-CONFIG_I: Configured from console by console
conf t
Enter configuration commands, one per line. End with CNTL/Z.
R2(config)#int g0/1
R2(config-if)#ipv6 address 2001:DB8:ACAD:CB::1/64
R2(config-if)#


When you look at the configuration of the router you can see i used first the fals iPv6 configuration, i fix it in the last configurationlines.


In the end you will have 40/40 Points.
Now you can fix some problems with iPv6.

Keine Kommentare:

Kommentar veröffentlichen