cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
559
Views
0
Helpful
3
Replies

ip unnumbered and ip nat

rhltechie
Level 1
Level 1

Hi All,

I am setting up an internet T1 and have been told to use the ip unnumbered command as they do not provide /30 serial addresses. I also have to do nat behind this link. Normally I would put my ip nat inside on the ethernet int and the ip nat outside on the serial int. Do I follow those same rules with this setup as well? if not, what is the proper way to do this?

TIA,

R

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Hi

They will have top do the NAT for you then unless they have allocated you some useable public IP addresses for the Internet.

If they haven't i would speak to them as without an address there is little you can do.

HTH

Jon

No I actually do have several usable addresses. I am just wondering if I can do somethign like the following:

interface FastEthernet0/0

ip address 255.255.255.248

ip nat inside

duplex auto

speed auto

!

!

interface Serial0/0/0:1

no ip address

encapsulation frame-relay IETF

frame-relay lmi-type ansi

!

interface Serial0/0/0:1.1 point-to-point

ip unnumbered FastEthernet0/0

ip nat outside

frame-relay interface-dlci 500 IETF

!

!

ip nat inside source static

ip nat inside source static

Ro

I have had this situation at a customer site where they assign public IP from the provider on the LAN interface and ip unnumbered on the outbound serial. They do ip nat inside on the LAN interface (as you are asking) and ip nat outside on the serial subinterface. It works well for them.

HTH

Rick

HTH

Rick
Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card