Difference between revisions of "ITT 2013/Network module 1/Assignment Day 13"

From Teknologisk videncenter
Jump to: navigation, search
m
Line 45: Line 45:
 
*Configure RIPng on all the interfaces
 
*Configure RIPng on all the interfaces
 
{{source cli}}
 
{{source cli}}
 +
 +
[[Category:CCNA]]
 +
[[Category:CCNAv5]]
 +
[[Category:Network]]
 +
[[Category:IPv6]]
 +
[[Category:RIPng]]

Revision as of 12:34, 29 October 2013

Setup

Image text

IPv4

The task is now to configure IPv4 in the setup. And make sure all the devices can ping each other.

IPv4 Connectivity

  • Configure all the IPv4 addresses in the setup.
    • The lowest IP address should be configured on the router with the lowest router number, on the interface.
  • Make sure you can ping all the neighbour interfaces

Commands

interface FastEthernet0/0
 ip address 10.0.0.1 255.255.255.0
 no shutdown
!
interface Serial0/0/0
 ip address 192.168.0.1 255.255.255.252
 no shutdown
!
interface Serial0/0/1
 ip address 192.168.0.9 255.255.255.252
 no shutdown
R1#<input>ping 192.168.0.2</input>

Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.0.2, timeout is 2 seconds:
!!!!!
<notice>Success rate is 100 percent (5/5)</notice>, round-trip min/avg/max = 1/8/13 ms

R1#

IPv4 RIP

  • Configure RIPv2 on all the devices
  • Disable auto-summarization on RIP

IPv6

We now need to configure IPv6 addresses and routing in the setup to create a Dual-Stack network.

IPv6 Connectivity

  • Configure IPv6 addresses on all the interfaces
  • Make sure you can ping the neighbour interfaces

IPv6 RIP

  • Configure RIPng on all the interfaces