Which statement about multicast RPs is true?
Which statement about multicast RPs is true?A . RPs are required only when using protocol independent multicast dense mode.B . RPs are required for protocol independent multicast sparse mode and dense mode.C . By default, the RP is needed periodically to maintain sessions with sources and receivers.D . By default,...
Which standard access control entry permits traffic from odd-numbered hosts in the 10.0.0.0/24 subnet?
Which standard access control entry permits traffic from odd-numbered hosts in the 10.0.0.0/24 subnet?A . permit 10.0.0.0 0.0.0.1B . permit 10.0.0.1 0.0.0.254C . permit 10.0.0.1 0.0.0.0D . permit 10.0.0.0 255.255.255.254View AnswerAnswer: B
Which statement about a fabric access point is true?
Which statement about a fabric access point is true?A . It is in local mode and must be connected directly to the fabric edge switch.B . It is in local mode and must be connected directly to the fabric border nodeC . It is in FlexConnect mode and must be...
Which two steps are required for a complete Cisco DNA Center upgrade? (Choose two.)
Which two steps are required for a complete Cisco DNA Center upgrade? (Choose two.)A . automation backupB . system updateC . golden image selectionD . proxy configurationE . application updatesView AnswerAnswer: BE
Which JSON syntax is valid?
Which JSON syntax is valid?A . {“switch”: “name”: “dist1”, “interfaces”: [“gig1”, “gig2”, “gig3”]}B . {/“switch/”: {/“name/”: “dist1”, /“interfaces/”: [“gig1”, “gig2”, “gig3”]}}C . {“switch”: {“name”: “dist1”, “interfaces”: [“gig1”, “gig2”, “gig3”]}}D . {‘switch’: (‘name’: ‘dist1’, ‘interfaces’: [‘gig1’, ‘gig2’, ‘gig3’])}View AnswerAnswer: A
Which statement about the OPSF debug output is true?
Refer to the exhibit. Which statement about the OPSF debug output is true?A . The output displays OSPF hello messages which router R1 has sent or received on interface Fa0/1.B . The output displays OSPF messages which router R1 has sent or received on all interfaces.C . The output displays...
Which exhibit displays a valid JSON file?
Which exhibit displays a valid JSON file? A) B) C) D) A . Option AB . Option BC . Option CD . Option DView AnswerAnswer: D
Which explanation of this behavior is true?
Refer to the exhibit. An engineer must block all traffic from a router to its directly connected subnet 209.165.200.0/24. The engineer applies access control list EGRESS in the outbound direction on the GigabitEthernet0/0 interface of the router. However, the router can still ping hosts on the 209.165.200.0/24 subnet. Which explanation...
Which statement about route targets is true when using VRF-Lite?
Which statement about route targets is true when using VRF-Lite?A . Route targets control the import and export of routes into a customer routing table.B . When BGP is configured, route targets are transmitted as BGP standard communities.C . Route targets allow customers to be assigned overlapping addresses.D . Route...
Which statements are used for error handling in Python?
Which statements are used for error handling in Python?A . try/catchB . catch/releaseC . block/rescueD . try/exceptView AnswerAnswer: D