399
Syntax
summary automatic
undo summary automatic
Default
Automatic route summarization is not performed for redistributed IGP subnet routes.
Views
BGP IPv4 unicast address family view, BGP-VPN IPv4 unicast address family view
Predefined user roles
network-admin
Usage guidelines
After the
summary automatic
command is configured, BGP summarizes IGP subnets redistributed by the
import-route
command.
Automatic summary routes can be manually summarized, but cannot be added to the IP routing table.
Examples
# In BGP IPv4 unicast address family view, configure automatic route summarization for redistributed IGP
subnet routes.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] address-family ipv4 unicast
[Sysname-bgp-ipv4] summary automatic
# In BGP-VPN IPv4 unicast address family view, configure automatic route summarization for
redistributed IGP subnet routes.
<Sysname> system-view
[Sysname] bgp 100
[Sysname-bgp] ip vpn-instance vpn1
[Sysname-bgp-vpn1] address-family ipv4 unicast
[Sysname-bgp-ipv4-vpn1] summary automatic
Related commands
•
aggregate
•
import-route
timer
Use
timer
to configure a BGP keepalive interval and holdtime.
Use
undo timer
to restore the default.
Syntax
timer
keepalive
keepalive
hold
holdtime
undo timer
Default
The BGP keepalive interval and the holdtime are 60 seconds and 180 seconds.