HP VPN Firewall Appliances Network Management Command Reference

451
Examples
# AS 100 contains routers not compliant with RFC 3065 and comprises two sub-ASs, 64000 and
65000.
<Sysname> system-view
[Sysname] bgp 64000
[Sysname-bgp] confederation id 100
[Sysname-bgp] confederation peer-as 65000
[Sysname-bgp] confederation nonstandard
Related commands
confederation id
confederation peer-as
confederation peer-as
Use confederation peer-as to specify confederation peer sub-ASs.
Use undo confederation peer-as to remove specified confederation peer sub-ASs.
Syntax
confederation peer-as as-number-list
undo confederation peer-as [ as-number-list ]
Default
No confederation peer sub-ASs are configured.
Views
BGP view
Default command level
2: System level
Parameters
as-number-list: Specifies the sub-AS number list. Up to 32 sub-ASs can be configured in one command
line. The expression is as-number-list = as-number &<1-32>, in which as-number specifies a sub-AS
number, and &<1-32> indicates that up to 32 numbers can be specified.
Usage guidelines
Before this configuration, you must use the confederation id command to specify the confederation for the
sub-ASs.
If the undo confederation peer-as command without the as-number-list argument is used, all
confederation peer sub-ASs are removed.
Examples
# Specify confederation peer sub ASs 2000 and 2001.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] confederation id 10
[Sysname-bgp] confederation peer-as 2000 2001