D-Link DGS-3600 Switch User Manual


 
xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
117
DGS-3627:admin# create bgp aggregate_address 10.0.0.0/8 summary_only
Command: create bgp aggregate_address 10.0.0.0/8 summary_only
Success.
DGS-3627:admin#
delete bgp aggregate_address
Purpose This command is used to delete an aggregate entry in a Border Gateway Protocol (BGP)
database.
Syntax
delete bgp aggregate_address [<network_address>| all]
Description This command is used to delete an aggregate entry in a Border Gateway Protocol (BGP)
database.
Parameters
<network_address> - The IP aggregated network to be deleted.
all - Used to delete all IP aggregated networks.
Restrictions Only Administrator and Operator-level users can issue this command.
Example usage:
To delete an aggregate route for which the network address is 10.0.0.0/8:
DGS-3627:admin# delete bgp aggregate_address 10.0.0.0/8
Command: delete bgp aggregate_address 10.0.0.0/8
Success.
DGS-3627:admin#
show bgp aggregate_address
Purpose This command is used to show an aggregate entry in the Border Gateway Protocol (BGP)
database.
Syntax
show bgp aggregate_address {<network_address>]
Description This command displays the aggregate network address.
Parameters
<network_address> - The IP aggregated network address.
If a specific network address is not specified, all aggregated addresses will be displayed.
Restrictions None.
Example usage:
To display an aggregate route of 10.0.0.0/8:
DGS-3627:admin# show bgp aggregate_address 10.0.0.0/8
Command: show bgp aggregate_address 10.0.0.0/8
Network Address Options
------------------ ----------------------
10.0.0.0/8 summary_only, as_set
Total Aggregate Address Number: 1
DGS-3627:admin#