The Router Boot Sequence

November 25, 2013

The router goes through a series of events every-time the router is powered on, from performing tests and loading IOS. For the ICND2 exam it is required that you can describe the boot process. Here are the events:

  1. Initially the router will undertake a POST, which tests to see if the Router is functional. POST is run and stored in ROM
  2. The Bootstrap program is run, its job is to find, locate and run the IOS software. First it checks the configuration register then the boot sequence is checked in NVRAM. By default IOS is loaded from FLASH
  3. IOS is loaded into RAM and it will check NVRAM for a working config called startup-config
  4. Once startup-config is found the file will now be loaded into RAM and is now known as running-config

If a startup-config is not found the router will send out a broadcast looking for a TFTP host containing a configuration file, when this fails the router will then load into setup mode.


Spanning Tree Protocol Port Roles

October 1, 2013

The diagram below is the network in use:

Switch 3

FA0/1 – DP

FA1/1 – DP

Switch 1

FA1/1 – RP

FA0/1 DP

Switch 2

FA1/1 – RP

FA0/1 – DP

Switch 0

FA0/1 – RP

FA1/1 – ALTN

The lab for this example can be downloaded  by clicking here
01_Diagram 02_STP_Ports_Roles 03_STP_Port_Roles


VLAN & VTP Switch Defaults (CISCO)

August 26, 2013
  • VTP server mode
  • No VTP domain name
  • VLAN 1 and VLAN’s 1002-1005 are automatically configured (cannot be deleted)
  • All access interfaces are assigned to VLAN 1 (an implied switchport access vlan 1 command)

Switch Memory Types and Files

June 5, 2013

Types Of Memory In A Switch

-RAM-

 

Working Memory

-Running Config

-FLASH-

 

-CISCO IOS Software

-ROM-

 

-Bootstrap programme

-NVRAM-

 

Startup Config

 

Two Main CISCO IOS Files

Configuration File name Purpose Where is it stored ?
Startup-config Stores the initial config used anytime the switch reloads CISCO IOS NVRAM
Running-Config Stores the currently used configuration commands. This file changes dynamically when someone enters commands in configuration mode. RAM

 


CDP Video Tutorial

May 31, 2013

A quick run through the CDP commands to help you map a network, HD is available for this video guys.

[youtube=http://youtu.be/nzGconvPllo]


Port Security

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

 


Basic Switch Security

April 28, 2013

Cisco Switch Defaults

  • All cisco switch ports are open by (DEFAULT)
  • Attempting to trunk (DEFAULT)
  • Remember all ports are in VLAN1

Best practice habits should include

  • Close Unused ports (shutdown command)
  • Stop the port from trunking with (switchport mode access command)
  • Place all unused Ports into an unused VLAN

Remember the switches should be locked away in a secure room and or a cabinet

 


GNS3 with setup and setting the telnet password

April 24, 2013

[youtube http://www.youtube.com/watch?v=rtiDfh-CILs&w=560&h=315]


Explore The Routing Table

April 23, 2013

I have just linked to a video i created on Youtube, it explores the routing table and also shows you how to change from prefix notation to dotted decimal. If you like i will continue to make more. Enjoy!

 

[youtube http://www.youtube.com/watch?v=pFilJ_Kvo3E&w=420&h=315]


DCE and Setting the Clock Rate

December 10, 2012
Serial Link

Serial Link

Setting the Clock Rate (CLOCK RATE INTERFACE COMMAND)

 

Router#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

Router(config)#int serial 1/0

Router(config-if)#clock rate ? (Can be either clockrate or clock rate depending on model)

With the exception of the following standard values not subject to rounding,

1200 2400 4800 9600 14400 19200 28800 38400

56000 64000 128000 2015232

 

accepted clockrates will be bestfitted (rounded) to the nearest value

supportable by the hardware.

 

<246-8064000>    DCE clock rate (bits per second)

 

Router(config-if)#clock rate 56000

Router(config-if)#^Z

 

Remember the DCE Provides the clock rate to the DTE and without this, your line protocol will remain down