exam questions

Exam 350-901 All Questions

View all questions & answers for the 350-901 exam

Exam 350-901 topic 1 question 190 discussion

Actual exam question from Cisco's 350-901
Question #: 190
Topic #: 1
[All 350-901 Questions]

Which Puppet manifest needs to be used to configure an interface GigabitEthernet 0/1 on a Cisco IOS switch?
A.

B.

C.

D.

Show Suggested Answer Hide Answer
Suggested Answer: D

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
martin_k1
Highly Voted 2 years, 6 months ago
I would go with a 'D' here https://github.com/puppetlabs/cisco_ios/blob/main/examples/network_interface.pp
upvoted 15 times
...
after_eight
Most Recent 10 months, 1 week ago
D is correct. See https://www.ciscolive.com/c/dam/r/ciscolive/us/docs/2019/pdf/BRKPRG-2000.pdf page 73
upvoted 1 times
...
Teringzooi
1 year, 8 months ago
D seems to be correct. 'FastEthernet1/0/1': access => '99', description => 'foobar', dhcp_snooping_limit_rate => '5', mode => 'access', negotiate => false, port_security => 'restrict', port_security_aging_time => '1', port_security_aging_type => 'inactivity', port_security_mac_address => absent, spanning_tree => 'leaf'; https://github.com/puppetlabs/cisco_ios/blob/main/examples/port_channel.pp https://github.com/uniak/puppet-networkdevice/blob/master/examples/example-switch.pp
upvoted 1 times
...
designated
1 year, 9 months ago
D is correct: cisco_interface { 'FastEthernet1/0/1': access => '99', description => 'foobar', dhcp_snooping_limit_rate => '5', mode => 'access', negotiate => false, port_security => 'restrict', port_security_aging_time => '1', port_security_aging_type => 'inactivity', port_security_mac_address => absent, spanning_tree => 'leaf'; https://github.com/uniak/puppet-networkdevice/blob/master/examples/example-switch.pp
upvoted 2 times
...
lente_kriebels
2 years, 8 months ago
Correct answer is A: identifier is name:
upvoted 4 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...