Switching Flashcards

0
Q

What are the three layers of the Hierarchical Model? What are the major functions and requirements of each?

A

• Core - transmitting traffic at high
speeds. Low overhead and high
bandwidth are necessary.

• Distribution - aggregates access 
  nodes and uplinks. Implementation 
  of policies like filtering, security 
  and QoS. High availability through 
  redundancy and appropriate 
  software.

• Access - provides access and
aggregation for users. Feature-rich.

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

Stackable switching

A

Having multiple switches that appear and act as a single switch.

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

What is meant by the consumerization of network access?

A

The fact that consumer devices (smart phones, tablets) are increasingly used for business purposes and need to be accommodated by business networks.

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

PPDIOO

A
  • Prepare
  • Plan
  • Design
  • Implement
  • Operate
  • Optimize
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What information does the show VLAN command provide?

A

All valid VLANs, their names, their statuses and which ports belong to them.

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

What is 802.1q?

A

A trunking encapsulation mechanism that adds VLAN tags to frames traveling over a trunk.

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

What is another term for a trunk?

A

Inter-switch link

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

The only trunking negotiation scenario that ends up negotiating (or defaulting to) an access link is:

A

Both ports set to “auto”

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

The only trunking negotiation scenario that results in limited connectivity is:

A

One port set to “trunk” and the other set to “access”.

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

What is the command to set a trunk’s encapsulation method to 802.1q?

A

(config-if)# switchport trunk encapsulation dot1q

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

What is the command to turn off trunking negotiation?

A

(config-if)# switchport trunk nonegotiate

only use this when manually configuring a trunk

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

What does VTP stand for and what is its function?

A

VLAN Trunk Protocol (VTP) reduces administration in a switched network. When you configure a new VLAN on one VTP server, the VLAN is distributed through all switches in the domain. This reduces the need to configure the same VLAN everywhere. VTP is a Cisco-proprietary protocol that is available on most of the Cisco Catalyst series products.

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

Why is using VTP sometimes dangerous?

A

A VLAN configuration on a VTP server can overwrite existing configurations on switches. eg: if you had a VTP server with no configured VLANs, it will overwrite the configuration of all switches in the domain and delete any previously configured VLANs.

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

What’s the command to designate a protected port?

A

(config-if)# switchport [no] protected

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

How many community and isolated VLAN’s can you have per primary VLAN?

A

Multiple community VLANs but only one PVLAN

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

Which ports are typically promiscuous?

A

Ones that lead to services that other devices need to share and ports that lead to a router or a firewall that controls access between PVLANs

16
Q

What are the three options for configuring EtherChannel and the commands associated with each?

A

PAgP - desireable, auto

LACP - active, passive

Static configuration (no protocol) - on, off

17
Q

Sw1# sh run int e0/1

A

Shows the running configuration of the port e0/1 - good for checking for configuration mismatches between ports.

18
Q

What command will show you what port bundles you have configured and the status of each?

A

Switch# show etherchannel summary

19
Q

In CST, what is the default cost of a 10 Mbps link?

A

100

20
Q

In CST, what is the cost of a 10 Gbps link?

A

1

21
Q

What is the command chain to change port cost in spanning tree?

A

(config)# interface fa0/1

(config-if)# spanning-tree vlan [#] cost [#]

22
Q

What the command chain for manipulating port priority in spanning tree?

A

(config)# interface fa0/2
(config-if)# spanning-tree (*vlan [#]) port-priority [#]

*for use on trunk ports only

23
Q

How do priority and cost affect the likelihood of a port being chosen as a designated port?

A

The higher the priority, the more likely it is to be a designated port. The higher the cost, the less likely it is to be a designated port.

24
Q

In RSTP, what are the two new types of ports? What are they/what do they do?

A

Alternate - a failover port for a root port

Backup - failover for a designated port

If the root port or designated port goes down, the alternate or back up port will immediately going to forwarding mode. This obviates the need for the STA to run all over again, which could take an entire 50 seconds. Rapid spanning tree does, however, require more up-front calculation.

25
Q

Command to enable BPDUGuard on all PortFast-enabled ports:

A

(config)# spanning-tree portfast bpduguard

26
Q

What command will tell you which STP additions are enabled, and the total #’s of blocking, forwarding, STP active, etc, ports?

A

switch# show spanning-tree summary totals

27
Q

What are the three layers of the SONA model?

A
  • Integrated Applications Layer
  • Interactive Services Layer
  • Networked Infrastructure Layer
28
Q

As an architectural framework, what does SONA guide the evolution of?

A

Enterprise networks to a more intelligent infrastructure.

29
Q

Describe the Core layer in the Cisco Enterprise Campus Architecture:

A

A layer 3 network that interconnects the different buildings in a campus.

30
Q

What are two network benefits provided by VLANs?

A

VLANs minimize the impact of network problems.

They allow you to segregate frames that contain sensitive or critical information.

31
Q

What is the function of rootguard?

A

Prevents a device from becoming to root bridge

32
Q

What is the function of BPDUGuard?

A

It shuts off a PortFast-enabled port if a BPDU is received on it. PortFast should be enabled only on ports that can’t result in a topological loop, like ports connected to end-point devices. BPDUGuard ensures that a switch (which could result in a loop) isn’t connected to a port configured specifically for an end-point device (which can’t result in a loop).

33
Q

In an 802.1q frame, where is the vlan tag placed?

A

Between the source address field and the ethertype/length field.

34
Q

What portion of a frame do switches use to populate their MAC tables?

A

The Source Address of a received frame. This is really The only way this could work because switch can’t use a destination MAC address to populate its MAC table when it doesn’t yet know the location of the device to which the destination MAC address belongs.

35
Q

What are the two main switching methodologies and how does each work?

A

• store-and-forward - The switch waits until the
entire frame has been received and then
makes a forwarding decision.

• cut-through - the switch theoretically begins
forwarding after it receives the first 7 bits (the
destination MAC address or DMAC). In
reality, though, newer cut-through switches
often wait for more data to arrive in order to
make more sophisticated forwarding
decisions.

36
Q

Set S1’s FastEthernet 0/1 interface to act as an access port. Configure port security so that it will only accept the MAC address abcd.ef12.3456 then save the running configuration.

A
S1>enable
S1#conf t
S1(config)#int fa0/1
S1(config-if)#switchport mode access 
S1(config-if)#switchport port-security 
S1(config-if)#switchport port-security maximum 1
S1(config-if)#switchport port-security mac-address abcd.ef12.3456
S1(config-if)#exit
S1(config)#end
S1#copy running-config startup-config
37
Q

Set S1’s VTP mode to server and the VTP domain name to VTPDomain. Configure VLAN 999 with IP address 172.16.1.1 /24 and name it “Management”. Set the default gateway to 10.1.1.1. Create VLAN 10 and name it “Finance”. Configure the FastEthernet 0/2 interface to act as a trunk port and assign it VLANs 999 and 10. Configure port security on fa 0/2 so that S1 will accept two MAC addresses and will store these addresses in its running configuration.

A
S1>enable
S1#conf t
S1(config)#vtp mode server
S1(config)#vtp domain name VTPDomain
S1(config)#vlan 999
S1(config-vlan)#name Management 
S1(config-vlan)#exit
S1(config)#int vlan 999
S1(config-if)#ip address 172.16.1.1 255.255.255.0
S1(config-if)#exit
S1(config)#ip default-gateway 10.1.1.1
S1(config)#vlan 10
S1(config-vlan)#name "Finance"
S1(config-vlan)#exit
S1(config)#int fa0/2
S1(config-if)#switchport mode trunk 
S1(config-if)#switchport trunk allowed vlan 999, 10
S1(config-if)#switchport port-security
S1(config-if)#switchport port-security maximum 2
S1(config-if)#switchport port-security mac-address sticky