Valid 1z0-460 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-460 Exam! ExamDiscuss.com now offer the newest 1z0-460 exam dumps, the ExamDiscuss.com 1z0-460 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-460 dumps with Test Engine here:
You have to aggregate two network interfaces, eth0 and eth1, into a single logical interface such as bond0. Which option shows the four configuration files that need to be configured to set up this bonding?
Correct Answer: C
Explanation/Reference: Explanation: * Step #1: Create a Bond0 Configuration File Red Hat Enterprise Linux (and its clone such as CentOS) stores network configuration in /etc/sysconfig/ network-scripts/ directory. First, you need to create a bond0 config file as follows: # vi /etc/sysconfig/network-scripts/ifcfg-bond0 * Step #2: Modify eth0 and eth1 config files Open both configuration using a text editor such as vi/vim, and make sure file read as follows for eth0 interface# vi /etc/sysconfig/network-scripts/ifcfg-eth0 * Step # 3: Load bond driver/module Make sure bonding module is loaded when the channel-bonding interface (bond0) is brought up. You need to modify kernel modules configuration file: For each configured channel bonding interface, there must be a corresponding entry in your new /etc/ modprobe.d/bonding.conf file.