#configure terminal | Enter configure mode |
(config)#hostname Node-1 | Configure the hostname |
(config)#coherent-module 7 | Enter into coherent-module |
(config-module)#enable | Enabling the coherent module |
(config-module)#exit | Exiting the coherent module |
(config)#interface po100 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG port |
(config-if)#exit | Exit the interface level |
(config)#interface ce29 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce30 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface po300 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG interface |
(config-if)#exit | Exit the interface level |
(config)#interface ce6/1 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce15/1 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce2/1 | Enter interface level |
(config-if)#switchport | Configure switchport |
(config)#interface ce4/1 | Enter interface level |
(config-if)#switchport | Configure switchport |
(config-if)#exit | Exit the interface level |
(config)#cross-connect sample | Create cross-connect by providing the name |
(config-XC)#ep1 po100 ep2 ce2/1 | Add end-points end-point1 and end-point2 |
(config-XC)#backup ep1 po300 | Add backup end-point1 |
(config-XC)#backup ep2 ce4/1 | Add backup end-point2 |
(config-XC)#cross-connect switchover type revertive | Configure revertive mode |
(config-XC)#link-fault-pass-through enable | Configure LFPT |
(config-XC)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#hostname Node-2 | Configure the hostname |
(config)#coherent-module 4 | Enter into coherent-module |
(config-module)#enable | Enabling the coherent module |
(config-module)#exit | Exit from coherent module mode |
(config)#coherent-module 3 | Enter into coherent-module |
(config-module)#enable | Enabling the coherent module |
(config-module)#exit | Exiting the coherent module |
(config)#interface po100 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG port |
(config-if)#exit | Exit the interface level |
(config)#interface ce23 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce24 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface po300 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG interface |
(config-if)#exit | Exit the interface level |
(config)#interface ce21 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce22 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#cross-connect sample2 | Create cross-connect by providing the name |
(config-XC)#ep1 po100 ep2 po300 | Add end-points end-point1 and end-point2 |
(config-XC)#link-fault-pass-through enable | Configure LFPT |
(config-XC)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#hostname Node-3 | Configure the hostname |
(config)#coherent-module 1 | Enter into coherent-module |
(config-module)#enable | Enabling the coherent module |
(config-module)#exit | Exiting the coherent module |
(config)#interface po300 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG port |
(config-if)#exit | Exit the interface level |
(config)#interface ce13 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce14 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface po100 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG interface |
(config-if)#exit | Exit the interface level |
(config)#interface ce1/1 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce2/1 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce4/1 | Enter interface level |
(config-if)#switchport | Configure switchport |
(config)#interface ce5/1 | Enter interface level |
(config-if)#switchport | Configure switchport |
(config-if)#exit | Exit the interface level |
(config)#cross-connect sample3 | Create cross-connect by providing the name |
(config-XC)#ep1 po300 ep2 ce4/1 | Add end-points end-point1 and end-point2 |
(config-XC)#backup ep1 po100 | Add backup end-point1 |
(config-XC)#backup ep2 ce5/1 | Add backup end-point2 |
(config-XC)#cross-connect switchover type revertive | Configure revertive mode |
(config-XC)#link-fault-pass-through enable | Configure LFPT |
(config-XC)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#hostname Node-4 | Configure the hostname |
(config)#interface po100 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG port |
(config-if)#exit | Exit the interface level |
(config)#interface ce1/1 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce2/1 | Enter interface level |
(config-if)#channel-group 100 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface po300 | Create port channel interface |
(config-if)#switchport | Configure switchport on LAG interface |
(config-if)#exit | Exit the interface level |
(config)#interface ce8/1 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#interface ce15/1 | Enter interface level |
(config-if)#channel-group 300 mode active | Add member port to the port channel interface |
(config-if)#lacp timeout short | Configure LACP timeout as short |
(config-if)#exit | Exit the interface level |
(config)#cross-connect sample4 | Create cross-connect by providing the name |
(config-XC)#ep1 po300 ep2 po100 | Add end-points end-point1 and end-point2 |
(config-XC)#link-fault-pass-through enable | Configure LFPT |
(config-XC)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#cross-connect sample | Enter into cross-connect mode |
(config-XC)#disable | Disabling the cross-connect |
(config-XC)#commit | Commit the configuration |
(config-XC)#exit | Exit the cross-connect |
#configure terminal | Enter configure mode |
(config)#cross-connect sample | Enter into cross-connect mode |
(config-XC)#no disable | Enable the cross-connect |
(config-XC)#commit | Commit the configuration |
(config-XC)#exit | Exit the cross-connect |