Administrator Guide

Layer 3 Routing Commands 1243
advertisement-interval seconds
default-originate
filter-list as-path-list-number {in | out}
maximum-prefix { maximum | unlimited } [threshold]
next-hop-self
prefix-list prefix-list-name { in | out }
remove-private-as
route-reflector-client
route-map map-name { in | out }
send-community
The activate command is only available in address-family ipv6 mode.
If an IPv6 peer inherits a template that specifies address family ipv4
parameters, those parameters are ignored.
Command History
Introduced in version 6.2.0.1 firmware.
Example
In this example, the peer template AGGR sets the keepalive timer to 3
seconds and the hold timer to 9 seconds, allows communities to be sent for
both IPv4 and IPv6 routes, and configures different inbound and outbound
route maps for IPv4 and IPv6. Two neighbors, 172.20.1.2 and 172.20.2.2,
inherit these parameters from the template.
console(config)# router bgp 65000
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