Hotel case study - Topology file and basic configuration

From csn
Jump to navigation Jump to search

Topology

Hotel-Case-Study-Topology-2020.png

EVE Topology file

Download the EVE Topology here

Basic configuration - Hostname and VTP mode off

Explanation
Providing a meaningful hostname prevents confusion when remotely accessing a switch or router. The addition of the command "vtp mode off" allows EVE to successfully capture your VLAN information from switches during export. In the past, some devices have generated annoying error messages regarding misconfigured duplex even when such misconfiguration was not present. I recommend that the command "no cdp run" be executed on each device.

What you need to do
Configure the hostnames as indicated in the topology diagram and add the command "vtp mode off" and "no cdp run" to each switch. Note that the ISP router is preconfigured and you should not make changes on that device as it is not owned by the California Hotel group.

Where to configure this
The hostname and "no cdp run" on every device and "vtp mode off" on each switch (Access and Distribution)".

How you will know it is configured correctly
The hostname can be seen in the device prompt. When unconfigured, devices default to the names "Router" and "Switch". Once configured correctly the device should have the same prompt as its name.

Suggestion
Throughout this case study, you have many devices to configure, often with the same or similar commands. It is worthwhile creating a sequence of common commands in an editor such as "notepad" or "gedit" and pasting these into your switches and routers to save time. For example, the following can be pasted into each switch to set the VTP mode and disable CDP.

enable
conf t
vtp mode off
no cdp run

What questions could I see on the practical exam?

  • You might need to set or change a hostname.