To Change from DHCP to Static IP Address
1. Find the SAS address of the Switch.
“xip -i get avail” (need to remove the “:” from the SAS address)
2. Disable DHCP.
“xip -i “SAS address from step 1” set DHCP 0”
3. Change the IP address
“xip -i “SAS address from step 1” set ipaddr 192.168.1.10”
4. Change the subnet address
“xip -i “SAS address from step 1” set subnet 255.255.255.0”
5. Change the gateway address
“xip -i “SAS address from step 1”
set gateway 192.168.1.1”
6.
Reset the Switch or power cycle the Switch.
“xip -i “SAS address from step 1”
reset exp”
To Change from Static IP Address to DHCP
1. Find the SAS address of the Switch.
“xip -i get avail”
2.
Find the SAS address of the Switch.
“xip -i “SAS address from step 1” set DHCP 1”
3.
Reset the Switch or power cycle the Switch.
“xip -i “SAS address from step 1”
reset exp”