What could cause this issue?

An NSX administrator is reviewing syslog and notices that Distributed Firewall Rules hit counts are not being logged.
What could cause this issue?
A. Syslog Is not configured on the NSX Manager
B. Distributed Firewall Rule Logging is not enabled
C. Zero Trust Security Is not enabled
D. Syslog is not configured on the ESXI transport node

microsoft-exams

6 thoughts on “What could cause this issue?

  1. I think D is correct

    Enable logging on the Host Transport Nodes (ESXi Hosts)
    In order to log Distributed Firewall Rules (DFW) you need to enable commands on the Host Transport nodes (ESXi hosts) itself. You don’t need any logging configuration on the NSX-T Manager and we tested this by removing the commands on the manager:

    nsxapp-01a> del logging-server 192.168.110.24 proto udp level info

    nsxapp-01a> get logging-servers
    nsxapp-01a>

    And we have added the following configuration into the Host Transport nodes:

    [root@esxcomp-02a:~] esxcli network firewall ruleset set -r syslog -e true
    [root@esxcomp-02a:~] esxcli system syslog config set –loghost=udp://192.168.110.24:514
    [root@esxcomp-02a:~] esxcli system syslog reload
    [root@esxcomp-02a:~] esxcli system syslog mark -s “This is a test message”

    [root@esxcomp-02a:~] esxcli system syslog config get
    Default Network Retry Timeout: 180
    Dropped Log File Rotation Size: 100
    Dropped Log File Rotations: 10
    Enforce SSLCertificates: false
    Local Log Output: /scratch/log
    Local Log Output Is Configured: false
    Local Log Output Is Persistent: true
    Local Logging Default Rotation Size: 1024
    Local Logging Default Rotations: 8
    Log To Unique Subdirectory: false
    Message Queue Drop Mark: 90
    Remote Host: udp://192.168.110.24:514

    We have enabled the DFW firewall and configured a rule with a tag + logging enabled for testing purposes.

    Logging-nsxt-210620019-08.png

    3
    1
    1. the question is “..nsx administrator is REVIEWING syslog..”, it means syslog has been configured.
      imho, B is the correct answer.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.