CCNP switch slides 10 Flashcards
source
http://www.coursehero.com/flashcards/430770/CCNP-SWITCH-642-813-VLAN-Implementation/
What are the two methods of identifying VLANs over trunk links? (i.e. trunking methods)
-ISL-802.1Q
VLANs separate what?
Broadcast domains.
How do you set a native VLAN for a trunk port?
(if)switchport trunk native vlan ##
If a switch recieves a VTP advertisement with a lower configuration revision number, what will it do?
It will send the originator an update containing its higher revision number.
How many classes of PoE are there, what are they, and what is the default class?
There are 5 classes, 0-4, and 0 is default.
How do you set encapsulation methods on a trunk?
(if)switchport trunk encapsulate [isl, dot1q, negotiate]
Is VTP version 1 compatible with version 2? How do you enable version 2 across an entire VTP domain?
-No, version 2 is NOT compatible with version 1.-Enabling VTP version 2 on the VTP server will enable it on all connected domain members capable of supporting it.
What information is contained in the 802.1Q tag on a frame?
-The first two bytes are the the Tag-Protocol ID (always 0x8100 for dot1q).-The second two bytes are for the Tag Control Info, that contain the three-bit priority field (for CoS/QoS) and the VLAN ID is the last 12-bits.
What is VTP?
VLAN Trunking Protocol, Cisco proprietary.
What is DTP?
Dynamic Trunking Protocol - used for negotiating trunking states.
What command will tell an interface to prune VLANs from a trunk?
(if)switchport trunk pruning vlan [add, except, remove, or none]
What is the definition of an ‘Active’ VLAN?
One that has been defined and has ports assigned to carry it.
What is the command to remove a VTP password from a VTP Domain?
(config)no vtp password
What are the two types of VLANs?
-End-to-End (Multi-switch VLANs)-Local (stays on single switch)
Define the difference between a physical subnet and a logical subnet.
-Physical, devices that share the same wire. -Logical, devices assigned to the same VLAN.
What are the three types of VTP advertisements?
-Summary, send every 300 seconds or when a change occurs(like a heads-up)-Subset, sent only when changes occur, and contain only the changes.-Request, sent when a client needs info (like when it reboots or changes domains)
When are frames tagged and untagged in trunking?
-Frames are tagged when leaving on a trunk, and untagged when arriving on a trunk.-Frames are tagged internally once received on a port, and untagged when they are sent out the destination port.
What command can be used to check on the configuration revision number in VTP?
show vtp status
VTP advertisements are sent as what type of frame? (Unicast, Broadcast, Multicast?)
Multicast frames when there is a change.
What switchport mode, when configured on BOTH ends, will never establish a trunk?
dynamic AUTO.
How do you enable vtp pruning?
(config)vtp pruning. Done on the server, this will enable it for an entire domain.
What are the VLAN show commands?
show vlan, show vlan brief, show vlan id ##, show vlan name NAME
What is the over-subscriber ratio of Access-to-Distribution and Distribution-to-Core?
A-D 20:1, D-C 4:1