Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Route In Cisco Router

0 views
Skip to first unread message

Ts8060

unread,
Nov 4, 2009, 9:47:54 PM11/4/09
to
I want to route 202.5.199.3 IP address to Local 10.10.10.16.

202.5.199.13 -> 10.10.10.16 Is that possible ??

How can i do this. Any one help.

Barry Margolin

unread,
Nov 4, 2009, 10:07:52 PM11/4/09
to
In article
<7585a896-1567-4244...@h14g2000pri.googlegroups.com>,
Ts8060 <ts....@gmail.com> wrote:

ip route 202.5.199.13 255.255.255.255 10.10.10.16

--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***
*** PLEASE don't copy me on replies, I'll read them in the group ***

Ts8060

unread,
Nov 4, 2009, 11:24:56 PM11/4/09
to
On Nov 4, 7:07 pm, Barry Margolin <bar...@alum.mit.edu> wrote:
> In article
> <7585a896-1567-4244-b5dc-284a84646...@h14g2000pri.googlegroups.com>,

>
>  Ts8060 <ts.8...@gmail.com> wrote:
> > I want to route 202.5.199.3 IP address to Local 10.10.10.16.
>
> > 202.5.199.13 -> 10.10.10.16 Is that possible ??
>
> > How can i do this. Any one help.
>
> ip route 202.5.199.13 255.255.255.255 10.10.10.16
>
> --
> Barry Margolin, bar...@alum.mit.edu
> Arlington, MA
> *** PLEASE post questions in newsgroups, not directly to me ***
> *** PLEASE don't copy me on replies, I'll read them in the group ***

Thx For reply.
I will try it soon.

Lawrence Houston

unread,
Nov 4, 2009, 11:37:52 PM11/4/09
to
Ts8060 <ts....@gmail.com> wrote:
: I want to route 202.5.199.3 IP address to Local 10.10.10.16.

: 202.5.199.13 -> 10.10.10.16 Is that possible ??

Might you be asking about Static NAT???

ip nat inside source static 10.10.10.16 202.5.199.13

Requiring additional statements "ip nat inside" and "ip nat outside"
of the appropriate Interfaces...

Lawrence Houston -- (hou...@greenfield.dyndns.org)

bod43

unread,
Nov 6, 2009, 7:45:17 PM11/6/09
to
On 5 Nov, 04:37, Lawrence Houston <hous...@greenfield.dyndns.org>
wrote:

> Ts8060 <ts.8...@gmail.com> wrote:
>
> : I want to route 202.5.199.3 IP address to Local 10.10.10.16.
>
> : 202.5.199.13 -> 10.10.10.16 Is that possible ??
>
> Might you be asking about Static NAT???


That was my first impression too.

0 new messages