Which statement is correct?
You are asked to change the cable on interface ge-0/2/1.
Which statement is correct?
What is a consequence of this configuration?
A service provider is assigning a /30 subnet to each ATM PVC in a Routed 1483 environment.
What is a consequence of this configuration?
which set of commands is used to configure an ATM sub-interface?
In a Bridged 1483 network, which set of commands is used to configure an ATM sub-interface?
What will happen to the traffic given the configuration in the exhibit?
Exhibit.
[edit security policies]
user@host# show
from-zone trust to-zone untrust {
policy AllowHTTP{
match {
source-address HOSTA;
destination-address any;
application junos-ftp;
}
then {
permit;
}}
policy AllowHTTP2{
match {
source-address any;
destination-address HOSTA;
application junos-http;
}
then {
permit;
}}
policy AllowHTTP3{
match {
source-address any;
destination-address any;
application any;
}
then {
permit;
}}}
A flow of HTTP traffic needs to go from HOSTA to HOSTB. Assume that traffic will initiate
from HOSTA and that HOSTA is in zone trust and HOSTB is in zone untrust.
What will happen to the traffic given the configuration in the exhibit?
Which set of commands accomplishes this?
You would like to operate IS-IS on interface atm 6/0.33 with an IP address of 192.168.1.1/24. Which
set of commands accomplishes this?
Which command is used to display all output at once?
Which command is used to display all output at once?
Which configuration command represents a static host route in a Routed 1483 network?
Which configuration command represents a static host route in a Routed 1483 network?
which two actions would you take to only apply the 10.10.12.1/24 address to the ge-0/0/1.0 interface?
user@router> show configuration
groups {
ge-int {
interfaces {
<ge-*> {
unit 0 {
familyinet {
address 10.10.12.1/24;
}
}
}
}
}
}
…
interfaces {
ge-0/0/1 {
unit 0;
}
Referring to the exhibit, which two actions would you take to only apply the 10.10.12.1/24 address
to the ge-0/0/1.0 interface?
Which configuration command removes this specific log filter?
A log filter of log severity DEBUG pppPacket ATM 4/3.66 is configured within the category of
pppPacket. Which configuration command removes this specific log filter?
Which two security policy actions are valid?
Which two security policy actions are valid? (Choose two.)