cisco_certs_20160418125207 Flashcards

1
Q

Default STP port costs for the following speeds:10M100M1G10G

A

10M = 100

100M = 19

1G = 4

10G = 2

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

What are the 3 types of BPDUs?

A

Hello BPDU

CBDPU - Configuration BPDU

TCN BPDU - Topology Change Notification BPDU

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

Command to configure a static etherchannel

A

conf t

interface *int*

channel-group *group number* mode on

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

Command to show the status of an etherchannel

A

show etherchannel *group number*

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

What are the 2 protocols that can be used to create dynamic etherchannels?

A

PAgP

LACP

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

What does PAgP stand for?

A

Port Aggregation Protocol

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

What does LACP stand for?

A

Link Aggregation Control Protocol

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

What is the IEEE standard for PAgP and LACP?

A

PAgP is Cisco proprietary

LACP is 802.1ad

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

Syntax to enable PAgP on a interface

A

conf t

int gi1/0

channel-group *group number* mode {desirable | auto}

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

Syntax to enable LACP on a interface

A

conf t

int gi1/0

channel-group *group number* mode {active | passive}

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

In PAgP configurations, what does the keyword desirable tell the switch to do vs auto?

A

It tells the switch “use this protocol and begin negotiations”

versus

“use this protocol and wait for the other switch to begin negotiations.”

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

In LACP configurations, what does the keyword active tell the switch to do vs passive?

A

It tells the switch “use this protocol and begin negotiations”

versus

“use this protocol and wait for the other switch to begin negotiations.”

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

What happens with an etherchannel where both sides are set to either auto or passive?

A

It won’t come up, because both sides are waiting for the other to begin negotiations.

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

What is the IEEE standard for:

STP

PVST

RSTP

A

802.1D

Cisco Proprietary

802.1w

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

What does RSTP stand for?

A

Rapid Spanning Tree Protocol

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

What STP mode do Cisco switches generally default to?

A

802.1D with PVST

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

Command to set a switch to use PVST

A

spanning-tree mode pvst

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

What 3 fields make up the BID?

A
  1. Priority
  2. System ID Extension
  3. System ID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
19
Q

What is the range for priority?

A

0-65535

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

What is unusual about the priority value?

A

It’s in multiples of 4096.

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

What is the value of an all 1’s priority field?

A

61140

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

What are the values of each bit in the priority field?

A

32768 16384 8192 4096

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

What is normally stored in the System ID extension field?

A

VLAN ID

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

How many bits in the System ID extension field?

A

12

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

How many bits in the priority field?

A

4

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

How many bits in the System ID field?

A

6 bytes

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

Command to set the priority for a given VLAN

A

spanning-tree vlan *vlan id* priority *priority*

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

Command to set a port cost.

A

Conf t

interface gi1/0

spanning-tree [vlan *vlan id*] cost *cost*

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

What is the default BID priority?

A

32768

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

Is portfast or bpduguard enabled by default?

A

No

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

What are the 3 port types in STP?

A
  1. Root port
  2. Designated port
  3. Blocking port
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
32
Q

What is a Designated port vs other port types?

A

The Designated Port is the one that advertises lowest-cost hello onto the LAN segment.

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

What 4 fields are shown in a “show mac address-table” output?

A
  1. VLAN
  2. MAC address
  3. Type (dynamic or static)
  4. Output port to get to that MAC
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
34
Q

What does “show interfaces status” show us (7 fields)?

A
  1. Port
  2. Description
  3. Status (connect / notconnect/ disabled)
  4. VLAN
  5. Duplex
  6. Speed
  7. Type (10/100/1000 TX etc)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
35
Q

If a frame came into a switch and was either an unknown destination MAC or a broadcast mac, what ports would the switch forward it out of?

A

All forwarding ports for that VLAN, except the one on which it was received.

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

What makes a switch a designated switch for a given ethernet segment?

A

It’s the switch (and therefor the port) that is forwarding the root’s BPDU.

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

4 important fields in a Hello BPDU

A
  1. Root BID
  2. Sender’s BID
  3. Sender’s root cost
  4. Timers on the root switch
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
38
Q

What are 3 of the timers on the root switch?

A
  1. Hello timer
  2. MaxAge timer
  3. Forward Delay timer
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
39
Q

What is the most common type of BPDU?

A

Hello BPDU

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

What does STA stand for?

A

Spanning Tree Algorithm

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

What is the root cost in a BPDU received directly from the root bridge?

A
  1. The root bridge has a 0 cost to reach itself.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
42
Q

If a switch receives a BPDU with a root cost of 25 on a 1 gig port with default costing, what will it rewrite the root cost to be?

A

2925 + 4 for the gig port

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

Which switch’s BID would win?

A: 32769:0200.0002.0002

B: 32769:0200.0003.0003

A

A, since it has the numerically lower System ID

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

If a switch is connected to a hub and hear’s it’s own BPDU’s on multiple ports, what are the other 2 tiebreaker values?

A
  1. Lowest interface STP priority
  2. If all interfaces are the same priority, lowest interface number.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
45
Q

What 2 items will a non-root switch change before forwarding out the hello BPDU received from the root’s direction?

A
  1. Root cost
  2. Sender ID
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
46
Q

What is the default value of the 3 primary STP timers?

A
  1. Hello - 2 seconds
  2. MaxAge - 20 seconds
  3. Forward Delay - 15 seconds
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
47
Q

What is the calculation to get the MaxAge time?

A

MaxAge = 10*(Hello timer)

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

What does the forward delay timer control?

A

How long a port will transition through Listening and Learning before going to Forwarding. Each phase will take (fwddelay value) seconds.

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

What does the MaxAge timer control?

A

How long a switch will wait for a Hello BPDU before declaring the neighbor down and sending out a TCN BPDU.

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

How many interfaces can be included in an Etherchannel?

A

Up to 8.

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

What does PortFast do?

A

Allows a port to go immediately into Forwarding, without the normal interim stages of Listening and Learning.

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

What kinds of ports must PortFast be restricted to?

A

Access ports facing stubs only, never anything that could be cabled up to form a loop.

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

What does BPDUguard do?

A

When a port has it configured, it will immediately become disabled if a BPDU is received on that port.

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

In RSTP, what is the blocking state called?

A

Discarding

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

What is STP’s convergence time vs RSTP?

A

STP - ~50 secondsRSTP - max 10 seconds, usually much less

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

What does the command “spanning-tree vlan vlan-id root {primary | secondary}” do?

A

The switch on which this is configured will lower it’s own priority to beat out any other switch to become the root bridge.

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

Command to enable portfast on gi1/0.

A

conf t

int gi1/0

spanning-tree portfast

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

Command to enable BPDUguard on gi1/0

A

conf t

int gi1/0

spanning-tree bpduguard enable

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

Command to make a switch root or secondary root.

A

spanning-tree vlan *vlan-id* root {primary | secondary}

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

Command to see the root BID.

A

show spanning-tree [vlan *vlan id*]

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

Command to list the root switches for all vlans.

A

show spanning-tree root

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

Command to debug STP

A

debug spanning-tree events

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

Command to show the BID broken out into it’s component parts.

A

show spanning-tree vlan *vlan id* bridge

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

When using the root primary command, what is the value that the switch’s priority will be set to if the current root is at 32768?

A

24576

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

When using the root primary command, what is the value that the switch’s priority will be set to if the current root is less than 24576?

A

The highest multiple of 4096 that is still less than the priority of the current root.

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

What are the 3 port states of 802.1w?

A
  1. Learning
  2. Forwarding
  3. Discarding
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
67
Q

2 commands to see if a switch is in PVST or RPVST mode

A

show spanning-tree

show spanning-tree summary

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

Command to set either PVST or RPVST

A

conf t

spanning-tree mode [pvst | rapid-pvst]

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

If a switch has a root port, is it the root switch?

A

No. The root switch only has designated ports.

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

How many root ports will a switch have?

A

1 per vlan

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

What are the stable states in STP?

A
  1. Forwarding
  2. Blocking
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
72
Q

What are the states in STP that only occur during convergence?

A
  1. Listening
  2. Learning
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
73
Q

What is used to create the BID?

A

2 byte priority field + 6 byte system ID (BIA)

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

What kind of packets are used during the Loading phase?

A

LSU

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

What does an LSU contain?

A

One or several LSA’s

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

What information is in a Network LSA?

A

The DR on a broadcast segment lists which routers are joined together by the segment. The LSID of the type 2 LSA is the IP interface address of the DR.

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

What information is in a Summary LSA?

A

Information about subnets in other areas

Subnet ID, mask,RID of ABR that advertises the LSA

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

In what OSPF phase do neighbors pass each other their LSA’s?

A

Loading

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

What are the 2 primary timers in OSPF?

A

Hello

Dead Interval

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

For DROthers, what is the maximum state that they reach with each other?

A

2way

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

List the first 3 OSPF LSAs

A

Router

NetworkSummary

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

Command to passive an OSPFv3 interface

A

conf t

ipv6 router ospf *PID*

passive-interface *interface*

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

What is the all-OSPF IPv6 address?

A

FF02::5

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

What is the all-DR IPv6 address?

A

FF02::6

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

In OSPFv3, how does one include an interface in routing?

A

by enabling routing directly on the interface, not via the network command

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

Generic syntax to add an interface into OSPFv3

A

conf t

interface *interface*

ipv6 ospf *PID* area *Area ID*

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

Syntax to enable OSPFv3 on int gi1/0, in area 0ipv6 router ospf 12 router-id 1.2.3.4

A

conf t

int gi1/0

ipv6 ospf 12 area 0

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

Command to tell a router to not form OSPF adjacencies on a given interface

A

conf t

router ospf *PID*

passive-interface *interface name*

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

What 5 attributes must match for OSPF neighbors to become adjacent?

A
  1. Same subnet
  2. Hold/dead timers
  3. Authentication
  4. Same area
  5. Same interface MTU
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
90
Q

Command to configure a router-id for an OSPFv3 router

A

conf t

ipv6 router ospf *PID*

router-id *IPv4 RID*

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

When does EIGRP send full and partial updates?

A

Full on neighbor adjacency

Partial as needed when network topology changes

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

What are the 2 primary timers for EIGRP?

A

Hello

Hold

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

What are the default values for the Hello and Hold timers in EIGRP?

A

Hello = 5 seconds

Hold = 3xHello, or 15 seconds by default

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

What are EIGRP’s 2 primary metrics?

A

Bandwidth and Delay

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

What is the multicast address for EIGRP?

A

224.0.0.10

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

Does EIGRP ever flood updates periodically?

A

No, only during adjacency setup or topology changes

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

What are the 3 required and 1 optional attributes that must pass before an EIGRP adjacency will be established?

A

Required:

  1. Same AS number
  2. Same IP subnet
  3. Matching K values

Optional:

  1. Authentication, if configured, must match.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
98
Q

What is the Feasible Distance in EIGRP?

A

The metric of an EIGRP route on the local router.

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

What is the Reported Distance in EIGRP?

A

The next-hop router’s best metric for a FD subnet

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

What algorithm is used by EIGRP

A

DUAL

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

What does DUAL stand for?

A

Diffusing Update ALgorithm

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

Does the EIGRP ASN need to match between neighbors?

A

Yes

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

Syntax to include interfaces into EIGRP

A

conf t

router eigrp *ASN*

network *network* [*wildcard mask*]

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

What 3 attributes must match for EIGRP neighbors to become adjacent?

A
  1. Same subnet
  2. Same ASN
  3. Matching K-values
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
105
Q

What is the all-EIGRP routers IPv6 address?

A

FF02::10

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

What are the EIGRP k values, in order?

A

K1 = Bandwidth modifier

K2 = Load modifier

K3 = Delay modifier

K4 = Reliability modifier

K5 = Additional Reliability modifier

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

2 steps to have EIGRP use a key chain in authentication

A
  1. Under a given interface, set up authentication for the routing protocol.
  2. Staying under that same interface, bind the key-chain that will be used to the auth line.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
108
Q

Syntax to bind a key chain to EIGRP authentication

A

conf t

int gi1/0

ip authentication key-chain eigrp *asn* *key-chain name*

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

Syntax to add automatic summarization to EIGRP

A

auto-summary

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

Change the bandwidth or delay on an interface for EIGRP

A

conf t

int gi1/0

bandwidth *value*delay *value*

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

Syntax to set the hello and hold timers for EIGRP

A

conf t

int gi1/0

ip eigrp hello-interval *seconds*

ip eigrp hold-time *seconds*

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

Configuration to allow for unequal cost load balancing in EIGRP

A

variance *multiplier*

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

When you show the routing table, what letter signifies that route was learned via EIGRP?

A

D

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

Syntax to set up authentication for eigrp under an interface.

A

conf t

int gi1/0

ip authentication mode eigrp *asn* md5

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

What is the successor?

A

The successor is the path that has the best metric.

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

What is the Feasible Distance?

A

The metric of a given route from the current router’s point of view.

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

What is the Reported Distance?

A

The metric of a given route from the neighbor’s point of view.

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

If a path meets the feasibility condition, but does not fall within variance parameters, what happens to it?

A

It is held in reserve as a feasible successor, one which may take over if the current successor fails.

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

What is the feasibility condition?

A

The reported distance of a path must be less than the FD of the path on the current router.

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

What happens to a path who’s FD falls within variance parameters but does not meet the feasibility condition?

A

It’s not installed in the routing table, nor will it be a Feasible Successor

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

How does a router determine if a path can be a Feasible Successor?

A

If the path’s RD is less that the FD, it will be a Feasible Successor.

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

What does EUI stand for?

A

Extended Unique Identifier

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

What is the / range for IPv6 unique local address space?

A

FC00::/7

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

What do IPv6 link-local addresses start with?

A

FE80

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

What is the prefix range for link-local addresses?

A

FE80::/10

FE80

FE90

FEA0

FEB0

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

What method is used to create the link-local address for an interface?

A

FE80::/64 + EUI-64 interface ID

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

What do IPv6 multicast addressess start with?

A

FF

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

What is the IPv6 multicast range?

A

FF00::/8

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

What IPv6 multicast range is reserved for link local only?

A

FF02::/16

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

When a host wants to use DHCPv6 to get an IP, what source/destination addresses does it use?

A

Source = it’s link-local address

Destination = FF02::1:2

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

Command to set an IPv6 dhcp relay on an interface

A

conf t

int gi0/0

ipv6 dhcp relay destination *DHCP server addr*

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

What does SLAAC stand for?

A

StateLess Address AutoConfiguration

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

What are 2 uses for link-local addresses?

A

Communication with directly connected neighbors

Routers use their neighbors link-local addresses as next hops in routing tables

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

3 steps for a host to get an IPv6 address using SLAAC

A
  1. Discover the v6 prefix on the link using NDP RS/RA messages.
  2. Create an interface ID and append it to the prefix.
  3. Test that it’s not a duplicate using DAD.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
135
Q

What address is an RS message sent to?

A

All-routers

FF02::2

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

When using SLAAC, how does a host come up with it’s interface ID?

A

Either using EUI-64 or coming up with a random value.

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

What is the all-host IPv6 address?

A

FF02::1

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

What 5 IPv6 functions use NDP?

A

SLAAC

DAD

Router Discovery

Neighbor MAC Discovery

Prefix/length Discovery

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

What is the all-DHCP-agents multicast address?

A

FF02::1:2

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

What is the all-router IPv6 address?

A

FF02::2

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

Where would a host using SLAAC get the DNS server address?

A

From stateless DHCPv6

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

4 major types of IPv6 addresses

A

Global Unicast

Unique local

Multicast

Link-local

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

How does DAD work?

A

Host sends a NS message for it’s IPv6 address. If someone answers, must be a duplicate.

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

Who primarily sends an RS message?

A

Hosts

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

When are RA messages sent?

A

In response to a RS message

Or

Unsolicited, on a timer

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

What does NDP replace?

A

IPv4 ARP

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

If you really want to configure the link-local address, what is the syntax?

A

ipv6 address *local IPv6 addr* link-local

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

Command to statically configure an IPv6 address on an interface

A

conf t

interface *int*

ipv6 address *address/mask*

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

Command to have an interface use an EUI-64 address

A

ipv6 address *prefix*/64 eui-64

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

Command to have a router use SLAAC to dynamically get an IPv6 address

A

ipv6 address autoconfig

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

Command to have a router use DHCPv6 on an interface

A

ipv6 address dhcp

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

Command to enable a router to forward IPv6 packets

A

ipv6 unicast-routing

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

What is the scope of the solicited-node multicast address?

A

Link-local

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

In IPv6, what replaces ARP?

A

Neighbor Discovery Protocol

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

What does NDP stand for?

A

Neighbor Discovery Protocol

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

What types of messages are used to find a neighbor’s MAC address in IPv6?

Using what protocol?

A

NS and NA

NDP

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

What are global unicast IPv6 addresses the equivalent of?

A

Public IPv4 addresses

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

What are the versions of the IGPs that support IPv6?

A

RIPng

OSPFv3

EIGRPv6

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

What are unique local IPv6 addresses the equivalent of?

A

Roughly, RFC1918 addresses

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

What do RS and RA stand for?

A

Router Solicitation

Router Advertisement

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

Who primarily sends RA messages?

A

Routers

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

2 commands to see IPv6 interface information

A

show ipv6 interface brief

show ipv6 interace *interface*

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

DHCPv4 uses Discover/Offer/Request/Acknowledgement messages. What does DHCPv6 use?

A

Solicit - Host

Advertise - Server

Request - Host

Reply - Server

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

When a host uses SLAAC, what crucial data is it missing?

A

The DNS server’s address

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

When a router receives a link-local packet, what are the steps it takes to forward it out another interface?

A

Link local packets are not forwarded out other interfaces; they are scoped to a single link.

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

4 steps to creating an EUI-64 address

A
  1. Take the MAC address of the interface, and split it in half.
  2. Insert FF:FE into the middle of the MAC.
  3. Invert the 7th bit of the the result from step 2.
  4. Append this to the IPv6 prefix.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
167
Q

What are the 2 rules for shortening IPv6 addresses?

A
  1. In each quartet, remove any leading 0’s.
  2. For any single sequence of quartet’s whos value is 0, collapse that sequence into ::
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
168
Q

If an organization is allocated a /54, how many bits are available for subnets?

A

10

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

How many bits in an IPv6 address?

How many bytes?

A

128 bits

16 bytes

170
Q

What’s the size of the required section of the IPv6 header?

A

40 bytes

171
Q

How many : delimited sections are there in an IPv6 address?

A

8

2340:1111:AAAA:0001:1234:5678:9ABC:1234

172
Q

What is the 7th bit in the EUI-64 interface ID?

A

The universal/local bit.

173
Q

Syntax to configure an IPv6 address on interface s0/0/0

A

conf t

int s0/0/0

ipv6 address *ipv6 addr/mask*

174
Q

Command to set an IPv6 static default route going out gi1/0

A

conf t

ipv6 route ::/0 gi1/0

175
Q

Command to set an IPv6 static route

A

conf t

ipv6 route *network/mask* {*next hop IPv6* | *exit interface*}

176
Q

Command to enable ipv6 globally

A

conf t

ipv6 unicast-routing

177
Q

What does DAD stand for?

A

Duplicate Address Detection

178
Q

When is a link local IPv6 address instantiated on a router’s interface?

A

When another IPv6 address is configured or aqcuired on the same interface.

179
Q

How are link-local addresses configured in the router?

A

They are automatically and self-generated.

180
Q

What is the range of globally routable IPv6 addresses, in / notation.

A

2000::/3

181
Q

What do the 2 options for the U/L bit signify?

A

0 = BIA MAC is being used

1 = Locally administered address, ie BIA has been overwritten

182
Q

What is one difference between DHCPv4 and v6 in terms of types of information supplied to the requesting host by the DHCP server.

A

DHCPv6 does not supply default router info. That is discovered by the host, using RS messages.

183
Q

Name 2 ways for a router to get an IPv6 address dynamically

A
  1. Stateful DHCP
  2. SLAAC
184
Q

What’s the most common IPv6 subnet mask for hosts or interfaces?

A

/64

185
Q

What is the ethertype for IPv6

A

0x86DD

186
Q

3 major FHRP protocols

A
  1. HSRP
  2. VRRP
  3. GLBP
187
Q

What does GLBP stand for?

A

Gateway Load Balancing Protocol

188
Q

What does FHRP stand for?

A

First Hop Redundancy Protocol

189
Q

What does VRRP stand for?

A

Virtual Router Redundancy Protocol

190
Q

What does HSRP stand for?

A

Hot Standby Router Protocol

191
Q

How does HSRP implement loadbalancing?

A

By allowing different routers be the active router for different subnets.

192
Q

What’s the biggest difference between GLBP and HSRP/VRRP?

A

GLBP uses an active/active model, so traffic can be distributed between multiple routers even if the hosts are in the same subnets.

193
Q

What function does the AVG perform?

A

In GLBP, the AVG replies to all ARP requests for the virtual IP address. It will LB the responses so that the hosts end up balanced between all the routers in the group.

194
Q

What does AVG stand for?

A

Active Virtual Gateway

195
Q

How does the AVG direct hosts to utilize different routers as their gateways?

A

By providing the MAC addresses of different routers in the LB group for the virtual IP address.

196
Q

HSRP syntax to set up the VIP for a LB group

A

conf tinterface gi1/0standby *group #* ip *VIP*

197
Q

5 basic HSRP attributes that can be configured under an interface

A
  1. VIP
  2. Group name
  3. Priority
  4. Version
  5. Preempt
198
Q

HSRP syntax to set priority for a LB group

A

conf t

interface gi1/0

standby *group #* priority *priority value*

199
Q

For HSRP, what is the default priority?

A

100

200
Q

For HSRP, what is the priority range?

A

1 - 255

201
Q

For HSRP, is a higher or lower priority better?

A

Higher

202
Q

HSRP syntax to return an interface to active state after it comes back up

A

conf t

interface gi1/0

standby *group #* preempt

203
Q

2 commands to show detailed HSRP status

A

show standby

show standby brief

204
Q

GLBP syntax to configure the virtual IP

A

glbp *group #* ip *vip*

205
Q

GLBP syntax to configure the name of the LB group

A

glbp *group #* name *name*

206
Q

How does GLBP’s priority system differ from that of HSRP?

A

It doesn’t. Same defaults and priority range, along with the fact that higher priority is better.

207
Q

How does a router become a GLBP AVG?

A

It has the higher priority and either comes online first, or has preemption enabled.

208
Q

2 commands to show the status of GLBP

A

show glbp

show glbp brief

209
Q

What is the GLBP term for a router that is active in a LB group?

A

A forwarder

210
Q

Command to set VTP mode to transparent

A

in global config mode:vtp mode transparent

211
Q

What are the 4 trunking administrative modes?

A
  1. Access
  2. Trunk
  3. dynamic desirable
  4. dynamic auto
212
Q

Command to show the options set on trunk ports

A

show interfaces trunk

213
Q

Command to set interface g2/1 to access, associated with vlan 22

A

conf t

int gi2/1

switchport access vlan 22

214
Q

Command to set the native vlan for a trunk port on a switch

A

in interface config mode: switchport trunk native vlan *vlanid*

215
Q

Command to set a port to initiate trunking negotiation messages.

A

int gi0/1

switchport mode dynamic desirable

216
Q

What is the normal range and extended range vlan numbers?

A

Normal = 1 - 1005

Extended = 1006 - 4094

217
Q

What is the limitation on vlans for a switch in VTP server mode?

A

Server switches can only configure vlans in the standard range

218
Q

Command to set a port to trunk mode

A

switchport mode trunk

219
Q

Command to change the default vlans allowed on a trunk.

A

switchport trunk allowed vlan {add | remove | all | except }

220
Q

Command to set the trunking encapsulation on a port to dot1q

A

switchport trunk encapsulation dot1q

221
Q

How big is the VLAN ID field inside the .1Q header?

A

12 bits

222
Q

Command to name a vlan

A

conf t

vlan *vlanid*

name *name*

223
Q

Where is the .1Q tag inserted in the ethernet header?

A

Between the source address and type fields.

224
Q

Command to ensure that an access port does not negotiate to become a trunk

A

conf t

interface gi1/1

switchport mode access

225
Q

What is the default trunking administrative mode?

A

Dynamic auto

226
Q

What vlans cannot be deleted?

A

1, 1002-1005

227
Q

Command to create a vlan on a switch

A

vlan *vlanid*

228
Q

Does the command “show interfaces trunk” work on routers, switches, or both?

A

Switches only

229
Q

Does the command “show interfaces switchport” work on routers, switches, or both?

A

Switches only

230
Q

How does a router implement vlans?

A

Through subinterfaces on an ethernet interface

231
Q

Command to set a trunk port to negotiate encapsulation

A

switchport trunk encapsulation negotiate

232
Q

Can vlan 1 have it’s name changed?

A

No

233
Q

4 options for VTP mode

A
  1. Client
  2. Server
  3. Transparent
  4. Off
234
Q

Command to set the vtp domain name

A

conf t

vtp domain *name*

235
Q

Command to show the vtp domain name

A

show vtp status

236
Q

Command to create a L3 vlan

A

conf t

interface vlan *vlanid*

ip address *ip addr* *subnet mask*

237
Q

Command to create a static NAT mapping

A

ip nat inside source static *inside local* *inside global*

238
Q

Command to see static NAT mappings

A

show ip nat translations

239
Q

5 steps to configuring dynamic NAT

A
  1. Set an interface to inside
  2. Set an interface to outside
  3. Create ACL for the inside interface which identifies packets for which NAT should be performed
  4. Create a pool of global IP’s for use in NAT
  5. Bind the ACL and the pool together, enabling dynamic NAT
240
Q

Command to create an IP address pool for use with NAT

A

ip nat pool *name* *first IP* *last IP* netmask *subnet mask*

241
Q

Command to bind pool and ACL together to enable dynamic NAT

A

ip nat inside source list *ACL #* pool *pool name*

242
Q

Command to clear the NAT translation table

A

clear ip nat translation *

243
Q

2 variations to enable PAT

A

ip nat inside source list *ACL #* interface *interface* overload

ip nat inside source list *ACL #* pool *pool name* overload

244
Q

What does “inside local” refer to?

A

Private IP’s used in NAT

245
Q

What does “inside global” refer to?

A

Public IP’s used in NAT

246
Q

3 steps to configure a router to do static NAT

A
  1. Set up an interface as inside local
  2. Set up an interface as inside global
  3. Create a mapping between inside and outside IP’s
247
Q

Command to make an inside NAT interface

A

conf t

int gi0/0

ip nat inside

248
Q

Command to make an outside NAT interface

A

conf t

int gi0/1

ip nat outside

249
Q

Command to set a static translation

A

ip nat inside source static *inside local IP* *inside global IP*

250
Q

Command to set an inside local interface

A

conf t

interface *interface*

ip nat inside

251
Q

Command to set an inside global interface

A

conf t

interface *interface*

ip nat outside

252
Q

What are the ranges for standard ACLs?

A

1-99

1300-1999

253
Q

Syntax for an extended numbered ACL

A

access-list access-list-number {deny | permit} *protocol* *source IP* *wildcard mask* *destination IP* *wildcard mask* [log]

254
Q

3 primary differences that named ACLs have vs numbered

A
  1. Names instead of numbers
  2. Uses ACL subcommands vs global commands to define the ACL
  3. ACL editing allows users to edit delete and add individual lines
255
Q

Command to delete a line from a numbered ACL with sequence numbers.

A

conf t

ip access-list {standard | extended} *number*no *seq number*

256
Q

Syntax to assign an ACL to a vty

A

access-class *number* {in | out}

257
Q

TCP version of an extended ACL

A

access-list access-list-number {deny | permit}tcp *source* *source-wildcard* [operator [port]] *destination* *destination-wildcard* [operator [port]] [log]

258
Q

If an ACL omits the wildcard mask, what is the implied mask?

A

0.0.0.0

259
Q

What are the ranges for extended ACLs?

A

100 - 199

2000 - 2699

260
Q

Syntax for a standard numbered ACL

A

access-list {1-99 | 1300-1999} {permit | deny} [*subnet* *wildcard mask* | any]

261
Q

Operational command to see:

  • IPv4 ACLs
  • All ACLs
A

show ip access-lists

show access-list

262
Q

Command to see access list application status on an interface

A

show ip interface *interface*

263
Q

Keyword to add to an ACL to help keep track of it’s activity

A

log

264
Q

What are the 3 types of ACLs?

A

Standard

Extended

Named

265
Q

Are named ACLs standard or extended?

A

Either, depends on how they are configured

266
Q

What is the difference between standard and extended ACLs?

A

Standard ACLs filter on source address

Extended ACLs filter on:

Source and Dest IP

Dest Port

Other criteria

267
Q

What do extended ACLs filter on?

A

Source & Dest. IP

Source & Dest. Port

268
Q

Command to implement an ACL on an interface

A

ip access-group *number|name* {in | out}

269
Q

ACL keyword that means “0.0.0.0” wildcard

A

host

270
Q

ACL keyword that means 0.0.0.0 255.255.255.255

A

any

271
Q

ACL keywords for

greater than

less than

equal to

A

gt

lt

eq

272
Q

Command to instantiate a named ACL

A

ip access-list {standard | extended} *name*

273
Q

If a numbered ACL doesn’t use sequence numbers, how would a user remove one of it’s lines?

A

They can’t. The ACL must be deleted and re-added entirely.

274
Q

What effect does the log keyword have on an ACL?

A

It sends messages to the log file about the activity pertinent to that line in the ACL

275
Q

What advantage does SNMPv3 have over older versions?

A

Security

276
Q

What 3 features in SNMPv3 support higher levels of security?

A
  1. Message integrity (tamper detection)
  2. Authentication
  3. Encryption
277
Q

What are the 3 security modes for SNMPv3?

A

noAuthNoPriv

authNoPriv

authPriv

278
Q

Configuration keyword for the noAuthNoPriv level of SNMPv3 security

A

noauth

279
Q

Configuration keyword for the authNoPriv level of SNMPv3 security

A

auth

280
Q

Configuration keyword for the authPriv level of SNMPv3 security

A

priv

281
Q

Command to see the status of the SSH service on the device

A

show ip ssh

282
Q

5 steps to enabling SSH

A
  1. Configure VTY lines to use either local or AAA security
  2. If local, add usernames
  3. Configure the ip domain-name
  4. Create the encryption key
  5. Enable version 1 or version 2
283
Q

Command to enable port security on an interface

A

switchport port-security

284
Q

2 mandatory and 4 optional steps to enabling port security

A
  1. Set a port to either trunk or access mode
  2. enable port security

Optional

  1. Change the default number of MAC addresses allowed
  2. Change the default port security violation behavior
  3. Define any permitted MAC addresses
  4. Tell the switch to sticky-learn any dynamically learned mac addresses
285
Q

Command to see the security state of switch ports

A

show port-security [interface *interface*]

286
Q

What are the 3 port security violation options, and which is default?

A
  1. Shutdown (default)
  2. Protect
  3. Restrict
287
Q

3 steps to create a key for use in routing authentication

A
  1. Create the key chain
  2. Create the key
  3. Set the key string
288
Q

Syntax to create a key chain

A

conf t

key chain *name*

289
Q

Syntax to create a key under a key chain

A

key *#*

290
Q

Syntax to set a text string for a key

A

key-string *text-string*

291
Q

Command to create the encryption key for SSH

A

crypto key generate rsa

292
Q

Command to set the device to use SSH2

A

ip ssh version 2

293
Q

What does DCE stand for?

A

Data Communication Equipment

294
Q

What does HDLC stand for?

A

High-level Data Link Control

295
Q

What is a DCE cable used to connect?

A

With a DTE cable, used to connect two router serial ports back to back

296
Q

In Frame Relay, what does LMI stand for?

A

Local Management Interface

297
Q

What does DLCI stand for?

A

Data Link Connection Identifier

298
Q

What encapsulation is set on a serial interface that will connect to a frame relay network?

A

frame-relay

299
Q

Syntax to set a serial interface to frame relay encapsulation

A

conf t

int s1/0

encapsulation frame-relay

300
Q

2 options for encapsulation frame-relay

A
  1. cisco
  2. ietf
301
Q

When leaving off the specific encapsulation type for the command “encapsulation frame-relay”, what is the default?

A

cisco

302
Q

Syntax of the frame-relay map command

A

frame-relay map ip *ip address* *dlci* [broadcast]

303
Q

Syntax to bind a dlci to an interface

A

frame-relay interface-dlci *dlci*

304
Q

Command to show InArp data

A

show frame-relay map

305
Q

What does PPP stand for?

A

Point to Point Protocol

306
Q

What are 2 PPP control protocols?

A

LCP

NCP

307
Q

What do NCP and LCP stand for?

A

Network Control Protocols

Link Control Protocol

308
Q

What’s a glaring difference between NCP and LCP?

A

LCP is a single protocol, whereas NCP is a suite of protocols that are each specific to a Layer 3 protocol.

309
Q

4 features of PPP LCP

A
  1. Loop detection
  2. Error detection
  3. Multilink support
  4. Authentication
310
Q

What 2 types of authentication are supported by PPP?

A

PAP

CHAP

311
Q

What do PAP and CHAP stand for?

A

Password Authentication Protocol

Challenge Handshake Authentication Protocol

312
Q

Which PPP auth protocol sends a password in clear text?

A

PAP

313
Q

What are the 3 steps of a successful CHAP authenticatoin?

A
  1. Authenticator sends challenge packet.
  2. Caller hashes password etc and sends back hashed value.
  3. Authenticator compares submitted value to their own hashed value, and if they match it allows the caller in.
314
Q

Command to set PPP on a serial interface

A

conf t

int s1/0

encapsulation ppp

315
Q

2 general steps to have a PPP link use PAP or CHAP

A
  1. Configure the username/password for the calling router.
  2. Set the serial link to use PPP PAP
316
Q

What will the state of a serial link be if PPP authentication fails?

A

Up/down

317
Q

Syntax to set a username/pass for use in PPP authentication

A

username *caller hostname* password *password*

318
Q

Syntax to have a serial interface use CHAP

A

conf t

int s1/0

ppp authentication chap

319
Q

2 useful debug commands for PPP

A

debug ppp authentication

debug ppp negotiation

320
Q

What are the 2 primary attributes of a leased line?

A

Symmetrical speeds

Always on

321
Q

What kind of cable goes between a router and a CSU?

A

DTE

322
Q

What are the 5 fields in the HDLC header?

A
  1. Flag
  2. Address
  3. Control
  4. Type
  5. FCS
323
Q

What field did Cisco add to their implementation of HDLC?

A

Type

324
Q

What does the Cisco HDLC Type field help with?

A

It identifies which L3 protocol is contained in the packet.

325
Q

What is the default encapsulation on a Cisco router’s serial interface?

A

Cisco HDLC

326
Q

Command to set a serial interface to use HDLC

A

conf t

int s1/0

encapsulation hdlc

327
Q

Command to verify if a serial interface is set up as a DTE or DCE

A

show controllers serial *int number*

328
Q

Command to check encapsulation type on a serial interface

A

show interface serial *int number*

329
Q

What types of WAN connections support asynchronous connections?

A

Serial line with PPP

330
Q

How do the fields in a PPP header differ from that of HDLC?

A

They don’t.

331
Q

What would lead to an up/down state on a serial interface?

A
  1. Encapsulation mismatch
  2. One side having keepalives disabled
  3. Authentication failure/mismatch
332
Q

Command to have logging messages on the console connection only display at convenient times

A

line con 0

logging synchronous

333
Q

Command to see the status of any ip addresses obtained by DHCP

A

show dhcp lease

334
Q

Cisco’s SNMP manager

A

Cisco Prime

335
Q

Syntax to initialize SNMP on a router

A

conf t

snmp-server community RO|RW [something missing here?]

336
Q

Syntax to set snmp syslocation

A

snmp-server location

337
Q

Syntax to set snmp contact

A

snmp-server contact

338
Q

4 locations where syslog messages can be sent

A
  1. Logging buffer
  2. Console line
  3. Terminal lines
  4. Syslog server
339
Q

What’s the lowest severity level of log messages?

A

debugging - level 7

340
Q

List the 7 attributes that Netflow uses to associate packets

A
  1. Source IP
  2. Dest IP
  3. Source Port
  4. Dest Port
  5. L3 Protocol type
  6. TOS marking
  7. Input interface
341
Q

Command to define a DHCP pool

A

conf t

ip dhcp pool *pool name*

342
Q

What is the syntax to prevent certain IP’s from being used in a DHCP pool?

A

ip dhcp excluded-address *first* *last*

343
Q

Command to point a router at a DNS server

A

ip name-server *DNS server*

344
Q

Command to exclude IP’s from a DHCP pool

A

conf t

ip dhcp excluded-address *first* *last*

345
Q

What is the port numbers and protocol for DHCP?

A

67, 68

UDP

346
Q

What is the port number for SNMP?

A

161

347
Q

Command to set a router to use an NTP server

A

conf t

ntp server *server* {version *version*}

348
Q

2 commands to see how NTP is working on a router

A

show ntp status

show ntp associations

349
Q

Syntax to instantiate a DHCP pool

A

ip dhcp pool *pool-name*

350
Q

Syntax to set the lease time for a DHCP pool

A

lease *days* *hours* *min*

351
Q

Syntax to set the default gateway for a DHCP pool

A

default-router *IP address*

352
Q

Syntax to set the DNS server for a DHCP pool

A

dns-server *DNS IP*

353
Q

2 versions of the syntax to set the subnet for a DHCP pool

A

network *subnet* *subnet mask*network *subnet* /*subnet length*

354
Q

Syntax to set the domain name for a DHCP pool

A

domain-name *name*

355
Q

What are the first 4 syslog level names, starting with level 0?

A

0 - Emergency

1 - Alert

2 - Critical

3 - Error

356
Q

What are the last 4 syslog level names?

A

4 - Warning

5 - Notification

6 - Informational

7 - Debugging

357
Q

What severity levels will be sent to the syslog server if “logging trap 4” is configured?

A

Levels 0 - 4

Emergency

Alert

Critical

Error

Warning

358
Q

If “logging trap informational” is set, what numerical levels will be set to syslog?

A

0 - 6

359
Q

What application may be used to manage licensing in a larger environment?

A

Cisco License Manager (CLM)

360
Q

What does UDI stand for?

A

Unique Device Identifier

361
Q

What 2 components make up a UDI?

A
  1. The Product ID
  2. The Serial Number
362
Q

Command to see the UDI

A

show license udi

363
Q

What does PAK stand for?

A

Product Authorization Key

364
Q

What website is used to buy new licenses?

A

Cisco Product License Registration Portal

365
Q

Command to install a license file

A

license install *url*

366
Q

Command to show what licensing is enabled on a router

A

show license

367
Q

What is a right to use license?

A

Basically a demo license, on the honor system

368
Q

Command to enable a right to use license

A

license boot module c2900 technology-package *pkg name*

369
Q

What organization hands out IP’s globally?

A

IANA

370
Q

What is the distance for 1000BASE-LX or 1000BASE-SX on MM fiber?

A

550m

371
Q

If there is no username set globally, what 2 things need to be configured on a VTY to allow a user to log in via telnet/SSH?

A

the ‘login’ line

the ‘password ‘ line

372
Q

What is the administrative distance of ISIS and RIP?

A

ISIS = 115

RIP = 120

373
Q

Command to start a suspended telnet session

A

resume

374
Q

What are the first 3 exchanges in setting up a TCP connection?

A

Syn

Syn Ack

Ack

375
Q

What pins are flipped on a crossover cable?

A

1 and 2 to 3 and 6

376
Q

In the 4 layer TCP/IP model, what are the names of the layers?

A

Application

Transport

Internet

Link

377
Q

In the 5 layer TCP/IP model, what are the names of the layers?

A

Application

Transport

Network

Data Link

Physical

378
Q

What does the Application layer in the TCP model map to in the OSI model?

A

Application

Presentation

Session

379
Q

What does the Transport layer in the TCP model map to in the OSI model?

A

Transport

380
Q

What does the Internet or Network layer in the TCP model map to in the OSI model?

A

Network

381
Q

What does the Link layer in the TCP model map to in the OSI model?

A

Data Link

Physical

382
Q

In a frame relay environment, what equipment is considered the DCE?

A

The frame relay switch

383
Q

A name for the keepalive messages between the frame switch and the router.

A

LMI

384
Q

What does LMI stand for?

A

Local Management Interface

385
Q

In FR, what is the access link?

A

The leased line between FR switch and router.

386
Q

What 2 organizations are the primary sources for FR standards?

A

ITU

ANSI

387
Q

What does ITU stand for?

A

International Telecommunications Union

388
Q

What does ANSI stand for?

A

American National Standards Institute

389
Q

What’s the most common type of LMI packet?

A

Status inquiry

390
Q

What are 2 functions of the LMI Status Inquiry packet?

A
  1. Keepalive between DCE and DTE.
  2. Signal up/down status of VCs.
391
Q

List the 3 LMI types

A
  1. Cisco
  2. Ansi
  3. ITU
392
Q

If you don’t set the LMI type on a frame interface, what does it default to?

A

It will auto-sense the LMI type that the switch is using.

393
Q

What are the standards for the ANSI and ITU LMI types?

A

ANSI - T1.617 Annex D

ITU - Q.933 Annex A

394
Q

Syntax for configuring Cisco, ANSI, or ITU LMI types.

A

frame-relay lmi-type {cisco | ansi | 933a}

395
Q

Syntax to change interface s1/0 to from HDLC to frame relay.

A

conf t

interface s1/0

encapsulation frame-relay

396
Q

What options are available for the “encapsulation frame-relay” command?

A

cisco

ietf

397
Q

Command to associate an interface or subinterface with a given DLCI.

A

frame-relay interface-dlci *dlci* [ietf]

398
Q

What is default mechanism used by a frame-relay router to map a DLCI to an IP address?

A

Inverse ARP

399
Q

If not using InARP, what is the syntax to map a DLCI to an IP address?

A

frame-relay map ip *IP* *DLCI* broadcast

400
Q

Is a DLCI globally significant or locally significant?

A

Locally significant. The DLCI for a PVC connecting 2 sites is likely to be different at each end.

401
Q

What are the 6 steps of configuring a frame-relay interface, in non-syntax form and including optionals?

A
  1. Configure the interface with frame-relay encapsulation.
  2. Configure interface or subinterface with an IP address.
  3. Set the LMI type.
  4. Change encapsulation from cisco to ietf.
  5. Set the DLCI to IP address map(s).
  6. Bind the subinterface to either a single DLCI or (in a multipoint environment), to multiple DLCIs.
402
Q

What are the 2 items absolutely needed for a frame relay interface to pass traffic?

A
  1. The encapsulation must be set to frame-relay.
  2. An IP address must be configured.
403
Q

Why do DLCIs not need to be explicitly defined in simple frame relay implementations?

A

Because the DLCIs should be learned from LMI messages.

404
Q

How does a configuration differ if all VC’s require ietf encapsulation vs just 1 single VC requiring it?

A

When all VC’s need ietf encapsulation, it can be configured at the interface level.

When individual VCs need ietf encapsulation, it can be set via the frame-relay interface-dlci or frame-relay map commands.

405
Q

At what level of configuration is the lmi-type always configured?

A

At the physical interface level.

406
Q

How does one disable auto-sensing of the LMI type?

A

By statically configuring the LMI type.

407
Q

What command is used to see frame relay errors?

A

show frame-relay pvc

408
Q

What frame relay command is used to see if a dlci is dynamic or static, and what the value of the DLCI is?

A

show frame-relay map

409
Q

What 2 commands can be used to see the LMI type?

A

show interface *interface*show frame-relay lmi

410
Q

What is the interface status if there is an LMI mismatch?

A

The interface will be up/down.

411
Q

What will the output of the “show frame-relay pvc” command be if there is an lmi mismatch?

A

It will be blank. The interface will be up/down, and there will be no signalling to create any dynamic pvc’s.

412
Q

Command to create subinterface 15 on s1/1 connecting to 1 router.

A

conf t

int s1/1.15 point-to-point

413
Q

Do routers negotiate trunking?

A

No, all trunking must be configured manually

414
Q

If a router has multiple tagged subinterfaces on a physical interface connected to a switch, should the switch port be configured as trunk or access?

A

The switch port should be configured as a trunk

415
Q

Configure a router interface (gi1/0) to use a subinterface in vlan 11 with the most common encapsulation, with an IP address of 10.22.33.1/24

A

conf t

interface gi1/0.11

encapsulation dot1q 11

ip address 10.22.33.1 255.255.255.0

416
Q

Assuming a router has gi2/2.15 configured, change it so that vlan 15 is the native vlan

A

conf t

int gi2/2.15

encapsulation dot1q 15 native

417
Q

In the below output, which line defines that vlan tagging that will be used?conf tinterface gi1/0.11encapsulation dot1q 11ip address 10.22.33.1 255.255.255.0

A

encapsulation dot1q 11

418
Q

What alternative encapsulation can be used if dot1q is not an option?

A

isl

419
Q

What are the 2 methods on a router for specifying untagged traffic?

A
  1. Put an IP address on the main interface.
  2. Put an IP address on a subinterface, and add the keyword “native” when specifying the encapsulation/vlanid.
420
Q

Command on a router to show the native vlan.

A

show vlans [*vlanid*]

421
Q

Command on a router to show all trunks and their encapsulation

A

show vlans

422
Q
A