C613-50100-01 REV C Command Reference for x930 Series 1479
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
VRF LITE COMMANDS
ADDRESS
-FAMILY
address-family
Overview This command enters the IPv4 or IPv6 Address-Family Configuration command
mode. In this mode you can configure address-family specific parameters.
When using VRF lite, you can enter IPv4 Address Family Configuration mode for a
specified VRF instance before configuring that instance.
Syntax [BGP]
address-family ipv4 [unicast]
no address-family ipv4 [unicast]
Syntax (VRF lite) address-family ipv4 [unicast|vrf <vrf-name>]
no address-family ipv4 [unicast|vrf <vrf-name>]
Syntax [BGP4+] address-family ipv6 [unicast]
no address-family ipv6 [unicast]
Mode [BGP] Router Configuration
Mode [BGP4+] Router Configuration
Usage To leave the IPv4 or IPv6 Address Family Configuration mode, and return to the
Router Configuration mode, use the exit-address-family command.
Example [BGP]
awplus# configure terminal
awplus(config)# router bgp 100
awplus(config-router)# neighbor 192.168.0.1 remote-as 100
awplus(config-router)# address-family ipv4vrf
green
awplus(config-router-af)# neighbor 192.168.0.1 activate
awplus(config-router-af)# exit-address-family
awplus(config-router)#
Parameter Description
ipv4 Configure parameters relating to the exchange of IPv4 prefixes.
ipv6 Configure parameters relating to the exchange of IPv6 prefixes.
unicast Configure parameters relating to the exchange of routes to unicast
destinations.
vrf Applies the command to the specified VRF instance.
<vrf-name> The name of the VRF instance to enter IPv4 Address-Family mode for.