
C613-50186-01 Rev B
Command Reference for AR2050V
587
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
IP
UNNUMBERED
ip unnumbered
Overview
Use this command to borrow an IP address from the specified interface, on an
unnumbered ppp interface.
Use the
no
variant of this command to remove the borrowed IP address.
Syntax
ip unnumbered <
interface
_name>
no ip unnumbered
Default
IP unnumbered is disabled by default.
Mode
Interface Configuration for a PPP interface
Usage
An unnumbered PPP interface can process IP packets without explicitly assigning
an IP address. This is achieved by borrowing the primary IP address from the
specified interface. Valid interface types from which the IP address can be
borrowed from are: VLAN, ethernet, loopback and bridge.
Examples
To borrow an IP address on unnumbered PPP from the vlan2 interface, use the
following commands:
awplus#
configure terminal
awplus(config)#
interface vlan2
awplus(config-if)#
ip address 6.6.6.6/24
awplus(config-if)#
exit
awplus(config)#
interface ppp0
awplus(config-if)#
ip unnumbered
vlan2
To remove the borrowed IP address, use the following commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no ip unnumbered
To verify borrowed address is configured on PPP interface
ppp0
, use the following
command:
awplus#
show interface ppp0
Parameter
Description
<
interface_name
>
Name of the Interface from which the IP address is to be
borrowed. Valid interface types from which the IP address
can be borrowed from are: VLAN, ethernet, loopback and
bridge.