Câu 2: NSE7_SOC_AR-7.6: Fortinet NSE 7 - Security Operations 7.6 Architect
You are trying to create a playbook that creates a manual task that shows a list of public IPv6 addresses. You were successful in extracting all IP addresses om a previous action into a variable called ip_list, which has a mix of private and public IPv4 and IPv6 addresses. Now, you must filter the results to display o…
Nội dung câu hỏi
You are trying to create a playbook that creates a manual task that shows a list of public IPv6 addresses. You were successful in extracting all IP addresses om a previous action into a variable called ip_list, which has a mix of private and public IPv4 and IPv6 addresses. Now, you must filter the results to display only public IPv6 addresses. Which two Jinja expressions can accomplish this task? (Choose two.)
Các lựa chọn
Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.
- A. {{ vars.ip_list | ipaddr(!private) | ipv6 }}
- B. {{ vars.ip_list | ipv6 | ipaddr(‘public’) }} — đáp án hiện tại
- C. {{ vars.ip_list | ipv6addr(‘public’) }}
- D. {{ vars.ip_list | ipaddr(‘public’) | ipv6 }} — đáp án hiện tại
Cộng đồng
0 bình luận công khai. Tên thành viên được ẩn một phần.