RE: Routing without routing protocol

From: Marvin Greenlee (marvingreenlee@yahoo.com)
Date: Tue Jun 22 2004 - 16:46:25 GMT-3


Sample loopback on the CAT of 35.50.35.50/24

On R5, run Nat for the eth interface

R5(config)#access-list 10 permit any
R5(config)#ip nat inside source list 10 int
ethernet1/0
R5(config)#int eth1/0
R5(config-if)#ip nat outside
R5(config-if)#int ser1/1
R5(config-if)#ip nat inside

Assuming that R5 is in area0
On R5, add a loopback with a similar network
35.50.35.52
Add this network to OSPF in area 1
Add an area range for 35.50.0.0/16 to OSPF

On R5 add a static route for the 3550 loopback
network.

Because of the area range, all other routers will
receive a 35.50.0.0/16 route. When the ping traffic
reaches R5, it has a more specific route out the
ethernet.

Cat will NOT need ANY routes, as any incoming traffic
will be coming from R5's address via NAT.

Marvin Greenlee
Network Learning, Inc.
marvin@ccbootcamp.com

        
                
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - 100MB free storage!
http://promotions.yahoo.com/new_mail



This archive was generated by hypermail 2.1.4 : Sat Jul 03 2004 - 19:40:47 GMT-3