Courseiva

CCNA Junos OS Security Objects Questions

75 of 88 questions · Page 1/2 · Junos OS Security Objects · Answers revealed

1
MCQeasy

Which type of Junos OS address book entry is available to all security zones on the device without needing to be redefined?

A.Zone-specific address book
B.Global address book
C.Functional address book
D.Interface address book
AnswerB

Global address books provide definitions available across all security zones.

Why this answer

A global address book entry is accessible by security policies across all zones on the SRX device.

2
MCQeasy

Which statement correctly identifies the purpose of Junos OS functional zones?

A.Functional zones replace security policies for inter-VLAN routing.
B.Functional zones are created by administrators to group high-priority servers.
C.Functional zones are built-in system zones used to handle specific traffic types like management or host-bound traffic.
D.Functional zones allow unauthenticated guest access without security policies.
AnswerC

Functional zones include junos-host and junos-mgmt for internal device traffic.

Why this answer

Functional zones are pre-defined system zones that handle specialized traffic such as management or device-originated traffic.

3
MCQeasy

Which statement is true regarding the default security zone behavior in Junos OS?

A.Traffic between different security zones is permitted by default.
B.Traffic destined for the routing engine is blocked unless security policies permit it.
C.Traffic between different security zones is blocked by default.
D.Traffic between interfaces in the same security zone is blocked by default.
AnswerC

Explicit security policies are required to allow transit traffic between zones.

Why this answer

By default, traffic between two different security zones is denied unless explicitly permitted by a security policy.

4
MCQhard

An administrator configures a security zone and applies a SCREEN profile. Under load, legitimate traffic starts getting dropped due to SCREEN option thresholds being exceeded. Which CLI command should the administrator use to view real-time statistics and counters for triggered SCREEN attacks?

A.show security flow drop
B.show security screen statistics
C.show security zones statistics
D.show system screen violations
AnswerB

This command shows operational counters for screen option triggers.

Why this answer

The 'show security screen statistics' command displays hit counts and drop counters for active screen options.

5
MCQeasy

Which command allows you to view the configured security zones and their assigned interfaces in Junos OS?

A.show security zones
B.show security policies zones
C.show configuration security zones
D.show interfaces security
AnswerA

This command lists all zones and bound interfaces.

Why this answer

The 'show security zones' operational command displays all security zones and their associated interfaces.

6
Multi-Selecteasy

Which TWO statements are correct regarding Junos OS security zones? (Choose two)

Select 2 answers
A.Security zones are logical groupings of interfaces that share security policies.
B.Functional zones require manual IP address assignment before they can function.
C.Transit traffic passing between two different security zones requires an explicit security policy.
D.Security zones are optional when configuring basic IP routing and firewall filters.
E.A physical interface can belong to multiple security zones simultaneously.
AnswersA, C

Zones group interfaces sharing trust boundaries and policies.

Why this answer

Security zones group interfaces and enforce security policies. Every transit interface must belong to a zone.

7
MCQhard

An administrator configures a security zone and enables the 'udp-flood' SCREEN option with a specified threshold. How does Junos measure UDP flood attacks for this option?

A.By measuring the rate of incoming UDP packets per second destined for the zone.
B.By inspecting UDP payloads for malformed signatures.
C.By counting the total number of active UDP sessions from all sources combined.
D.By tracking the duration of UDP flows and flagging long-lived streams.
AnswerA

UDP flood detection evaluates packet arrival rates against configured thresholds.

Why this answer

The UDP flood SCREEN option monitors the rate of incoming UDP packets per second destined for the zone and triggers when the rate exceeds the configured threshold.

8
MCQmedium

You need to inspect traffic matching a proprietary application that uses dynamic TCP ports. You have written a custom application. What additional Junos security feature can be combined with custom applications to inspect deep packet content for non-standard ports?

A.Global address sets
B.Application Identification (AppID) / Custom signatures
C.Host-inbound traffic protocols
D.Screen options profile
AnswerB

AppID and custom signatures inspect traffic payload regardless of static port assignments.

Why this answer

Custom applications combined with Junos AppSecure (such as AppID) or custom ALG mappings allow deeper inspection, though basic custom apps define port/protocols. For dynamic ports, AppID signatures are used.

9
Multi-Selecteasy

Which TWO statements are true regarding Junos OS security policies and address books? (Choose two)

Select 2 answers
A.Address books are configured under the [edit firewall] hierarchy.
B.Address books are mandatory for all Junos routing operations.
C.Security policies cannot reference global address books, only zone-specific address books.
D.Security policies reference address book objects to specify traffic match criteria.
E.Address books simplify policy management by allowing administrators to group IP addresses into named objects.
AnswersD, E

Policies use address book entries for source and destination matching.

Why this answer

Security policies use address book objects to define match criteria for source and destination traffic.

10
MCQmedium

You are configuring an SRX Series device and want to ensure that all traffic entering the untrusted zone is checked for LAND attacks. Which configuration steps are required?

A.Enable LAND protection globally under [edit security flow] and attach it to the interface.
B.Define a firewall filter checking for identical source and destination IPs and apply it as an input filter on the interface.
C.Enable the LAND Application Layer Gateway under [edit security alg].
D.Create a screen profile containing the 'land' option and apply that profile to the untrusted security zone.
AnswerD

Screen profiles are created under [edit security screen] and applied under security zones.

Why this answer

To enable LAND attack protection, you must create a screen profile with 'land' enabled and apply that profile to the untrusted security zone.

11
MCQmedium

You want to apply a SCREEN option to protect against ICMP ping floods across all interfaces in a specific security zone. How should you structure this in the CLI?

A.Set [edit security zones security-zone trust screen icmp-flood threshold 1000] directly.
B.Enable ICMP inspection inside the junos-icmp application definition.
C.Create a screen profile with ICMP flood parameters and apply that profile under the security zone configuration.
D.Apply ICMP flood options directly under the [edit security policies] hierarchy.
AnswerC

Profiles are defined globally under screen and referenced under zones.

Why this answer

ICMP flood protection is configured inside a screen profile under [edit security screen], and that profile is then applied to the security zone.

12
Multi-Selecthard

Which TWO statements are true regarding Junos OS global address books versus zone-specific address books? (Choose two)

Select 2 answers
A.Zone-specific address books cannot contain address sets.
B.Zone-specific address books are mandatory; global address books are optional.
C.Zone-specific address books take precedence over global address books for traffic originating from that zone.
D.Global address books can be referenced by security policies across all security zones.
E.Global address books override zone-specific address books in all scenarios.
AnswersC, D

Local zone address books override global address books when evaluated from that zone context.

Why this answer

Global address books apply across all zones, while zone-specific books apply primarily to their owning zone.

13
MCQmedium

You need to modify the default session timeout for a specific custom application in Junos OS. Where is application timeout configured?

A.[edit security policies timeout application]
B.[edit applications application <app-name> inactivity-timeout <seconds>]
C.[edit security zones security-zone timeout application]
D.[edit security flow timeout application <app-name>]
AnswerB

Custom application timeout values are configured directly within the application definition stanza.

Why this answer

Application timeouts can be configured under the applications hierarchy or custom application definition by specifying inactivity timeout values.

14
MCQeasy

Which statement is true regarding Junos OS security zone interfaces?

A.An interface can be assigned to multiple security zones simultaneously.
B.An interface must be assigned to a security zone before it can pass transit traffic.
C.Loopback interfaces must be assigned to security zones to function.
D.Management interfaces (fxp0) must be assigned to security zones for CLI access.
AnswerB

Transit traffic requires interfaces to be bound to security zones and governed by security policies.

Why this answer

An interface can belong to one security zone at a time.

15
MCQhard

An enterprise network uses multiple virtual routers. Can security zones span across different virtual routers on the same SRX Series device?

A.No, security zones are tied to interfaces, and interfaces belong to a single routing instance.
B.Yes, provided the virtual routers are interconnected by internal tunnels.
C.No, unless logical systems (Logical Systems) are configured on the SRX device.
D.Yes, by defining the security zone at the global routing instance level.
AnswerA

Each virtual router maintains its own routing and security zone namespace context.

Why this answer

Security zones are bound to interfaces, and interfaces belong to specific routing instances (virtual routers). Therefore, a single security zone cannot span across multiple virtual routers.

16
MCQhard

An administrator configures an address book containing an IPv6 address prefix. How does Junos OS handle IPv6 addresses in security policies compared to IPv4?

A.IPv6 addresses must be placed in a separate IPv6-only address book stanza.
B.IPv6 address filtering requires AppSecure licenses because standard SRX flow only supports IPv4 addresses.
C.IPv6 addresses do not support address sets; they must be referenced individually in policies.
D.IPv6 addresses are supported within address books and can be used in security policies enforcing family inet6.
AnswerD

IPv6 addresses are fully supported inside standard address books for security policies.

Why this answer

Junos security policies evaluate IPv6 addresses in address books similarly to IPv4, matching them against family inet6 traffic flows.

17
MCQeasy

Which functional zone in Junos OS is automatically used for traffic that is generated by the SRX device itself, such as routing protocol updates or syslog messages?

A.junos-global
B.junos-mgmt
C.junos-host
D.junos-internal
AnswerC

The junos-host functional zone represents the local routing engine of the SRX device.

Why this answer

The Junos 'junos-host' functional zone handles traffic destined for or originated by the routing engine.

18
MCQeasy

Which Junos command displays the operational status of all SCREEN options and their associated counters across security zones?

A.show security screen statistics
B.show firewall screen-counters
C.show security zones screen-status
D.show system screen attack-log
AnswerA

This command provides the counters and status for configured screen profiles.

Why this answer

The 'show security screen statistics' command shows hit and drop counters for SCREEN options.

19
MCQeasy

Which command displays the configured functional zones in Junos OS?

A.show configuration functional-zones
B.show security zones functional-zone
C.show security alg functional-zone
D.show system functional-zones
AnswerB

This command lists all built-in functional zones.

Why this answer

The 'show security zones functional-zone' command displays the status and configuration of functional zones.

20
MCQeasy

Which Junos OS feature is responsible for translating port numbers for protocols like FTP during transit across security zones?

A.Application Layer Gateway (ALG)
B.Host-inbound traffic
C.SCREEN options
D.NAT (Network Address Translation)
AnswerA

ALGs parse application data and handle dynamic port mappings.

Why this answer

ALGs handle port translation and protocol parsing for complex applications.

21
MCQhard

An administrator creates a global address book and a security zone-specific address book. A host address is defined with the same name in both address books, but with different IP subnets. When a packet originates from that security zone, which address book entry takes precedence?

A.The global address book entry takes precedence.
B.Both entries are merged into a combined IP range.
C.The zone-specific address book entry takes precedence.
D.Junos generates a compilation error due to duplicate names.
AnswerC

Local zone-specific address books are evaluated first before the global address book.

Why this answer

Zone-specific address books take precedence over global address books when resolving address names for policies originating from that specific zone.

22
MCQmedium

You need to configure a custom application that matches UDP traffic on a range of destination ports from 5000 to 5010. How should you specify this range in the application configuration?

A.set applications application CUSTOM-UDP protocol udp destination-port 5000-5010
B.set firewall filter CUSTOM term 1 then port-range 5000-5010
C.set applications application CUSTOM-UDP udp port range 5000 to 5010
D.set security applications CUSTOM-UDP proto udp ports 5000-5010
AnswerA

Junos application configuration accepts hyphenated port ranges for destination ports.

Why this answer

Custom application port ranges are configured using destination-port with a hyphenated range.

23
MCQmedium

You need to group multiple IPv4 subnets and range combinations into a single object for use in security policies. Which configuration object should you create?

A.Security group
B.Address set
C.Address book
D.Prefix list
AnswerB

Address sets allow grouping multiple address objects.

Why this answer

An address set allows grouping multiple individual addresses and ranges into a single logical object.

24
MCQeasy

Which statement is true regarding Junos OS address books?

A.An address book must contain at least one address set.
B.Address books are mandatory for defining security policies even if IP prefixes are used directly.
C.Address books can only be defined globally.
D.Address books can be defined globally or per security zone.
AnswerD

Junos supports both global and zone-specific address books.

Why this answer

Address books can be defined globally at the configuration root or locally within a specific security zone.

25
MCQeasy

Which Junos OS CLI command is used to display currently active Application Layer Gateways (ALGs) and their status?

A.show security flow status
B.show security alg status
C.show security zones functional-zone
D.show system applications
AnswerB

This command lists all supported ALGs and shows whether they are enabled or disabled.

Why this answer

The 'show security alg status' command displays the operational status of all ALGs running on the Junos device.

26
MCQhard

An administrator configures a security zone and adds the 'tcp-drop-synfin-set' SCREEN option. What specific packet characteristic does this option target?

A.Packets where the SYN flag is set and the sequence number is zero
B.TCP packets with zero window size and FIN set
C.Packets with SYN and ACK flags set without an initial SYN
D.Packets with both SYN and FIN flags set
AnswerD

This option specifically targets anomalous packets with both SYN and FIN bits enabled.

Why this answer

The tcp-drop-synfin-set SCREEN option drops TCP packets that have both the SYN and FIN flags set simultaneously, which is an invalid state often used in scanning.

27
MCQhard

An administrator creates a security zone and assigns multiple interfaces to it. One of the interfaces is configured with host-inbound-traffic allowed services for SSH. What happens to SSH access to the other interfaces in the same security zone?

A.SSH traffic is dropped by security policies because host-inbound traffic bypasses security policies entirely.
B.SSH access is automatically permitted on all interfaces within that security zone.
C.SSH access is blocked on all interfaces because host-inbound traffic must be defined under the global zone level.
D.SSH access is restricted only to the specific interface where the service was explicitly enabled, unless enabled at the zone level.
AnswerD

Host-inbound services can be specified per-interface or per-zone; interface-specific configuration applies only to that interface.

Why this answer

Host-inbound-traffic settings can be configured globally for the zone or overridden per interface. Allowing SSH on one interface does not automatically enable it on other interfaces unless configured at the zone level or explicitly enabled on those interfaces.

28
MCQhard

When defining a custom application in Junos OS, you specify the protocol as TCP and set a source port range of 1024-65535 and a destination port of 8080. How does Junos evaluate this application in security policies?

A.It matches TCP traffic destined to port 8080 with a source port falling within 1024-65535.
B.It is automatically converted to a predefined junos-http application by the SRX device.
C.It requires inspection via an ALG because custom ports are used for HTTP traffic.
D.It matches any packet destined to port 8080 regardless of source port.
AnswerA

Both source and destination port constraints defined in the application object are enforced during matching.

Why this answer

Custom applications define matching criteria based on IP protocol, source port, and destination port ranges.

29
Multi-Selectmedium

Which THREE services can be enabled under host-inbound-traffic system-services in Junos OS security zones? (Choose three)

Select 3 answers
A.ospf
B.ping
C.https
D.bgp
E.ssh
AnswersB, C, E

Ping is a standard system service for host inbound traffic.

Why this answer

System services for host-inbound traffic include ping, ssh, https, snmp, etc.

30
Multi-Selecteasy

Which TWO functional zones are built-in and available by default in Junos OS? (Choose two)

Select 2 answers
A.junos-host
B.junos-guest-wireless
C.junos-dmz-zone
D.junos-untrusted-default
E.junos-mgmt
AnswersA, E

junos-host is a built-in functional zone for device-originated/destined traffic.

Why this answer

Built-in functional zones include junos-host and junos-mgmt.

31
MCQhard

An administrator notices that FTP traffic is failing inspection when traversing the SRX device. Upon investigation, it is found that the default ALG for FTP is interfering with non-standard control ports. Where would you modify or disable the FTP ALG in Junos OS?

A.[edit security flow alg ftp mode transparent]
B.[edit security zones security-zone untrust alg ftp]
C.[edit security alg ftp disable]
D.[edit applications application junos-ftp alg none]
AnswerC

The global ALG configuration allows disabling specific protocol helpers like FTP under [edit security alg].

Why this answer

ALGs are controlled under the [edit security alg] hierarchy where specific protocol helpers can be disabled or modified.

32
MCQeasy

An administrator needs to configure a security zone in Junos OS that will contain the management interface for out-of-band access. Which zone type is appropriate for this requirement?

A.Functional zone
B.Untrusted zone
C.Transit zone
D.Security zone
AnswerA

Functional zones such as management are built-in zones for specific traffic types.

Why this answer

A functional zone, specifically the management zone, is used for traffic destined for the routing engine via the management interface.

33
MCQmedium

You need to create a custom application in Junos OS that matches HTTP traffic running on non-standard port 8080. How should you define this application?

A.set security zones application-override MY-HTTP port 8080
B.set firewall family inet filter MY-FILTER term 1 then port 8080
C.set applications application MY-HTTP protocol tcp destination-port 8080
D.set security applications MY-HTTP tcp port 8080
AnswerC

This syntax correctly defines a custom TCP application on port 8080.

Why this answer

Custom applications define protocol and destination port under [edit applications application].

34
MCQmedium

You want to create an address set that combines two address sets and one individual IP address object. Is this supported in Junos OS?

A.Yes, address sets can contain a mix of individual address objects and other address sets.
B.No, an address set can contain either address objects or address sets, but never both.
C.Yes, but only if defined within the global address book, not zone-specific address books.
D.No, nested address sets are mutually exclusive with individual address objects.
AnswerA

Junos address sets support mixing address objects and nested address sets.

Why this answer

Address sets can contain both individual address objects and other address sets.

35
MCQhard

An administrator configures an address set named 'DMZ-SERVERS' containing three individual IP addresses. Later, one of those IP addresses is removed from the base address book. What happens to the 'DMZ-SERVERS' address set configuration?

A.The address set automatically deletes the reference and commits successfully.
B.The SRX device ignores the missing address object and continues operating with the remaining two addresses.
C.The entire address book is automatically purged by the parser.
D.The configuration fails to commit because the address set contains a reference to a non-existent address object.
AnswerD

Junos validates address sets against existing address book entries at commit time.

Why this answer

If an address object referenced within an address set is deleted from the address book, Junos retains the reference in the candidate configuration but will fail validation upon commit if dangling references are left unresolved, depending on the object type. Actually, Junos generates a commit error if an address set references a non-existent address object.

36
MCQmedium

You want to create a security zone that permits all host-inbound traffic for system services and protocols without manually listing every service. Is there a wildcard or all-inclusive keyword for host-inbound-traffic in Junos OS?

A.Yes, you can configure 'set security zones security-zone trust host-inbound-traffic system-services all'.
B.No, host-inbound traffic cannot allow wildcard services for security compliance reasons.
C.Yes, by using the 'any' keyword instead of 'all'.
D.No, every service must be explicitly listed individually.
AnswerA

Junos supports the 'all' keyword for system-services and protocols in host-inbound traffic.

Why this answer

Junos host-inbound-traffic allows specifying 'all' under system-services or protocols to permit everything, though it is discouraged for security reasons.

37
MCQmedium

You have configured a custom application object named 'CUSTOM-APP' matching TCP port 9090. When you attempt to commit the configuration, Junos returns an error stating that the application conflicts with a predefined Junos application. How should you resolve this?

A.Change the protocol type from TCP to UDP to bypass the name collision check.
B.Rename your custom application to avoid naming conflicts with reserved Junos system applications.
C.Delete the system application using the 'delete applications junos-custom' command.
D.Use the 'override' keyword in the application definition.
AnswerB

Custom applications cannot use names reserved by the system or duplicate existing application names.

Why this answer

Predefined Junos applications (prefixed with junos-) cannot be overwritten, but custom applications should be given unique names that do not conflict. Alternatively, modifying the existing custom application name resolves the conflict.

38
Multi-Selecthard

Which TWO actions occur when an Application Layer Gateway (ALG) inspects traffic in Junos OS? (Choose two)

Select 2 answers
A.The ALG converts all UDP traffic into reliable TCP byte streams.
B.The ALG replaces the standard IPsec encryption engine for high-throughput VPN tunnels.
C.The ALG parses application-layer control messages to identify dynamic port negotiations.
D.The ALG dynamically opens short-lived session pinholes for data connections negotiated in control streams.
E.The ALG blocks all encrypted traffic unconditionally.
AnswersC, D

ALGs inspect control headers to discover secondary ports.

Why this answer

ALGs inspect application control channels and dynamically open data sessions for complex protocols.

39
MCQeasy

Which command displays the configured security policies in Junos OS?

A.show security zones policies
B.show firewall policies
C.show security policies
D.show configuration policies
AnswerC

This command lists all configured security policies between zones.

Why this answer

The operational command 'show security policies' displays the currently active security policies.

40
MCQmedium

You are troubleshooting an issue where an application defined with a specific timeout is timing out prematurely during periods of inactivity. Where would you verify or adjust the flow session timeout globally in Junos OS?

A.[edit security flow tcp-session timeout <seconds>]
B.[edit security zones security-zone timeout]
C.[edit security flow timeout tcp intelligence]
D.[edit applications flow-timeout]
AnswerA

Global flow session timeouts for TCP are configured under [edit security flow].

Why this answer

Global flow timeouts for protocols like TCP and UDP are configured under [edit security flow].

41
MCQhard

An administrator configures an application set in Junos OS. What is the primary function of an application set?

A.To bind specific applications to specific Layer 2 VLAN IDs.
B.To translate non-standard ports to standard application ports dynamically.
C.To automatically enable ALGs for all bundled protocols.
D.To combine multiple individual applications into a single group for easier policy management.
AnswerD

Application sets group applications similarly to how address sets group addresses.

Why this answer

An application set allows grouping multiple individual application objects or other application sets into a single logical object for use in security policies.

42
MCQhard

An administrator configures a security zone and enables traceoptions for security flow. Where are these traceoptions configured in the Junos OS hierarchy?

A.[edit security zones security-zone trust traceoptions]
B.[edit firewall traceoptions]
C.[edit security flow traceoptions]
D.[edit system traceoptions security-flow]
AnswerC

Flow traceoptions are configured globally under the security flow hierarchy.

Why this answer

Flow traceoptions are configured under the [edit security flow traceoptions] hierarchy to troubleshoot session and flow processing.

43
MCQeasy

Which Junos OS command displays the configuration of all security zones?

A.show system security-zones
B.show configuration firewall zones
C.show configuration security zones
D.show security zones configuration
AnswerC

This displays the security zones stanza in configuration mode.

Why this answer

The 'show configuration security zones' command displays the zone configuration.

44
Multi-Selecthard

Which TWO statements are accurate regarding the evaluation order of address books in Junos OS? (Choose two)

Select 2 answers
A.When evaluating a security policy, Junos checks zone-specific address books associated with the source zone before checking the global address book.
B.Address book evaluation order requires manual priority numbering in the CLI.
C.Zone-specific address books can only contain IPv4 addresses, while global address books contain IPv6 addresses.
D.Global address books always override zone-specific address books regardless of traffic direction.
E.If an address name is defined uniquely in the global address book, it is available to all security zones.
AnswersA, E

Local zone address books have precedence for matching traffic from that zone.

Why this answer

Zone-specific address books are evaluated first for traffic associated with that zone, falling back to global address books.

45
MCQeasy

Which statement best describes an Application Layer Gateway (ALG) in Junos OS?

A.An ALG is a functional zone used for isolating guest wireless traffic.
B.An ALG replaces the need for security policies on transit traffic.
C.An ALG inspects application traffic and dynamically opens data sessions for protocols that use multiple ports.
D.An ALG is a hardware-based chip on SRX platforms used exclusively for IPsec encryption acceleration.
AnswerC

Protocols like FTP and SIP negotiate secondary data ports dynamically, which ALGs track.

Why this answer

ALGs inspect application payloads, handle dynamic port negotiation, and assist the security flow module in tracking complex protocols.

46
MCQhard

An administrator configures an address set that includes another address set as a member (nested address sets). What is the maximum nesting depth supported for address sets in Junos OS?

A.Junos supports nested address sets, and configuration parser validates against circular references during commit.
B.Infinite nesting is allowed as long as circular references are avoided.
C.Nesting address sets is not supported in Junos OS; all address objects must be flat.
D.Nested address sets are restricted to global address books only and cannot be used in zone-specific address books.
AnswerA

Junos allows nested address sets and explicitly checks for and rejects circular dependencies at commit time.

Why this answer

Junos OS supports nesting address sets within address sets up to a specific depth limit (typically up to foundation limits, but let's recall Junos specifications: address sets can be nested, but infinite nesting is prevented. Specifically, Junos supports nesting up to 1 level or multiple levels depending on the version, but generally nesting is supported up to a certain depth. Wait, let's verify standard Junos documentation: Junos supports address sets containing address sets, but circular dependencies are blocked.

Let's check if there's a strict depth limit or if circular references are what's tested). Actually, circular references are strictly prohibited and checked at commit time.

47
MCQmedium

You are troubleshooting a connectivity issue where SIP VoIP calls are establishing control sessions, but audio streams (RTP) are failing. Which Junos security feature must be properly configured or enabled to resolve this?

A.SCREEN options with UDP flood protection
B.Global address book entry for RTP ports
C.SIP Application Layer Gateway (ALG)
D.TCP proxy enabled on the security zone
AnswerC

The SIP ALG parses SIP signaling to dynamically open pinholes for RTP media streams.

Why this answer

SIP uses dynamic ports for RTP streams, requiring the SIP ALG to be active and operational.

48
MCQhard

An administrator configures a security zone and enables traceoptions for zone management. What is the correct configuration hierarchy to enable traceoptions for security zones?

A.[edit security zones traceoptions]
B.[edit security zones security-zone traceoptions]
C.[edit security flow traceoptions zones]
D.[edit system traceoptions security-zones]
AnswerA

Security zone traceoptions are located directly under the security zones hierarchy.

Why this answer

Zone traceoptions are configured under [edit security zones traceoptions].

49
MCQhard

An administrator creates a security zone and defines both a zone-specific address book and a global address book. The same address name exists in both address books with conflicting subnets. When a security policy references this address name from a different security zone, which address definition is selected?

A.Both subnets are logically ORed together.
B.The zone-specific address book entry is always selected.
C.Junos drops the traffic due to ambiguous address resolution.
D.The global address book entry is selected because the policy is evaluated outside the local zone context.
AnswerD

Global entries serve as the fallback/default when evaluating zones that do not own the local address book.

Why this answer

When traffic originates from a zone other than the zone where the zone-specific address book resides, the global address book entry is used because the zone-specific book only applies to traffic originating from or associated with its specific zone context.

50
MCQmedium

You want to configure SCREEN options to detect and block SYN flood attacks on an interface. Which specific SCREEN option parameter should you adjust within the screen profile?

A.tcp syn-flood alarm-threshold <value>
B.icmp flood limit <value>
C.ip spoofing check
D.tcp-syn-flood attack-threshold
AnswerA

The alarm threshold or threshold parameter under 'tcp syn-flood' handles SYN flood detection settings.

Why this answer

SYN flood protection is managed using the 'tcp syn-flood' parameter inside a SCREEN option profile.

51
Multi-Selecteasy

Which TWO methods can be used to define IP addresses in Junos OS address books? (Choose two)

Select 2 answers
A.IP address ranges (e.g., 10.1.1.1-10.1.1.50)
B.Routing protocol metric values
C.Interface speed descriptors
D.IP subnet prefix notation (e.g., 192.168.1.0/24)
E.Mac address binding tables
AnswersA, D

IP ranges are supported in address books.

Why this answer

Address books support individual IP subnets/prefixes and IP ranges.

52
MCQhard

An administrator notices that FTP data connections are failing when clients behind an SRX device connect to external servers using active FTP mode. Passive FTP works correctly. What is the most likely root cause?

A.Active FTP is blocked entirely by Junos OS because it violates modern security best practices.
B.Active FTP requires the FTP ALG to parse the PORT command and open a dynamic pinhole for the incoming data channel.
C.Screen options are misidentifying the active FTP data port as a port-scan attack.
D.The global address book lacks definitions for active FTP ports.
AnswerB

Active FTP relies on the server connecting back to the client; the ALG must intercept this to permit the return flow.

Why this answer

Active FTP requires the server to initiate a connection back to the client, which requires port negotiation via the FTP ALG and proper security policy traversal for the back-connection.

53
Multi-Selecthard

Which TWO statements are true regarding Junos OS address sets and their usage in security policies? (Choose two)

Select 2 answers
A.Address sets require an AppSecure license to function in security policies.
B.Address sets can be used in security policies anywhere individual address objects are accepted.
C.Address sets automatically translate IPv4 addresses into IPv6 equivalents.
D.Address sets are restricted to destination matching only and cannot be used as source match criteria.
E.Address sets can contain multiple address objects, IP ranges, or nested address sets.
AnswersB, E

Address sets can be used interchangeably with address objects in policy source/destination fields.

Why this answer

Address sets group multiple address objects and can be referenced in policies as source or destination match criteria.

54
MCQhard

An administrator configures a security zone and enables the 'icmp timestamp' SCREEN option. What is the purpose of this option?

A.It detects and blocks ICMP timestamp request packets that could be used for reconnaissance or flooding.
B.It timestamps every transit packet passing through the security zone for latency analysis.
C.It drops all ICMP packets that have invalid timestamp header fields.
D.It synchronizes the SRX system clock using ICMP timestamp replies from trusted gateways.
AnswerA

This option defends against ICMP timestamp-based attacks and information gathering.

Why this answer

The icmp timestamp SCREEN option protects against ICMP timestamp flood or manipulation attacks by monitoring or blocking ICMP timestamp request and reply packets.

55
MCQmedium

You want to configure a security zone to automatically reject new TCP connections with a TCP RST packet when the zone's transit sessions exceed capacity or policies deny them. Where is this behavior configured?

A.Under the security policy action keyword 'reject' rather than 'deny'.
B.Under the security zone options by enabling 'tcp-reset-on-drop'.
C.Under the SCREEN options profile by enabling 'tcp-rst-reply'.
D.Under the global system services configuration.
AnswerA

Using 'reject' as a security policy action causes the SRX to send a TCP RST for TCP traffic or an ICMP unreachable for UDP traffic when blocked.

Why this answer

Session drop behavior, such as sending TCP resets on rejection, is configured under security options or policy actions, but default session limits and rejection behaviors are managed within security options. Wait, session rejection action ('reject' vs 'deny') is specified directly within the security policy. Let's check session table limits: session limits can be set under [edit security max-sessions].

56
MCQeasy

Which command is used to display active security sessions currently tracked by the Junos OS flow module?

A.show security flow session
B.show interfaces flow-sessions
C.show system sessions active
D.show security sessions summary
AnswerA

This command lists all active session table entries.

Why this answer

The 'show security flow session' command displays active sessions currently flowing through the SRX device.

57
MCQhard

An administrator configures a security zone and enables the 'tcp-rst' SCREEN option. What is the primary purpose of this SCREEN option?

A.It forces the SRX to send TCP resets for all blocked session attempts instead of dropping silently.
B.It protects against TCP reset flood attacks by setting threshold limits on incoming RST packets.
C.It inspects the sequence number of TCP RST packets to ensure they fall within the valid window.
D.It drops all TCP packets with the RST flag set to prevent unauthorized connection teardowns.
AnswerB

The tcp-rst screen option sets thresholds to detect and mitigate excessive RST packets.

Why this answer

The tcp-rst option protects against forged TCP RST packets that could prematurely terminate active connections.

58
Multi-Selecthard

Which TWO features or options are associated with Junos OS SCREEN option profiles? (Choose two)

Select 2 answers
A.Deep packet URL filtering and virus signature inspection
B.NAT pool port exhaustion mitigation
C.TCP SYN flood rate limiting
D.IP spoofing detection
E.Dynamic routing protocol authentication keys
AnswersC, D

SYN flood options are configured within SCREEN profiles.

Why this answer

SCREEN option profiles contain Layer 3/4 attack protections such as IP spoofing and SYN flood limits.

59
Multi-Selectmedium

Which THREE types of attacks are mitigated by Junos OS SCREEN options? (Choose three)

Select 3 answers
A.Cross-site scripting (XSS) browser exploits
B.LAND attacks
C.TCP SYN flood attacks
D.IP spoofing attacks
E.SQL injection web application attacks
AnswersB, C, D

LAND attacks are mitigated by SCREEN options.

Why this answer

SCREEN options protect against IP spoofing, SYN floods, and LAND attacks among other Layer 3/4 threats.

60
MCQeasy

Which Junos OS feature inspects packet headers for layer 3 and layer 4 denial-of-service (DoS) attacks such as SYN floods, IP spoofing, and LAND attacks?

A.SCREEN options
B.Firewall filter policers
C.IPsec VPN tunnels
D.Application Layer Gateways (ALGs)
AnswerA

SCREEN options are designed specifically for attack detection and prevention.

Why this answer

SCREEN options provide attack detection and mitigation for layer 3 and layer 4 DoS attacks.

61
Multi-Selectmedium

Which THREE parameters can be configured within a custom application definition in Junos OS? (Choose three)

Select 3 answers
A.SCREEN option profile assignment
B.Security zone binding
C.IP protocol (e.g., tcp, udp)
D.Destination port range
E.Source port range
AnswersC, D, E

Protocol specification is mandatory for custom applications.

Why this answer

Custom applications can specify protocols, source ports, destination ports, and timers.

62
MCQeasy

Which command is used to verify the configuration of address books in Junos OS?

A.show system address-books
B.show configuration security address-book
C.show security address-book operational
D.show security flow address-book
AnswerB

This displays the address book stanza from the candidate or active configuration.

Why this answer

The 'show configuration security address-book' command displays the configured address books in configuration mode.

63
Multi-Selectmedium

Which THREE settings can be configured under a security zone in Junos OS? (Choose three)

Select 3 answers
A.Host-inbound traffic permissions
B.Dynamic routing protocol metric weights
C.SCREEN option profile references
D.IPsec VPN tunnel encryption algorithms
E.Interface assignments
AnswersA, C, E

Host-inbound services are configured per zone or interface.

Why this answer

Security zones can contain host-inbound-traffic, screen profile references, and interface assignments.

64
Multi-Selecteasy

Which TWO commands are valid operational mode commands in Junos OS for security objects? (Choose two)

Select 2 answers
A.show security flow session
B.show system applications builtin
C.show security zones
D.show security policy ruleset evaluate
E.show configuration security address-book
AnswersA, C

Displays active flow sessions.

Why this answer

Valid operational commands include showing security zones and security flow sessions.

65
MCQmedium

An administrator needs to ensure that packets with source routing options enabled are dropped before they enter the network through the untrusted zone. Which SCREEN option handles this?

A.ip spoofing
B.land attack
C.tear-drop
D.source-route
AnswerD

The 'source-route' option drops packets that utilize IP source routing.

Why this answer

The source route option in SCREEN profiles detects and blocks packets containing IP source routing headers.

66
Multi-Selectmedium

Which THREE security features are configured under the [edit security] hierarchy in Junos OS? (Choose three)

Select 3 answers
A.VLAN bridge domain definitions
B.Security zones
C.Address books
D.BGP routing protocol peering parameters
E.SCREEN options
AnswersB, C, E

Security zones are configured under [edit security zones].

Why this answer

Security zones, address books, and screen options are all configured under [edit security].

67
Multi-Selecthard

Which TWO characteristics apply to custom applications created in Junos OS? (Choose two)

Select 2 answers
A.Custom applications can include inactivity timeout settings.
B.Custom applications automatically generate Application Layer Gateways for proprietary protocols without manual configuration.
C.Custom applications can define specific IP protocols (TCP, UDP, etc.) and destination port ranges.
D.Custom applications are restricted to global policies only and cannot be used in zone-to-zone policies.
E.Custom applications can overwrite built-in predefined Junos applications if named identically.
AnswersA, C

Custom applications support configuring custom session inactivity timeouts.

Why this answer

Custom applications allow specifying protocol, source ports, and destination ports for policy matching.

68
MCQmedium

You want to create a security zone and explicitly block all traffic between interfaces assigned to that same zone (intra-zone traffic). Which configuration statement accomplishes this?

A.set security flow intra-zone deny-all
B.set security policies from-zone trust to-zone trust deny all
C.set interfaces all intra-zone-filter drop
D.set security zones security-zone trust intra-zone-blocking
AnswerD

The 'intra-zone-blocking' statement prevents communication between interfaces within the same security zone.

Why this answer

Intra-zone traffic can be blocked in Junos security zones by configuring the 'block-inbound-traffic' or 'tcp-rst' options, or specifically 'screen' or zone-level intra-zone blocking. Wait, the exact Junos command to block intra-zone traffic is 'set security zones security-zone <name> screen' or using screen options, or 'set security zones security-zone <name> intra-zone-blocking'. Let's verify: Junos security zones support 'intra-zone-blocking'.

69
Multi-Selecteasy

Which TWO traffic types are typically handled by functional zones in Junos OS? (Choose two)

Select 2 answers
A.Traffic destined for or originating from the local routing engine (junos-host)
B.Traffic passing through the out-of-band management interface (junos-mgmt)
C.Layer 2 bridge domain broadcast traffic
D.IPsec VPN tunnel transit traffic
E.Transit traffic flowing between two customer VLANs
AnswersA, B

junos-host handles self-traffic for the routing engine.

Why this answer

Functional zones handle device self-traffic (junos-host) and out-of-band management traffic (junos-mgmt).

70
MCQmedium

You need to apply a screen profile that detects IP address spoofing where the source IP address belongs to the local subnet of the ingress interface. Which screen option addresses this?

A.icmp ping-sweep block
B.tcp syn-fraud detection
C.land attack prevention
D.ip spoofing
AnswerD

The 'ip spoofing' screen option checks for forged source addresses.

Why this answer

IP spoofing detection in SCREEN options checks if incoming packets have source addresses matching the local router interfaces or martian networks.

71
MCQmedium

You are configuring host-inbound traffic for a security zone and want to allow SNMP polling from a monitoring server. Which option under host-inbound-traffic system-services should you enable?

A.management-service snmp
B.protocols snmp-server
C.routing-protocols snmp
D.snmp
AnswerD

Enabling 'snmp' under system-services allows SNMP polling traffic to reach the routing engine.

Why this answer

SNMP is a system service in Junos host-inbound-traffic configuration.

72
MCQhard

An administrator configures a security zone and enables traceoptions for SCREEN option processing. Where are SCREEN traceoptions configured?

A.[edit system traceoptions screen]
B.[edit security flow traceoptions screen]
C.[edit security screen traceoptions]
D.[edit security zones security-zone screen traceoptions]
AnswerC

Screen traceoptions reside directly under the security screen hierarchy.

Why this answer

Screen traceoptions are configured under the [edit security screen traceoptions] hierarchy.

73
MCQeasy

Which statement accurately describes a security zone in Junos OS?

A.Interfaces belonging to different security zones can communicate without a security policy if they are on the same VLAN.
B.A security zone is required to contain at least one interface before policies can reference it.
C.A security zone is a logical grouping of interfaces used to define trust boundaries.
D.Interfaces can belong to multiple security zones simultaneously.
AnswerC

Security zones establish boundaries for enforcing security policies.

Why this answer

Security zones are logical groupings of interfaces that share similar security requirements and policies.

74
Multi-Selectmedium

Which THREE protocols typically require Application Layer Gateways (ALGs) in Junos OS to function correctly across security policies? (Choose three)

Select 3 answers
A.HTTP (Hypertext Transfer Protocol)
B.SIP (Session Initiation Protocol)
C.TFTP (Trivial File Transfer Protocol)
D.FTP (File Transfer Protocol)
E.SSH (Secure Shell)
AnswersB, C, D

SIP requires an ALG to handle RTP media stream port negotiation.

Why this answer

FTP, SIP, and TFTP are classic examples of protocols requiring ALGs due to dynamic port negotiation.

75
MCQmedium

You are configuring a security zone and need to apply a SCREEN option to protect against IP spoofing attacks. Under which hierarchy level must you associate the SCREEN option profile in Junos OS?

A.[edit security policies from-zone <zone> to-zone <zone> screen]
B.[edit interfaces <interface-name> screen <profile-name>]
C.[edit security screen id spoofing]
D.[edit security zones security-zone <zone-name> screen <profile-name>]
AnswerD

Screen profiles are applied directly under the specific security zone configuration.

Why this answer

SCREEN options are applied under the security zones hierarchy to protect interfaces assigned to that zone.

Page 1 of 2 · 88 questions totalNext →

Ready to test yourself?

Try a timed practice session using only Junos OS Security Objects questions.