
C613-50186-01 Rev B
Command Reference for AR2050V
596
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
PPP C
OMMANDS
PEER
NEIGHBOR
-
ROUTE
peer neighbor-route
Overview
Use this command in Interface Configuration mode for a PPP interface to re-enable
the creation of peer neighbor routes after the default behavior has been disabled.
Use the
no
form of this command in Interface Configuration mode for a PPP
interface to disable the default behavior of creating a neighbor route for the peer.
Syntax
peer neighbor-route
no peer neighbor-route
Default
A 32-bit host route (with a /32 mask) is created to the peer address on a PPP
interface after PPP IPCP negotiation finishes.
Usage
Use the
no
form of this command if the default behavior creates issues within your
network. Use the
command to validate the route behavior after
issuing this command.
Mode
Interface Configuration for a PPP interface
Examples
To re-enable the default behavior for the PPP interface
ppp1
, where a 32-bit host
route (with a /32 mask) is created to the peer address on a PPP interface after PPP
IPCP negotiation finishes, enter the commands:
awplus#
configure terminal
awplus(config)#
interface ppp1
awplus(config-if)#
peer neighbor-route
To disable the default behavior for the PPP interface
ppp0
, to prevent a 32-bit host
route being added to the IP router table, enter the commands:
awplus#
configure terminal
awplus(config)#
interface ppp0
awplus(config-if)#
no peer neighbor-route
Related
Commands
Output
Figure 19-5:
Example validation output from the
show interface
and
show ip
route
commands issued before and after the
no peer
neighbor-route
command (see IPv4 address in
show interface
output and see connected routes
show ip route
output):