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

Enables BGP logs.

set protocols bgp asn log { all | events | filters | fsm | keepalive | nsm | update }
delete protocols bgp asn log { all | events | filters | fsm | keepalive | nsm | update }
show protocols bgp asn log { all | events | filters | fsm | keepalive | nsm | update }

None

asn
The number of the AS in which this router resides. The number ranges from 1 through 4294967295.
all
Enables all BGP logs.
events
Enables only BGP event logs.
filters
Enables only BGP filter logs.
fsm
Enables only BGP finite-state machine logs.
keepalive
Enables only BGP keepalive logs.
nsm
Enables only BGP network services module (NSM) logs.
update
Enables only BGP update logs.

Configuration mode


protocols {
bgp asn {
             log {
               all
               events
               filters
               fsm
               keepalive
               nsm
               update
                 	}
             	}
        }

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

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

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