AlwaysTheNetwork

Just another Cisco blog

Follow me on TwitterRSS Feeds

  • Home
  • About
  • Books
  • Tutorials
  • Dynamips|GNS3|Labs

OSPF Area Types: Not So Totally Stubby

Jun 18th

Posted by Colby in Tutorials

1 comment

This is the last post in a series about OSPF Area Types. Today we’ll go over Not So Totally Stubby Areas. We’ll be using the same topology as the NSSA post, but this time we will inject a specific route (40.40.40.0/24) from the ASBR (R4) instead of a default.

Quick refresher, OSPF Not So Totally Stubby Areas have intra-area routes (Type 2 LSAs) and also external routes in the form of Type 7 LSAs, which are converted to Type 5 LSAs by the ABR. No inter-area routes (Type 3 LSAs) are permitted in a Not So Totally Stubby Area and a default route will be injected by the ABR.
(For more detailed information on LSAs and Area Types, check out this post.)

Here’s the topology:

Read more...

CCIE, Certification, Cisco, HowTo, OSPF, Tutorial

OSPF Area Types: NSSA

Jun 15th

Posted by Colby in Tutorials

3 comments

Today we’ll go over Not So Stubby Areas (NSSA). We will be using a slightly different topology here, we will make R4 an ASBR with a connection to the internet.

Quick refresher, OSPF NSSAs have inter and intra-area routes (Type 2 and Type 3 LSAs) and also external routes in the form of Type 7 LSAs, which are converted to Type 5 LSAs by the ABR.
(For more detailed information on LSAs and Area Types, check out this post.)

Here’s the topology:

I’m not going through the basic OSPF config, so assume everything is configured as the diagram suggests. I’ve also redistributed loopbacks on each router (“redistribute connected subnets” under the OSPF process) to give us some external routes, and I added 34.34.34.34/32 to Area 34 so we have an intra-area route to look at. I’ve also added a static default route on R4 which I’m injecting into OSPF with the “default-information originate” command. Let’s look at some show commands BEFORE we make area 34 an NSSA:

Read more...

CCIE, CCNP, Certification, Cisco, HowTo, OSPF, Tutorial

OSPF Area Types: Totally Stubby

Jun 6th

Posted by Colby in Tutorials

4 comments

This is the first post in a series about OSPF Area Types. Today we’ll go over Totally Stubby areas. We’ll be using the same topology as the Stub post. I’m also reposting the first portion of that here since it will be the same.

Quick refresher, OSPF Totally Stubby Areas allow only intra-area routes and a default route generated by the ABR (Type 2 LSAs – the default route comes through as a Type 3 LSA, but no other Type 3s are allowed). Inter-area and External routes (Type 5 LSAs) are not allowed in totally stubby areas.
(For more detailed information on LSAs and Area Types, check out this post.)

Here’s the topology:

Read more...

CCIE, CCNP, Certification, Cisco, HowTo, OSPF, Tutorial

OSPF Area Types: Stub

Jun 4th

Posted by Colby in Tutorials

5 comments

This is the first post in a series about OSPF Area Types. Today we’ll go over Stub areas. This one will be somewhat short on config, but should have a good amount of show commands.

Quick refresher, OSPF Stub Areas allow inter- and intra-area routes (Type 2 and Type 3 LSAs). External routes (Type 5 LSAs) are not allowed in stub areas.
(For more detailed information on LSAs and Area Types, check out this post.)

We’ll be using the same topology we used for OSPF Authentication:

I’m not going through the basic OSPF config, so assume everything is configured as the diagram suggests. I’ve also redistributed loopbacks on each router to give us some external routes, and I added 34.34.34.34/32 to Area 34 so we have an intra-area route to look at. Let’s look at some show commands BEFORE we make area 34 a stub:

Read more...

CCIE, CCNP, Certification, Cisco, HowTo, OSPF, Tutorial

OSPF Authentication

Jun 1st

Posted by Colby in Tutorials

3 comments

This post is about the different OSPF authentication methods. It will be part of a series outlining OSPF commands/technologies.

We can configure OSPF to use authentication for an entire area, or just for a single interface. Today we’ll go over both. Here’s the topology:

First we’ll setup authentication for all of area 0:

R1(config)#interface FastEthernet0/0
R1(config-if)#ip ospf message-digest-key 1 md5 cisco
R1(config-if)#ip ospf 100 area 0
R1(config-if)#
R1(config-if)#router ospf 100
R1(config-router)#area 0 authentication message-digest
 
R2(config)#interface FastEthernet0/0
R2(config-if)#ip ospf message-digest-key 1 md5 cisco
R2(config-if)#ip ospf 100 area 0
R2(config-if)#
R2(config-if)#router ospf 100
R2(config-router)#area 0 authentication message-digest
 
R3(config)#interface FastEthernet0/0
R3(config-if)#ip ospf message-digest-key 1 md5 cisco
R3(config-if)#ip ospf 100 area 0
R3(config-if)#
R3(config-if)#router ospf 100
R3(config-router)#area 0 authentication message-digest

Nothing crazy here, we configure OSPF and an MD5 key under our area 0 interfaces, then we specify that all of area 0 should use MD5 authentication. Note that the commands differ slightly if we want to use clear-text, it would be “ip ospf authentication-key [key]” and “area 0 authentication” under the OSPF 100 process.

Let’s verify:

R1#sh ip ospf neigh
Neighbor ID     Pri   State           Dead Time   Address         Interface
2.2.2.2           1   FULL/DR         00:00:32    10.1.123.2      FastEthernet0/0
3.3.3.3           1   FULL/DROTHER    00:00:35    10.1.123.3      FastEthernet0/0
 
R1#sh ip ospf int fa0/0
...
  Message digest authentication enabled
    Youngest key id is 1

Everything is working, our neighbors are up and we see that authentication is enabled with the key we specifcied. Note, if we leave off a key, the neigbhors will still form and MD5 will still be enabled, but it will say key 0:

Read more...

CCIE, CCIP, CCNP, Certification, Cisco, HowTo, OSPF, Tutorial
« First...«34567»1020...Last »
  • Calendar

    February 2012
    S M T W T F S
    « Oct    
     1234
    567891011
    12131415161718
    19202122232425
    26272829  
  • Categories

    • Announcement (8)
    • Commands (5)
    • Informational (11)
    • Juniper (3)
    • Labs (20)
    • Open Ended Questions (12)
    • PeerIX (1)
    • Personal (20)
    • Quick Challenge (1)
    • Troubleshooting Labs (7)
    • Tutorials (48)
    • Useful Links (8)
  • Tags

    ASA AToM BCMSN BGP bootcamp experience CCIE CCIP CCNA CCNP CCVP Certification Cisco Commands Crypto Dynagen Dynamips EIGRP EtherChannel Firewall GNS3 GRE HowTo IOS IPSEC Juniper JUNOS Lab MPLS Narbik NAT OEQ ONT OSPF PeerIX Personal QoS RIP Script Security STP Troubleshooting Tunnel Tutorial Voice VPN
  • Recent Posts

    • OSPF Quiz
    • ASA Bridge Groups
    • Free CCNA Practice Questions
    • 2960s Can Route
    • Connecting Voice Gateways/CME to the PSTN
  • Blogs

    • BitBucketBlog
    • BrandonTek
    • CCIE Pursuit
    • CCIE SP Study Blog
    • CCNP Journey
    • Cisco Blog
    • Cisco Cert Zone
    • Daniel's CCIE Blog
    • Darby Weaver
    • Darren's CCIE Mission
    • Everything Voice
    • Evil Routers
    • GNS3 Labs
    • IOS Hints and Tricks
    • Mr. Configure
    • My 802.11
    • Networking Forum Blog
    • Networks Wetworks
    • NF RSS Aggregator
    • PACKETattack
    • PacketLife
    • Packets Analyzed
    • Packets Dropped
    • Router Jockey
    • Routing-Bits
    • Security Nut
    • SGT CCIE
    • SQL Server Administration
    • SYN/ACK Networks
    • The Network Arcanum
  • Forums

    • Networking Forum
    • Tech Exams Forum
    • [H]ard|Forum
  • Recent Comments

    • Anders Bramsen on Policy-Based Routing Tutorial
    • Scott on TCL Ping Script
    • Yuri Bank on OSPF Quiz
    • Adrian on OSPF Quiz
    • Colby on OSPF Quiz
    • Colby on OSPF Quiz
    • Tony on OSPF Quiz
Copyright © 2012 AlwaysTheNetwork | Log in
RSS Feeds Top