• 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/22

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;

22 Cards in this Set

  • Front
  • Back
describe : cisco ios
cisco internetwork operating system
-used regardless of type or size of device.
- used for routers, switches, wireless access points
- provides basic routing and switching functions
- secure/reliable access
- scalability
- accessed via CLI
- contents are stored in flash
- copies data to RAM during powerup and runs from RAM.
methods to access to CLI
- telnet (vty sessions)
- ssh - stronger password authentication than telnet.
- console (CTY line). Provides out-of-band access to a router.
- aux (modem connection)
startup config file
configuration file that is parsed when the system is booted. Also known as the backup configuration. Stored in NVRAM and loaded to RAM
running configuration file
used during the current operation of the device. RAM copy of the startup configuration. Changes to this will immediately affect the operation.
define modal
a system where there are different modes of operation.
major modes in the CLI
- user executive mode - priviledged executive mode
- global configuration mode
- other specific config mode
CLI prompt consists of:
- device name
- mode
user exec mode
(limited capabilities, view only mode, indicated by >)
priviledged exec mode
can execute confguration and management commands.
indicated by #
default doesn't require authentication unless configured.
enable
is used to switch between user and priviledge modes.
italics
argument
square brackets
optional element
|
choice within an optional or required keywords or arguments
{x|y}
reqyured choice
ios in ram has:
programs (show processes, cpu, protocols)
tables and buffers (show memory, stack, buffers)
active configuration file
NVRAM
backup configuration file
flash
OS
specific config modes
interface
line
router
name of a device
max 63 chars
disable
return from priviledge to user exec mode
syntax format
command keywords arguments
commands are not case sensitive
keywords are used to define the particular output
arguments are used defined.
syntax characteristics
boldface: command and keyword entered as shown.