Friday 10 November 2017

Juniper JN0-643 Question Answer

You are configuring PIM-SM for your network, and want to use a statically configured RP.
What are two ways to accomplish this task? (Choose two.)

A. [edit protocols pim]
uesr@router# show
rp {
static {
address 10.10.10. ;
}} interface ge-0/0/0.0 {
mode sparse;
} interface ge-0/0/5.0 {
mode sparse;
} interface lo0.0 {
mode sparse;
}
B. [edit protocols pim]
user@router# show
rp {
local {
address 223.0.0.1;
}} interface ge-0/0/0.0;
interface ge-0/0/5.0;
interface lo0.0;
C. [edit protocols pim]
user@router# show
rp {
static {
address 10.10.10. {
group-ranges {
224.0.0.0/4;
Real 49
Juniper JN0-643 Exam
}}}} interface all {
mode sparse;
}
D. [edit protocols pim]
user@router# show
rp {
local {
address 10.10.10. ;
group-ranges {
233.0.0.0/8;
}}} interface ge-0/0/0.0 {
version 1;
} interface ge-0/0/5.0 {
version 1;
} interface lo0.0 {
version 1;
}

Answer: BD

No comments:

Post a Comment

Note: only a member of this blog may post a comment.