#configure terminal | Enter configure mode |
(config)#interface po100 | Create Port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#interface xe1/1 | Enter into interface mode |
(config-if)#channel-group 100 mode active | Adding member port to the port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#interface xe1/2 | Enter into interface level |
(config-if)#channel-group 100 mode active | Adding member port to the port channel interface |
(config-if)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#interface po100 | Create Port channel interface |
(config-if)#switchport | Configuring Switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#interface po200 | Create Port channel interface |
(config-if)#switchport | Configuring Switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce11/1 | Enter into interface level |
(config-if)#channel-group 100 mode active | Adding member port to the port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce11/2 | Enter into interface level |
(config-if)#channel-group 100 mode active | Adding member port to the port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce29 | Enter into interface level |
(config-if)#channel-group 200 mode active | Adding member port to the port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce30 | Enter into interface level |
(config-if)#channel-group 200 mode active | Adding member port to the port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#cross-connect lag | Create cross-connect by providing the name |
(config-XC)#ep1 po100 ep2 po200 | Adding end-points ep1 and ep2 as lag interfaces |
(config-XC)#exit | Exit Cross-connect mode |
(config)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#interface po200 | Create Port channel interface |
(config-if)#switchport | Configuring Switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce29 | Enter into interface level |
(config-if)#channel-group 200 mode active | Adding member port to the port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce30 | Enter into interface level |
(config-if)#channel-group 200 mode active | Adding member port to the port channel interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce11/1 | Enter into interface level |
(config-if)#switchport | Configuring Switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#cross-connect lag | Create cross-connect by providing the name |
(config-XC)#ep1 po100 ep2 ce11/1 | Adding end-points ep1 and ep2 as lag interfaces |
(config-XC)#exit | Exit Cross-connect mode |
(config)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#interface sa100 | Create static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#interface xe1/1 | Enter into interface mode |
(config-if)#static-channel-group 100 | Adding member port to the static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#interface xe1/2 | Enter into interface level |
(config-if)#static-channel-group 100 | Adding member port to the static LAG interface |
(config-if)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#interface sa100 | Create static LAG interface |
(config-if)#switchport | Configuring Switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#interface sa200 | Create static LAG interface |
(config-if)#switchport | Configuring Switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce11/1 | Enter into interface level |
(config-if)#static-channel-group 100 | Adding member port to the static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce11/2 | Enter into interface level |
(config-if)#static-channel-group 100 | Adding member port to the static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce29 | Enter into interface level |
(config-if)#static-channel-group 200 | Adding member port to the static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce30 | Enter into interface level |
(config-if)#static-channel-group 200 | Adding member port to the static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#cross-connect static-lag | Create cross-connect by providing the name |
(config-XC)#ep1 sa100 ep2 sa200 | Adding end-points ep1 and ep2 as lag interfaces |
(config-XC)#exit | Exit Cross-connect mode |
(config)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#interface sa200 | Create static LAG interface |
(config-if)#switchport | Configuring Switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce29 | Enter into interface level |
(config-if)#static-channel-group 200 | Adding member port to the static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce30 | Enter into interface level |
(config-if)#static-channel-group 200 | Adding member port to the static LAG interface |
(config-if)#exit | Exiting from interface level |
(config)#interface ce11/1 | Enter into interface level |
(config-if)#switchport | Configure switchport to the interface |
(config-if)#exit | Exiting from interface level |
(config)#cross-connect static-lag | Create cross-connect by providing the name |
(config-XC)#ep1 po200 ep2 ce11/1 | Adding end-points ep1 and ep2 as lag interfaces |
(config-XC)#exit | Exit Cross-connect mode |
(config)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#cross-connect lag | Create cross-connect by providing the name |
(config-XC)#disable | Disabling the Cross-connect |
(config-XC)#exit | Exit Cross-connect mode |
(config)#commit | Commit the configuration |
#configure terminal | Enter configure mode |
(config)#cross-connect lag | Create cross-connect by providing the name |
(config-XC)#no disable | Enable the Cross-connect |
(config-XC)#exit | Exit Cross-connect mode |
(config)#commit | Commit the configuration |