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;
}
i think this is wrong
B not correct cause RP address can’t be 223.0.0.1
correct answers A and C
I agree with “CCIE” correct answers A and C
Well, let me say that CCIE is wrong, and these are CCNA basics lol just joking.. B and D are the correct answers.
223.0.0.1 is not a multicast address,if that is what you were thinking, actually this is a Class C address.
http://www.vlsm-calc.net/ipclasses.php
Multicast addresses are class D.
These are all the multicast addresses
https://en.wikipedia.org/wiki/Multicast_address
Actually if you google 223.0.0.1 it has been assigned somewhere in china
http://whatismyipaddress.com/ip/223.0.0.1 lol
-“Meditation is the medice of the mind”
http://www.juniper.net/documentation/en_US/junos13.3/topics/topic-map/mcast-static-rp.html#jd0e332
Rigpa…you answer will be correct of you are configuring on a router which is already RP….but in this case the correct answer is A & C
BTW, part of that new 80Q JN0-647 dumps for your reference:
https://drive.google.com/open?id=0B-ob6L_QjGLpejBJUUI1X2NuU3M
Best Regards!