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.)
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.)
The correct options to fix the misconfiguration from /32 to /30 are to use specific commands that accurately change the address. Replacing the family inet address /32 with /30 ensures the configuration is correctly updated. Option A allows this replacement within the specific interface context, while option C provides a broader scope to replace the address configuration correctly.
Addition to option D is - user@router# set family inet address /30
Both are correct