[info]1.1 (Traffic Control)[/info] [success]When told to enable pruning because SW1 and SW3 do not have VLAN8 locally assigned. Ensure that traffic from this VLAN is not allowed over their lowest numbered trunk link to SW2. Traffic for VLAN8 should be received over any of the other trunk links:[/success] SW1: int fa1/7 switchport trunk allowed vlan [...]
Condensed Notes – Lab 3
[info]1.1 (IP Bridging)[/info] [success]When told to create a bridge between R1 and R3 using R6 for traffic between VLAN16 and VLAN36. Make sure the rest of the routing domain can communicate with both R1 and R3 via IP:[/success] R6: bridge irb <–activates IRB ! Int fa0/0.16 bridge-group 1 ! int fa0/0.36 bridge-group 1 ! int [...]
Condensed Notes – Lab2
[info]1.1 (Link Aggregation)[/info] [success]When told to configure interface fa1/13-15 on SW1 and interface fa1/7-9 on SW4 to be bound to one logical l2 link:[/success] SW1: int range fa1/13 – 15 sw tr encap dot1q sw mo tr channel-group 1 mode on SW4: int range fa1/7 – 9 sw tr encap dot1q sw mo tr channel-group [...]
Condensed Notes – Lab1
[info]1.1 (Layer 2 Features)[/info] [success]When told to make a switch the primary STP root bridge for a specific VLAN:[/success] spanning-tree vlan # root primary (global) [success]When told to make sure a VLAN never traverses a switch:[/success] interface (trunk interface) switchport trunk allowed vlan 1-101,103-4094 <–VLAN 102 is not allowed [success]When told that users are complaining [...]
Embedding .mov Files in WordPress
In HTML Mode: <object classid=”clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B” codebase=”http://www.apple.com/qtactivex/qtplugin.cab” height=”256″ width=”320″> <param name=”src” value=”http://www.yourdomain/your.mov“> <param name=”autoplay” value=”true”> <param name=”type” value=”video/quicktime” height=”256″ width=”320″> <embed src=”http://www.yourdomain/your.mov” height=”256″ width=”320″ autoplay=”true” type=”video/quicktime” pluginspage=”http://www.apple.com/quicktime/download/“> </object>