Which two solutions could you use to correct this configuration?

You accidentally configured interface so-0/0/0.0 with /32 instead of /30.
Which two solutions could you use to correct this configuration? (Choose two.)
A. [edit interfaces so-0/0/0.0]
user@router# replace family inet address /32 with /30
B. [edit interfaces so-0/0/0.0]
user@router# rename family inet address /32 to address /30
C. [edit]
user@router# replace interface so-0/0/0.0 family inet address /32 with address /30
D. [edit interfaces so-0/0/0.0]
user@router# delete family inet address user@router# set family inet address /30

Download Printable PDF. VALID exam to help you PASS.

2 thoughts on “Which two solutions could you use to correct this configuration?

  1. if you see D clearly then it shows both of your above commands but in a single line so D is correct

    D. [edit interfaces so-0/0/0.0]
    user@router# delete family inet address user@router# set family inet address /30

  2. Answer D is wrong the command. Impossible that have the command line user@router# delete family inet address user@router# set family inet address /30
    It should be:
    user@router# delete family inet address
    user@router# set family inet address /30
    thank you

Leave a Reply

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


The reCAPTCHA verification period has expired. Please reload the page.