Ethernet port interfaces are enabled by default.
Enable the interface:
switch(config)# interface ethernet 1/1/1
switch(conf-if-eth1/1/1)# no shutdown
Disable the interface:
switch(config)# interface ethernet 1/1/1
switch(conf-if-eth1/1/1)# shutdown
Show commands to validate functionality:
switch# show configuration