
C613-50186-01 Rev B
Command Reference for AR2050V
608
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
PPP
IPCP
IP
-
OVERRIDE
ppp ipcp ip-override
Overview
Use this command to override the IP address negotiated via IPCP with peer and use
the statically configured address on a given PPP interface.
Use the
no
variant of this command to use any address negotiated with the peer
via IPCP on a given PPP interface.
Syntax
ppp ipcp ip-override
no ppp ipcp ip-override
Default
By default the address is negotiated with the peer via IPCP.
Mode
Interface Configuration
Examples
To override the IP address negotiated with the peer via IPCP and use statically
configured address on interface ppp0, use the commands below:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
ip address 192.168.1.100/24
awplus(config-if)#
ppp ipcp ip-override
Related
Commands