Configuration example - make changes as per requirement :
int bundle-ether 100
no ip address
bundle minimum-active links 1
bundle maximum-active links 2
no shutdown
!
int g0/1/0/1
bundle id 100 mode active
no shutdown
int g0/1/0/2
bundle id 100 mode active
no shutdown
!
int bundle-ether 100.10 ( VLAN 10)
dot1q vlan 10
ipv4 address 10.10.10.1/24
no shutdown
!
end
!
commit