Quick Reference Guide
260 | Layer 3 Routing
www.dell.com | support.dell.com
Configuring OSPF on an S-Series operating as a border router
The next diagram shows the same network segment with the S-Series operating as the border router in area
0.0.0.2. The example shows the commands used to configure the switch with OSPF enabled on port 0/2 for
communication with the inter-area router in the OSPF backbone, and on ports 0/3 and 0/4 for
communication with subnets within area 0.0.0.2.
Figure 17-237. OSPF Example Network Diagram: Border Router
1. Enable routing for the switch.
2. Enable routing and assign the IP for ports 0/2, 0/3, and 0/4.
Force10 #config
Force10 (Config)#ip routing
Force10 (Config)#interface 1/0/2
Force10 (Interface 1/0/2)#routing
Force10 (Interface 1/0/2)#ip address 192.150.2.2 255.255.255.0
Force10 (Interface 1/0/2)#exit
Force10 (Config)#interface 1/0/3
Force10 (Interface 1/0/3)#routing
Force10 (Interface 1/0/3)#ip address 192.150.3.1 255.255.255.0
Force10 (Interface 1/0/3)#exit
Force10 (Config)#interface 1/0/4
Force10 (Interface 1/0/4)#routing
Force10 (Interface 1/0/4)#ip address 192.150.4.1 255.255.255.0
Force10 (Interface 1/0/4)#exit