Tuesday, March 10, 2015

Beginning Network Addressing PT Activity

Overview

This is a starting Packet Tracer 6.2 action intended to get you acquainted with working with Packet Tracer. Your objective in this Packet Tracer action is to arrange the accompanying:

1. Both PCs with IP addresses, subnet covers, and default gateways.

2. Arrange every switch with: a hostname, an IP location and subnet cover on the VLAN 1 interface, and raise the VLAN 1 interface.

3. Arrange the switch with: a hostname, and IP location and subnet cover on every gigabit ethernet interface, and raise the interfaces.
Beginning Network Addressing PT Activity
Beginning Network Addressing PT Activity

Command Examples

switch> enable
switch# configure terminal
switch(config)# hostname S1
S1(config)# interface vlan 1
S1(config-if)# ip address 192.168.1.2 255.255.255.0
S1(config-if)# no shutdown

router> enable
router# configure terminal
router(config)# hostname R1
R1(config)# interface g0/1
R1(config-if)# ip address 192.168.1.1 255.255.255.0
R1(config-if)# no shutdown

No comments:

Post a Comment