
C613-50186-01 Rev B
Command Reference for AR2050V
1131
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
BGP
DEFAULT
IPV
4-
UNICAST
bgp default ipv4-unicast
Overview
This command configures BGP defaults and activates IPv4-unicast for a peer by
default. This affects BGP global configuration. By default, BGP exchanges IPv4
prefixes with a peer.
The
no
variant of this command disables this function. The BGP routing process
will no longer exchange IPv4 addressing information with BGP neighbor routers.
Note that disabling the exchange of IPv4 prefixes will also enable an IPv6 only
BGP4+ network.
Syntax
bgp default ipv4-unicast
no bgp default ipv4-unicast
Default
This is enabled by default.
Mode
Router Configuration
Usage
Use the negated form of this command to enable an IPv6 only BGP4+ network.
Examples
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
bgp default ipv4-unicast
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
no bgp default ipv4-unicast