1256 CHAPTER 82: IPV6 BGP CONFIGURATION COMMANDS system-view[Sysname] bgp 100[Sysname-bgp] ipv6-family[Sysname-bgp-af-ipv6] peer 1:2::3:4 preferred-value 50peer public-as-only (IPv6 address family view)Syntax peer { ipv6-group-name | ipv6-address } public-as-onlyundo peer { ipv6-group-name | ipv6-address } public-as-onlyView IPv6 address family viewParameters ipv6-group-name: Name of a peer group, a string of 1 to 47 characters.ipv6-address: IPv6 address of a peer.Description Use the peer public-as-only command to configure IPv6 BGP updates to apeer/peer group to not carry private AS numbers.Use the undo peer public-as-only command to allow IPv6 BGP updates to apeer/peer group to carry private AS numbers.By default, BGP updates carry the private AS number.The command does not take effect if the BGP update has both the public ASnumber and private AS number. The range of private AS number is from 64512 to65535.Examples # Carry no private AS number in BGP updates sent to the peer 1:2::3:4. system-view[Sysname] bgp 100[Sysname-bgp] ipv6-family[Sysname-bgp-af-ipv6] peer 1:2::3:4 public-as-onlypeer reflect-client (IPv6 address family view)Syntax peer { group-name | ipv4-address | ipv6-address } reflect-clientundo peer { group-name | ipv4-address | ipv6-address } reflect-clientView IPv6 address family viewParameters group-name: Name of an IPv4 or IPv6 peer group, a string of 1 to 47 characters.ipv4-address: IPv4 address of a peer.ipv6-address: IPv6 address of a peer.