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.