Juniper Exam Questions

What are two ways to accomplish this task?

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;
}
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;
}