1. What is error disabled port in switching and what is dynamic desirable mode?

Error disabled when a port is error disabled, it is effectively shut down and no traffic is sent or received on that port. such as, with BPDUGourd you said this port must not send bpdu or receive it as well .. so when this port receive bpdu message it will convert to error disable .. and to make it up again just write (No Shut) command.
Dynamic Desirable:- it is kind or DTP (dynamic trunk protocol) in short, negotiation with front port to be trunk.

2. Explain the function of a rendezvous point?

A RP is the focal point for multicast traffic. Traffic is forwarded to the RP from multicast sources. The RP then forwards traffic to multicast receivers.

3. What is the purpose of the interface command ip multicast spares-dense-mode?

Used with PIMSM Auto-RP and version 2. If the RPs fail, the router reverts to dense mode.

5. Describe the operation of Anycast RP.

Two or more RPs are configured with the same IP address. The IP addresses of the RPs are advertised using a unicast IP routing protocol. Each multicast router chooses the closest RP. If an RP fails, the routers switch to the next nearest RP after the unicast IP routing protocol converges. The MSDP is used between RPs to exchange active multicast source information.

7. Why are the Cisco multicast routing protocols referred to as protocol independent?

Multicast forwarding decisions are based on the entries in the unicast IP routing table. Multicast is not dependent on how the unicast IP routing table was built; you can use any dynamic interior routing protocol, static routes, or a combination of the two.

8. Determine at least four IP multicast groups that have the multicast Ethernet address of 01 00 5E 00 40 0C?

The low order 32 bits of the IP address determine the multicast Ethernet address. The first four bits are always 1 1 1 0 and the next five bits can be anything. Therefore, the IP multicast addresses that map to the multicast Ethernet address of 01 00 5E 00 40 0C are

1110 0000 0000 0000 0100 0000 1100 = 224.0.64.12

1110 0000 1000 0000 0100 0000 1100 = 224.128.64.12

1110 0001 0000 0000 0100 0000 1100 = 225.0.64.12

9. What is the multicast Ethernet address for IP address 227.128.64.12?

The base Ethernet multicast address is 01 00 5E 00 00 00. The first byte of the IP multicast address is not used. If the second byte is greater than 127, subtract 128, giving a value of 0. The third and fourth bytes of the IP address are used as is after converting to hex. Their values, in hexadecimal, are 40 and 0C. So the Ethernet multicast address for the IP multicast address 227.128.64.12 is 01 00 5E 00 40 0C.

10. Explain the difference between dense mode and sparse mode multicast.

Dense mode multicast assumes all multicast neighbors want to receive all multicast traffic unless the neighbors have specifically pruned the traffic. Sparse mode multicast assumes multicast neighbors do not want to receive multicast traffic unless they have asked for it. Dense mode uses source-based delivery trees while sparse mode uses shared delivery trees where traffic is first sent to an RP.

Download Interview PDF