2014年9月4日 星期四

Ether Type

Ether Type
  • 0x0000 ~ 0x05DC (1500):IEEE 802.3 length
  • 0x0800 IPv4
  • 0x0806 ARP
  • 0x8035 RARP
  • 0x0842 Wake-on-LAN
  • 0x8100 VLAN
  • 0x86DD IPv6
  • 0x8809 EFM, Ethernet in the First Mile
  • 0x880B PPP, Point-to-Point Protocol
  • 0x8863 PPPoE, PPP Over Ethernet (Discovery Stage)
  • 0x8864 PPPoE, PPP Over Ethernet (PPP Session Stage)
  • 0x88A2 AoE, ATA over Ethernet:不用網路層的 storage area network (SAN),直接透過 Ethernet 存取 ATA 儲存設備
  • 0x88A8 Provider Bridging (IEEE 802.1ad)
  • 0x88B5 ~ 0x88B6 Local Experimental – 區域試驗用, 出處:IEEE Std 802a™-2003 (Amendment to IEEE Std 802®-2001)
  • 0x88B7 OUI Extended: 自訂 Layer 2 協定, 出處:IEEE Std 802a™-2003 (Amendment to IEEE Std 802®-2001)
  • 0x88BB LWAPP, Light Weight Access Point Protocol.
  • 0x88CC LLDP, Link Layer Discovery Protocol.
  • 0x88D8 Circuit Emulation Services over Ethernet (MEF-8)
  • 0x88E3 Media Redundancy Protocol (IEC62439-2)
  • 0x88E5 MAC security (IEEE 802.1AE)
  • 0x88F7 Precision Time Protocol (PTP) over Ethernet (IEEE 1588)
  • 0x8902 IEEE 802.1ag Connectivity Fault Management (CFM) Protocol / ITU-T Recommendation Y.1731 (OAM)
  • 0x892F High-availability Seamless Redundancy (HSR)
  • 0x9000 Loopback (Configuration Test Protocol)
  • 0x9002 Bridge Communications TCP/IP Systems Management
  • 0x9100 Q-in-Q
  • 0xFFFF reserved. 
參考來源
  1. http://en.wikipedia.org/wiki/Ethertype
延伸閱讀

沒有留言:

張貼留言

SIP header Via

所有 SIP 訊息 都要有 Via,縮寫 v。一開始的 UAC 和後續途經的每個 proxy 都會疊加一個 Via 放傳送的位址,依序作為回應的路徑。 格式 sent-protocol sent-by [ ;branch= branch ][ ; 參數 ...] s...