NETGEAR M6100 Series Reference Manual page 843

Hide thumbs Also See for M6100 Series:
Table of Contents

Advertisement

address-family
To configure policy parameters within a peer template to be applied to a specific address
family, use the address-family command in Peer Template Configuration mode. This
command enters an Address Family Configuration mode within the peer template. Policy
commands configured within this mode apply to the address family. The following commands
can be added to a peer template in Address Family Configuration mode:
activate
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 [all replace-as]
route-map map-name {in | out}
route-reflector-client
send-community
Format
address-family {ipv4 | ipv6}
Mode
Peer Template Config
Parameter
Description
ipv4
Configure policy parameters for IPv4 routes.
ipv6
Configure policy parameters for IPv6 routes.
Command example:
In the following example, the peer template AGGR sets the keepalive timer to 3 seconds, 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.
(R1) (Config)# router bgp 65000
(R1) (Config-router)# neighbor 172.20.1.2 remote-as 65001
(R1) (Config-router)# neighbor 172.20.2.2 remote-as 65001
(R1) (Config-router)# template peer AGGR
(R1) (Config-rtr-tmplt)# timers 3 9
(R1) (Config-rtr-tmplt)# address-family ipv4
(R1) (Config-rtr-tmplt-af)# send-community
(R1) (Config-rtr-tmplt-af)# route-map RM4-IN in
(R1) (Config-rtr-tmplt-af)# route-map RM4-OUT out
(R1) (Config-rtr-tmplt-af)# exit
(R1) (Config-rtr-tmplt)# address-family ipv6
M6100 Series Switches
Border Gateway Protocol Commands
843

Advertisement

Table of Contents
loading

Table of Contents