Posts

Showing posts from April, 2010

P90X Day 1

I went home from work and got the kids to bed. As 8:00 was approaching I was kinda dreading it because I wanted to watch some Chuck and the 2 hour episode of 24. I waited for my brother in-law to show up with the disks. He finally called about 8:30 and said he wasn't coming. So to recap day 1 I went home ate some mint chocolate chip ice cream and watch Chuck and 24. My disks will arrive in the mail this week so I will for sure start when they get to my house. And for all my l33t friends yes I know I can get them from a torrent or Usenet. I figured if I am going to have abs of steal and have my wife iron her clothes on them I should give Tony something.

P90X

We keep watching this P90x Infomercial on Tv and see these people totally ripped. All it takes is 90 days for 1 hour a day. We are going to test this for proof of concept. We will start tonight. And post pictures every 15 days along with weight. Wish us luck!

EIGRP Adjaceny Authentication

1st thing first. With any Authentication you must set your clock to be the same on every router. clock set 10:21:00 April 4 2010 Next create your keychain (Key Number must Match) key chain EIGRP key 1 key-string CISCO123 Next apply your keychain Go to the interface you want to authenticate and specify that you want authentication to be used. ip authentication mode eigrp 100 md5 (This turns on authentication) Next identify the keychain you wish to use. ip authentication key-chain eigrp 100 EIGRP ****Extra Options**** ! key chain EIGRP key 1 key-string CISCO123 accept-lifetime 00:00:00 Jan 1 1993 00:15:00 Jan 1 2007 send-lifetime 00:00:00 Jan 1 1993 00:00:00 Jan 1 2007 key 2 key-string CISCO456 accept-lifetime 23:45:00 Dec 31 2006 infinite send-lifetime 00:00:00 Jan 1 2007 infinite !

EIGRP Unequal-Cost Load-Balancing

Unequal-Cost Load-Balancing is when you have 2 paths to the same destination with different Bandwidths. If you have 1 path that is 64Kbps and another path that is 256Kbps then you have to use the Variance command to accomplish this in EIGRP. All you have to do is take 256Kbps/64Kbps and you get 4. So the Variance is 4. Router#Conf t Router#Router Eigrp 100 Router#variance 4

EIGRP Timers

EIGRP sends hello packets every 5 seconds on high bandwidth links and every 60 seconds on low bandwidth multipoint links. 5-second hello: broadcast media, such as Ethernet, Token Ring, and FDDI point-to-point serial links, such as PPP or HDLC leased circuits, Frame Relay point-to-point subinterfaces, and ATM point-to-point subinterface high bandwidth (greater than T1) multipoint circuits, such as ISDN PRI and Frame Relay 60-second hello: multipoint circuits T1 bandwidth or slower, such as Frame Relay multipoint interfaces, ATM multipoint interfaces, ATM switched virtual circuits, and ISDN BRIs To change the timers issue these commands on the interfaces. ip hello-interval eigrp ip hold-time eigrp