Monthly Archives: July 2015

Routing Protocols

Routing Protocols

Posted in Routing Protocols | Leave a comment

Creating vlan

You can use two  method to create vlan    Legacy method with Vlan database          switch#vlan database          switch(vlan-database)#vlan <vlan-id>   Modern method of configuring Vlan        switch(config)#vlan <vlan id>        switch(config-vlan)#name <vlan name> + Default; all interfaces access in … Continue reading

Posted in Vlan | Leave a comment

TCP 3way Handshake

How to  verify TCP 3way handshake with facebook? First,get the ip address of facebook. and then, start wireshark s/w and browrse the facebook. In wireshark; filter the output by ip address. you can test another website like that 😀 i … Continue reading

Posted in Uncategorized | Leave a comment

PVST

2th vlan blog

Posted in Vlan | Leave a comment

Spanning Tree Protocol

Spanning Tree Protocol(STP 802.1D) =============================== • default priority 32768 • BPDU (sent every 2s) • 3timer :(i) hello (2s) ;(ii) MaxAge (10times hello) ; (iii) Forward Delay(15s) • Root Bridge: lowest BID (if ties; lowest MAC address) • Root Port … Continue reading

Posted in STP | Leave a comment

Vlan

+ To reduce CPU overhead on each device by reducing the number of devices that receive each broadcast frame + To reduce security risks by reducing the number of hosts that receive copies of frames that the switches flood (broadcasts, … Continue reading

Posted in Vlan | Leave a comment