CCNP switch slides 1 Flashcards

1
Q

Each switch port is a _____ ______

A

collision domain

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

What is unknown unicast flooding

A

MAC addresses are learned from the source MAC of incoming frames. If the destination address is unknown, the frame is flooded out all except the receiving port.

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

When a host is connected to a switchport, why aren’t frame errors propagated?

A

because each frame is checked

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

Where are security and QoS ACLs stored?

A

TCAM

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

What is route caching?

A

The RP listens to a flow’s 1st packet for the dest. The SE listens to the packet and dest and puts a shortcut in the MSL cache. Netflow switching, route once, switch many

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

What is topology-based caching?

A

the topology is pre-populated by downloading the topology DB into the FIB and dynamically updated. Called Cisco Express Forwarding

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

How often are CAM table entries aged?

A

300 sec

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

CAM table entries are purged when….

A

a MAC is seen on a different port

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

What is the FM?

A

Feature Manager - after the ACL is created, the FM compiles the ACEs into the table

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

What is the SDM?

A

Switching Database Manager - configures and prunes TCAM partitions

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

What are TCAM entries composed of?

A

value, mask, and result (VMR) combinations

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

What is the size of a TCAM value?

A

134 bits, consisting of source and destination addresses and protocol information from the packet or frame

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

How long are TCAM masks?

A

134 bits

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

What are LOU register pairs?

A

used when ACLs specify port ranges…used by TCAM

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

What is a 10GE WAN PHY?

A

Connects with SONET or SDH

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

What pins does FE use?

A

1/2 and 3/6

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

What cabling do GBICs use?

A

SC fiber or RJ-45

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

Which fiber is the receive?

A

on the left as you face the connector

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

What types of ports autonegotiate?

A

FE and GE

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

What is the default 10mbps Enet duplex?

A

half-duplex

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

What is the default FE duplex?

A

Full duplex

22
Q

How are errdisable triggers tuned?

23
Q

what is errdisable dtp-flap?

A

change in trunk encap

24
Q

what is errdisable pagp-flap?

A

etherchannel ports have inconsistent config

25
How do you renable an err-disable port by default?
manually
26
If a port is configured for errdisable auto recovery, how long does it stay down?
300 sec by default
27
How do you find duplex mismatches?
use sh interface on the interface and look for error counts > 10
28
what is a vlan?
a single broadcast domain
29
static vlans offer ____ based membership
port
30
the static port to vlan membership is handled in _____
the ASIC
31
What is the default MTU?
1500B
32
What is the acceptible range of VLANS?
1-1005 (1 and 1002-1005 are reserved)
33
What are dynamic VLANs based on?
MAC of the end device
34
One vlan should =
1 IP subnet
35
What is an end to end vlan?
a VLAN that spans the entire fabric
36
What is the 80/20 rule?
80% of the user traffic should stay in the VLAN
37
How does ISL do framing on trunks?
by encapsulating each frame in a header and trailer
38
What types of links can be trunked?
FE, GE, and aggregated FE/GE Etherchannels
39
How does dot1q do framing on trunks?
embeds the tag within the frame
40
What is the size of ISL encapsulation?
26-byte header, 4-byte trailer with CRC
41
What is a baby giant frame?
frames that barely exceed 1518B or 1622B due to headers
42
What does DTP do?
automatically negotiates a common trunk mode between switches
43
What are the 3 trunk encap modes?
isl, dot1q, negotiate (default
44
What are the 3 trunk switchport modes?
trunk, dynamic auto, dynamic desireable (default)
45
what is dynamic desireable?
the port asks the other end to trunk
46
what is dynamic auto?
will trunk if asked
47
How do you disable DTP when you configure both ends of the ISL manually?
switchport nonegotiate
48
Which 4 things must be agreeable to trunk?
1- trunking mode, 2-trunk encapsulation, 3-native VLAN, 4-allowed VLAN
49
What is the default VTP state?
VTP server for domain null with no password or secure mode
50
What are 2 ways to configure VLAN and VTP information?
Global config (vlan, vtp mode, and vtp domain) and VLAN DB mode commands. Global config is preferred because VLAN DB mode commands are legacy