BGP Commands
©2008 Allied Telesis Inc. All rights reserved.
31.4
AlliedWare Plus
TM
Operating System Software Reference C613-50003-00 REV E
Software Version 5.2.1
Introduction
This chapter provides an alphabetical reference for each of the BGP commands.
address-family
This command enters the IPv4 or VPNv4 address-family command mode. In this mode you can
configure address-family specific parameters.
Use the
exit-address-family
command to leave the address family mode and return to the
Configure mode.
Syntax
address-family ipv4 [multicast|unicast]
Mode
Router mode
Examples
Related Commands
exit-address-family
Parameter
Description
ipv4
Configures sessions for IPv4 prefixes.
multicast
Specifies multicast prefixes.
unicast
Specifies unicast prefixes.
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
neighbor 192.168.0.1 interface port1.0.2
awplus(config-router)#
address-family ipv4
awplus(config-router-af)#
neighbor 192.168.0.1 activate
awplus(config-router-af)#
exit-address-family