Shared Flashcard Set

Details

CCNP SWITCH 642-813 - VLAN Implementation
VLAN Implementation
44
Computer Networking
Professional
07/06/2010

Additional Computer Networking Flashcards

 


 

Cards

Term
VLANs separate what?
Definition
Broadcast domains.
Term
Define the difference between a physical subnet and a logical subnet.
Definition
-Physical, devices that share the same wire.
-Logical, devices assigned to the same VLAN.
Term
What are the two types of VLANs?
Definition
-End-to-End (Multi-switch VLANs)
-Local (stays on single switch)
Term
What is the over-subscriber ratio of Access-to-Distribution and Distribution-to-Core?
Definition
-A-D 20:1
-D-C 4:1
Term
What are the commands to create a VLAN?
Definition
(global)
vlan ##
name MYNAME (optional)
Term
What are the commands to assign a port to a VLAN?
Definition
(if)
switchport mode access
switchport access vlan ##
Term
What are the VLAN show commands?
Definition
show vlan
show vlan brief
show vlan id ##
show vlan name NAME
Term
What are the two methods of identifying VLANs over trunk links? (i.e. trunking methods)
Definition
-ISL
-802.1Q
Term
What is ISL?
Definition
-Inter-Switch Link
-Cisco proprietary
-encapsulates frame in a 26-byte header containing VLAN info and a 4-byte trailer.
-Protocol-independant
-Can identify CDP and BPDU frames.
Term
What is 802.1Q?
Definition
-Standards-based trunking protocol.
-inserts a field into the original frame after source MAC address field.
-Supports Ethernet and Token Ring.
Term
When are frames tagged and untagged in trunking?
Definition
-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.
Term
What happens if a non-trunking port receives an 802.1Q frame?
Definition
The tag field is ignored and the frame is switched normally at L2 with the Source and Destination MAC.
Term
What is DTP?
Definition
Dynamic Trunking Protocol - used for negotiating trunking states.
Term
What are the 5 DTP modes?
Definition
-Access, member of a single VLAN.
-Trunk, port attempts to negotiate trunking.
-Non-negotiate, port set to trunk but does NOT negotiate.
-Dynamic Desirable, Actively negotiates a trunk, and links if other side is Trunk, DD, or DA.
-Dynamic Auto. Passively waits for other side to negotiate trunk. Links if other side is trunk or DD.
Term
How do you make a switchport into a trunk?
Definition
(if)
switchport mode [trunk, dyn auto, dyn des]
Term
How do you set encapsulation methods on a trunk?
Definition
(if)
switchport trunk encapsulate [isl, dot1q, negotiate]
Term
How do you set a native VLAN for a trunk port?
Definition
(if)
switchport trunk native vlan ##
Term
How do you set a native VLAN for a trunk port?
Definition
(if)
switchport trunk native vlan ##
Term
How do you set a trunk to allow only certain VLANs?
Definition
(if)
switchport trunk allowed vlan ##s
Term
What is VTP?
Definition
VLAN Trunking Protocol, Cisco proprietary.
Term
How often does VTP send out advertisements, by default, and what do they contain?
Definition
Every 5 minutes, they contain the configuration revision number.
Term
What are the three roles for a VTP switch?
Definition
-Server, create delete and rename.
-Client, cannot make changes.
-Transparent, local only create delete and rename.
Term
If a switch recieves a VTP advertisement with a lower configuration revision number, what will it do?
Definition
It will send the originator an update containing its higher revision number.
Term
What are the differences between VTP version 1 and version 2?
Definition
Version 2 supports Token Ring VLANs, transparent switches will pass both versions, and consistency checks are only performed when changes are manually configured.
Term
What are the 4 commands to configure a switch for VTP?
Definition
(config)
vtp [server, client, transparent]
vtp domain NAME
vtp password PASSWORD
vtp version 2
Term
What are the steps to reset a configuration revision number for VTP?
Definition
Disconnect the switch, set it to transparent, and delete the VLAN.DAT file. Then set it to a fake VTP domain and into client mode. Reboot!
Term
What are the default ranges for VLAN numbers?
Definition
1-1005, with 1 being reserved for default, and 1002-1005 are reserved for legacy
Term
What are the ranges for extended VLANs and when can they be used?
Definition
1-4094 and only on a switch in Transparent VTP mode.
Term
What is contained in the ISL header and trailer when tagging a frame?
Definition
a 15-bite VLAN ID field in the header, and a CRC value in the trailer.
Term
What information is contained in the 802.1Q tag on a frame?
Definition
-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.
Term
What is the definition of an 'Active' VLAN?
Definition
One that has been defined and has ports assigned to carry it.
Term
How often are DTP frames sent out on switchports?
Definition
Every 30 Seconds.
Term
What switchport mode, when configured on BOTH ends, will never establish a trunk?
Definition
dynamic AUTO.
Term
VTP advertisements are sent as what type of frame? (Unicast, Broadcast, Multicast?)
Definition
Multicast frames when there is a change.
Term
What are the three types of VTP advertisements?
Definition
-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)
Term
What command can be used to check on the configuration revision number in VTP?
Definition
show vtp status
Term
How many versions of VTP are there?
Definition
Version 1 and version 2
Term
Is VTP version 1 compatible with version 2? How do you enable version 2 across an entire VTP domain?
Definition
-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.
Term
What VTP version do switches use by default?
Definition
Version 1.
Term
How do you enable vtp pruning?
Definition
(config)
vtp pruning.
Done on the server, this will enable it for an entire domain.
Term
What command will tell an interface to prune VLANs from a trunk?
Definition
(if)
switchport trunk pruning vlan [add, except, remove, or none]
Term
What is the command to remove a VTP password from a VTP Domain?
Definition
(config)
no vtp password
Term
What command displays Power over Ethernet information about a switch?
Definition
(exec)
show power inline
Term
How many classes of PoE are there, what are they, and what is the default class?
Definition
There are 5 classes, 0-4, and 0 is default.
Supporting users have an ad free experience!