Difference between revisions of "ITT 2013/Network module 1/Assignment Day 13"
From Teknologisk videncenter
< ITT 2013 | Network module 1
m (→IPv4 Connectivity) |
m (→IPv4 Connectivity) |
||
| Line 9: | Line 9: | ||
**The lowest IP address should be configured on the router with the lowest router number, on the interface. | **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 | *Make sure you can ping all the neighbour interfaces | ||
| + | ====Commands==== | ||
| + | <source lang=cli> | ||
| + | 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 | ||
| + | </source> | ||
| + | <source lang=cli> | ||
| + | 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# | ||
| + | </source> | ||
===IPv4 RIP=== | ===IPv4 RIP=== | ||
Revision as of 11:32, 29 October 2013
Contents
Setup
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 shutdownR1#<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