Ron Paul for President

I have official endorsed Congressman Ron Paul for President in 2012.  My endorsement, which follows, has been released as part of a press release by the Ron Paul Presidential Campaign Committee:

“Congressman Ron Paul is the only candidate for President whose record matches his rhetoric.  As the only GOP candidate for President on the ballot in all 50 states he has always been pro-life both in his words and his actions as Congressman.  He is also the only candidate that follows the enumerated powers of our Divinely-inspired Constitution.  Hyrum Smith once said, ‘To vote for a wicked man, it would be sin.’  A wicked man would ignore what God has inspired.”

You can read the original press release, which includes my quote at: http://www.ronpaul2012.com/2012/01/18/ron-paul-nevada-team-names-new-%E2%80%98lds-for-ron-paul%E2%80%99-nationwide-coalition-members/

Print Friendly

Free Ham Radio Class 2012

In 2009, I helped organize a free ham radio class in my then LDS Stake (the North Las Vegas Nevada Stake).  I got my tech and general license after taking this course and have tried to stay actively involved ever since.  I am in the process of organizing on in April/May 2012 for my current LDS Stake (the Las Vegas Nevada Redrock Stake).  We are thinking it will be held Thursday night at about 6:30 pm.  If anyone is interested, comment below or contact me.

Print Friendly

Michael H. Cox, CCNA

CCNA

Its official! I passed 640-816 ICND2 exam today so I am now officially a Cisco Certified Network Associate, more commonly called CCNA.  This was a hard exam.  I started working on ICND1 back in April or May.  Before then, I had never really worked on a Cisco device.  As I mentioned on my July 5 blog post “Oh Cisco“, I have wanted to work with Cisco devices for years, but never had.  I have started installing some Cisco gear at work.  I think the key to passing was the Cisco Notes that I typed up and posted here.  A great way to study a topic.  I printed these up and studied them at the testing center why I was waiting to sign in.

I will not be posting Cisco Notes as often as I have over the last few days, but if I find something worth while, I will post it.  In a year or so, I will be working to get my CCNA Security and will definitely start posting again then.

Print Friendly

OSPF notes

This is part of the Cisco Notes series on Mike’s World News.

Open Shortest Path First (OSPF) is a Link State Routing protocol.

It is a Classless protocol, so it supports Variable Length Subnet Masks (VLSM) and CIDR.

OSPF does not use Split Horizon nor does it use Auto Summarization.

It uses Dijkstra SPF algorithm.

Uses Multicast address 224.0.0.5 for updates (as well as 224.0.0.6).

Continue reading

Print Friendly

RIP v1 and RIP v2 notes

This is part of the Cisco Notes series on Mike’s World News.

There are 2 versions of RIP that IPv4 networks can use as a Routing Protocol, namely RIP version 1 and RIP version 2.

Both RIP v1 and v2 are Distance Vector protocols.  This means that the way they advertise routes is based on how far away in the routers are from each other.  If, for example, to get from Router 1 to Router 4, there are are ways two get there, both RIP v1 and v2 will count how many routers are each way and go the way with the fewest routers. This is referred to as a Hop Count.

See image below:
In this example, Router 1 can communicate with Router 4 either by talking to the router directly (1 Hop), or by talking to Router 2. then 3, and then finally 4 (3 Hops).  RIP v1 and RIP v2, regardless of the speeds  of the connections will always go from Router 1 to Router 4.

Every 30-seconds, the full routing table is sent to all other routers.  RIP v1 does this as a broadcast (255.255.255.255) and RIP v2 does this as a multicast to 224.0.0.9.

The Administrative Distance of RIP is 120.

RIP will load balance equal cost links.  So, in the example above, traffic from Router 1 to Router 3 will be load balanced, with half going via Router 2 and half going via Router 4.  By default, it will load balance up to 4 paths.

RIP uses Split Horizon, which prevents a Router update across the same interface that received it.

By default, RIP wil use Auto Summerization.

RIP v1 is a Classful Routing Protocol.  It does not, therefore, support Variably Length Subnet Masks (VLSM) or CIDR.

RIP v2 does support both VLSM and CIDR.

Print Friendly

Frame-Relay Notes

This is part of the Cisco Notes series on Mike’s World News.

Frame Relay is a Common WAN protocol which exists at layer 2 only, therefore frames are transmitted. The frames are a variable sized.

can transmit upto 1.54 mb.

Your router is the DTE. They receive the clocking speed from the DCE, inside the frame-relay cloud.
Continue reading

Print Friendly