
#configure terminal  | Enter configure mode.  | 
(config)#tfo enable  | Enable TFO globally.  | 
(config)#fog 1 enable  | Create a Fail over group (FOG) and enable it.  | 
(config)#interface xe35  | Enter interface mode  | 
(config-if)#link-type uplink  | Specify the link-type as Uplink.  | 
(config-if)#fog 1 type mpg  | Specify the MPG member for FOG 1.  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe34  | Enter interface mode  | 
(config-if)#link-type downlink  | Specify the link-type as Downlink.  | 
(config-if)#fog 1 type cpg  | Specify the CPG member for FOG 1.  | 
(config-if)#end  | Exit interface and configure mode  | 

#configure terminal  | Enter configure mode.  | 
(config)#tfo enable  | Enable TFO globally.  | 
(config)#fog 1 enable  | Create a Fail over group (FOG) and enable it.  | 
(config)#interface po1  | Enter interface mode  | 
(config-if)#switchport  | Make the interface Layer2.  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe32  | Enter interface mode  | 
(config-if)#switchport  | Make the interface Layer2.  | 
(config-if)#link-type uplink  | Specify the link-type as Uplink.  | 
(config-if)#channel-group 1 mode active  | Specify the channel group in interface  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe33  | Enter interface mode  | 
(config-if)#switchport  | Make the interface as Layer2.  | 
(config-if)#link-type uplink  | Specify the link-type as Uplink.  | 
(config-if)#channel-group 1 mode active  | Specify the channel group in interface  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe34  | Enter interface mode  | 
(config-if)#switchport  | Make the interface as Layer2.  | 
(config-if)#link-type uplink  | Specify the link-type as Uplink.  | 
(config-if)#channel-group 1 mode active  | Specify the channel group in interface  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe20  | Enter interface mode  | 
(config-if)#link-type downlink  | Specify the link-type as Downlink.  | 
(config-if)#fog 1 type cpg  | Specify the CPG member for FOG 1  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface po1  | Enter port-channel mode  | 
(config-if)#link-type uplink  | Specify the link-type as Uplink.  | 
(config-if)#fog 1 type mpg  | Specify the MPG member for FOG 1.  | 
(config-if)#exit  | Exit interface and configure mode  | 
(config)#interface po1  | Enter interface mode  | 
(config-if)#switchport  | Make the interface as Layer2.  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe32  | Enter interface mode  | 
(config-if)#switchport  | Make the interface as Layer2.  | 
(config-if)#channel-group 1 mode active  | Specify the channel group in interface  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe33  | Enter interface mode  | 
(config-if)#switchport  | Make the interface as Layer2.  | 
(config-if)#channel-group 1 mode active  | Specify the channel group in interface  | 
(config-if)#exit  | Exit interface mode  | 
(config)#interface xe34  | Enter interface mode  | 
(config-if)#switchport   | Make the interface as Layer2  | 
(config-if)#channel-group 1 mode active   | Specify the channel group in interface  | 
(config-if)#exit  | Exit interface mode  |