Tag Archives: switches

Rapid PVST+ is enabled on all switches. Which command set must be configured on Switch1 to achieve the following results on port fa0/1?

Refer to the exhibit. Rapid PVST+ is enabled on all switches. Which command set must be configured on Switch1 to achieve the following results on port fa0/1? When a device is connected, the port transitions immediately to a forwarding state. The interface should not send or receive BPDUs. If a BPDU is received, it continues operating normally. A.… Read More »

All switches are configured with the default port priority value. Which two commands ensure that traffic from PC1 is forwarded over the Gi1/3 trunk port between DSW11 and DSW2? (Choose two.)

Refer to the exhibit. All switches are configured with the default port priority value. Which two commands ensure that traffic from PC1 is forwarded over the Gi1/3 trunk port between DSW11 and DSW2? (Choose two.) A. DSW2(config)#interface gi1/3 B. DSW1(config-if)#spanning-tree port-priority 0 C. DSW2(config-if)#spanning-tree port-priority 128 D. DSW1(config)#interface gi1/3 E. DSW2(config-if)#spanning-tree port-priority 16 Answer: Option A, E. Explanation: … Read More »

A network administrator has designed a network with two multilayer switches on the distribution layer, which act as default gateways for the end hosts. Which two technologies allcw every end host in a VLAN to use both gateways? (Choose two.)

A. VRRP B. GLBP C. VSS D. MHSRP E. HSRP Answer: Option A, D. Explanation:  No answer description available for this question Show AnswerDiscussion The post A network administrator has designed a network with two multilayer switches on the distribution layer, which act as default gateways for the end hosts. Which two technologies allcw every end host in… Read More »

VLANs 50 and 60 exist on the trunk links between all switches. All access ports on SW3 are configured for VLAN 50 and SW1 is the VTP server. Which command ensures that SW3 receives frames only from VLAN 50?

Refer to the exhibit. VLANs 50 and 60 exist on the trunk links between all switches. All access ports on SW3 are configured for VLAN 50 and SW1 is the VTP server. Which command ensures that SW3 receives frames only from VLAN 50? A. SW1(config)#vtp mode transparent B. SW3(config)#vtp mode transparent C. SW2(config)#vtp pruning D. SW1(config)#vtp pruning Answer:… Read More »

An organization wants to standardize the 802.1X configuration on their switches and remove static ACLs on the switch ports while allowing Cisco ISE to communicate to the switch what access to provide. What must be configured to accomplish this task?

A. dynamic access list within the authorization profile B. extended access-list on the switch for the client C. security group tag within the authorization policy D. port security on the switch based on the client’s information Answer: Option C. Explanation:  No answer description available for this question Show AnswerDiscussion The post An organization wants to standardize the 802.1X… Read More »

Which design consideration should be observed when EIGRP is configured on Data Center switches?

A. Perform manual summarization on all Layer 3 interfaces to minimize the size of the routing table. B. Prevent unnecessary EIGRP neighborships from forming across switch virtual interfaces. C. Lower EIGRP hello and hold timers to their minimum settings to ensure rapid route reconvergence. D. Configure multiple EIGRP autonomous systems to segment Data Center services and applications. Answer:… Read More »

A Python script must delete all Cisco Catalyst 9300 Series switches that have an uptime that is greater than 90 days. The script must also query for the status of all the other devices. Drag and drop the code from the bottom onto the box where the code is missing to complete the script. Not all options are used.

Refer to the exhibit. A Python script must delete all Cisco Catalyst 9300 Series switches that have an uptime that is greater than 90 days. The script must also query for the status of all the other devices. Drag and drop the code from the bottom onto the box where the code is missing to complete the script.… Read More »

A network engineer wants to automate the port enable/disable process on specific Cisco switches. The engineer creates a script to send a request through RESTCONF and uses ietf as the YANG model and JSON as payload. Which command enables an interface named Loopback1?

Refer to the exhibit. A network engineer wants to automate the port enable/disable process on specific Cisco switches. The engineer creates a script to send a request through RESTCONF and uses ietf as the YANG model and JSON as payload. Which command enables an interface named Loopback1? A. enable_function(Loopback1, true, ‘iana-if-type:softwareLoopback’) B. enable_function(‘iana-if-type:softwareLoopback’, Loopback1, true,) C. def enable_function(‘iana-if-type:softwareLoopback’,… Read More »