Users Guide

Layer 3 Routing Commands 1245
console(config-router)# neighbor 172.20.1.2 remote-as 65001
console(config-router)# neighbor 172.20.2.2 remote-as 65001
console(config-router)# template peer AGGR
console(config-rtr-tmplt)# timers 3 9
console(config-rtr-tmplt)# address-family ipv4
console(config-rtr-tmplt-af)# send-community
console(config-rtr-tmplt-af)# route-map RM4-IN in
console(config-rtr-tmplt-af)# route-map RM4-OUT out
console(config-rtr-tmplt-af)# exit
console(config-rtr-tmplt)# address-family ipv6
console(config-rtr-tmplt-af)# send-community
console(config-rtr-tmplt-af)# route-map RM6-IN in
console(config-rtr-tmplt-af)# route-map RM6-OUT out
console(config-rtr-tmplt-af)# exit
console(config-rtr-tmplt)# exit
console(config-router)# neighbor 172.20.1.2 inherit peer AGGR
console(config-router)# neighbor 172.20.2.2 inherit peer AGGR
console(config-router)# address-family ipv6
console(config-router)# neighbor 172.20.1.2 activate
console(config-router)# neighbor 172.20.2.2 activate
address-family ipv4 vrf
Use the address-family ipv4 vrf command to enter IPv4 VRF configuration
mode for a particular VRF instance to configure the BGP VRF parameters.
Use the no form of this command to delete the IPv4 VRF configuration.
Syntax
address-family ipv4 vrf vrf-name
no address-family ipv4 vrf vrf-name
vrf-name — The VRF instance name.
Default Configuration
There is no default configuration.
Command Mode
BGP Router Configuration mode