home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

protocols bgp <asn> parameters no-rtm

Enables the installing of BGP routes into the main routing table.

set protocols bgp asn parameters no-rtm
delete protocols bgp asn parameters no-rtm
show protocols bgp asn parameters

Disabled.

asn
The number of the AS in which this router resides. The numbers range from 1 through 4294967294. The subrange, 64512 through 65534, is reserved for private autonomous systems.

Configuration mode


protocols {
    bgp asn {
        parameters {
            no-rtm
        }
    }
}

This command enables better support of iBGP route reflector for iBGP scaling. When configured, learned eBGP and iBGP routes are advertised to the peers but not installed into the main routing table. As a result, these routes cannot be forwarded by this router. The no-rtm command should be configured first before BGP peering. The no-rtm command takes effect immediately once configured.

Previous routes should already be installed to the main routing table prior to issuing this command. Therefore, configure, commit, and save the no-rtm command, then reboot the system to ensure a consistent state with BGP route installations.

Use the set form of this command to enable the installing of BGP routes into the main routing table.

Use the delete form of this command to disable the installing of BGP routes into the main routing table.

Use the show form of this command to view global BGP configuration settings.