Final Study Flashcards

(32 cards)

1
Q

Inter-VLAN routing:

What Three inter-LVAN routing options are there:

What are the three used for?

A

Legacy Inter-VLAN routing:
This is legacy and is no longer used in the industry

Router-On-A-Stick:
A solution from Small to medium-sized networks

Layer 3 - Switched Virtual interfaces (SVIs):
Most Scalable solution and is used in medium to large organizations

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Inter-VLAN routing:

On router-on-a-stick. Fill in the blank

Ethernet interface is configured as an ____ ____ and connected to a ____ ____ on a layer 2 switch. Spacifically, the router interface is configured using __________ to identify routable VLANS.

A

802.1Q Trunk

trunk port

Subinterfaces

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Inter-VLAN routing:

What is the disadvantage of layer 3 Switches

A

They are more expensive.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Inter-VLAN routing

How would you enter into a sub interface of a router

A

Interface G0/0/1.20

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Inter-VLAN routing

Different types of switchport modes and what they do

A

Access:
For one single VLAN to be able to travers though the interface

Trunk
Allows for more then one VLAN to transfer though the connection

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

STP Concepts:

STP stands for?

what is the Purposes of STP?

A

Spanning Tree Protocol (STP)

Loop prevention

Redundancy:
eliminates a single point of failure but using multiple paths

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

STP Concepts:

What is the BID?

What two elements make up the BID

A

Priority Field = 32768 ( 2 Bytes )
Switch MAC Address = 0000.0000.1111 ( 6 Bytes )
BID = 32768.0000.0000.1111

BID = Switch Bridge ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

STP Concepts:

What is BPDU stand for?
and what is it used for?

A

Bridge Protocol Data Unit (BPDU)

BPDU is frame containing information about spanning tree protocol. that the switch use to determine root bridge configurations.

Hello BPDU is how switches share that information

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

STP Concepts:

What three bits of information are used to configure a none-loop network?

A

Root ID:
Is the Root Bridges ID

Root Path Cost:
Best path to the root bridge. (lower is better)

Bridge ID:
BPDU sender’s BID or the source bridge ID

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

STP Concepts:

What are the three different types of ports that can be assigned to a switch?

A

Designated Port:
All ports on the root bridge, as well as the destination of the Alternate Port

Root Port
Connection to the root bridge

Alternate Port
A port that is connected to the path that does not have the (lowers) BPDU configuration

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

EtherChannel:

Three different states of PAgP?

A

On:
This forces the interface to channel without PAgP

PAgP desirable:
Active negotiation state that the interface INITIATES Sending PAgP Packets

PAgP auto:
PASSIVE negotiation state that receives but does NOT INITIATE.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

EtherChannel:

What advantages does EtherChannel provide?

A

Allows for Load Balancing

Creates an aggregation that is seen as on logical link

Redundancy over lapping links

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

EtherChannel:

Two different types of EtherChannels and what is different about them

A

PAgP:
PAgP is cisco proprietary

LACP:
is an Open standard supported by most vendors

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

EtherChannel:

Different port states of LACP

A

On

LACP active:
actively negotiating state

LACP passive:
Passively waits for packets from others.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

EtherChannel:

True or False? PAgP and LACP are both Cisco-proprietary link aggregation protocols

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

EtherChannel:

Which combinations of these three make a EtherChannel link?

On
Desirable
Auto

A

On ————————– On

Desirable ——- Desirable

Auto ————– Desirable

Desirable ————– Auto

17
Q

FHRP and HSRP:

What is the Primary Use of
FHRP and HSRP

A

redundancy

To stop when the default gateway is unreachable all LAN hosts losing outside LAN connectivity.

18
Q

FHRP and HSRP:

Explain how
First hop redundancy protocol works

A

Multiple routers are configured to work together to present the illusion of a single router to the hosts on the LAN. By sharing an IP address and a MAC address, two or more routers can act as a single virtual router.

19
Q

FHRP and HSRP:

Explain how
Hot Standby Router Protocol works

A

Multiple routers are configured together. one as the Active device and the others as the standby device. Active forwards the packets out of the network as the standby one monitors the status of the Active one and takes over when it fails.

20
Q

FHRP and HSRP:

What are the Rules of HSRP election process?

A

IPv4 of the highest value is selected by default

Router with the Highest Priority will become the active router

By default the HSRP priority is 100

21
Q

FHRP adn HSRP:

What are the 5 states of HSRP?

A
Initial
Learn
Listen
Speak
Standby
22
Q

DHCPv4:

What are the 4 steps of obtaining a lease address?

A
  1. Discover - Client: I would like to request an address
  2. Offer - DHCP Server: Here is the address offer
  3. Request - Client: I accept the IP address offer
  4. Acknowledgment -DHCP Server: Your acceptance is acknowledged.
23
Q

DHCPv4:

What are the 3 steps to configuring a router as a DHCP Server?

A
  1. Exclude IPv4 address.
    [ ip dhcp excluded-address low addrees [high-address]]
    Such as server printers static clients and routers and switches
  2. Define the DHCPv4 pool name
    [ip dhcp pool pool-name]
3. Configure the DHCPv4 address pool and default gateway 
[Network]
[Default-router]
[dns-server]
[domain-name]
24
Q

DHCPv4:

A client is trying to get a DHCP address but it isn’t on the same network as the DHCP server. What can they router do to solve this?

What commands would you use?

A

Configure DHCPv4 Relay on the router that would forward the Discovery packet from the client.

R1(config)# Interface [connected to clients]
R1(config-if)# ip helper-address [address of the DHCP server]

25
DHCPv4: How would you get a router interface to obtain an address from DHCP?
R1(config)# Interface G0/1 | R1(config-if)# ip address dhcp
26
SLAAC & DHCPv6: What are the two different types of Dynamic 'GUA' Assignment
GUA = Global Unicast Addresses Stateless - No device is tracking the assignement of IPv6 addresses. Stateful - A DHCPv6 server is managing the assignment of IPv6 addresses
27
SLAAC & DHCPv6: What is the difference between SLAAC, and SLAAC with DHCP server?
SLAAC - Router advertisement (RA) messages all the information the the host uses to configure its address. With DHCP Server - Router only provides IPv6 configuration information and informs the host to contact a stateless DHCPv6 server for more informations
28
SLAAC & DHCPv6: What are the Three flags? And what do they go with?
Stateless SLAAC only - A flag=1 ; O flag=0 ; M flag=0 SLAAC and DHCPv6 - A flag=1 ; O flag=1 ; M flag=0 Stateful DHCPv6 A flag=0 ; M flag=1 A is for Auto - Auto config because stateless O is for Other - Other Information used then Router M is for Managed - Stated that it is Managed by server
29
SLAAC & DHCPv6: In SLAAC (stateless) what does a host PC use to ensure its IPv6 GUA is unique?
Duplicate Address Detection (DAD)
30
SLAAC & DHCPv6: what two commands would be used to configure a Stateful DHCPv6?
Ipv6 nd managed-config-flag ( M flag = 1 ) ipv6 nd prefix default no-autoconfig (A flag = 0 )
31
Security Concepts: Three Different types of Network Security Devices
Virtual Private Network (VPN) Enabled router Next-Generation Firewall (NGFW) Network Access Control (NAC)
32
Security Concepts: Three Different modes for Switchport-Security?
Shutdown(Default) Restrict Protect