2010年3月7日 星期日

Extreme Switch 基本設定

設定Switch IP Address

#config vlan mgmt  ip_address/subnet_mask
 Example:
 config vlan default ipaddress 192.168.123.1 255.255.255.0
 config vlan default ipaddress 192.168.123.1 / 24
 
設定Default Gateway 
#config iproute add default 
 Example:
 config iproute add default 192.168.123.254
 
儲存設定值 
#save