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 log update

Enables BGP update logs.

set protocols bgp asn log { all | in | out }
delete protocols bgp asn log { all | in | out }
show protocols bgp asn log { all | in | out }

None

asn
The number of the AS in which this router resides. The number ranges from 1 through 4294967295.
all
Enables all BGP logs.
in
Enables BGP update-in logs.
out
Enables BGP update-out logs.

Configuration mode


protocols {
   bgp asn {
 log update {
           all
           in
           out
             }
           }
         }

Use the set form of this command to enable BGP update logs.

Use the delete form of this command to remove BGP update logs.

Use the show form of this command to view BGP update logs.