Network Configuration Flashcards
What are the layers in the Cisco Hierarchical Network Design?
Core, distribution, and access
Core
Aggregates distribution switches in very large campus LANs, providing high forwarding rates
Distribution
- Provides an aggregation point for access switches
- Forwards frames between switches
- Does not directly connect to end users
- Provides redundancy and interconnectivity with minimal cabling
Access
- Provides a connection point for end user devices
- Does not normally forward frames between two other switches
- Controls user and workgroup access to intranet work resources
Switch OS
Internetwork Operating System (IOS)
What are popular methods of accessing Cisco IOS command line interface (CLI)?
Console, Telnet, SSH
CLI Password Security
- Telnet/SSH are not disabled by default
- All methods password capable
- Console (line console 0)
- Telnet/SSH - line vty 0 15
What are the switches memory types?
- Read Only Memory (ROM)
- Flash memory
- Nonvolatile Ram (NVRAM)
- RAM: Dynamic Random Access Memory (DRAM)
Where are configurations stored?
- Startup-config - NVRAM
- Running-config - RAM
- Initial configuration (Setup mode)
Cisco Discovery Protocol (CDP)
- Discovers information about neighboring Cisco devices
- “show cdp neighbors”
- Enabled by default
Slide 19
VLAN
- Advantages include segmentation, flexibility, security
- Equals broadcast domain, subnet, logical network, local area network
- In order to have inter VLAN communications a router is required
What is used to connect two switches together?
A trunk
VLAN Operation
- VLANs can span multiple switches
- Trunk carry traffic for multiple switches
- Trunks use special encapsulation to distinguish between multiple VLANs
What are the two different types of VLAN membership?
Port driven and MAC address driven
ISL Encapsulation
ISL trunks enable VLANs across a backbone, completely encapsulates the frame between a 26 byte header and a 4 byte trailer
802.1Q
Frame tagging, a 4 byte tag is added to the original header including VLAN ID information, after the tag is inserted the frame check sequence (FCS) is recalculated
VLAN Frame Identification
- Developed for multi VLAN, inter switch communications
- Places a unique identifier in header of each frame
- Functions at layer 2
ISL vs 802.1Q
- Both encapsulate VLAN traffic
- Max VLANs (ISL=1000, 802.1Q=4096)
- Spanning tree (ISL=per VLAN, 802.1Q=one on native VLAN for all VLANs in the network (Mono Spanning Tree))
- Support (ISL=Cisco proprietary, 802.1Q=IEEE open standard)
- Makes use of native VLAN (ISL=no, 802.1Q=yes)
Trunk Modes of Operation
Trunk, access, dynamic desirable, dynamic auto
Trunk mode of operation
Permanent trunking mode
Access mode of operation
Permanent non-trunking mode
Dynamic Desirable mode of operation
Makes the port actively try to convert the link to a trunk link (port becomes a trunk if the neighboring port is set to trunk, desirable, or auto mode)
Dynamic Auto mode of operation
Makes the port willing to become to a trunk link (port becomes a trunk port if the neighboring port is set to on or desirable))