Since we can have switchport mode fex-fabric in Cisco`s Nexus switches, why not have that under Port mode, in NPM, instead of access or trunk.
And, be able to monitor, and get alerts, for the physical ports underneath.
interface Port-channel107
description portchannel to Cabinet G
switchport
switchport mode fex-fabric
load-interval 30
fex associate 107
!
interface TenGigabitEthernet1/1/7
description portchannel to Cabinet G
switchport
switchport mode fex-fabric
load-interval 30
channel-group 107 mode on
!
interface TenGigabitEthernet2/1/7
description portchannel to Cabinet G
switchport
switchport mode fex-fabric
load-interval 30
channel-group 107 mode on
!
Thanks