change configuration addresses via terminal

i need to change a several address from a mikrotik via terminal.
I find how to change a ip address

/ip address set [/ip address find address=“10.0.0.1/24”] address=20.0.0.1/24

I need also to change

/ip dhcp-server network
add address=10.10.0.0/24 gateway=10.10.0.1

/ip pool
add name=dhcp_pool1 ranges=10.10.1.100-10.10.1.250


/ip firewall nat
add chain=srcnat dst-address=192.168.0.0/16 src-address=10.10.1.0/24

/ip ipsec policy
add dst-address=192.168.0.0/16 sa-src-address=192.168.5.111 src-address=10.10.1.0/24 tunnel=yes

Can you help me with this?