Question 1easymultiple choice
Open the full VLAN trunking answer →200-901 Infrastructure and Automation • Complete Question Bank
Complete 200-901 Infrastructure and Automation question bank — all 0 questions with answers and detailed explanations.
Refer to the exhibit. R1#show run | section interface GigabitEthernet0/1 interface GigabitEthernet0/1 ip address 192.168.1.1 255.255.255.0 duplex auto speed auto ! R1#show ip interface GigabitEthernet0/1 GigabitEthernet0/1 is up, line protocol is up Internet address is 192.168.1.1/24 Broadcast address is 255.255.255.255 Address determined by non-volatile memory MTU is 1500 bytes Helper address is not set Directed broadcast forwarding is disabled Outgoing access list is not set Inbound access list is not set
Refer to the exhibit.
{
"ietf-interfaces:interface": {
"name": "GigabitEthernet0/1",
"description": "Link to Core",
"type": "iana-if-type:ethernetCsmacd",
"enabled": false,
"ietf-ip:ipv4": {
"address": [
{
"ip": "10.10.10.1",
"netmask": "255.255.255.0"
}
]
}
}
}Refer to the exhibit. Error: 'Failed to authenticate to device 192.168.1.100:22'
Refer to the exhibit.
{
"policy": {
"name": "QoS-Policy",
"match": {
"dscp": "EF",
"source_ip": "10.0.0.0/24"
},
"action": {
"set_dscp": "AF41",
"police": {
"cir": "100000000",
"bc": "10000000",
"conform_action": "transmit",
"exceed_action": "drop"
}
}
}
}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.
"hello"
42
true
[1, 2, 3]
{"key": "value"}
Refer to the exhibit. Router# show ip interface brief Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0 192.168.1.1 YES NVRAM up up GigabitEthernet0/1 unassigned YES NVRAM administratively down down
Refer to the exhibit. ! From a Nexus switch: interface Ethernet1/1 description Connected to Server switchport mode access switchport access vlan 10 spanning-tree portfast no shutdown
Refer to the exhibit.
<rpc-reply message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<data>
<interfaces xmlns="http://openconfig.net/yang/interfaces">
<interface>
<name>GigabitEthernet0/1</name>
<config>
<enabled>false</enabled>
</config>
</interface>
</interfaces>
</data>
</rpc-reply>Refer to the exhibit. Router# show ip interface brief Interface IP-Address OK? Method Status Protocol GigabitEthernet0/0 192.168.1.1 YES NVRAM up up GigabitEthernet0/1 unassigned YES unset administratively down down GigabitEthernet0/2 10.10.10.1 YES manual up up
Refer to the exhibit.
POST /api/v1/vlan HTTP/1.1
Host: 192.168.1.100
Authorization: Bearer <token>
Content-Type: application/json
{
"name": "Engineering",
"vlanId": 10
}Refer to the exhibit.
---
- name: Configure interfaces
hosts: switches
gather_facts: no
tasks:
- name: Set interface description
ios_config:
lines:
- description Lab-Interface
parents: interface GigabitEthernet0/1Refer to the exhibit.
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<rpc-error>
<error-type>protocol</error-type>
<error-tag>operation-failed</error-tag>
<error-severity>error</error-severity>
<error-message>
Edit operation failed: the candidate configuration does not pass validation.
</error-message>
<error-info>
<bad-element>mtu</bad-element>
<bad-namespace>urn:cisco:params:xml:ns:yang:Cisco-IOS-XE-native</bad-namespace>
</error-info>
</rpc-error>
</rpc-reply>Refer to the exhibit.
{
"response": [
{
"hostname": "Core-Router",
"managementIpAddress": "10.1.1.1",
"platformId": "ISR4451-X",
"serialNumber": "F0C1234A5B6",
"lastUpdated": "2023-11-28T15:30:00.000+00:00"
}
],
"version": "2.0.0"
}Refer to the exhibit. ip interface brief Interface IP-Address OK? Method Status Protocol GigabitEthernet1 10.1.1.1 YES NVRAM up up GigabitEthernet2 unassigned YES unset up up Serial0/0/0 192.168.1.1 YES NVRAM up down Loopback0 1.1.1.1 YES NVRAM up up
Refer to the exhibit.
yang-module: Cisco-IOS-XE-native
container native
container ip
list route
key "prefix mask"
leaf prefix { type inet:ipv4-address; }
leaf mask { type inet:ipv4-prefix-length; }
leaf next-hop { type inet:ipv4-address; }Refer to the exhibit.
---
- name: Configure interface description
hosts: cisco_devices
gather_facts: no
tasks:
- name: Set description
ios_config:
lines:
- description Configured by Ansible
parents: interface GigabitEthernet0/1Refer to the exhibit. telemetry ietf subscription 101 encoding encode-kvgpb filter xpath /interfaces/interface[name='GigabitEthernet1']/oper-status source-address 10.1.1.1 stream yang-push update-policy periodic 500
{"error":{"code":400,"message":"Invalid request: missing required parameter 'ipAddress'","details":null}}