R2511-HP MSR Router Series IP Multicast Command Reference(V5)

449
Default command level
2: System level
Parameters
ipv6-group-name: Specifies an IPv6 MBGP peer group by its name, a string of 1 to 47 characters.
ipv6-address: Specifies an IPv6 MBGP peer by its IPv6 address.
acl6-number: Specifies an IPv6 ACL in the range of 2000 to 3999.
import: Specifies the inbound direction.
export: Specifies the outbound direction.
Examples
# Apply IPv6 ACL 2000 to filter routes advertised to the IPv6 MBGP peer 1:2::3:4.
<Sysname> system-view
[Sysname] acl ipv6 number 2000
[Sysname-acl6-basic-2000] rule permit source 2001:1:: 64
[Sysname-acl6-basic-2000] quit
[Sysname] bgp 100
[Sysname-bgp] ipv6-family
[Sysname-bgp-af-ipv6] peer 1:2::3:4 as-number 100
[Sysname-bgp-af-ipv6] quit
[Sysname-bgp] ipv6-family multicast
[Sysname-bgp-af-ipv6-mul] peer 1:2::3:4 enable
[Sysname-bgp-af-ipv6-mul] peer 1:2::3:4 filter-policy 2000 export
peer group (IPv6 MBGP address family view)
Use peer group to add an IPv6 MBGP peer to an IPv6 MBGP peer group.
Use undo peer group to delete an IPv6 MBGP peer from an IPv6 MBGP peer group.
Syntax
peer ipv6-address group ipv6-group-name
undo peer ipv6-address group ipv6-group-name
Default
No IPv6 MBGP peer is added into any IPv6 MBGP peer group.
Views
IPv6 MBGP address family view
Default command level
2: System level
Parameters
ipv6-address: Specifies an IPv6 MBGP peer by its IPv6 address.
ipv6-group-name: Specifies an IPv6 MBGP peer group by its name, a string of 1 to 47 characters.
Examples
# Create an IPv6 MBGP peer group named test and add the IPv6 MBGP peer 1:2::3:4 to the peer group.