Directory Image
This website uses cookies to improve user experience. By using our website you consent to all cookies in accordance with our Privacy Policy.

300-165 Practice Test Software

Author: Peter Baumann
by Peter Baumann
Posted: Aug 22, 2017

Question: 1

You create a checkpoint on a Cisco Nexus 7700 Series switch. You plan to roll back the running configuration by using the checkpoint. You must ensure that changes are made only if the entire rollback can be applied successfully. Which rollback option should you use?

A. atomic

B. stop-at-first-failure

C. best-effort

D. verbose

Answer: A

Question: 2

In policy-based routing, which action is taken for packets that do not match any of the route-map statements?

A. forwarded after the egress queue empties on the outbound interface

B. forwarded using the last statement in the route map

C. forwarded using the closest matching route-map statement

D. forwarded using destination-based routing

Answer: D

Explanation:

Each entry in a route map contains a combination of match and set statements. The match statements define the criteria for whether appropriate packets meet the particular policy (that is, the conditions to be met). The set clauses explain how the packets should be routed once they have met the match criteria.

You can mark the route-map statements as permit or deny. You can interpret the statements as follows:

  • If the statement is marked as permit and the packets meet the match criteria, the set clause is applied. One of these actions involves choosing the next hop.
  • If a statement is marked as deny, the packets that meet the match criteria are sent back through the normal forwarding channels, and destination-based routing is performed.
  • If the statement is marked as permit and the packets do not match any route-map statements, the packets are sent back through the normal forwarding channels, and destination-based routing is performed.

Reference:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus9000/sw/7-x/unicast/configuration/guide/l3_cli_nxos/l3pbr.pdf

Question: 3

switch# configure terminal

switch (config) # interface ethernet 1/4

switch (config-if) # switchport mode trunk

switch (config-if) # channel-group 1 mode active

Refer to the exhibit. Which type of port channel was created?

A. LACP

B. static

C. PAgP

D. desirable

Answer: A

Question: 4

Which statement about enhanced zoning on Cisco Multilayer Director Switches are true?

A. It allows partial zone set changes to be distributed without having to activate a zone set.

B. Enhanced zoning is compatible with IVR.

C. Zone changes can scheduled with a CRON job.

D. More than one zone set can be active with enhanced zoning.

Answer: A

Explanation:

Enhanced zoning implements changes to the zoning database and distributes it without reactivation. Distribution of zone sets without activation avoids hardware changes for hard zoning in the switches.

Reference:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/nexus5500/sw/san_switching/6x/b_5500_SAN_Switching_Config_6x/b_5500_SAN_Switching_Config_602N12_chapter_01001.html#con_1871274

Question: 5

Which statement about electronic programmable logic device image upgrades is true?

A. EPLD and ISSU image upgrades are nondisruptive.

B. An EPLD upgrade must be performed during an ISSU system or kickstart upgrade.

C. Whether the module being upgraded is online or offline, only the EPLD images that have different current and new versions are upgraded.

D. You can execute an upgrade or downgrade only from the active supervisor module.

Answer: D

Explanation:

You can upgrade (or downgrade) EPLDs using CLI commands on the Nexus 7000 Series device. Follow these guidelines when you upgrade or downgrade EPLDs:

  • You can execute an upgrade from the active supervisor module only. All the modules, including the active supervisor module, can be updated individually.
  • You can individually update each module whether it is online or offline as follows:
  • If you upgrade EPLD images on an online module, only the EPLD images with version numbers that differ from the new EPLD images are upgraded.
  • If you upgrade EPLD images on an offline module, all of the EPLD images are upgraded.
  • On a system that has two supervisor modules, upgrade the EPLDs for the standby supervisor and then switch the active supervisor to standby mode to upgrade its EPLDs. On a system that has only one supervisor module, you can upgrade the active supervisor, but this will disrupt its operations during the upgrade.
  • If you interrupt an upgrade, you must upgrade the module that is being upgraded again.
  • The upgrade process disrupts traffic on the targeted module.
  • Do not insert or remove any modules while an EPLD upgrade is in progress.

Reference:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/4_0/epld/release/notes/epld_rn.html

Question: 6

You plan to configure authentication for OSPF. In which mode should you configure OSPF authentication to use a specific key chain?

A. router ospf

B. global configuration

C. vPC

D. interface

Answer: D

Question: 7

Which GLBL load-balancing method ensures that a client is always mapped to the same virtual MAC address?

A. host-dependent

B. vmac-weighted

C. dedicated-vmac-mode

D. shortest-path and weighting

Answer: A

Question: 8

Which two features are required to implement a Layer 3 VXLAN gateway on the Cisco Nexus 5600 Series platform? (Choose two.)

A. feature mpls

B. feature nv overlay

C. feature lldp

D. feature eigrp

E. feature vn-segment-vlan-based

Answer: A,E

Question: 9

Which command configures the aging for VLAN 100 to 500 minutes?

A. mac address-table aging-time 50

B. mac address-table aging-time 50 vlan 100

C. mac address-table aging-time 3000 vlan 100

D. mac address-table aging-time 300

Answer: C

Question: 10

You experience an issue on a Cisco Nexus 7700 Series switch. You must gather detailed information about the system state and the configuration of the switch. Which command should you run?

A. switch# show logging> bootflash:Log.txt

B. switch# show tech-support> bootflash:Log.txt

C. switch# show running-config> bootflash:Log.txt

D. switch# show system> bootflash:Log.txt

Answer: B

Question: 11

ipv6 access-list MY_ACL

permit tcp 2001:cc1e:aaaa::/64 2001:cc1e:befe:cccc::/64

permit udp 2001:cc1e:bbbb::/64 2001:cc1e:befe:cccc::/64

interface ethernet 1/1

ipv6 address 2001:cc1e:befe:cccc::1/64

ipv6 traffic-filter MY_ACL in

Refer to the exhibit. Only the ACL in the exhibit is applied on a VDC, and only the default VRF is used. In which two scenarios is traffic permitted?

(Choose two.)

A. TCP traffic from 2001:cc1e:aaaa::/64 to 2001:cc1e:befe:cccc:abcd/64

B. GRE traffic from 2001:cc1e:befe:cccc::abcd/64 to 2001:cc1e:aaaa/64

C. UDP traffic from 2001:cc1e:aaaa::/64 to 2001::cc1e:befe:cccc::abcd/64

D. GRE traffic from 2001:cc1e:bbbb::/64 to 2001:cc1e:befe:cccc::abcd/64

E. TCP traffic from 2001:cc1e:bbbb::/64 to 2001:cc1e:befe:cccc:abcd/64

Answer: A,D

Question: 12

Which two options can be used for link aggregation when you configure vPC member interfaces? (Choose two.)

A. a static EtherChannel

B. the Cisco Fabric Services protocol

C. the LACP protocol

D. the VSL control link

E. the PAgP protocol

Answer: C,D

Question: 13

Which two options should you consider when you configure a SAN zone set? (Choose two.)

A. VSANs can be activated by using enhanced zoning.

B. A SAN zone set consists of one or more SAN zones.

C. A SAN zone set must be activated manually on all of the fabric nodes.

D. Only the SAN zone set can be activated simultaneously.

E. One SAN zone can be the member of only one zone set.

Answer: B,C

Question: 14

Which technology is required in the underlay to facilitate remote VTEP discovery?

A. multicast

B. VXLAN

C. OSPF

D. BGR

Answer: A

Question: 15

Which statement about SNMP support on Cisco Nexus switches is true?

A. Cisco NX-OS only supports SNMP over IPv4.

B. Cisco NX-OS supports one instance of the SNMP per VDC.

C. SNMP is not VRF-aware.

D. SNMP requires the LAN_ENTERPRISE_SERVICES_PKG license.

E. Only users belonging to the network operator RBAC role can assign SNMP groups.

Answer: B

Explanation:

Cisco NX-OS supports one instance of the SNMP per virtual device context (VDC). By default, Cisco NX-OS places you in the default VDC. SNMP supports multiple MIB module instances and maps them to logical network entities. SNMP is also VRF aware. You can configure SNMP to use a particular VRF to reach the SNMP notification host receiver. You can also configure SNMP to filter notifications to an SNMP host receiver based on the VRF where the notification occurred.

Reference:

https://www.cisco.com/c/en/us/td/docs/switches/datacenter/sw/5_x/nx-os/system_management/configuration/guide/sm_nx_os_cg/sm_9snmp.html

About the Author

Successfully passing an important test can be a time consuming and monotonous process.

Rate this Article
Leave a Comment
Author Thumbnail
I Agree:
Comment 
Pictures
Author: Peter Baumann

Peter Baumann

Member since: Jul 26, 2017
Published articles: 30

Related Articles