Two independent ospf areas on the ABR
Posted: 16 May 2011 17:57
Hi everyone,
I have four 6855 switches and I need to create topology with two independent rings. So, I need to be sure ring1 can't ping ring2.
I created two ospf areas 1.1.1.1 and 2.2.2.2. Ring1 is area 1.1.1.1 and ring2 is area 2.2.2.2 accordingly. Both areas are configured as stub and with summary disabled.
But they still see each other.
What else I can do?
Please help.
Here is my ospf config:
! OSPF :
ip load ospf
ip ospf area 1.1.1.1
ip ospf area 1.1.1.1 type stub
ip ospf area 1.1.1.1 summary disable
ip ospf area 2.2.2.2
ip ospf area 2.2.2.2 type stub
ip ospf area 2.2.2.2 summary disable
ip ospf interface "vlan_10"
ip ospf interface "vlan_10" area 1.1.1.1
ip ospf interface "vlan_10" status enable
ip ospf interface "1/2"
ip ospf interface "1/2" area 1.1.1.1
ip ospf interface "1/2" status enable
ip ospf interface "1/1"
ip ospf interface "1/1" area 1.1.1.1
ip ospf interface "1/1" status enable
ip ospf interface "vlan_20"
ip ospf interface "vlan_20" area 2.2.2.2
ip ospf interface "vlan_20" status enable
ip ospf interface "1/10"
ip ospf interface "1/10" area 2.2.2.2
ip ospf interface "1/10" status enable
ip ospf interface "1/9"
ip ospf interface "1/9" area 2.2.2.2
ip ospf interface "1/9" status enable
ip ospf status enable
And here is my topology:
I have four 6855 switches and I need to create topology with two independent rings. So, I need to be sure ring1 can't ping ring2.
I created two ospf areas 1.1.1.1 and 2.2.2.2. Ring1 is area 1.1.1.1 and ring2 is area 2.2.2.2 accordingly. Both areas are configured as stub and with summary disabled.
But they still see each other.
What else I can do?
Please help.
Here is my ospf config:
! OSPF :
ip load ospf
ip ospf area 1.1.1.1
ip ospf area 1.1.1.1 type stub
ip ospf area 1.1.1.1 summary disable
ip ospf area 2.2.2.2
ip ospf area 2.2.2.2 type stub
ip ospf area 2.2.2.2 summary disable
ip ospf interface "vlan_10"
ip ospf interface "vlan_10" area 1.1.1.1
ip ospf interface "vlan_10" status enable
ip ospf interface "1/2"
ip ospf interface "1/2" area 1.1.1.1
ip ospf interface "1/2" status enable
ip ospf interface "1/1"
ip ospf interface "1/1" area 1.1.1.1
ip ospf interface "1/1" status enable
ip ospf interface "vlan_20"
ip ospf interface "vlan_20" area 2.2.2.2
ip ospf interface "vlan_20" status enable
ip ospf interface "1/10"
ip ospf interface "1/10" area 2.2.2.2
ip ospf interface "1/10" status enable
ip ospf interface "1/9"
ip ospf interface "1/9" area 2.2.2.2
ip ospf interface "1/9" status enable
ip ospf status enable
And here is my topology: