
C613-50186-01 Rev B
Command Reference for AR2050V
1174
AlliedWare Plus™ Operating System - Version 5.4.7-1.x
BGP
AND
BGP4+ C
OMMANDS
EXIT
-
ADDRESS
-
FAMILY
exit-address-family
Overview
Use this command to exit either the IPv4 or the IPv6 Address Family Configuration
mode.
Syntax
exit-address-family
Mode [BGP]
IPv4 Address Family Configuration
Mode [BGP4+]
IPv6 Address Family Configuration
Examples [BGP]
To enter and then exit IPv4 Address Family Configuration mode, use the
commands:
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
address-family ipv4
awplus(config-router-af)#
exit-address-family
awplus(config-router)#
Example
(VRF-lite)
To enter and then exit IPv4 Address Family Configuration mode for VRF instance
red, use the commands:
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
address-family ipv4 vrf red
awplus(config-router-af)#
exit-address-family
awplus(config-router)#
Example [BGP4+]
To enter and then exit IPv6 Address Family Configuration mode, use the
commands:
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
address-family ipv6
awplus(config-router-af)#
exit-address-family
awplus(config-router)#
Related
Commands
Command
changes
Version 5.4.6-2.1: VRF-lite support added.