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.

security firewall config-trap <state>

Enables the generation of Simple Network Message Protocol (SNMP) traps regarding firewall configuration changes.

set security firewall config-trap { disable | enable }
delete security firewall config-trap [ disable | enable ]
show security firewall config-trap

Disabled.

disable
Disables the generation of SNMP traps regarding a firewall configuration change.
enable
Enables the generation of SNMP traps regarding a firewall configuration change.

Configuration mode


security {
    firewall {
        config-trap 
            disable
            enable
    }
}

A device uses SNMP traps to notify, without solicitation, the manager of the device about significant events, such as firewall configuration changes.

Use the set form of this command to enable the generation of SNMP traps when a firewall configuration change is made.

Use the delete form of this command to restore the default behavior.

Use the show form of this command to display the state regarding the generation of SNMP traps on firewall configuration changes.