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

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;

93 Cards in this Set

  • Front
  • Back

What command saves running configuration

(Config)#copy running-config startup config OR (config)#write memory

What command resets configuration settings

(Config)# erase startup-config OR (config)# write erase

What command reloads the router?

#reload

How does one view all directories?

#dir all

What command would you use to delete the file "file" from the flash directory

(Config)# delete flash:file

How would you assign the encrypted password "cisco" to privileged mode?

(Config)# enable secret cisco

How would you configure a physical console password to be "cisco"

(Config)# line con 0 --> (config-line)# password cisco

How would you configure a telnet password to be "cisco"?

(Config)# line vty 0 4 --> password cisco --> login

A switch is to a port what a router is to a....

Interface

What command configures the name of a cisco device to "switch1"?

(Config)# hostname switch1

How would you view the interfaces on a router.

# show ip interface brief

What feature on a switch enables telnet, even when there is no IP address?

Switched Virtual Interface (SVI)

What is CDP used for?

Layer 2 neighbor discovery

What info is provided by CDP?

Platform, interface, IP Address, and OS version

What is a nonproprietary equivalent to CDP

Link Local Discovery Protocol (LLDP)

How would you use no shutdown on the FastEthernet 0/1 interface.

(Config)# int fastethernet 0/1 ->(config-if)# no shutdown

What command shows CDP info

#show cdp

How often does CDP receive update packets?

60 seconds

How long does CDP hold its packets before clearing them

180 seconds

What command enables CDP, and what command disables it.

(Config)# cdp run AND (config)# no cdp run

How would you view the neighbor table in CDP

# show cdp neighbor

What makes a VLAN

It means you made multiple LANs, or multiple broadcast domains on one switch

How would you configure the fastethernet interfaces 1-3 simultaneously.

(Config)# interface range fastethernet 0/1-3

How would you create vlan1, and then assign it to fastethernet 0/1

(Config)# vlan 1 ---> (config)# int fastethernet 0/1--> (config-if)# switchport mode access ---> switchport access vlan 1 ---> end

What is a Vlan trunk?

It is a table of all broadcast domains.

How would you get into privileged executive mode?

Switch> enable

How would you get into global configuration mode?

Switch# configure terminal

How would you configure the interface fa0/1 on a switch.

#config t --> (config)#int fa0/1--> (config-if)

How would you get out of global configuration mode?

(Config)# exit

How would you get out of privileged executive mode

# disable

How would you change an interface to perform vlan trunking

(Config-if)# switchport mode trunk

How often does spanning tree protocol update its bpdu's

2 seconds

How long does stp retain bpdu's

20 seconds

The purpose of spanning tree protocol is to what?

Remove networking loops.

802.1x is used for what?

User Authentication

What is the administrative distance of a static route

1

What is the administrative distance of eigrp

90 internally 170 externally

What is the administrative distance of ospf

110

What is the administrative distance of Isis

115

What is the administrative distance of rip

120

What is the administrative distance of bgp

200 internally 20 externally

What is the administrative distance of an unreachable protocol

255

What is Administrative distance

It defines the believability, reliability, or the priority of a protocol

What does igp stand for, and what does it do

Interior Gateway protocol It provides reachability within an autonomous system

What does EGP stand for, and what does it do

Exterior Gateway protocol , Designed to provide reach ability between autonomous systems

What is the only exterior Gateway protocol

Bgp, or border Gateway protocol

What are the four types of routing protocols

Distance vector, Lynx state, Advanced distance vector, and path vector

Which type of routing protocol is EGP

Path vector

What is a good mnemonic to memorize the OSI model

All people seem to need data processing (application, presentation, session, transport, network, data link, and physical)

What is one characteristic of a link State protocol

Incremental or triggered updates

What is the neighbor requirement for distance Vector protocols

There are none

How does distance Vector maintain its route

Resends after defined interval

What is the visibility of a distance Vector routing protocol

It can only see the routers directly connected to it

What are some examples of distance Vector protocols

Rip version 1 and 2, igrp

What is the Neighbor requirement 4 Link State protocols

Neighborships

How do link State protocols maintain its route

Periodic hellos

What are some examples of Link State protocols

Ospf, and Is-is

What characterizes Advanced distance vector

As the visibility of a distance vector, but the route maintenance of Link state

What protocol is Advanced distance vector

Eigrp

What characterizes a path vector

Periodic Hello's, no knowledge of network topology, depends on interior Gateway protocol

What is a routing metric

It is the number used for best path selection process

What are the three types of routing metric

Hop counts, link bandwidth, and composite formulas

How often does rip update

Every 30 seconds

What is the multicast ipv4 address for ripV2

224.0.0.9

What is the multicast IPv6 address for rip V2

Ff02::9

Is rip classful or classless?

Classful

What info is provided by a routing table

Route type ip address, admin distance, hop count, and interface

What is the neighbor requirements for eigrp

Same Source IP subnet, K values, and autonomous system values

What is the formula for administrative distance in eigrp

AD= lowest bandwith * sum of all delays

In eigrp, what would be the wildcard mask to ensure that it would be class c

0.0.0.255

What are the commands for a basic eigrp configuration

(Config)# router eigrp <AS number> -> (config-router)# no auto-summary -> network 1.0.0.0

What is the stp cost of a 10 mbps port, 100 mbps port, a 1 gbps port, a 2 gbps port, and a 10 gbps port

100, 19, 4, 3, 2

In stp, what factors determine root ports, and in what order

Least cost, least bridge ID, least port id

In STP, how is the root bridge calculated?

Lowest bridge ID

How would you set the root bridge priority to primary or secondary on vlan 1

(Config)# spanning-tree vlan 1 priority primary

If two bridges have the same root priority, how is the election resolved?

Whoever has the lowest mac address

What is the root priority number generated by the command (config)# spanning-tree vlan 1 root secondary

28672

What commands would you use to change a ports cost to 1, and its priority to 0

(Config)# spanning-tree vlan 1 cost 1


(Config)# spanning-tree vlan 1 port-priority 0

What is the BPDU (think hello) timer, and the max age timer in STP

2 seconds, 20 seconds

Between root ports and designated ports, which one receive the BPDUs

The Root Receives BPDUs

What is the IEEE specification of STP and RSTP

802.1d and 802.1w

What is the function of Uplinkfast?

In STP, it instantly switches port modes if a root port goes down.

What command is used to configure RSTP instead of STP (remember per vlan STP)

(Config)# spanning-tree mode rapid-pvst

What are the 3 port states in RSTP

Listening, Learning, Forwarding

What is an etherchannel?

Its a cisco proprietary term for portchanneling, which is combining multiple physical interfaces into one logical interface.

How many links can be combined into 1 etherchannel?

8

What is the requirement for interfaces to be in the same etherchannel?

Same speed, same duplex, and same port mode.

What is the last bit value of the first three bits on a class a, b, and c address

011,110,111

What is PPP

Point to Point Protocol, it is a layer 2 WAN protocol.

What are the steps of PPP

Link Control Protocol (LCP), authentication (optional), Network Control Protocol (NCP)

What is bpduguard, and how do you enable it?

It is a protocol independent of STP, but commonly used with ports that will be using portfast to automatically go into forwarding mode. It prevents bpdus from changing the port mode. The command to enable it is (config-if)# spanning-tree bpduguard enable

What is chap, and how does it work

It is a PPP authentication protocol. It stands for Challenge Handshake Authentication Protocol. It works by using a hashing algorithm to send the passwords, in this way, a sniffer wont be able to get that information and wont be able to spoof.

What is MPLS, what does it do, and what is its purpose

Multi Protocol Label Switching. It places a Label header in between the layer 2 and layer 3 headers, AKA a shim header. Doing this allows for VPNs and allows said VPNs to reuse addresses.