Allied Telesis VERSION 5.4.3-2.6 Switch User Manual


 
BGP and BGP4+ Commands
Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches
C613-50032-01 REV D AlliedWare Plus
TM
Operating System - Software Version 5.4.3-2.6 3.13
The following example disables auto-summary in Router Configuration mode:
The following example enables auto-summary in Address Family IPv4 mode:
The following example disables auto-summary in Address Family IPv4 mode:
bgp aggregate-nexthop-check (BGP and BGP4+)
This command affects the operation of the summary-only option on the aggregate-
address command.
This command enables a mode whereby the summary-only option will only suppress the
component routes if those component routes all have the same nexthop. If the routes
have different nexthops, then they will continue to be advertised to peers even if the
summary-only option is configured. By default this is disabled.
The no variant of this command disables this function.
Syntax bgp aggregate-nexthop-check
no bgp aggregate-nexthop-check
Default
Disabled by default.
Mode Global Configuration
Example
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
no auto-summary
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
address-family ipv4
awplus(config-router-af)#
auto-summary
awplus#
configure terminal
awplus(config)#
router bgp 100
awplus(config-router)#
address-family ipv4
awplus(config-router-af)#
no auto-summary
awplus#
configure terminal
awplus(config)#
bgp aggregate-nexthop-check