Module 02
Module 02
Module 01
You have learned about computer communication and the process in which information is
encapsulated. You also learned about several services that computers can access. But most
importantly you have learned several network components and how they help to share
information with the world.
A group of devices that are confined to a small geographical area like an office or your home
network is considered a Local Area Network (LAN). When your smartphone shares data to
your laptop you are using the LAN to locally communicate.
To communicate with other LANs, let’s say when you set up a call with your best friend who
lives in a different city, you need to use a Wide Area Network (WAN). Typically service
providers deploy infrastructure across cities, countries and continents to create the WAN.
The WAN is of course a network that spans across big geographical areas.
Network elements
A network is composed of two general device types: Endpoints and networking devices
• Endpoints are considered clients that use the network to communicate. Examples
include:
o Smartphones
o Laptops
o Tablets
o Printers
o Videogame consoles
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
1
Absolute Beginners lab guide
Module 01
o Refrigerators
o Automobiles
• Networking devices are devices that help to make the communication possible, creating
paths and bridges or providing services to the endpoints. Examples include:
o Layer 2 Switches
o Routers
o Wireless Access Points
o Servers
Note. There are more networking elements that can be placed in a network. This document
focus on the basic elements.
Networking devices
In this section, you explore the functionality of the four network elements listed above.
• Switches – Perhaps the most basic network element, switches provide connectivity
between devices in a LAN using a network cable. These devices operate at Layer 2 of
the OSI reference model. This means that they understand what a MAC address is and
take forwarding decisions based on this information.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
2
Absolute Beginners lab guide
Module 01
• Access Point (AP) – This element provides wireless connectivity to endpoints. These
devices also operate at Layer 2 of the OSI reference model. This means that they are
aware of the MAC addressing used. A group of devices that are connected via wireless
connectivity create a Wireless LAN (WLAN).
• Router – This element is used to interconnect networks - either LAN to LAN or LAN to
WAN. These devices operate at Layer 3 of the OSI reference model. This implies that
they can process IP addresses to select paths to reach a destination.
Note. In module 4, you will learn more about routers.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
3
Absolute Beginners lab guide
Module 01
Thus far, networking elements have been described as performing a single function -
switching, or routing, or acting as an Access Point (AP). At some point, network engineers
began to wonder if they might combine functionalities in a single box. This resulted in hybrid
network devices that serve multiple functions.
• Multilayer switches combine the functionality of a router and switch, creating a single
device that can switch within a single LAN, and route between multiple LANs.
• Wireless Modems combine the functionality of a router, a switch, and even an AP. A
single device in your home can broadcast an RF signal, it can connect your LAN to a
WAN (typically Internet) and it offers some ports where devices can connect using a
network cable.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
4
Absolute Beginners lab guide
Module 01
Broadcast Domain
Sending broadcast messages help devices to discover other endpoints. But this process
must be handled properly to avoid overwhelming the LAN. LANs can easily handle a
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
5
Absolute Beginners lab guide
Module 01
reasonable number of devices that send and process broadcast messages. However, large
networks that have hundreds or thousands of endpoints need to segregate the broadcast
traffic. This is done using Broadcast domains.
A broadcast domain refers to a group of devices that belong to the same LAN and can
process broadcast messages locally generated. A broadcast message generated in one LAN
never gets to other LAN. Is like when your mom yells “Dinner is ready” - only the members
of the family living in the house will attend to that message.
The next figure illustrates how a desktop in LAN-1 generates a broadcast message. All
members in LAN-1 will receive the message and process it. Notice as well that the broadcast
message never travels to LAN-2. Therefore, devices in LAN-2 will never receive this
message.
Networking elements need a physical connection (Layer 1) to share information. There are
three main options for this connection.
• Wired connection using copper – The most popular type of cable is Unshielded
Twisted Pair (UTP). This cable is a cheap solution to interconnect devices in a LAN. The
main consideration is that the maximum length of this cable is 300 feet or 100 meters.
This type of connection uses electrical signals to communicate information with data
rates up to 1 Gigabit per second.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
6
Absolute Beginners lab guide
Module 01
• Wired connection using fiber optic cables – When you need to connect devices in
your LAN that are separated more than 300 feet or 100 meters, you will use fiber optic
cables. This technology uses light impulses to transmit data. Using high quality fiber, the
maximum length could reach up to 40 kilometers.
An additional benefit with optic fiber is the possibility to achieve faster data rates; a less-
expensive fiber could transfer 10 Gigabits per second. A higher-quality fiber provides 100
Gigabit per second data rates.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
7
Absolute Beginners lab guide
Module 01
Services
Programs and applications running in your endpoints commonly need assistance from
external devices to complete a task. The external devices that offer services are called
servers. The endpoints who requested the service are called clients. The underlying
infrastructure facilitate this client-server communication. This includes switches, routers,
Access Points, and many others.
Servers are designed from a hardware and software perspective to be available all the time.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
8
Absolute Beginners lab guide
Module 01
Servers are often classified based on the services that they provide; some examples include
the following:
• Application servers
• Communication servers
• Database servers
• File servers
• Web servers
• Game servers
Logical Ports
A logical port is one that is defined in software. The purpose of a logical port is to allow the
receiving device to identify which application or service the data is destined for.
Imagine you are calling your bank. You ring their main number. When the receptionist
answer you ask to be put through to the mortgage department on extension 302 – analogous
to a port number. Another client could call at the same time, but this person is redirected to
the new accounts department on extension 125.
In this analogy, multiple connections are received by the bank but depending on the purpose
of the call and who is calling the receptionist moves the calls to the correct extension.
Computing devices use a similar process. The difference is that applications already know
which port number (extension) to use, so there is no need for the receptionist.
Logical ports work at Layer 4 – the transport layer. There are 65536 logical ports available
for TCP and the same number for UDP. The application-to-port number mapping is
controlled by the Internet Assigned Numbers Authority (IANA).
Here are some important port numbers that you should remember:
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
9
Absolute Beginners lab guide
Module 01
Note. You can visit the following web site to see a more complete list of logical, layer 4 ports:
https://en.wikipedia.org/wiki/List_of_TCP_and_UDP_port_numbers
DHCP Service
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
10
Absolute Beginners lab guide
Module 01
Note. When endpoints disconnect from the network, they delete the IP address.
DNS Service
Humans remember names more easily than numbers. When you open a browser, you do not
type the IP address of Facebook. Instead, you use the name “facebook.com”. This is very
convenient for humans, but the digital network does not recognize “facebook.com” as a valid
IP destination address.
The Domain Name Service (DNS) help us to resolve the name “facebook.com” to an
associated IP address. This is similar to how you might look through your contacts and
associate a friend’s name to their phone number.
Process:
1. The user opens a browser and types a destination - let’s say “arubanetworks.com”.
2. The endpoint device contacts the DNS server to ask, “What is the IP address related to
arubanetworks.com”. This DNS communication uses the UDP port 53.
3. The server scans its database and answers back with the IP address 174.129.234.88.
This message also uses UDP port 53.
SSH Service
Some computing devices offer a low-level interface - no buttons, icons nor images. Technical
folks use this so-called Command Line Interface (CLI) to configure and monitor network
devices and more. To gain remote access to this interface you use the SSH service. This
service runs on TCP port 22.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
11
Absolute Beginners lab guide
Module 01
There are some useful protocols that you can use to learn more about your network and to
quickly diagnostic a problem.
• Link Layer Discovery Protocol (LLDP) – This protocol is very helpful to discover which
devices are connected to a switch, router, or Access Point (AP). Devices that are directly
connected share their general information, their capabilities, and the interface they are
using to connect. As a network engineer this is useful to create topologies and have a
picture of how the network devices are physically connected.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
12
Absolute Beginners lab guide
Module 01
Note. Not all devices support this protocol and for devices that support it, not all of them
enable the protocol by default.
• Internet Control Message Protocol (ICMP) – This protocol verifies if Layers 2 and 3 are
working properly in a network. It also determines if the remote destination is available.
ICMP is known as a suite of protocols – it is a collection of tools that can be used to test
connectivity. The most popular tool is called “ping”.
The ping tool uses the idea of the ping pong game. For each message, sent the source expects a
response. Receipt of this response validates that you have functional, two-way communication.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
13
Absolute Beginners lab guide
Module 01
Aruba has two Network Operating Systems (NOS) - AOS-S and the newer AOS-CX. Both
options have a Command Line Interface (CLI), used to configure and monitor your devices.
This lab environment has been developed using AOS-CX.
AOS-CX is organized into different configuration contexts or levels. Each context determines
which parts of the switch can be managed and which commands are available to users. The
operating system defines the following contexts:
• Operator context – On this level the administrator can execute some commands to view
but not change configuration.
When in operator context, the CLI prompt is the switch name, followed by a greater-than
sign (>)
switch>
• Manager context – This is where you can execute commands that do not require saving
changes to the configuration. These are often in the form of “show” commands that let
you view device configuration and status.
When in manager context, the CLI prompt is the switch name, followed by a hashtag (#).
switch#
• Global configuration context – This is where you execute commands that change the
switch configuration.
When in global context, the CLI prompt is the switch name, followed by the “config”
keyword and the hashtag.
switch(config)#
• Other configuration contexts – All other configuration are descendants of the “global
configuration context”. From these command contexts you can execute commands that
apply to specific configuration or protocol such as an interface.
Example for interface configuration prompt:
switch(config-if)#
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
14
Absolute Beginners lab guide
Module 01
• To move from the Operator to the Manager context use the enable command.
• To move from the Manager to the Global configuration context use the configure
terminal command.
• To move from the Global to the interface context, use the interface command.
Note. Moving from Operator to Global or Interface is not possible using a single command,
you must first move to the Manager context. The same rule applies from the Manager to the
Interface level, you must first move the Global context.
• To move from the Interface level to the global level use the exit command.
• To move from the Global level to the Manager level use the exit or end commands.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
15
Absolute Beginners lab guide
Module 01
• To move from the Manager to the Operator level use the disable command.
• To move from the Interface to the Manager level use the end command.
The AOS-CX CLI provides you with built-in help features. For example, to show the available
commands that you can execute in the current command context enter the question mark (?)
symbol.
Switch# ?
boot Reboot all or part of the system
checkpoint Checkpoint information
To show the available parameters for a command, enter the command followed by a space
and then enter the question mark symbol (?).
Switch# show access-list ?
all All access-lists
ip Internet Protocol v4 (IPv4)
ipv6 Internet Protocol v6 (IPv6)
log-timer Set ACL log timer length (frequency)
mac Ethernet MAC Protocol
In the example above, you learn that valid commands include “show access-list all”; “show
access-list ip”, and more.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
16
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
17
Absolute Beginners lab guide
Module 01
Lab Activity 2
Objective
The Aruba Training Lab environment is logically and physically connected; however, by
default the interfaces of an Aruba switch running AOS-CX are not enabled. In this lab activity
you will enable the interfaces and make sure the connectivity is successful using LLDP.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
18
Absolute Beginners lab guide
Module 01
Steps
Note. This session is using Secure Shell or SSH and your switches are pre-configured
to receive this type of connection.
Answer: You are in the “Manager context”. You know this because of the hashtag after
the name.
5. Verify basic information about the system that you are working on. Enter the “show
system” command
AOS-CX-Router# show system
Hostname : AOS-CX-Router
System Description : Virtual.10.06.0001
System Contact :
System Location :
Vendor : Aruba
Product Name : ABC123 ArubaOS-CX_OVA
Chassis Serial Nbr : OVA375085
Base MAC Address : 080009-375085
ArubaOS-CX Version : Virtual.10.06.0001
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
19
Absolute Beginners lab guide
Module 01
Note. Using unique and descriptive names in your network devices is always useful for
identification.
Automatically the prompt changed and is displaying the new system name.
Vendor : Aruba
Product Name : ABC123 ArubaOS-CX_OVA
Chassis Serial Nbr : OVA375085
Base MAC Address : 080009-375085
ArubaOS-CX Version : Virtual.10.06.0001
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
20
Absolute Beginners lab guide
Module 01
11. Verify the current interface status. Enter the “show interface brief” command:
13. Using the “no shutdown” command, enable the interface 1/1/1:
Enterprise-Router# configure terminal
Enterprise-Router (config)# interface 1/1/1
Enterprise-Router (config-if)# no shutdown
Enterprise-Router (config-if)# no routing
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
21
Absolute Beginners lab guide
Module 01
Note. The “no routing” command indicates that the port shall behave as a switch port
and not as route port. In other words, it indicates to the switch that this port will only
analyze Layer2 MAC addresses.
Interface 1/1/7 is up
Admin state is up
Link state: up
Link transitions: 0
Description: To-Server
Hardware: Ethernet, MAC Address: 08:00:09:37:50:85
MTU 1500
Type --
Full-duplex
qos trust none
Speed 1000 Mb/s
L3 Counters: Rx Disabled, Tx Disabled
Auto-negotiation is off
Flow-control: off
Error-control: off
MDI mode: none
Rx
746 total packets 111786 total bytes
0 unicast packets
0 multicast packets
0 broadcast packets
0 errors 0 dropped
0 CRC/FCS 0 pause
L3:
0 packets, 0 bytes
Tx
739 total packets 111302 total bytes
0 unicast packets
0 multicast packets
0 broadcast packets
0 errors 0 dropped
0 collision 0 pause
L3:
0 packets, 0 bytes
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
22
Absolute Beginners lab guide
Module 01
17. Interface 1/1/5 connects to B1-Switch1. Enable the interface, make it a switch port, and
provide a description:
Enterprise-Router# configure terminal
Enterprise-Router(config)# interface 1/1/5
Enterprise-Router(config-if)# no shutdown
Enterprise-Router(config-if)# no routing
Enterprise-Router(config-if)# description To-B1-Sw1
Enterprise-Router(config-if)# end
Note. In a scenario with physical switches, the port would be in down state, this is
because you need to enable the other switch’s interface first.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
23
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
24
Absolute Beginners lab guide
Module 01
26. Interface 1/1/5 connects to the Enterprise-Router. Enable the interface and provide a
description:
B1-Switch1# configure terminal
B1-Switch1(config)# interface 1/1/5
B1-Switch1(config-if)# no shutdown
B1-Switch1(config-if)# no routing
B1-Switch1(config-if)# description To-Router
B1-Switch1(config-if)# end
Interface 1/1/5 is up
Admin state is up
Link state: up
Link transitions: 0
Description: To-Router
Hardware: Ethernet, MAC Address: 08:00:09:4f:2d:1c
MTU 1500
Type --
Full-duplex
qos trust none
Speed 1000 Mb/s
Auto-negotiation is off
Flow-control: off
Error-control: off
MDI mode: none
VLAN Mode: access
Access VLAN: 1
Rx
0 total packets 0 total bytes
0 unicast packets
0 multicast packets
0 broadcast packets
0 errors 0 dropped
0 CRC/FCS 0 pause
Tx
0 total packets 0 total bytes
0 unicast packets
0 multicast packets
0 broadcast packets
0 errors 0 dropped
0 collision 0 pause
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
25
Absolute Beginners lab guide
Module 01
You have now connected three devices, two switches, and one server. As a network
engineer you can validate these connections using the LLDP protocol.
1. From Enterprise-Router, verify the LLDP information that this device advertises:
Enterprise-Router# show lldp local-device
Global Data
===========
Chassis-ID : 08:00:09:37:50:85
System Name : Enterprise-Router
System Description : Aruba ABC123 Virtual.10.06.0001
Management Address : 172.16.55.111
Capabilities Available : Bridge, Router
Capabilities Enabled : Bridge, Router
TTL : 120
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
26
Absolute Beginners lab guide
Module 01
Port-ID : 1/1/7
Port-Desc : "1/1/7"
Port Mgmt-Address : 172.16.55.111
Port VLAN ID : 0
Parent Interface : interface 1/1/7
Port-ID : 1/1/5
Port-Desc : "1/1/5"
Port Mgmt-Address : 172.16.55.111
Port VLAN ID : 0
Parent Interface : interface 1/1/5
Port-ID : mgmt
Port-Desc : "mgmt"
Port Mgmt-Address : 172.16.55.111
3. Move to B1-Switch1.
4. Verify your neighbor information:
B1-Switch1# show lldp neighbor-info
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
27
Absolute Beginners lab guide
Module 01
Port : 1/1/5
Neighbor Entries : 1
Neighbor Entries Deleted : 0
Neighbor Entries Dropped : 0
Neighbor Entries Aged-Out : 0
Neighbor Chassis-Name : Enterprise-Router
Neighbor Chassis-Description : Aruba ABC123 Virtual.10.06.0001
Neighbor Chassis-ID : 08:00:09:37:50:85
Neighbor Management-Address : 172.16.55.111
Chassis Capabilities Available : Bridge, Router
Chassis Capabilities Enabled : Bridge, Router
Neighbor Port-ID : 1/1/5
Neighbor Port-Desc : To-Server
Neighbor Port VLAN ID :
TTL : 120
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
28
Absolute Beginners lab guide
Module 01
Important: At this moment all changes that you made on both Aruba devices will not be
permanent. If these devices are power cycled, all your progress will be lost. When you
work with AOS-CX, you must remember to save your configuration changes regularly.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
29
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
30
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
31
Absolute Beginners lab guide
Module 01
7. Open a “command line” window. You will find a shortcut in the Desktop.
8. Verify the IP parameters for your Lab NIC adapter. Enter the ipconfig command.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
32
Absolute Beginners lab guide
Module 01
Note. This IP address is a self-configured address assigned by Windows. When you see
this address, it means that the network is not working properly.
The range of self-configured addresses is 169.254.0.1 to 169.254.255.254. The official
name of these address is Automatic Private IP Addressing (APIPA)
Remember that in the previous section, you enabled only one interface in B1-Switch1
(interface 1/1/5 that connects to Enterprise-Router). However, all other interfaces are in
default state.
Interface 1/1/1 is up
Admin state is up
Link state: up
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
33
Absolute Beginners lab guide
Module 01
Link transitions: 0
Description: To-PC1
Hardware: Ethernet, MAC Address: 08:00:09:4f:2d:20
MTU 1500
Type --
Full-duplex
qos trust none
Speed 1000 Mb/s
Auto-negotiation is off
Flow-control: off
Error-control: off
MDI mode: none
VLAN Mode: access
Access VLAN: 1
Rx
571 total packets 85079 total bytes
0 unicast packets
0 multicast packets
0 broadcast packets
0 errors 0 dropped
0 CRC/FCS 0 pause
Tx
583 total packets 85617 total bytes
0 unicast packets
0 multicast packets
0 broadcast packets
0 errors 0 dropped
0 collision 0 pause
Note. If you notice that the icon is grayed out, this means that the NIC is disabled. To
enable it, right click on the NIC icon and select “Enable”.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
34
Absolute Beginners lab guide
Module 01
Warning. There is an interface called “Do NOT Touch!”, please never select this NIC
adapter nor modify any parameter on it nor disable the interface. You are remotely
connected to this PC using that NIC.
18. In the “Lab NIC Status” window, click the “Properties” button. A new Window appears.
19. In Lab NIC Properties window, select “Internet Protocol Version 4 (TCP/IPv4)” then
click the “Properties” button. A new window appears.
20. In the Internet Protocol Version 4 (TCP/IPv4) Properties, choose “Use the following IP
address:” under General tab.
21. Type 10.0.1.1 and 255.255.255.0 under IP address and Subnet mask respectively.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
35
Absolute Beginners lab guide
Module 01
25. For the Ethernet adapter Lab NIC, answer the following questions:
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
36
Absolute Beginners lab guide
Module 01
Note: You did not configure any Default Gateway parameter, you should not have any
value here.
26. Use the ping command to verify the connectivity to the server. Enter ping 10.0.1.21:
27. Analyze the output, look at the “Ping statistics” section and answer the following
questions:
How many packets were Sent?
_____________________________________________________________
How many packets were Received?
_____________________________________________________________
How many packets were lost?
_____________________________________________________________
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
37
Absolute Beginners lab guide
Module 01
28. Ping a device that does not exist in the network, enter the ping 10.0.1.99 command
Since there is no device using the IP address 10.0.1.99, the ping command indicates that
this destination is unreachable.
1. Connect to PC1.
2. Double click on the “Network Connection shortcut” icon located in Desktop.
3. Double click “Lab NIC” to access the NIC Status Window.
4. In the “Lab NIC Status” window, click “Properties” button. A new window appears.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
38
Absolute Beginners lab guide
Module 01
5. In Lab NIC Properties window, select “Internet Protocol Version 4 (TCP/IPv4)” then
click the “Properties” button. A new window appears.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
39
Absolute Beginners lab guide
Module 01
10. For the Ethernet adapter Lab NIC, answer the following questions:
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
40
Absolute Beginners lab guide
Module 01
Note. The DHCP server offers to clients not only IP address, but subnet mask and
default gateway parameters. You will learn about these two concepts in Module 4.
11. Use the ping command to verify connectivity to the server (10.0.1.21).
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
41
Absolute Beginners lab guide
Module 01
1. Connect to PC1.
2. Open a “command line” window. You will find a shortcut in the Desktop.
3. Enter the “nslookup server.arubatraining.com” command. This command will execute a
name resolution.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
42
Absolute Beginners lab guide
Module 01
Note. The DHCP server was responsible for sharing DNS server information to your PC1.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
43
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
44
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
45
Absolute Beginners lab guide
Module 01
18. Now select the DNS response entry from the list.
19. On the “Packet Detail” section, expand “Domain Name System (response)”.
20. At bottom, expand “Answers”.
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
46
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
47
Absolute Beginners lab guide
Module 01
Rev 20.41 | © Copyright 2020 Hewlett Packard Enterprise Development LP | Confidential – For Training Purposes Only
48