• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/24

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

24 Cards in this Set

  • Front
  • Back
To enter archive mode so you can backup router configurations automatically.
R1(config)# archive
To specify the address of an FTP server and filename prefix a router will use to write archival configuration files.
R1(config-archive)# path ftp://[ip add]/[filename prefix]
To cause an archival backup of a routers config to be written each time the routers running config is copied to its startup config.
R1(config-archive)# write-memory
The interval in minutes used by a router to automatically backup its configuration in Archive-config.
R1(config-archive)# time-period [minutes]
To copy startup config to ftp server whilst entering username and password credentials.
R1(config)# copy startup config ftp://[username]:[password]@[ip add]
To set the FTP username credentials so they don’t need to be typed in each time.
R1(config)# ip ftp username [name]
To set the FTP password credentials so they don’t need to be typed in each time.
R1(config)# ip ftp password [password]
To copy startup config to ftp server without entering any username and password credentials.
R1(config)# copy startup config ftp://[ip add]
To turn on logging for telnet and vty sessions. By default only on for console sessions.
R1# terminal monitor
To set the minimum severity level of an event to be logged.
R1(config)# logging console [severity level]
To log events to the routers internal buffer. If required can set the buffer size and minimum severity level.
R1(config)# logging buffered [max buffer size] [severity level]
To specify the address of a syslog server to which a routers log files are written.
R1(config)# logging [ip add]
To set the address of the NTP server. A configuration can have more than 1 for redundancy.
R1(config)# ntp server [ip add]
To set the routers local timezone and number of hours the time of the zone varies from GMT.
R1(config)# clock time-zone [timezone name] [[+ | - ] hours]
To set the routers time zone when daylight savings is in effect. When it begins and ends. The "1-4" is the 1st, 2nd, 3rd or 4th stated day of that month (e.g 2nd Sunday of May).
R1(config)# clock summer-time [timezone name] recurring [1-4] [beginning day, month & time] [1-4] [ending day, month & time]
To show the config files contained in a routers configuration archive.
R1# show archive
Replaces (as opposed to merges) a routers running config with a specified archived config.
R1# configure replace ftp://[ip add]/[filename]
To view the logging buffer. Once it is full, older entries are deleted to make way for newer entries.
R1# show logging history
What are routine maintenance tasks?
Configuration changes, Replacement of older h/w, Scheduled backups, Updating software and monitoring network performance
What specific components can be found in a set of network documentation?
Logical Topology Diagram, Physical Topology Diagram, Listing of Interconnections, Inventory of Network Equipment, Ip Address Assignments, Configuration Information and Original Design Documents
What are the 8 logging severity levels? A Lower severity produces less logging output.
0 - Emergencies, 1 - Alerts, 2 - Critical, 3 - Errors, 4 - Warnings, 5 - Notifications, 6 - Informational, 7 - Debugging
What are the 6 popular troubleshooting methods?
Top-Down Method, Bottom-Up Method, Divide and Conquer Method, Following the Traffic Path, Comparing Configurations, and Component Swapping.
What are the 7 steps in a structured troubleshooting procedure?
1.Problem Report, 2.Collect Information, 3.Exam Collected Information, 4.Eliminate Potential Causes, 5.Hypothesize Underlying Cause, 6.Verify Hypothesis and 7.Problem Resolution
What are the 2 primary goals of a troubleshooter while examining collected information?
Identifying Indicators pointing to the underlying cause of the problem and finding evidence that can be used to eliminate potential causes. To achieve these goals attempt to find the balance between what is occurring on the network and what should be occurring on the network.