For this lab, I use a Force10 E1200 chassis [FTOS 8.3.1.1] and a Force10 S60 switch [FTOS 8.3.3.4]. The objective is to setup a simple OSPF network. Loopback addresses are used to setup test networks.
First, I log onto the E1200. As you see below, an error states that linecard 10 is down. The linecard will keep being power-cycled by the RPM (Route Processing Module) in an attempt to bring it up.
In this case I just power off the line card from the command line.
Once that is resolved, I setup a 1 Gigabit ethernet connection from “GigabitEthernet 7/0” on the E1200 to “GigabitEthernet 0/1” on the S60. I use the 10.0.1.0/30 network to create a point-to-point connection between the two routers, assigning the “GigabitEthernet 7/0” on the E1200 the IP address of 10.0.1.2 /24 and “GigabitEthernet 0/1” on the S60 the IP address of 10.0.1.1/24.
Next, I assign IP 11.0.0.1/32 to Loopback 200 on the E1200 chassis and IP 12.0.0.1/32 to Loopback 300 on the S60 switch.
Now I have all my interfaces setup, so, I setup OSPF as shown below.
It looks like I forgot to show this above, but you will also have to add the 10.0.1.0/30 network to each router when configuring OSPF. If you forgot to add it, you can simply add it on each router with the following commands (must be in config mode):
router ospf 1
network 10.0.1.0/30 area 0
Now, to test you can simply ping 12.0.0.1 from the E1200 and ping 11.0.0.1 from the S60. Pretty easy right? You’ll notice that the syntax for the Force10 FTOS is practically identical to that of Cisco IOS.
Pingback: Humair’s Blogs » Blog Archive » Cisco – Filtering Unwanted Packets with Standard Access Lists