From: Chris Lewis \(chrlewis\) (chrlewis@cisco.com)
Date: Fri Aug 26 2005 - 11:09:59 GMT-3
You need to understand the concept of an inside destination address
mapping to an outside source address, put simply, if a packet is
originated from router A to Router B, the address Router A uses to
source the address, becomes the destination address for router B to
reply to.
So, if you look at it this way, an outside source translation works on
the inside destination address.
Applying this to the question, say you want to NAT packets destined to
224.0.0.9 going out serial 1/0
Interface serial 1/0
Ip nat outside
!
ip nat outside source static 131.108.50.2 224.0.0.9
Then check with a debug
R1#deb ip nat det
IP NAT detailed debugging is on
R1#
*Aug 26 13:58:40.791: NAT: i: udp (131.108.50.1, 520) -> (224.0.0.9,
520) [0]
*Aug 26 13:58:40.791: NAT: s=131.108.50.1, d=224.0.0.9->131.108.50.2 [0]
And if you look at debug ip packet detail on the connected router
(131.108.50.2) you see the following:
*Aug 26 14:00:04.483: IP: s=131.108.50.1 (Serial2/0), d=131.108.50.2
(Serial2/0), len 52, rcvd 3
*Aug 26 14:00:04.483: UDP src=520, dst=520
In the heat of the exam, it could be easy to get the two addresses the
wrong way around on the ip nat command, so knowing how to check
operation with these debugs is the most important thing IMHO.
Chris
-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
dusth@comcast.net
Sent: Friday, August 26, 2005 8:03 AM
To: ccielab@groupstudy.com
Subject: RIP Unicast Update
Hi all,
I know there are multiple ways to configure RIP unicast update but I
only clear and know how to configure via <passive interface and
neighbor> command. I know the other method is NAT but I do not know how
to configure it. Could someone has experience and shed some
configuration example to me please?
Thank,
Dustin
This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:01:20 GMT-3