1. Emergency
  2. Alert
  3. Critical
  4. Error
  5. Waring
  6. Notice
  7. Information
  8. Debug

qmaw 發表在 痞客邦 留言(0) 人氣()

  1. RFC 2338
  2. 只有一台主要伺服器(Master Router),其餘都是備份伺服器(Backup Router)
  3. 優先權範圍0~255,越大越好。預設優先權為100,Master Router發出Priority 0封包,表示退出VRRP Group。
  4. 只有Virtual IP Owner可以用Priority 255。E.x. VRRP Group IP為192.168.1.254,其中一台路由器自己的IP就是192.168.1.254,只有它能發出Priority 255的Advertisement 封包。
  5. VRRP封包預設一秒發一次
  6. Protocol 112,Address 224.0.0.18
  7. Virtual router的MAC Address 00000.5e00.01XX,XX為Virtual Router的Group NO.用16進位表示。

qmaw 發表在 痞客邦 留言(0) 人氣()

  1. RFC 2281
  2. 使用UDP Port 1985 發送到224.0.0.2
  3. 同一HSRP群組內,有一台Active HSRP Router跟一台Standby HSRP Router
  4. 優先權範圍0~255,越高越好,預設值為100。
  5. 狀態:Disabled->Init->Listen->Speak->Standby->Active
    1. Initial -> State from which the router begin the HSRP Process
    2. Standby-> A candidate to become the next active router
    3. Learn-> The router is still waiting to hear from the active router
    4. Active-> The router is current forwarding packets
    5. Listen-> Listens for hello messages from the active and standby routers
    6. Speak-> Participates in the election for the active or standby router
  6. 驗證:Plain-Text & MD5

qmaw 發表在 痞客邦 留言(0) 人氣()

※建立EtherChannel的條件

  1. 所有被綁定的port屬於同一個VLAN
  2. 如果是trunk mode,所有PORT都要同一個native VLAN
  3. SPEED和DUPLEX要一樣

※負載平衡類型

 Method Hash Input Hash Method Switch Model
 src-ip  Source IP bits ALL
dst-ip Destination IP bits ALL
src-dst-ip Source & Destination IP XOR ALL
src-mac Source MAC bits ALL
dst-mac Destination MAC bits ALL
src-dst-mac Source and Destination MAC XOR ALL
src-port Source Port bits 6500, 4500
dst-port Destion Port bits 6500, 4500
 src-dst-port Source & Destination Port XOR 6500, 4500

※建立EtherChannel的協定

Negotiation Mode   Negotiation Packet Sent Characteristics
PAgP LACP    
On On No All ports channeling
Auto Passive Yes Waits to channel until asked
Desirable Active Yes Actively ask to form a channel

※LACP的Standby Interface使用higher priority

qmaw 發表在 痞客邦 留言(0) 人氣()

在CISCO 的Switch上,定義了幾個ERROR的狀況,出現這些狀況的時候會自動將Port 關閉
  1. ARP-inspection
  2. bpduguard
  3. channel-misconfig
  4. dhcp-rate-limit
  5. dtp-flap
  6. gbic-invalid
  7. lipower
  8. l2ptguard
  9. link-flap
  10. loopback
  11. page-flap
  12. psecure-violation
  13. rootguard
  14. security-violation
  15. storm-control
  16. udld
  17. unicast-flood
  18. vmps

 


qmaw 發表在 痞客邦 留言(0) 人氣()

奇摩電影:http://tw.movie.yahoo.com/movieinfo_main.html/id=3616

這部電影,說實在的,超級難看,我想大概是我無法理解美國人的幽默吧

qmaw 發表在 痞客邦 留言(0) 人氣()

  1. Broadcast: (a)不需設定neighbor(b) 選DR/BDR
  2. Point-to-multipoint: (a)不需設定neighbor(b)不選DR/BDR
  3. Non-broadcast:(a)設定neighbor(b)選DR/BDR
  4. Point-to-multipoint non-broadcast: (a)設定neighbor(b)不選DR/BDR
  5. Point-to-point:(a)設定neighbor(b)不選DR/BDR
有non-broadcast的要設neighbor,
不能形成multipoint-to-multipoint的拓撲不用選DR

qmaw 發表在 痞客邦 留言(0) 人氣()

Stub Area簡介:
(1) ABR建立0.0.0.0/0.0.0.0的預設路由,並且泛流到Stub Area裡
(2) ABR不會將Type 5 LSA  flooding到Area裡
(3) ABR不一定將Type 3 LSA flooding到Area裡

qmaw 發表在 痞客邦 留言(0) 人氣()

每個路由器都會將資料儲存至自身的LSDB,而這些資料是由LSA所組成。

  1. LSA TYPE 1 (Router):每個路由器都會建立自己的TYPE 1 LSA,用來描述路由器本身連接到的區域。
  2. LSA TYPE 2 (Network):由子網路的DR所建立,用來描述子網路以及路由器連接到子網路的介面。
  3. LSA TYPE 3 (Summar):由ABR建立的LSA,定義了來源area內的子網路,以及成本,但不含拓撲資料。
  4. LSA TYPE 4 (ASBR Summary):類似於Type 3 LSA,但會通告一條用來到達ASBR的主機路徑。
  5. LSA TYPE 5 (AS External):負責將外部路徑帶入到OSPF裡。
  6. LSA Type 7 (NSSA External):由NSSA區域內的ASBR所建立,用以取替TYPE 5 LSA。

qmaw 發表在 痞客邦 留言(0) 人氣()

如果BGP從鄰居學得多筆路由表到同一目的地,可根據以下標準判斷將哪一筆路由加入路由表
  1. N: 可到達next_hop嗎
  2. W:Weight,越大越好
  3. L:local_preference,越大越好
  4. L:路由器本身學到的路徑優於iBGP/eBGP
  5. A: AS_PATH長度,(有幾個AS在AS_PATH裡),越短越好。
  6. O:(I優於E,E優於?)
  7. M:MED,越小越好
  8. N:鄰居類型:eBGP優於iBGP
  9. I:IGP Next_Hop的權值,小者優先

qmaw 發表在 痞客邦 留言(0) 人氣()