Difference between revisions of "ITT 2013/Network module 1/Assignment Day 3"
From Teknologisk videncenter
< ITT 2013 | Network module 1
m (→Routing) |
m (→Subnetting) |
||
Line 19: | Line 19: | ||
Calculate the missing information until you feel comfortable | Calculate the missing information until you feel comfortable | ||
*http://tinyurl.com/ipsubnetting | *http://tinyurl.com/ipsubnetting | ||
+ | {{Source cli}} | ||
[[Category:ITT 2013]] | [[Category:ITT 2013]] |
Revision as of 10:03, 2 October 2013
Routing
Implement the following setup in Packet Tracer.
Use the WIC interface calles WIC-2T in the 1841 Router
With the following interface configuration:
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#int se 0/0/0
Router(config-if)#ip add 192.168.1.6 255.255.255.252
Router(config-if)#no shut
Implement it using RIPv2
If you need information on configuring basics on Cisco IOS devices read Chapter 2 in the CCNA Routing & Switching online book.
Or look at this slide on Chapter 2
Subnetting
Calculate the missing information until you feel comfortable