2011年10月4日 星期二

Extreme 基本命令 一

看看誰登錄Switch
show session
然後用clear session number

config account <username> 配置用戶帳號

config ports <portlist> auto off {speed [10 | 100 | 配置端口
1000]} duplex [half | full]

config time <date> <time> 配置時間和日期︰格式 mm dd yyyy hh mm ss 



config time 10 04 2011 13 42 22

config vlan <name> ipaddress <ip_address> 配置vlan的ip位址
{<mask>}

config vlan default ipaddress 192.168.1.1 255.255.255.0


create account [admin | user] <username> {<password>} 建立一個用戶帳號,admin或者是user 普通模式 
create account admin ryan XXXX

delete account <username> 刪除帳號

delete vlan <name> 刪除一個vlan 

disable clipaging 關閉螢幕輸出時候的暫停功能
enable 。。。。 開啟

disable ports [<portlist> | all] 關閉一個端口,或所有端口

disable telnet 關閉telnet 模式訪問交換機

disable web 關閉web模式訪問交換機



unconfig switch {all} 恢復出廠值,但不包括用戶改的時間和用戶帳號訊息

configure account 配置用戶密碼,不過首先你得先用create建立一個用戶帳號才能用這個改密碼 ExtremeWare支持2種級別的管理︰user和administrator

config dns-client add <ipaddress> 配置一個dns server

ping {udp} {continuous} {size <start_size> {- <end_size>}} [<ip_address> | <hostname>]
{from <src_address> | with record-route | from <src_ipaddress> with record-route}

udp 是指用udp包代替icmp包來ping
continuos 連續ping
size 製定icmp包大小,如果start和end都設置的話,那么每發一個包就增加一個位元組,如果製定開始100結尾200,那么第一次100,第二次101…… 如果沒指定end則按開始包大小發
from 發送源端口

traceroute [<ip_address> | <hostname>] {from <src_ipaddress>} {ttl <TTL>} {port
<port>} 
ttl 可指定ttl值
port 製定 udp端口號



show management 查看管理訊息,以及snmp訊息

config snmp add trapreceiver <ip address> {port <udp_port>} community <communitystring> {from <source ip address>} 配置snmp接收host和團契字元串

config snmp delete trapreceiver 這是刪掉trap

config snmp access-profile readonly [<access_profile> | none]配置snmp的只讀訪問列表,none是去除
config snmp access-profile readwrite [<access_profile> | none]
這是控制讀寫控制

config snmp (add 6.22版本)community [readonly | readwrite] <string>控制只讀和讀寫字元串 (在Extremeware Version 6.1.7 (Build 9)測試)


dhcp缺省在每個vlan的每個端口啟用,用以下命令修改
enable dhcp ports <portlist> vlan <name>
disable dhcp ports <portlist> vlan <name>


config cpu-dos-protect [alert-threshold <packets per second>] [notice-threshold
<packets per second>] [timeout <seconds>] [messages [on | off] [filter-precedence
<number>] 配置拒絕服務保護


enable cpu-dos-protect 是dos保護功能啟用
disable cpu-dos-protect

show cpu-dos-protect 顯示配置訊息 (以上為6。22版本)

config ip-mtu <size> vlan <vlan name> 配置mtuT的值可以設置為1500到9216

沒有留言: