Exit 1Z0-822 Oracle Solaris 11 Advanced System Administration
Question 4 of 5
0% complete
Q4 Single choice

You are configuring a system on your network that was installed using LiveCD. You configured applied a static IP address to the system. You now need to configure a default router. Assume that name services are file based and the router's IP address is 172.31.10.1.

Which two methods should you use to configure a default route on this Oracle Solaris 11 system?

  • A

    svccfg s network/physical setprop config/defroute=172.31.10.1;svcadm refresh network/physical;

    svcadm restart network/physical

  • B

    svccfg s routing/route setprop config/defroute=172.31.10.1;svcadm refresh routing/route; svcadm

    restart routing/route

  • C

    Add the IP address to the /etc/defaultrouter file and run route add default 172.31.10.1.

  • D

    netadm modify p ncp DefaultFixed set-prop p defroute=172.31.10.1

  • E

    ipadm set-prop p defaultrouter=172.31.10.1