Cisco® 300-550 Exam Practice Questions (P. 5)
- Full Access (70 questions)
- Six months of Premium Access
- Access to one million comments
- Seamless ChatGPT Integration
- Ability to download PDF files
- Anki Flashcard files for revision
- No Captcha & No AdSense
- Advanced Exam Configuration
Question #21
Management protocols like NETCONF access network elements on well-known ports. Which design practice hardens a network device implementation?
- ASpecify the source interface for SSH
- BLimit access to port 830, well-known clients, and SSH VTY.
- CEnable CoPP.
- DConfigure ip http secure-server.
Correct Answer:
A
The management plane is used in order to access, configure, and manage a device, as well as monitor its operations and the network on which it is deployed. The management plane is the plane that receives and sends traffic for operations of these functions. You must secure both the management plane and control plane of a device, because operations of the control plane directly affect operations of the management plane. This list of protocols is used by the management plane:
✑ Simple Network Management Protocol
✑ Telnet
✑ Secure Shell Protocol
Reference:
http://www.cisco.com/c/en/us/support/docs/ip/access-lists/13608-21.html
A
The management plane is used in order to access, configure, and manage a device, as well as monitor its operations and the network on which it is deployed. The management plane is the plane that receives and sends traffic for operations of these functions. You must secure both the management plane and control plane of a device, because operations of the control plane directly affect operations of the management plane. This list of protocols is used by the management plane:
✑ Simple Network Management Protocol
✑ Telnet
✑ Secure Shell Protocol
Reference:
http://www.cisco.com/c/en/us/support/docs/ip/access-lists/13608-21.html
send
light_mode
delete
Question #22
You are developing a YANG data model to represent the functionality of a new network application. Which two YANG statements do you use to organize the model into a hierarchy? (Choose two.)
- Amodule
- Bgrouping
- Csubmodule
- Daugment
- Econtainer
Correct Answer:
DE
Reference:
https://tools.ietf.org/html/rfc6244
DE
Reference:
https://tools.ietf.org/html/rfc6244
send
light_mode
delete
Question #23
Which network is used by default for cluster sync between Cisco APICs?
- Aout of band management network
- BVXLAN overlay network
- Cin-band management network
- Dinfra-VTEP network
Correct Answer:
C
C
send
light_mode
delete
Question #24
YANG modeling supports which two comment styles? (Choose two.)
- AA block comment is enclosed within "<--"and"-->".
- BA single-line comment starts with "#" and ends at the end of the line.
- CA single-line comment starts with "!" and ends at the end of the line.
- DA block comment is enclosed within "/*" and "*/".
- EA single-line comment starts with "//" and ends at the end of the line.
Correct Answer:
DE
Comments are C++ style. A single line comment starts with "//" and ends at the end of the line. A block comment is enclosed within "/*" and "*/".
Reference:
https://tools.ietf.org/html/draft-ietf-netmod-yang-00
DE
Comments are C++ style. A single line comment starts with "//" and ends at the end of the line. A block comment is enclosed within "/*" and "*/".
Reference:
https://tools.ietf.org/html/draft-ietf-netmod-yang-00
send
light_mode
delete
Question #25
A web service returns a JSON object to your Python script. What is the most logical object in which to store the JSON response?
- Aan integer
- Ba dictionary
- Ca tuple
- Da string
- Ea list
Correct Answer:
A
Reference:
http://www.tutorialspoint.com/json/json_quick_guide.htm
A
Reference:
http://www.tutorialspoint.com/json/json_quick_guide.htm
send
light_mode
delete
All Pages