Hi,

Here you go...

To conserve IP addresses, configure the asynchronous interfaces as
unnumbered, and assign the IP address of the loopback interface or an
ethernet interface to them.


!
interface ethernet 0
  ip address 192.0.0.5 255.255.255.0
!
interface serial 0
  ip unnumbered ethernet 0
  encapsulation ppp
!


Here the serial interface uses the IP address of the ethernet interface
so it saves ip addresses (it also saves routing updates)

Regards

Robert



jeongwoo park wrote:
> 
> Hi fellows
> could anybody explain to me what "ip unnumbered" command is, and how it is
> used?
> thanks in advance.
> 
> ........................................................
> iWon.com       http://www.iwon.com     why wouldn't you?
> ........................................................
> 
> ___________________________________
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

-- 
------------------------------------------------------------------------------ 
 Robert LAKE MSc - Customer Support Engineer      |           |
 E-Mail: [EMAIL PROTECTED]                          |           |
 Phone : +32 2 704 5434                          |||         |||
 Fax   : +32 2 704 5804                         |||||       |||||
 Parc Pegasus                               ..:|||||||:...:|||||||:..
 De Kleetlaan, 6                            C i s c o   S y s t e m s
 B-1831 - Diegem - Belgium                     Euro TAC - Brussels 
------------------------------------------------------------------------------
Cisco Systems - Empowering the Internet Generation
------------------------------------------------------------------------------

___________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to