Day 1&2 Flashcards
enterprise level networking
the communications backbone connecting devices across LAN’s and WAN’s
network management principles
the following principles help to ensure proper network management
configuration management
documents and controls network changes for equipment, hardware, and software througout the network’s lifecycle
accounting/administration management
accounting management gathers usage statistics for billing and accounting purposes
fault management
detects, runs diagnostics tests, isolates, and corrects network faults to include error log maintenance
performance management
encompasses the evaluation and reporting of networked equipment functionality. performance management gathers and maintains historical logs of statistical information
security management
protects a network from unauthorized access
The Cisco model
uses a three layer model: Core layer, distribution layer, access layer
core layer
core of the network focused on transporting data as fas as possible
distribution layer
the communications point between the core and access layers
access layer
controls access to intra-network resources. LOCAL!
Cisco device management
relies on two main files to run: cisco internetwork operating system (IOS) and configuration (startup-config)
Cisco boot process
- power on self-test (POST)
- loads bootstrap from ROM
- load IOS from flash memory into RAM
- load configuration from NVRAM (startup-config) into RAM (running-config)
ROMMON
manually interrupting the boot process puts device into ROMMON.
allows you to reinstall IOS software or recover passwords.
only accessible through physical access to the console
Cisco IOS naming conventions
a. b (c.d) e f
a: major version number
b: minor version number
c: maintenance release number
d: interim build number
e: release train identifier (no letter indicates mainline)
f: rebuild number
Mainline train (M)
designed to be the most stable release Cisco can offer. never expands
Technology train (T)
these IOS versions get new features and bug fixes throughout their lifecycle, but are less stable than mainline trains.
IOS 15
considered the M&T or M/T release
show version command
lists hardware and software version information
p 14
show ip interface brief
shows the current status of all interfaces including any virtual interfaces
p 15
show interface
provides detailed information about the interfaces, including encapsulation, MAC address, bandwidth, duplex, IP address, and DCE/DTE setting
p16
show arp
reveals all devices with which the router has communicated.
p17
IOS access and privileges
.
console port
physical connection
local, command-line access through a terminal emulation program.
(out-of-band management)
auxiliary port
physical connection
remote, command-line access through a modem. it can also be used as a console port.
(out of band management)