beautypg.com

Adding ipv6 mbgp neighbors – Brocade BigIron RX Series Configuration Guide User Manual

Page 1357

background image

BigIron RX Series Configuration Guide

1279

53-1002484-04

Configuring IPv6 MBGP

47

Once MBGP is enabled, MBGP parameters are configured under the IPv6 multicast address family.
Enter the following command to enter the IPv6 multicast address family level.

BigIron RX(config-bgp)#address-family ipv6 multicast

BigIron RX(config-bgp-ipv6m)#

Syntax: address-family ipv6 multicast l unicast

Adding IPv6 MBGP neighbors

To add an MBGP neighbor, enter a command such as the following.

BigIron RX(config-bgp-ipv6m)# neighbor 3001::1 remote-as 44

This command adds a router with IPv6 address 3001::1 as an MBGP neighbor.

The remote-as 44 parameter specifies that the neighbor is in remote BGPv6 AS 44. The device will
exchange only multicast routes with the neighbor.

NOTE

If the BigIron RX has multiple neighbors with similar attributes, you can simplify configuration by
configuring a peer group, then adding individual neighbors to it. The configuration steps are similar,
except you specify a peer group name instead of a neighbor IPv6 address when configuring the
neighbor parameters, then add individual neighbors to the peer group.

The command is the same as the command for configuring a unicast BGP neighbor, except in
MBGP, the command is entered in the IPv6 multicast address family level. Here is the full syntax
for the neighbor command.

Syntax: [no] neighbor <ipv6-addr> | <peer-group-name>

[advertisement-interval <num>]
[default-originate [route-map <map-name>]]
[description <string>]
[distribute-list in | out <num,num,...> | <acl-num> in | out]
[ebgp-multihop [<num>]]
[filter-list in | out <num,num,...> | <acl-num> in | out | weight]
[maximum-prefix <num> [<threshold>] [teardown]]
[next-hop-self]
[password [0 | 1] <string>]
[prefix-list <string> in | out]
[remote-as <as-number>]
[remove-private-as]
[route-map in | out <map-name>]
[route-reflector-client]
[send-community]
[soft-reconfiguration inbound]
[shutdown]
[timers keep-alive <num> hold-time <num>]
[update-source loopback <num>]
[weight <num>]

The <ipv6-addr> | <peer-group-name> parameter indicates whether you are configuring an
individual neighbor or a peer group. If you specify a neighbor’s IPv6 address, you are configuring
that individual neighbor. If you specify a peer group name, you are configuring a peer group.