350-601 Automation • Complete Question Bank
Complete 350-601 Automation question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. interface Eth1/1 description Server-Connection switchport mode access switchport access vlan 100 spanning-tree port type edge no shutdown interface Eth1/2 description Trunk-to-Core switchport mode trunk switchport trunk allowed vlan 10,20,30 spanning-tree port type network no shutdown
Refer to the exhibit.
{
"totalCount": "1",
"imdata": [
{
"l1PhysIf": {
"attributes": {
"id": "Eth1/1",
"adminSt": "up",
"descr": "To-Server",
"mtu": "1500",
"switchportMode": "access",
"accessVlan": "100"
}
}
}
]
}Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag steps to the numbered slots on the right, or tap a step then tap a slot.
Drag a concept onto its matching description — or click a concept then click the description.
Central controller for policy management
Leaf-to-leaf connectivity and fabric backplane
Top-of-rack switch connecting servers to fabric
Endpoint group for policy application
Bridge domain for Layer 2 forwarding context
Drag a concept onto its matching description — or click a concept then click the description.
First-hop redundancy for default gateway
Multi-chassis link aggregation with loop prevention
Transparent interconnection of lots of links (TRILL-based)
Non-Stop Forwarding during supervisor switchover
Stateful Switchover for control plane redundancy
{
"error": {
"code": "400",
"message": "Invalid command",
"clierror": "Invalid command at line 1"
}
}from cobra.mit.access import MoDirectory
from cobra.mit.session import LoginSession
session = LoginSession('https://apic-ip', 'admin', 'password')
md = MoDirectory(session)
md.login()
print(md.lookupByClass('fvTenant'))fatal: [nxos-switch]: FAILED! => {"changed": false, "msg": "unable to authenticate: authentication failed", "invocation": {"module_args": {"password": "VALUE_SPECIFIED_IN_NO_LOG_PARAMETER", "username": "admin"}}}show running-config | include feature\nfeature nxapi\nfeature bash\nfeature interface-vlan\nfeature lacp\nfeature vpc
GET /ins HTTP/1.1\nHost: 10.1.1.1\nContent-Type: application/json\n\n{\n "ins_api": {\n "version": "1.0",\n "type": "cli_show",\n "chunk": "0",\n "sid": "1",\n "input": "show interface eth1/1"\n }\n}\n\nResponse:\n{\n "ins_api": {\n "outputs": {\n "output": {\n "msg": "Success",\n "code": "200",\n "input": "show interface eth1/1",\n "body": {
"TABLE_interface": { ... },
"ROW_interface": { "interface": "Ethernet1/1", "state": "up" }
}\n }\n }\n }\n}- name: Apply VLAN configuration to Nexus switches\n hosts: nexus_switches\n gather_facts: no\n tasks:\n - name: Configure VLAN 10\n cisco.nxos.nxos_config:\n lines:\n - vlan 10\n - name Automation_VLAN\n provider: "{{ cli }}"feature nxapi nxapi http port 80 nxapi https port 443 nxapi certificate /bootflash/self.crt key /bootflash/self.key
TASK [Configure interface] ****************************************************
fatal: [nxos-switch-1]: FAILED! => {"changed": false, "msg": "Unsupported parameters for (nxos_config) module: mtu Supported parameters include: after, backup, backup_options, before, config, defaults, diff_against, diff_ignore_lines, intended_config, lines, match, parents, provider, replace, save_when, src"}