Search Header Logo
Create a VLAN Lab for Halo Game

Create a VLAN Lab for Halo Game

Assessment

Presentation

Computers

11th Grade - University

Hard

Created by

Jose Lopez Nieves

Used 8+ times

FREE Resource

11 Slides • 0 Questions

1

Create a VLAN Lab for Halo Game

Slide image

2

Slide image

3

Basic Commands

  • Name to Switch

  • Switch# configure terminal

    Switch(config)# hostname S1

    S1(config)# exit

    S1#

4


Secure access to the console line

S1# configure terminal

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

S1(config)# line console 0

S1(config-line)# password cisco

S1(config-line)# login

S1(config-line)# exit

S1(config)# exit

Slide image

5

Setup Password

S1> enable

S1# configure terminal

S1(config)# enable password class

S1(config)# exit

Slide image

6

MOTD Banner

S1# config t

S1(config)# banner motd "This is a secure system. Authorized Access Only!"

S1(config)# exit

Slide image

7

Create a VLAN:

Switch(config)#

Switch(config)#vlan 99

Switch(config-vlan)#name Black-Hole

Switch(config-vlan)#exit

Switch(config)#vlan 101

Switch(config-vlan)#name Desktop-PCs

Switch(config-vlan)#exit




Slide image

8

Slide image

9

Assign Ports

Switch(config)#

Switch(config)#interface range fa0/1 - 9

Switch(config-if-range)#switchport mode access

Switch(config-if-range)#switchport access vlan 101

Switch(config-if-range)#exit


Slide image

10

Ports Setup


Slide image

11

Halo#1 and Halo#2

LAB

Slide image

Create a VLAN Lab for Halo Game

Slide image

Show answer

Auto Play

Slide 1 / 11

SLIDE