Juniper JN0-101 Juniper Flashcards
-- Exhibit -- user@router> show configuration firewall family inet { filter demo { term example { from { source-address { 100.100.100.0/24; } destination-address { 200.200.200.0/24; } } then { reject; } } term testing { from { source-address { 10.10.10.0/28; } destination-address { 200.200.200.0/24; } } then sample; } term results { from { address { 200.200.200.0/24; } } then accept; } term final { then policer LAPD; } } } -- Exhibit -- Given the configuration shown in the exhibit, what will happen to traffic from source 10.10.10.25 destined to 200.200.200.1?
The traffic will be forwarded.
Which command is used to enable access to J-Web using HTTPS?
set system services web-management https
What is the role of route preference?
It is used as a tiebreaker when the same prefix is available through multiple protocols.
Which J-Web tab do you use to add licenses to the device?
“Maintain”
A network administrator wants to verify the active alarms on interface so-0/0/0.0.
Which command displays this information?
show interfaces extensive
Which command is used to display all output at once?
show interfaces | no-more
What represents the binary equivalence of 207?
11001111
A packet is evaluated against three user-defined terms within a firewall filter and no match is
found.
What correctly describes the action the firewall filter will take for this packet?
The filter will discard the packet and take no additional action.
You have been allocated a 192.168.100.0/22 network.
How many usable hosts are available?
1022
Which two statements accurately describe a broadcast domain? (Choose two.)
A. Broadcast domains require that the participating devices connect to common switches or hubs.
B. Broadcast domains consist of devices reachable by frames addressed to the Layer 2 broadcast
address.
C. Broadcast domains require a gateway device such as a router.
D. Broadcast domains consist of devices that reside on the same VLAN.
B,D
What represents the decimal equivalence of 11100101?
229
What does the command show | compare rollback 1 display?
the difference between the current candidate configuration and the archived configuration from
one commit ago
What are three physical interface properties?
payload scrambling, FCS and link speed
Which user authentication method is supported by the Junos OS as a last resort alternative?
local user database
Which two external authentication methods are supported by the Junos OS for user
authentication?
Radius and Tacacs+