December 12, 2013
Below is a short overview of STP and how to navigate it in the CISCO IOS enjoy.
[youtube=http://www.youtube.com/watch?v=zapAZRP7mEk&w=560&h=315]
Leave a Comment » |
IOS Commands, Networking, Protocols, Switches, Videos | Tagged: 802.1w, blocking port, ccent, ccent exam, ccent study, ccna, cisco icnd2, cisco packet tracer, designated port, fast ethernet, GNS3, icnd1 study, icnd2, icnd2 exam, interface cost, Microsegmentation, packet racer, root bridge, stp, stp overview, stp port roles, testking |
Permalink
Posted by Josh Gahan
June 7, 2013
- Enter VLAN1 configuration mode using the Interface VLAN 1 global configuration command
- Assign an IP address and mask using the IP address ip address mask interface sub-command
- Enable the VLAN1 interface using No shutdown interface subcommand
- Add the IP default-gateway ip address global command to configure the default gateway
Leave a Comment » |
IOS Commands, Networking, Security, Switches | Tagged: can exam, ccent, ccent exam, ccna, cisco checklist, cisco cli, cisco routers, cisco switches, command line interface, default gateway, icnd1, icnd2, ios commands, ip address, mask, subnet |
Permalink
Posted by Josh Gahan
May 30, 2013
Denial of Service (DoS)
- Erasers try to harm the host, destroying hardware and files
- Crashers cause hosts to fail or no longer allow hosts to connect to the network
- Flooders flood the network with packets to make the network unusable.
Reconnaissance Attacks
- The goal is to gather information to perform an access attack and causing harm can be a side effect.
Access Attack
- An attempt to steal data typically for some type of financial gain.
*This topic will definitely be asked in the exam room, make note and have this stuff drilled in
Leave a Comment » |
Networking, Security | Tagged: access attack, ccent, ccent exam, ccna, ccna exam, cisco, denial of service, dos, icnd1, networking, recon attack, reconnaissance attack, router, security, switches, types of attacks |
Permalink
Posted by Josh Gahan
May 14, 2013
The following is a list of the information that a DHCP server will share with hosts.
- Host IP address
- Subnet Mask
- Default Gateway
- IP Address(es) of any DNS servers
Dynamic Host Control Protocol (DHCP)
Leave a Comment » |
Networking, Protocols | Tagged: advice, ccent, ccent exam, ccna, cisco, cisco networking, dhcp, dhcp information, did you know, dora, it, networking, study, technology |
Permalink
Posted by Josh Gahan
May 12, 2013
Routers break up broadcast domains.
Leave a Comment » |
Fast Facts, Networking | Tagged: advice, ccent, ccent exam, ccna, ccna exam, cisco, cisco switches, did you know, hints n tips, networking, Q&A |
Permalink
Posted by Josh Gahan
May 4, 2013

Key Terms:
CPE:
- Customer Premise Equipment
Dermarc:
- Demarcation Point, The point at which the telco does not own nor take responsibility for.
CSU/DSU:
- Channel service unite / data service unit
Leave a Comment » |
Networking | Tagged: ccent, ccent exam, ccna, cpe, csu, csu/dsu, dermarc, dsu, router, switch, wan |
Permalink
Posted by Josh Gahan
April 28, 2013
Switches examine the source MAC address of the received frame, switches can take a few possible options if it discovers that the incoming MAC address on that port is NOT SECURE.
- shutdown (the switch shuts down the port and sends a log message and drops the frame/s , also the interface status will read err-disabled you have to run a no shutdown to open the port again) ON BY DEFAULT
- restrict (drops the frames and transmits a log message but does not shutdown the port)
- protect (only drops the frames)
When configuring Port security and the source MAC address is unknown switchport port-security mac-address sticky can be used and the switch will use the first mac address learned as the Secure MAC address
Leave a Comment » |
Networking, Security, Switches | Tagged: advice, ccent, ccent exam, ccna, ccna exam, cent, cisco, cisco hardware, cisco ios, cisco switches, cisco switching, did you know, err-disabled, hints n tips, information technology, iOS, ios commands, it, it security, mac, mac address, networking, packet, port security, protocol, router, security, switches, TCP, transmission control protocol, UDP |
Permalink
Posted by Josh Gahan
April 27, 2013
Switching loops form when multiple paths exist, when a frame is sent and the the frame travels between the switches and never ends up reaching it’s final destination.
STP is used to prevent switching loops and is on by default, it determines a loop free path and ports that are not on the path are put into a blocking mode. If the best path is no longer available STP will calculate a new “path” and ports on that path that where blocked are brought out of the blocking mode.
NB. the shortest physical path is not the best, STP looks at the speed of the links
STP Quick Overview
- On by default
- Used to prevent switching loops

Leave a Comment » |
Networking, Protocols, Switches | Tagged: blocking mode, ccent, ccent exam, ccna, ccna exam, cisco switches, default, l2pdu, networking, packet, router, security, segmentation, spanning tree, spanning tree protocol, stp, switch protocols, TCP, technology, UDP |
Permalink
Posted by Josh Gahan
April 27, 2013
A continuous generation of broadcasts on a network is called a broadcast storm, this will use the switches resources to the point of breakdown.
By default a switch is setup to use one broadcast domain, to mitigate this, creating more broadcast domains via creating new VLANS, Cisco switches are out of the box configured using VLAN1 named default.
Segmenting the networking by creating a new VLAN , only those hosts on the same VLAN will be able to communicate,connectivity to another VLAN is not possible without the implementation of a L3 device (eg Router)
Read more from Wikipedia on VLANS here
Leave a Comment » |
Networking, Switches | Tagged: broadcast domains, broadcast storms, ccent, ccent exam, ccna, cisco, l2, lan, layer2, micro segmentation, Microsegmentation, segmentation, switches, virtual, virtual lan, vlan, vlans |
Permalink
Posted by Josh Gahan
April 25, 2013
All you need to know about the CSMA/CD process
- Transmitting host will listen, if silent data transmission commences
- If a voltage change is observed, (this is the collision) both hosts will send a jam signal
- This starts a random backoff algorithm, and once the random time has elapsed the host will commence transmission again by listening to the wire.
Leave a Comment » |
Networking, Troubleshoot | Tagged: ccent, ccent exam, ccna exam, cisco, cisco switches, csma/cd, error, hints n tips, host, labs, listening, networking, node, packets, study, switches, TCP, UDP, voltage |
Permalink
Posted by Josh Gahan