I'm looking for some examples of OSPF configuration in a working ip-subnet vlan environment.  I am setting up a core 0.0.0.0 switch that spokes to four other foundry 8k/15k bigiron swtiches. I haven't used OSPF yet. I configured the core with loopback 1 ip address 0.0.0.0  Do I use that same area ip on spoke foundrys or do they all use a different/identical address area such as 10.1.1.1 for each?<div>
<br></div><div>I understand I have to make the core an ABR. Not sure how I go about setting that feature. </div><div><br></div><div>also, this is the first time I'm using ip-subnet vlans. I'm not sure if i can use the same ip-subnets on each switch but have different virtual interface ips for each of these ip-subnets. Where it might be tricky is that i don't need tagged ports for all our devices and I don't know if I will need to use tagged ports and dual-mode across all the ports in order for the traffic from the edge ip-subnet vlans to cross over to the core or not?</div>
<div><br></div><div>here's my configs - thanks for looking :)</div><div><br></div><div>CORE EXAMPLE CONFIG</div><div><br></div><div>ver 08.0.01pT53<br></div><div>!</div><div><div>module 1 bi-8-port-gig-management-module</div>
<div>module 2 bi-8-port-gig-management-module</div><div>module 3 bi-8-port-gig-module</div><div>module 4 bi-8-port-gig-module</div><div>module 5 bi-8-port-gig-module</div><div>module 6 bi-8-port-gig-module</div><div>module 7 bi-8-port-gig-module</div>
<div>module 8 bi-8-port-gig-module</div><div>module 9 bi-24-port-copper-module</div><div>!</div><div>!</div><div>trunk switch ethe 1/1 to 1/4 ethe 2/1 to 2/4</div><div>trunk switch ethe 1/5 to 1/8 ethe 2/5 to 2/8</div><div>
trunk switch ethe 3/1 to 3/4 ethe 4/1 to 4/4</div><div>trunk switch ethe 3/5 to 3/8 ethe 4/5 to 4/8</div><div>trunk switch ethe 5/1 to 5/4 ethe 6/1 to 6/4</div><div>trunk switch ethe 5/5 to 5/8 ethe 6/5 to 6/8</div><div>trunk switch ethe 7/1 to 7/4 ethe 8/1 to 8/4</div>
<div>trunk switch ethe 7/5 to 7/8 ethe 8/5 to 8/8</div><div>!</div><div>!</div><div>vlan 96 name VOIP by port</div><div> tagged ethe 1/5 to 1/8 ethe 2/5 to 2/8 ethe 3/5 to 3/8 ethe 4/5 to 4/8 ethe 5/5 to 5/8 ethe 6/5 to 6/8 ethe 7/5 to 7/8 ethe 8/5 to 8/8</div>
<div> tagged ethe 9/14 to 9/24</div><div> untagged ethe 9/1 ethe 9/13</div><div> ip-subnet 172.16.96.0 255.255.255.0 name voip</div><div>  static ethe 1/5 to 1/8 ethe 2/5 to 2/8 ethe 3/5 to 3/8 ethe 4/5 to 4/8 ethe 5/5 to 5/8 ethe 6/5 to 6/8 ethe 7/5 to 7/8 ethe 8/5 to 8/8 ethe 9/1 ethe 9/13 to 9/24</div>
<div>  router-interface ve 96</div><div>!</div><div>vlan 100 name DEFAULT-VLAN by port</div><div> ip-subnet 172.16.100.0 255.255.255.0</div><div>  static ethe 9/2 to 9/12 ethe 9/15 to 9/24</div><div>  router-interface ve 100</div>
<div>!</div><div>!</div><div>default-vlan-id 100</div><div>ip dns domain-name <a href="http://pwx.net">pwx.net</a></div><div>ip dns server-address 172.16.100.10 4.2.2.3</div><div>ip proxy-arp</div><div>ip route 0.0.0.0 0.0.0.0 172.16.100.1 {firewall to gateway router}</div>
<div>!</div><div>ip router-id 172.16.100.254</div><div>no ip source-route</div><div>mirror ethernet 9/21</div><div>!</div><div>username admin password .....</div><div>cdp run</div><div>fdp run</div><div>snmp-server community ..... rw</div>
<div>sntp server XXXX</div><div>web-management enable ethe 1/1 to 1/8 ethe 2/1 to 2/8 ethe 3/1 to 3/8 ethe 4/1 to 4/8 ethe 5/1 to 5/8 ethe 6/1 to 6/8 ethe 7/1 to 7/8 ethe 8/1 to 8/8 ethe 9/1 to 9/24</div><div>web-management enable vlan 100</div>
<div>!</div><div>router ospf</div><div> area 0.0.0.0</div><div> external-lsdb-limit 32606</div><div>!</div><div>router rip</div><div> permit redistribute 1 all address 10.1.1.0 255.255.255.0</div><div> redistribution</div>
<div>!</div><div>interface loopback 1</div><div> disable</div><div> ip ospf area 0.0.0.0</div><div> ip ospf cost 1</div><div> ip ospf md5-authentication key-id 0 key 0 0x0X0x0</div><div>!</div><div>interface ethernet 9/16</div>
<div> dual-mode</div><div> voice-vlan 96</div><div>!</div><div>interface ethernet 9/17</div><div> dual-mode</div><div> voice-vlan 96</div><div>!</div><div>interface ve 96</div><div> ip address 172.16.96.254 255.255.255.0</div>
<div> ip bootp-gateway 172.16.96.1</div><div> ip helper-address 1 172.16.96.1</div><div> ip ospf area 0.0.0.0</div><div> ip ospf cost 1</div><div>!</div><div>interface ve 100</div><div> ip address 172.16.100.254 255.255.255.0</div>
<div> ip helper-address 1 172.16.100.1</div><div> ip ospf area 0.0.0.0</div><div> ip ospf cost 1</div><div> ip ospf md5-authentication key-id 0 key 0 0x0X0x0</div><div>!</div><div>!</div><div>!</div><div>!</div><div>!</div>
<div>!</div><div>end</div><div><br></div><div><br></div><div><br></div><div><br></div><div>EXAMPLE EDGE CONFIG</div><div><br></div><div><div>ver 08.0.01pT53</div><div>!</div><div>module 1 bi-8-port-gig-management-module</div>
<div>module 2 bi-8-port-gig-management-module</div><div>module 3 bi-24-port-copper-module</div><div>module 4 bi-24-port-copper-module</div><div>!</div><div>!</div><div>!</div><div>!</div><div>vlan 96 name VOIP by port</div>
<div> tagged ethe 1/5 to 1/8 ethe 2/5 to 2/8 ethe 3/1 to 3/24 ethe 4/1 to 4/24</div><div> priority 6</div><div> ip-subnet 172.16.96.0 255.255.255.0</div><div>  static ethe 1/5 to 1/8 ethe 2/5 to 2/8 ethe 3/1 to 3/24 ethe 4/1 to 4/24</div>
<div>  router-interface ve 96</div><div>!</div><div>vlan 100 name DEFAULT-VLAN by port</div><div> ip-subnet 172.16.100.0 255.255.255.0</div><div>  static ethe 1/1 to 1/4 ethe 2/1 to 2/4 ethe 3/1 to 3/24 ethe 4/1 to 4/24</div>
<div>  router-interface ve 100</div><div>!</div><div>!</div><div>default-vlan-id 100</div><div>ip router-id 172.16.100.252</div><div>username admin password .....</div><div>cdp run</div><div>sntp server XXXX</div><div>!</div>
<div>router ospf</div><div> area 10.1.1.1</div><div>!</div><div>router rip</div><div> neighbor 1 permit 172.26.100.254</div><div> redistribution</div><div> timers-basic 60 180 120</div><div> update-time 60</div><div>!</div>
<div>interface loopback 1</div><div> ip address 10.1.1.252 255.255.255.0</div><div> ip ospf area 10.1.1.1</div><div> ip ospf cost 1</div><div> ip ospf md5-authentication key-id 0 key 0 0x0X0x0</div><div>!</div><div>interface ethernet 3/1</div>
<div> dual-mode</div><div> voice-vlan 96</div><div>!</div><div>interface ethernet 4/1</div><div> dual-mode</div><div> voice-vlan 96</div><div>!</div><div>interface ve 96</div><div> ip address 172.16.96.254 255.255.255.0</div>
<div> ip helper-address 1 172.16.96.2</div><div> ip ospf area 10.1.1.1</div><div> ip ospf cost 1</div><div> ip ospf md5-authentication key-id 0 key 0 0x0X0x0</div><div>!</div><div>interface ve 100</div><div> ip address 172.16.100.252 255.255.255.0</div>
<div> ip helper-address 1 172.16.100.1</div><div> ip ospf area 10.1.1.1</div><div> ip ospf cost 1</div><div> ip ospf md5-authentication key-id 0 key 0 0x0X0x0</div><div>!</div><div>!</div><div>!</div><div>ip flow-export version 5</div>
<div>!</div><div>!</div><div>!</div><div>end</div><div><br></div></div></div>