which three statements are true?
Click the Exhibit button.
— Exhibit —
user@R1> show configuration interfaces lo0
unit 5 {
family inet {
filter {
input JUNOS;
}
address 5.5.5.5/32;
}
}
user@R1> show configuration firewall family inet filter JUNOS
term term1 {
from {
protocol tcp;
port [ telnet ftp ftp-data snmp ssh syslog http tacacs 64644 1024-65535 ];
}
then {
log;
accept;
}
}
term default {
then {
discard;
}
}
— Exhibit —
Referring to the exhibit, which three statements are true? (Choose three.)
You are using the ping command to troubleshoot a suspected MTU problem.
Click the Exhibit button.
— Exhibit —
user@R1> show configuration interfaces
xe-1/1/0 {
unit 0 {
family inet {
address 17.1.1.1/24;
}
family mpls;
}
}
user@R1> ping 17.1.1.2 size 1473 do-not-fragment
PING 17.1.1.2 (17.1.1.2): 1473 data bytes
ping: sendto: Message too long
ping: sendto: Message too long
ping: sendto: Message too long
user@R1> ping 17.1.1.2 logical-system R1 size 1472 do-not-fragment
PING 17.1.1.2 (17.1.1.2): 1472 data bytes
1480 bytes from 17.1.1.2: icmp_seq=0 ttl=64 time=0.933 ms
1480 bytes from 17.1.1.2: icmp_seq=1 ttl=64 time=0.838 ms
1480 bytes from 17.1.1.2: icmp_seq=2 ttl=64 time=4.688 ms
— Exhibit —
You are using the ping command to troubleshoot a suspected MTU problem.
How should you configure your tunnel interface?
You want to minimize the number of IP addresses, subnets, and policies in use.
How should you configure your tunnel interface?
Which statement is true?
What are two advantages for using the count parameter on a security policy?
What are two advantages for using the count parameter on a security policy? (Choose two.)
What are three components of a tunnel interface configuration?
What are three components of a tunnel interface configuration? (Choose three.)
What would cause this problem?
You are creating route-based VPNs on a NS208. When creating your 101st interface, you
receive an error message and are prevented from creating additional tunnel interfaces. What
would cause this problem?
which statement is correct?
What two (2) things can cause this to occur?
You have created a route-based VPN. When you try to connect to the remote device you
see the following message in your event log:
No policy exists for the proxy id received
What two (2) things can cause this to occur?
What is the problem?
Click the Exhibit button.
— Exhibit —
user@r2# run show route 100.1.1.0/24 detail
inet.0: 5 destinations, 5 routes (5 active, 0 holddown, 0 hidden)
100.1.1.0/24 (1 entry, 1 announced)
*Static PreferencE. 5
Next hop typE. Reject
Address: 0x8f7b5a4
Next-hop reference count: 2
StatE.
Local AS: 65001
AgE. 59
Task: RT
Announcement bits (1): 2-KRT
AS path: 65005 I
user@r2# show protocols bgp
group ibgp {
type external;
export to-bgp;
neighbor 10.1.2.1 {
local-address 10.1.2.2;
family inet {
unicast;
}
family inet6 {
unicast;
}
peer-as 65005;
}
}
user@r2# run show bgp summary
Groups: 1 Peers: 1 Down peers: 0
Table Tot Paths Act Paths Suppressed History Damp State Pending
inet6.0
0 0 0 0 0 0
inet.0
0 0 0 0 0 0
Peer AS InPkt OutPkt OutQ Flaps Last Up/Dwn State|#Active/Received/Accepted/Damped…
10.1.2.1 65005 31 31 0 0 12:08 Establ
inet6.0: 0/0/0/0
inet.0: 0/0/0/
user@r2# show policy-options
policy-statement to-bgp {
from protocol static;
then accept;
}
user@r2# run show route advertising-protocol bgp 10.1.2.1
[edit]
user@r2#
— Exhibit —
Referring to the exhibit, router r2 does not advertise the static route to peer 10.1.2.1.
What is the problem?