interface Port-channel1 description Core switchport trunk allowed vlan 10 switchport trunk encapsulation dot1q switchport mode trunk ! interface GigabitEthernet0/0 description Core1 ge-0/0/0 switchport trunk allowed vlan 10 switchport trunk encapsulation dot1q switchport mode trunk negotiation auto channel-group 1 mode active ! interface GigabitEthernet0/1 description Core2 ge-0/0/0 switchport trunk allowed vlan 10 switchport trunk encapsulation dot1q switchport mode trunk negotiation auto channel-group 1 mode active ! interface GigabitEthernet0/2 description CORP-user-1 switchport access vlan 10 switchport mode access negotiation auto !