Sie sind auf Seite 1von 9

NWT1 JG 3 Übungsprotokoll

Übungsprotokoll
Informationssysteme

Name: <Sebastian Herhesh>


Klasse: <3CHIT>
Vorgegebener Abgabetermin: <21.9 >
Tatsächlicher Abgabedatum: <19.09>

© FEIC – HTL Wien West – 2019/20 1


NWT1 JG 3 Übungsprotokoll

Übungsblatt xx – Thema

Step 1: Cable the network as shown in the topology.

Why must you use a console connection to initially configure the switch? Why is it not
possible to connect to the switch via Telnet or SSH?
Weil keine IP Adressen Parameter noch konfiguriert sind. Ein Cisco 2960 Switch, der
zum ersten Mal in ein Netzwerk eingebunden wurde, hat noch keine Netzwerk
Konfiguration

Ich bin darauf gekommen, da dies die einzige Möglichkeit ist keine roten Punkte auf
dem Kabel zu bekommen.

Step 2: Verify the default switch configuration.

© FEIC – HTL Wien West – 2019/20 2


NWT1 JG 3 Übungsprotokoll

How many FastEthernet interfaces does a 2960 switch have?

Befehl: show running-config


24

How many Gigabit Ethernet interfaces does a 2960 switch have?

Befehl: show running-config


2
What is the range of values shown for the vty lines?

Befehl: show running-config


0-4 und 5-15 oder 0-15
Examine the startup configuration file in NVRAM.
Switch# show startup-config
startup-config is not present
Why does this message appear?
Weil noch nichts unter NVRAM gespeichert ist.

© FEIC – HTL Wien West – 2019/20 3


NWT1 JG 3 Übungsprotokoll

Is there an IP address assigned to VLAN 1?


Nein
What is the MAC address of this SVI?

Befehl: show interface vlan1


0060.2fe2.c011
Is this interface up?
Cisco switches haben einen no shutdown Befehl standardmäßig konfiguriert auf
VLAN1, aber VLAN1 wird nicht den eingeschalteten Zustand erreichen, bis ein Port
zugewiesen wurde und der Port an ist. Wenn es keinen Port im eingeschalteten
Zustand gibt in VLAN1, dann wird die VLAN 1 Schnittstelle an sein. Standardmäßig
sind alle Ports VLAN1 zugewiesen.
Examine the IP properties of the SVI VLAN 1.
Switch# show ip interface vlan1

Vlan1 is down, line protocol is down.


Connect PC-A Ethernet cable to port 6 on the switch and examine the IP properties of the SVI
VLAN1. Allow time for the switch and PC to negotiate duplex and speed parameters
Switch# show ip interface vlan1
What output do you see?

Vlan1 is up and line protocol is up.


Examine the Cisco IOS version information of the switch.
Switch# show version

© FEIC – HTL Wien West – 2019/20 4


NWT1 JG 3 Übungsprotokoll

12.2
What is the system image filename?

C2960-LANBASE-M
What is the base MAC address of this switch? Answers will vary.

0060.2FE2.C011
Examine the default properties of the FastEthernet interface used by PC-A.
Switch# show interface f0/6
Is the interface up or down?

It is up.
Is the interface up or down?
Sollte an sein, Außer es gibt ein cabling Problem.
What event would make an interface go up?
Wenn man einen Host oder ein anderes Gerät verbinden würde
What is the MAC address of the interface?

0030.f25a.b606
What is the speed and duplex setting of the interface?

Full duplex, 100Mb/s


Examine the default VLAN settings of the switch.
Switch# show vlan
What is the default name of VLAN 1?

default

© FEIC – HTL Wien West – 2019/20 5


NWT1 JG 3 Übungsprotokoll

Is VLAN 1 active?

Ja, es ist eingeschaltet.


What type of VLAN is the default VLAN?

Ethernet

What is the filename of the Cisco IOS image?

c2960-lanbase-mz.122-25.FX.bin

Step 2: Configure basic switch settings including hostname, local passwords, MOTD
banner, management address, and Telnet access.

Which shortcut keys are used to go directly from global configuration mode to
privileged EXEC mode?
CTRL + Z
Before you can manage S1 remotely from PC-A, you must assign the switch an IP
address. The default configuration on the switch is to have the management of the
switch controlled through VLAN 1. However, a best practice for basic switch
configuration is to change the management VLAN to a VLAN other than VLAN 1.

© FEIC – HTL Wien West – 2019/20 6


NWT1 JG 3 Übungsprotokoll

Notice that the VLAN 99 interface is in the down state even though you entered the no
shutdown command. The interface is currently down because no switch ports are
assigned to VLAN 99.

To establish connectivity between the host and the switch, the ports used by the host
must be in the same VLAN as the switch. Notice in the above output that the VLAN 1
interface goes down because none of the ports are assigned to VLAN 1. After a few
seconds, VLAN 99 comes up because at least one active port (F0/6 with PC-A
attached) is now assigned to VLAN 99.

© FEIC – HTL Wien West – 2019/20 7


NWT1 JG 3 Übungsprotokoll

Configure the IP default gateway for S1. If no default gateway is set, the switch
cannot be managed from a remote network that is more than one router away. It
does respond to pings from a remote network. Although this activity does not
include an external IP gateway, assume that you will eventually connect the LAN to
a router for external access. Assuming that the LAN interface on the router is
192.168.1.1, set the default gateway for the switch.

Console port access should also be restricted. The default configuration is to allow
all console connections with no password needed. To prevent console messages
from interrupting commands, use the logging synchronous option.

Configure the virtual terminal (vty) lines for the switch to allow Telnet access. If
you do not configure a vty password, you are unable to telnet to the switch.

Why is the login command required?


Ohne dem Login command, wird der Switch nicht nach einem Passwort fragen.

Part 3: Verify and Test Network Connectivity


What is the bandwidth on this interface?

100000 Kbit
What is the VLAN 99 state?

up
What is the line protocol state?

up
Save the switch running configuration file.

© FEIC – HTL Wien West – 2019/20 8


NWT1 JG 3 Übungsprotokoll

Part 4: Manage the MAC Address Table


From a command prompt on PC-A, issue ipconfig /all command to determine and
record the Layer 2 (physical) addresses of the PC NIC.
0050.0F6B.1224
How many dynamic addresses are there?
1
How many MAC addresses are there in total?
24
Does the dynamic MAC address match the PC-A MAC address?
Yes
How many options are available for the show mac address-table command?
1
Why did this change from the last display?
The switch dynamically reaquired the PC Mac Adress
How many total MAC addresses are there?
21
How many static addresses are there?
22
How many total static MAC addresses are there?
20
Why should you configure the vty lines for the switch?
Wenn du nicht ein vty Passwort konfigurierst, dann wird es für dich nicht möglich sein
zum switch zu telneten.
Why change the default VLAN 1 to a different VLAN number?
Für bessere Sicherheit.
How can you prevent passwords from being sent in plain text?
Issue the service password-encryption
Why configure a static MAC address on a port interface?
Um zu spezifizieren welche ports ein host sich verbinden kann

© FEIC – HTL Wien West – 2019/20 9

Das könnte Ihnen auch gefallen