Which TWO attributes or parameters can be used within a NETCONF <edit-config> operation to control how configuration data is merged or replaced? (Choose two)
Trap 1: baud-rate
Baud rate is a console serial setting, not an edit-config parameter.
Trap 2: ssh-cipher
SSH ciphers are negotiated during SSH transport setup, not edit-config.
- A
target
target specifies which datastore (e.g., candidate) receives the edits.
- B
baud-rate
Why wrong: Baud rate is a console serial setting, not an edit-config parameter.
- C
default-operation
default-operation defines how nodes without explicit operations are handled.
- D
ssh-cipher
Why wrong: SSH ciphers are negotiated during SSH transport setup, not edit-config.
- E
session-timeout
Session timeouts are configured separately, but target and default-operation are direct edit-config parameters.