若想知道全球目前各個國家的IPv4位址數量/IPv6位址數量/AS號碼數量及清單
可以到http://trace.twnic.net.tw/ipstats/ 查詢
2012年1月16日
2012年1月14日
ESMTP 使用ehlo command
郵件主機是否有是否採用ESMTP服務可以使用EHLO此項指令去判斷
ESMTP其實就是Extension SMTP,也就是標準SMTP的延伸。
它除了與SMTP相容之外,增加了一些額外的指令及編碼的功能。
其最主要的不同是在兩方面: 1.支援8-bit MIME格式的編碼。2.支援SMTP的用戶認證
測試方式:
用telnet 登入authsmtp.seed.net.tw 25
以下黑色字體為主機回應
藍色字體為輸入指令
紅色為註解
220 seed.net.tw ESMTP Seednet MTA AUTH SSL 4.67:1 12
ehlo test (ehlo同等於smtp的helo指令,後面通常是輸入自己的domain name)
ESMTP其實就是Extension SMTP,也就是標準SMTP的延伸。
它除了與SMTP相容之外,增加了一些額外的指令及編碼的功能。
其最主要的不同是在兩方面: 1.支援8-bit MIME格式的編碼。2.支援SMTP的用戶認證
測試方式:
用telnet 登入authsmtp.seed.net.tw 25
以下黑色字體為主機回應
藍色字體為輸入指令
紅色為註解
220 seed.net.tw ESMTP Seednet MTA AUTH SSL 4.67:1 12
ehlo test (ehlo同等於smtp的helo指令,後面通常是輸入自己的domain name)
2012年1月10日
Cisco IOS 基本命令集
一、 基本路由器的檢驗命令
show version
show processes
show protocols
show mem
show ip route
show startup-config
show running-config
show flash
show interfaces
copy running-config startup-config
copy startup-config running-config
copy running-config tftp
copy tftp running-config
show version
show processes
show protocols
show mem
show ip route
show startup-config
show running-config
show flash
show interfaces
copy running-config startup-config
copy startup-config running-config
copy running-config tftp
copy tftp running-config