How do you save the current candidate configuration in the set format to permanent storage media?

How do you save the current candidate configuration in the set format to permanent storage media?

How do you save the current candidate configuration in the set format to permanent storage media?

A.
[edit]
user@router# show | set | save /var/tmp/current.conf

B.
[edit]
user@router# show | compare set | save /var/tmp/current.conf

C.
[edit]
user@router# save /var/tmp/current.conf | display set

D.
[edit]
user@router# show | display set | save /var/tmp/current.conf



Leave a Reply 2

Your email address will not be published. Required fields are marked *


slim

slim

Correct answer should be:

show configuration | display set | save /var/tmp/current.conf

Sumi

Sumi

D.
You’re already at configuration mode so show is enough.