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.)

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



Leave a Reply 6

Your email address will not be published. Required fields are marked *


ccie

ccie

i think this is wrong
B not correct cause RP address can’t be 223.0.0.1

correct answers A and C

Lavrovo

Lavrovo

I agree with “CCIE” correct answers A and C

Rigpa

Rigpa

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”

davidodav

davidodav

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