July 2011

Below are my notes from reading the CCNP ROUTE Official Certification Guide.

What are virtual links?

Method of connecting two discontiguous backbone areas through a non-backbone area.

Describe the concept of virtual links?

A virtual link connects two discontiguous backbone areas, through a transit area, to create a contiguous backbone area. Virtual link is connected by an ABR on each end which send unicast IP packets with OSPF information.

How do you configure virtual links w/ no authentication?

area area-transit-num virtual-link remote-RID

How do you verify an OSPF virtual link?

sh ip ospf virtual-links
sh ip ospf neighbor

How do you configure virtual link authentication?

No authentication:

area num virtual-link RID authentication null

Clear-text:

area num virtual-link RID authentication authentication-key key-value

MD5:

area num virtual-link RID authentication message-digest message-digest-key key-name md5 key-value

{ 0 comments }

Below are my notes from reading the CCNP ROUTE Official Certification Guide.

What is route filtering?

Route filtering allows the engineer to filter routes advertised in an update. Filtering reduces routing tables, saves memory, improve performance and makes network more secure by limiting flow of packets.

Route filtering can be enabled using the router subcommand: distribute-list, Concept is that list refers to an ACL, prefix-list or route map. It specifies the direction, either outbound or inbound, and optionally the specific interface on which to filter updates.

Describe the concept of filtering by referencing ACLs

To filter EIGRP routes by ACL, ACL must match a route with a permit clause to then allow the route to be advertised, and match the route with a deny clause to filter the route. When referenced with the distribute-list command for the purpose of filtering, EIGRP compares ACL source-address field to the subnet number (prefix) of each EIGRP route.

Describe the concept of filtering by referencing IP Prefix Lists

IP prefix lists can examine both the prefix and the prefix length, and a range of prefixes or a range of prefix lengths. The command sets either a deny or permit action for each matched prefix/length. To use the prefix-list, use the command: prefix-list.

IP prefix lists allow matching of the prefix length, whereas the ACL used by the EIGRP distribute-list command cannot.

Describe the IP Prefix List Concepts

IP prefix lists provide mechanisms to match two components of an IP route:

  • The route prefix (subnet number)
  •  The prefix length (subnet mask)

Each ip prefix-list command has a sequence number to allow later deletion of individual commands and insertion of commands into a particular sequence position. Each command has a permit or deny action, because it is used only for matching routes and not for packet filtering. The permit or deny keyword just implies whether a route is matched (permit) or not (deny).

[click to continue…]

{ 0 comments }

I quickly hopped on this bandwagon. I was eager to see what Google has finally put out in light of the negative feedback of Google Wave and Google Buzz. Both are failed attempts to get a foot into social media.

Google+ is, very much a fusion of Facebook and Twitter. Just a different UI.

The Likes

No pun intended towards Facebook ;) I like the minimalist design of G+. Nothing terrible. Just a 3 column design.. just like FACEBOOK’s.

The idea of Circles is quite interesting. I never thought that the people I communicate with each day would be a “circle”. I like the idea because now I can keep conversations visible to those that care. A good example is separating my IT and Photography discussions.

Another useful tidbit with Circles is now I can create my own virtual study groups for Cisco certifications.

That leads me to Hangout. A nice feature to get video chat started. I’ve been familiar with the video features within Google Chat but haven’t used them that much. Probably because most of the people I email I see in real life.

With Hangout, I don’t have to have people associated with my personal Gmail account. I like you.. but I don’t like you that much ;)

Notification bar. Love how G+ is integrated in the Google bar. I can instantly see my notifications and reply directly from that window without having to open Google Plus. Sweetsauce.

The Don’t Likes

Forever alone. Yup, unless you’ve got someone to chat/hangout with. You’re alone. I wish Google would just let us invite people. It’s made me go back to Twitter and Facebook.

Chat. Google gives you the ability to be available for chat with your Circles. The problem I have is remembering who these people are! Most of them are people I follow on Twitter so I only know them by their Twitter handles. Time to hit that feedback button and ask Google to include Nicknames.

What else is there to hate on? Not sure. I can update this as I continue to use Google Plus.

Find me here on G+: gplus.to/rowelld

{ 2 comments }