Module 10: Network Management Flashcards

1
Q

What two protocols can be used for device discovery?

A

CDP and LLDP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What protocol is used to synchronise time across a network?

A

NTP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the SNMP protocol and what is it used for?

A

Simple Network Management Protocol (SNMP) to manage devices, monitor network performance, find and solve network issues, and plan for network growth.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the syslog protocol and what is it used for?

A

It is a system logging protocol used by devices such as routers, switches, application servers, firewalls and other networking appliances.

It allows these networking devices to send their system messages across the network to a syslog server for analysis.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is CDP and what is it used for?

A

Cisco Discovery Protocol (CDP) is a protocl that can be used to map a network of Cisco devices. It is proprietary and only some other vendors support it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is LLDP and what is it used for?

A

Link Layer Discovery Protocol (LLDP) is a protcol that can be used to map a network of any devices. It is non-proprietary and many vendors support it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What IOS command is used to verify the status of CDP?

A

show cdp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What IOS command is used to enable CDP globally for all supported interfaces on a device?

A

cdp run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What IOS command is used to disable CDP globally for all supported interfaces on a device?

A

no cdp run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Why should you not allow CPD to run on interfaces connected outside your network, such as the WAN port that connects to the internet?

A

It is a security concern to broadcast networking information to an insecure network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What IOS commands are used to disable CDP on the interface G0/0/1?

A

interface g0/0/1
no cdp enable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What IOS command is used to verify the status of CDP on all interfaces of the device?

A

show cdp interface

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What IOS command is used to verify the status of CDP and display a list of neighbors?

A

show cdp neighbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What port of R1 is the device S1 plugged into in the CDP output?

A

Gig 0/0/1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What port of S1 is the local device R1 plugged into in the CDP output?

A

Fas 0/5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

How can we tell that the device S1 is a switch based on the CDP output?

A

The capability has an S indicating it is a switch.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What IOS command can be used to see full details of connected devices using CDP? What important part is not displayed with just show cdp neighbors?

A

show cdp neighbors detail can be used to show full details, including the IP address of the devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

Why is SSH useful when using CDP to discover devices on a network?

A

CDP can display the IP address of connected devices, which can then be connected to via SSH and used to further map the network.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

Why might you use LLDP rather than CDP to discover network devices?

A

LLDP is not specific to Cisco devices, so can be used to discover neighboring devices from other vendors.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
20
Q

What IOS commnad is used to enable LLDP?

A

lldp run

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
21
Q

What extra step must you take after enabling LLDP, that isn’t required for CDP?

A

You must enable both the transmitting and receiving of LLDP packets on interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
22
Q

What IOS commands are used to enable the transmission of LLDP packets on interface G0/1?

A

lldp run
interface G0/1
lldp transmit
lldp receive
end

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
23
Q

What IOS command displays the status of LLDP?

A

show lldp

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
24
Q

What IOS command shows discovered LLDP neighbors?

A

show lldp neighbors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
25
Q

What port of S2 is the local device S1 plugged into in the LLDP output?

A

Fa0/1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
26
Q

What port of the local device S1 plugs into R1 in the LLDP output?

A

Fa0/5

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
27
Q

What IOS command shows full information about discovered LLDP neighbors? What important part is not displayed with just show lldp neighbors?

A

show lldp neighbors detail also shows the IP address of the neighboring devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
28
Q

What is the NTP protocol and what is it used for?

A

Network Time Protocol (NTP) is used for setting and synchronising time on devices.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
29
Q

Why is not advisable to manually set the date and time on network devices?

A

Devices can get out of sync without using a protocol like NTP, especially after a reboot where this information is often lost.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
30
Q

What port and protocol does NTP use?

A

UDP port 123

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
31
Q

What type of arrangement system does NTP use?

A

A hierarchical system of time sources.

32
Q

What IOS command displays the date and time on the device and whether this was set manually or via NTP??

A

show clock detail

33
Q

What IOS command is used to configure NTP and set the authorative server?

A

ntp server <ip-address>

34
Q

What IOS command is used to show where NTP information is being synchronised from?

A

show ntp status

35
Q

In NTP what is a stratum? What is stratum 0, 1, 2 and 16?

A

A stratum is the administative distance between a GPS or atomic clock.

  • Clocks are at stratum 0.
  • Stratum 1 would be a device like a router directly synchronised with a clock.
  • Stratum 2 would be a device connected to that router and so on up to 15 ‘hops’ away from the clock.
  • Stratum 16 is ‘unsynchronised’.
36
Q

What sorts of devices does SNMP allow an administrator to manage?

A

Network Infrastructure Devices:
- Routers
- Switches
- Firewalls and security devices
- Load balancers

Servers:
- Windows, UNIX and Linux servers
- Virtual machines and their hosts

Wireless and IoT Devices:
- Access points
- IP cameras
- Smart sensors and automation systems

Peripherals and Storage Devices
- Network printers, scanners and copiers
- NAS
- SAN

Environmental Devices:
- UPS
- HVAC systems
- Temperature and humidity sensors

VoIP
- IP phones
- VoIP gateways

37
Q

What three elements is the SNMP system made of?

A
  1. SNMP manager
  2. SNMP agents (managed node)
  3. Management Information Base (MIB)
38
Q

What is an SNMP manager?

A

Part of the Netowrk Management System (NMS) it runs the management software, such as PRTG or SolarWinds.

39
Q

What is an SNMP agent?

A

A managed node device that collects information about itself that can be retreived by an SNMP manager, such as a router.

40
Q

What is the Management Information Base (MIB)?

A

The place where information is stored locall by a managed node for retreival by an SNMP manager.

41
Q

What are the two primary SNMP manager requests?

A

get and set

42
Q

What is an SNMP set request and what are some examples of what it might be used for?

A

It is used to set variables on a managed node, or initiaite actions such as a reboot.

43
Q

What is an SNMP get request and what are some examples of what it might be used for?

A

It is used to query a device for data, such as its uptime, or what interfaces are currently up/up

44
Q

What is an SNMP Agent Trap and why might it be used?

A

SNMP Agent Traps are unsolicited alerts sent from a managed device to the SNMP manager, providing immediate notifications of critical events like failed authentication attempts or network failures. They bypass the delay of periodic polling, ensuring faster issue detection.

45
Q

Which SNMP version authenticates the source of management messages?

46
Q

Which SNMP version does not provide encrypted management messages?

47
Q

Which SNMP version is supported by Cisco IOS software?

A

Version 1, 2 and 3 - although 1 is considered obsolete.

48
Q

Which SNMP version uses community-based forms of security?

49
Q

Which SNMP version is used for interoperability and includes message integrity reporting?

50
Q

Which SNMP version provides services for security models?

A

Version 2 and 3

51
Q

Which SNMP version includes expanded error codes with types?

A

Version 2 introduced them (and is the answer Cisco wants) but really both Version 2 and Version 3 include them…

52
Q

Why do most organisations only use SNMPv1 and SNMPv in read only ro mode?

A

Because both use plaintext community strings as passwords, which is vulnerable to packet sniffing and man-in-the-middle attacks.

53
Q

Fill in the blank: SNMP can be used to observe CPU utilisation over time by _______.

A

A NMS poling devices and creating a graph.

54
Q

What three primary functions of the syslog service?

A
  1. The ability to gather logging information for monitoring and troubleshooting
  2. The ability to select the type of logging information that is captured
  3. The ability to specify the destinations of captured syslog messages
55
Q

What is syslog severity level 0?

A

Emergency - System Unusable

56
Q

What syslog severity level is for Debugging?

57
Q

What is the default format of syslog messages on Cisco IOS software in the format %<x>-<y>-<z>: <a></a></z></y></x>

A

%facility-severity-MNEMONIC: description

58
Q

In the sample output of a Cisco IOS syslog message what is the MNEMONIC?

59
Q

In the sample output of a Cisco IOS syslog message what is the facility?

60
Q

In the sample output of a Cisco IOS syslog message what is the severity?

A

3 (meaning Level 3 - Error)

61
Q

What command configures CISCO IOS devices to display the timestamp on syslog messages?

A

service timestamps log datetime

62
Q

What are two reasons for an administrator to issue the copy running-config tftp command on a switch or router?

A
  1. To save the running configuration file to a remote location.
  2. To transfer the current configuration file to a server.
63
Q

What information can be gathered about a neighbor device from the show cdp neighbors detail command that cannot be found with the show cdp neighbors command?

A

The IP address of the neighbor.

64
Q

When SNMPv1 or SNMPv2 is being used, which feature provides secure access to MIB objects?

A

Community strings

65
Q

What command must be issued on a Cisco router that will serve as an authoritative NTP server?

A

ntp master 1

66
Q

Which protocol or service can be configured to send unsolicited messages to alert the network administrator about a network event such as an extremely high CPU utilization on a router?

67
Q

True or False:
Severity level 0 is the most critical severity level?

68
Q

What is an SNMP management agent?

A

Software that is installed on devices managed by SNMP

69
Q

SNMP read-only community strings can be used to do what on an SNMP-enabled device?

A

To get information from the device

70
Q

A network administrator issues the copy tftp running-config command on a router. What is the administrator trying to achieve?

A

Copy the configuration file from the TFTP server to the RAM of the router

71
Q

The OIDs of the MIB are in what sort of structure?

A

Hierarchical

72
Q

If the following command was issued
R1# copy startup-config tftp where is the data that is being saved and where is it being saved to?

A

It is the config stored in NVRAM and it is being saved to a TFTP server.

73
Q

Which command would a network engineer use to restore the IOS image c1900-universalk9-mz.SPA.152-4.M3.bin to a router?

A

copy tftp: flash0:

74
Q

Why would a network administrator issue the show cdp neigbors command on a router?

A

To display device ID and other information about directly connected Cisco devices

75
Q

What are SNMP trap messages?

A

Unsolicited messages that are sent by the SNMP agent and alert the NMS to a condition on the network

76
Q

What configuration scenario would offer the most protection to SNMP get and set messages?

A

SNMPv3 configured with the auth security level