Users Guide

Table Of Contents
2. Use one of the following commands to enter the respective ADDRESS-FAMILY mode from ROUTER-BGP mode:
IPv4:
address-family ipv4 unicast
IPv6:
address-family ipv6 unicast
3. Change the administrative distance for BGP from the respective ADDRESS-FAMILY mode.
IPv4:
distance bgp 21 200 200
IPv6:
distance bgp 21 201 250
The following example provides the configuration for nondefault VRF:
OS10# configure terminal OS10(config)# router bgp 100
OS10(config-router-bgp-100)# vrf blue
OS10(config-router-bgp-100-vrf)# address-family ipv4 unicast
OS10(configure-router-bgpv4-vrf-af)# distance bgp 21 200 200
OS10(config-router-bgp-100-vrf)# address-family ipv6 unicast
OS10(configure-router-bgpv6-vrf-af)# distance bgp 21 201 250
Peer templates
To configure multiple BGP neighbors at one time, create and populate a BGP peer template. An advantage of configuring peer
templates is that members of a peer template inherit the configuration properties of the template and share the update policy.
Always create a peer template and assign a name to it before adding members to the peer template. Create a peer template
before configuring any route policies for the template.
1. Enable BGP, and assign the AS number to the local BGP speaker in CONFIGURATION mode, from 1 to 65535 for 2 bytes, 1
to 4294967295 | 0.1 to 65535.65535 for 4 bytes, or 0.1 to 65535.65535, in dotted format.
router bgp as-number
2. Create a peer template by assigning a neighborhood name to it in ROUTER-BGP mode.
template template-name
3. (Optional) Add a text description for the template in ROUTER-TEMPLATE mode.
description text
4. Enter Address Family mode in ROUTER-NEIGHBOR mode.
address-family {[ipv4 | ipv6] [unicast]}
5. Filter networks in routing updates, create a route-map, and assign a filtering criteria in ROUTER-BGP-NEIGHBOR-AF mode.
distribute-list prefix-list-name {in | out}
route-map map-name {in | out}
6. Add a neighbor as a remote AS in ROUTER-TEMPLATE mode, from 1 to 65535 for 2 bytes, 1 to 4294967295 | 0.1 to
65535.65535 for 4 byte, or 0.1 to 65535.65535, in dotted format.
neighbor ip-address
806
Layer 3