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.

service snmp notification

Enables all protocol-specific SNMP traps for the BFD, BGP, or OSPF protocol.

set service snmp notification [ bfd | bgp | ospf ] all
delete service snmp notification [ bfd | bgp | ospf ] all
show service snmp

All protocol-specific SNMP traps are disabled by default on the system.

bfd
Specifies the BFD protocol.
bgp
Specifies the BGP protocol.
ospf
Specifies the OSPF protocol.

Configuration mode.

service {
       snmp {
           notification {
             { [ bfd | bgp | ospf ]
                                all
                        }
                        
                }
        }
}

Use this command to enable protocol-specific SNMP traps.

Use the set form of this command to enable all protocol-specific SNMP traps for the BFD, BGP, or OSPF protocol.

Use the delete form of this command to delete all protocol-specific SNMP traps for the BFD, BGP, or OSPF protocol.

Use the show form of this command to display all protocol-specific SNMP traps for the BFD, BGP, or OSPF protocol.