script start "p-Class Gbe-2" 4  /**** DO NOT EDIT THIS LINE!
/* Disable bootp if you want the switch to have manually assigned IP address.
/* OR if you want bootp assigned address then delete the next two lines disabling bootp. 
/c/sys/bootp dis
/* Manually enable IP interface 
/c/ip/if 1
	ena
/* Manually configure IP address/mask (10.90.90.92/255.0.0.0 in this example).
/* OR if you want bootp assigned address then delete the next two lines configuring IP addresss/mask. 
	addr 10.90.90.92
	mask 255.0.0.0
/* Disable all ports except the uplink port (19 in this example)that connects this switch to the network that has the workstation used to configure this switch. 
/* Make sure the uplink port is 19, if not disable 19 instead of the correct uplink according to your network environment..
/c/port 1 
	dis
/c/port 2 
	dis
/c/port 3 
	dis
/c/port 4 
	dis
/c/port 5 
	dis
/c/port 6 
	dis
/c/port 7 
	dis
/c/port 8 
	dis
/c/port 9 
	dis
/c/port 10
	dis
/c/port 11
	dis
/c/port 12
	dis
/c/port 13
	dis
/c/port 14
	dis
/c/port 15
	dis
/c/port 16
	dis
/c/port 17
	dis
/c/port 18
	dis
/c/port 20
	dis
/c/port 21
	dis
/c/port 22
	dis
/c/port 23
	dis
/c/port 24
	dis
/
script end  /**** DO NOT EDIT THIS LINE!
