Route In Cisco Router

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.

Reply to
Ts8060
Loading thread data ...

ip route 202.5.199.13 255.255.255.255 10.10.10.16

Reply to
Barry Margolin

Thx For reply. I will try it soon.

Reply to
Ts8060

Ts8060 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 -- ( snipped-for-privacy@greenfield.dyndns.org)

Reply to
Lawrence Houston

That was my first impression too.

Reply to
bod43

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.