BGP and BGP4+ Commands

The following example disables auto-summary in Router Configuration mode:

awplus# configure terminal

awplus(config)# router bgp 100

awplus(config-router)# no auto-summary

The following example enables auto-summary in Address Family IPv4 mode:

awplus# configure terminal

awplus(config)# router bgp 100

awplus(config-router)# address-family ipv4

awplus(config-router-af)# auto-summary

The following example disables auto-summary in Address Family IPv4 mode:

awplus# configure terminal

awplus(config)# router bgp 100

awplus(config-router)# address-family ipv4

awplus(config-router-af)# no auto-summary

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)# bgp aggregate-nexthop-check

 

Software Reference Supplement for SwitchBlade® x8112, x908, x900 and x610 Series Switches

 

C613-50032-01 REV D

AlliedWare PlusTM Operating System - Software Version 5.4.3-2.6

3.13

Page 111
Image 111
Allied Telesis VERSION 5.4.3-2.6 manual Bgp aggregate-nexthop-check BGP and BGP4+