Which command can be used to view the allowed and blocked IP list of a network policy?
Which command can be used to view the allowed and blocked IP list of a network policy?
To view the allowed and blocked IP list of a network policy, the command DESCRIBE NETWORK POLICY is used. This command provides a detailed description of the network policy, including information about the allowed and blocked IP addresses.
. DESCRIBE NETWORK POLICY is correct DESC NETWORK POLICY mypolicy; -----------------+---------------+ name | value | -----------------+---------------+ ALLOWED_IP_LIST | 192.168.0.100 | BLOCKED_IP_LIST | 192.168.0.101 | -----------------+---------------+
correct
correct