Management port in cisco switch

Sir If I want to make the port number 1,2 of a cisco 24 port manageable switch as management ports.
Configuration: Vlan1: 1,2 should be access and 3 to 20 not member or down and port 21 to 24 should
be trunk
Vlan 10: Port 1,2 should be down and port 3 to 20 should be access ports and port 21
to 24 should be trunk
Vlan 20: Port 1,2 should be access and port 3 to 20 should be down or not member a
and port 21-24 should be trunk

Sir, what will be the commands for this configuration?

configure terminal
vlan 1
interface FastEthernet 1
switchport mode access
switchport access vlan 1
exit
interface FastEthernet 2
switchport mode access
switchport access vlan 1
exit
interface range FastEthernet 3-20
switchport mode access
switchport access vlan 3
shutdown
exit
interface range FastEthernet 21-24
switchport mode trunk
exit

vlan 10
interface FastEthernet 1
shutdown
exit
interface FastEthernet 2