27.10.2013 Views

2.5.2 - Force10 Networks

2.5.2 - Force10 Networks

2.5.2 - Force10 Networks

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

RIP Configuration Example<br />

The configuration commands used in the following example enable RIP on ports 1/0/2 and 1/0/3:<br />

1. Enable routing for the switch.<br />

<strong>Force10</strong> #config<br />

<strong>Force10</strong> (Config)#ip routing<br />

Figure 227 Using the ip routing Command to Enable Routing<br />

2. Enable routing and assign the IP for ports 1/0/2 and 1/0/3.<br />

<strong>Force10</strong> (Config)#interface 1/0/2<br />

<strong>Force10</strong> (Interface 1/0/2)#routing<br />

<strong>Force10</strong> (Interface 1/0/2)#ip address 10.10.5.2 255.255.255.0<br />

<strong>Force10</strong> (Interface 1/0/2)#exit<br />

<strong>Force10</strong> (Config)#interface 1/0/3<br />

<strong>Force10</strong> (Interface 1/0/3)#routing<br />

<strong>Force10</strong> (Interface 1/0/3)#ip address 10.10.5.3 255.255.255.0<br />

<strong>Force10</strong> (Interface 1/0/3)#exit<br />

<strong>Force10</strong> (Config)#<br />

Figure 228 Using the interface, routing, and ip address Commands<br />

3. Enable RIP for the switch. The route preference will default to 15.<br />

<strong>Force10</strong> (Config)#router rip<br />

<strong>Force10</strong> (Config router)#enable<br />

<strong>Force10</strong> (Config router)#exit<br />

<strong>Force10</strong> (Config)#<br />

Figure 229 Using the router rip Command<br />

4. Enable RIP for ports 1/0/2 and 1/0/3. Authentication will default to none, and no default route entry<br />

will be created. Specify that both ports will receive both RIPv1 and RIPv2 frames, but will send only<br />

RIPv2 formatted frames.<br />

<strong>Force10</strong> (Config)#interface 1/0/2<br />

<strong>Force10</strong> (Interface 1/0/2)#ip rip<br />

<strong>Force10</strong> (Interface 1/0/2)#ip rip receive version both<br />

<strong>Force10</strong> (Interface 1/0/2)#ip rip send version rip2<br />

<strong>Force10</strong> (Interface 1/0/2)#exit<br />

<strong>Force10</strong> (Config)#interface 1/0/3<br />

<strong>Force10</strong> (Interface 1/0/3)#ip rip<br />

<strong>Force10</strong> (Interface 1/0/3)#ip rip receive version both<br />

<strong>Force10</strong> (Interface 1/0/3)#ip rip send version rip2<br />

<strong>Force10</strong> (Interface 1/0/3)#exit<br />

<strong>Force10</strong> (Config)#exit<br />

Figure 230 Using the ip rip Command<br />

264 Layer 3 Routing

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!