AlwaysTheNetwork
Just another Cisco blog
Just another Cisco blog
Jun 29th
A thread on Networking Forum led to some interesting conversation and a little mini-lab on my part. If you’re interesting in seeing a use for AToM in the real world, check out the thread.
This is the topology I ended up with:
To summarize, basically we ran a GRE tunnel across the WAN, then LDP and an xconnect across that. It was pretty fun to play with. So if you’re interested, check out the thread.
Jun 18th
This post is about OSPF Summarization. We’ll be using a familiar topology and going over two ways to summarize with OSPF.
There are two conventional ways to summarize networks in OSPF, we can use the “area range” command and the “summary-address” command. “Area range” is used on the ABR to summarize networks between areas. The “summary-address” command is used on the ASBR to summarize external networks.
Here’s the topology:
I’m not going through the basic OSPF config, so assume everything is configured as the diagram suggests. On R1 I’ve added Lo11-14 and used “ospf 100 area 0″ under the respective interfaces. On R2 I’ve added Lo15-18 and used “redistribute connected subnets”. Let’s look at the RIBs on a couple routers:
First we’ll check out “sh ip route” on R1:
R1#sh ip route ... 1.0.0.0/32 is subnetted, 1 subnets C 1.1.1.1 is directly connected, Loopback0 2.0.0.0/32 is subnetted, 1 subnets O E2 2.2.2.2 [110/20] via 10.1.123.2, 01:13:32, FastEthernet0/0 3.0.0.0/32 is subnetted, 1 subnets O E2 3.3.3.3 [110/20] via 10.1.123.3, 01:12:38, FastEthernet0/0 4.0.0.0/32 is subnetted, 1 subnets O E2 4.4.4.4 [110/20] via 10.1.123.3, 01:03:47, FastEthernet0/0 172.30.0.0/24 is subnetted, 4 subnets O E2 172.30.6.0 [110/20] via 10.1.123.2, 00:06:11, FastEthernet0/0 O E2 172.30.7.0 [110/20] via 10.1.123.2, 00:06:11, FastEthernet0/0 O E2 172.30.5.0 [110/20] via 10.1.123.2, 00:06:11, FastEthernet0/0 O E2 172.30.8.0 [110/20] via 10.1.123.2, 00:06:11, FastEthernet0/0 C 192.168.4.0/24 is directly connected, Loopback14 10.0.0.0/24 is subnetted, 2 subnets O IA 10.1.34.0 [110/74] via 10.1.123.3, 01:12:39, FastEthernet0/0 C 10.1.123.0 is directly connected, FastEthernet0/0 C 192.168.1.0/24 is directly connected, Loopback11 C 192.168.2.0/24 is directly connected, Loopback12 C 192.168.3.0/24 is directly connected, Loopback13 |
Lots of routes here. The ones to note are the 172s showing as External Type 2, which are R2′s loopbacks. Also notice our connected loopbacks.
Jun 18th
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:
Jun 15th
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:
Jun 6th
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:
Recent Comments