
| R1#configure terminal | Enter configure mode. | 
| R1(config)#interface po10 | Enter interface mode. | 
| R1(config-if)#ip address 1.1.1.1/24 | Assigning IP Address to PO Interface | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R1(config-if)#exit | Exit interface mode. | 
| R1(config)#lacp system-priority 20000 | Set the system priority of this switch. This priority is used for determining the system that is responsible for resolving conflicts in the choice of aggregation groups. A lower numerical value has a higher priority. | 
| R1(config)#interface xe1 | Enter interface mode. | 
| R1(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R1(config-if)#channel-group 10 mode active | Add this interface to channel group 10 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R1(config-if)#exit | Exit interface mode. | 
| R1(config)#interface xe2 | Enter interface mode. | 
| R1(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R1(config-if)#channel-group 10 mode active | Add this interface to channel group 10 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R1(config-if)#exit | Exit interface mode. | 
| R1(config)#interface xe3 | Enter interface mode. | 
| R1(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R1(config-if)#channel-group 10 mode active | Add this interface to channel group 10 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R1(config-if)#exit | Exit interface mode. | 
| R2#configure terminal | Enter configure mode. | 
| R2(config)#interface po10 | Enter interface mode. | 
| R2(config-if)#ip address 1.1.1.2/24 | Assigning IP Address to PO Interface | 
| R2(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R2(config-if)#exit | Exit interface mode. | 
| R2(config)#lacp system-priority 20000 | Set the system priority of this switch. This priority is used for determining the system that is responsible for resolving conflicts in the choice of aggregation groups. A lower numerical value has a higher priority. | 
| R2(config)#interface xe1 | Enter interface mode. | 
| R2(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R2(config-if)#channel-group 10 mode active | Add this interface to channel group 10 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R2(config-if)#exit | Exit interface mode. | 
| R2(config)#interface xe2 | Enter interface mode. | 
| R2(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R2(config-if)#channel-group 10 mode active | Add this interface to channel group 10 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R2(config-if)#exit | Exit interface mode. | 
| R2(config)#interface xe3 | Enter interface mode. | 
| R2(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R2(config-if)#channel-group 10 mode active | Add this interface to channel group 10 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R2(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R2(config-if)#exit | Exit interface mode. | 
| R1#configure terminal | Enter configure mode | 
| R1(config)#interface sa12 | Enter interface mode | 
| R1(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R1(config-if)#ip address 2.2.2.1/24 | Assigning IP Address to PO Interface | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R1(config-if)#exit | Exit interface mode | 
| R1(config)#interface xe1 | Enter interface mode | 
| R1(config-if)#static-channel-group 12 | Add this interface to channel group 12 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R1(config-if)#exit | Exit interface mode | 
| R2#configure terminal | Enter configure mode | 
| R2(config)#interface sa12 | Enter interface mode | 
| R2(config-if)#no switchport | Making Interface as L3 Port (This command will remove if switchport configuration is present). | 
| R2(config-if)#ip address 2.2.2.2/24 | Assigning IP Address to PO Interface | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R2(config-if)#exit | Exit interface mode | 
| R2(config)#interface xe1 | Enter interface mode | 
| R2(config-if)#static-channel-group 12 | Add this interface to channel group 12 and enable link aggregation so that it can be selected for aggregation by the local system. | 
| R1(config-if)#commit | Commit the candidate configuration to the running configuration | 
| R2(config-if)#exit | Exit interface mode |