Optional configuration tasks, Advertising routes from the local as to mbgp, Configuring a network prefix to advertise – Brocade BigIron RX Series Configuration Guide User Manual

Page 1358

Advertising
background image

1280

BigIron RX Series Configuration Guide

53-1002484-04

Configuring IPv6 MBGP

47

The remote-as <as-number> parameter specifies the AS the MBGP neighbor is in. The
<as-number> can be a number from 1 – 65535. There is no default.

Optional configuration tasks

The following sections describe how to perform some optional BGPv6 configuration tasks.

NOTE

This section shows some of the more common optional tasks, including all the tasks that require
you to specify that they are for MBGP. Most tasks are configured only for BGP4 but apply both to
BGP4 and MBGP. For information on these other tasks, refer to

Chapter 27, “Configuring BGP4 (IPv4

and IPv6)”

.

Advertising routes from the local AS to MBGP

You can configure the device to advertise directly-connected and static multicast routes from the
local AS to other ASs using the following methods:

For directly-connected routes:

Enable redistribution of directly-connected multicast routes.

For indirectly-connected routes:

Configure static IPv6 multicast routes. The corresponding IPv6 route must be present in
the IPv6 multicast table.

Explicitly configure network prefixes to advertise (network command).

NOTE

You can configure the device to advertise directly-connected networks into MBGP using the network
command. You are not required to use redistribution or configure static multicast routes.

Configuring a network prefix to advertise

By default, the BigIron RX advertises MBGP routes only for the networks you identify using the
network command or that are redistributed into MBGP from IPv6 multicast route tables.

NOTE

The exact route must exist in the IPv6 multicast route table so that the device can create a local
MBGP route.

To configure the device to advertise network 207.95.22.0/24 as a multicast route, enter the
following command.

BigIron RX(config-bgp-ipv6m)# network 2001:200:12D:1300:240:D0FF:FE48:4000:1/64

Syntax: network <ipv6-addr> <ipv6-mask> [route-map <map-name>] [backdoor] [weight <num>]

The <ipv6-addr> is the network number and the <ipv6-mask> specifies the network mask.

The route-map <map-name> parameter specifies the name of the route map you want to use to set
or change BGP4 attributes for the network you are advertising. The route map must already be
configured.

Advertising