Ipv6 static routing configuration lab- cisco packet tracer

Posted: 31 Mar 2017 in ipv6
Tags: , , ,

Learn to configure IPv6 static routing.This is IPv6 static routing configuration lab in cisco packet tracer.This is an IPv6 static routing example lab showing ipv6 routing configuration using two routers R1 and R2. Learn to configure Static Routes for IPv6. So this is a packet tracer  Lab  which will be focussed on configuring Static Routes For IPv6. 

ipv6 static routing

STEP1:Configure IPv6 address on Router R1 with Static IPv6 Route
Router#config t

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

Router(config)#host R1

R1(config)#ipv6 unicast-routing

R1(config)#int fa0/0

R1(config-if)#ipv6 address 2001::1/64

R1(config-if)#no shut

 

R1(config-if)#exit

R1(config)#int fa0/1

R1(config-if)#ipv6 address 2000::1/64

R1(config-if)#no shut




R1(config)#ipv6 route 2002::/64 2000::2

 

 

STEP 2: IPv6 Address configuration on Router R2 and also configure IPv6 static route

 

Router#config t

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

Router(config)#host R2

R2(config)#ipv6 unicast-routing

R2(config)#int fa0/0

R2(config-if)#ipv6 address 2002::1/64

R2(config-if)#no shut

 

R2(config-if)#exit

R2(config)#int fa0/1

R2(config-if)#ipv6 address 2000::2/64

R2(config-if)#no shut




R2(config-if)#exit

R2(config)#ipv6 route 2001::/64 2000::1

 

 

STEP 3: Assign IPv6 Address on Both PC.

ipv6 address

STEP 4: How to see route of IPv6 Network
R1#show ipv6 route

IPv6 Routing Table - 6 entries

Codes: C - Connected, L - Local, S - Static, R - RIP, B - BGP

U - Per-user Static route, M - MIPv6

I1 - ISIS L1, I2 - ISIS L2, IA - ISIS interarea, IS - ISIS summary

O - OSPF intra, OI - OSPF inter, OE1 - OSPF ext 1, OE2 - OSPF ext 2

ON1 - OSPF NSSA ext 1, ON2 - OSPF NSSA ext 2

D - EIGRP, EX - EIGRP external

C 2000::/64 [0/0]

via ::, FastEthernet0/1

L 2000::1/128 [0/0]

via ::, FastEthernet0/1

C 2001::/64 [0/0]

via ::, FastEthernet0/0

L 2001::1/128 [0/0]

via ::, FastEthernet0/0

S 2002::/64 [1/0]

via 2000::2

L FF00::/8 [0/0]

via ::, Null0

 

STEP 5: How to see IPv6 Protocol detail or information on cisco router.

 

R1#show ipv6 protocol

IPv6 Routing Protocol is "connected"

IPv6 Routing Protocol is "static"

 

 

STEP 6: See IPv6 Neighbour Router details.

 

R1#show ipv6 neighbors

IPv6 Address Age Link-layer Addr State Interface

2000::2 1 0003.E410.A902 REACH Fa0/1

2001::2 1 0009.7C01.BA89 REACH Fa0/0

 

STEP 7: See IPv6 Interface details on cisco routers.

 

R1#show ipv6 interface

FastEthernet0/0 is up, line protocol is up

IPv6 is enabled, link-local address is FE80::290:CFF:FE47:DD01

No Virtual link-local address(es):

Global unicast address(es):

2001::1, subnet is 2001::/64

Joined group address(es):

FF02::1

FF02::2

FF02::1:FF00:1

FF02::1:FF47:DD01

MTU is 1500 bytes

ICMP error messages limited to one every 100 milliseconds

ICMP redirects are enabled

ICMP unreachables are sent

ND DAD is enabled, number of DAD attempts: 1

ND reachable time is 30000 milliseconds

ND advertised reachable time is 0 (unspecified)

ND advertised retransmit interval is 0 (unspecified)

ND router advertisements are sent every 200 seconds

ND router advertisements live for 1800 seconds

ND advertised default router preference is Medium

Hosts use stateless autoconfig for addresses.

FastEthernet0/1 is up, line protocol is up

IPv6 is enabled, link-local address is FE80::290:CFF:FE47:DD02

No Virtual link-local address(es):

Global unicast address(es):

2000::1, subnet is 2000::/64

Joined group address(es):

FF02::1

FF02::2

FF02::1:FF00:1

FF02::1:FF47:DD02

MTU is 1500 bytes

ICMP error messages limited to one every 100 milliseconds

ICMP redirects are enabled

ICMP unreachables are sent

ND DAD is enabled, number of DAD attempts: 1

ND reachable time is 30000 milliseconds

ND advertised reachable time is 0 (unspecified)

ND advertised retransmit interval is 0 (unspecified)

ND router advertisements are sent every 200 seconds

ND router advertisements live for 1800 seconds

ND advertised default router preference is Medium

Hosts use stateless autoconfig for addresses.

 

STEP 8:Check communication between two PC using ping.

 

PC>ping 2002::2

Pinging 2002::2 with 32 bytes of data:

Reply from 2002::2: bytes=32 time=1ms TTL=126

Reply from 2002::2: bytes=32 time=0ms TTL=126

Reply from 2002::2: bytes=32 time=0ms TTL=126

Reply from 2002::2: bytes=32 time=0ms TTL=126

Ping statistics for 2002::2:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 0ms, Maximum = 1ms, Average = 0ms
Advertisement

Leave a Reply

Please log in using one of these methods to post your comment:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s

This site uses Akismet to reduce spam. Learn how your comment data is processed.