華為的環回中,serial介面預設是ppp,乙太網介面對應borad.
ospf netwrok-type 修改網路型別
display ospf int //檢視介面。
華為的認證
鏈路級:
介面下 ospf authentication-mode null/md5/simple/hmac-md5 //基於雜湊資訊碼
ospf authentication-mode md5 1 cipher cisco //cispher 會使用md5處理 如果是plain代表金鑰本身不會加密處理
只要保證認證型別一致 金鑰相同
1
2
3
區域級
ospf 10
area 0
authentication-mode md5 1 金鑰id plain cisco
這樣就不用在單獨配置金鑰了 但會影響virtual link
4
5
華為下 ospf
stub-router
它會把1類lsa度量值設為65535 。
度量值大,長樹的時候,最後在長。 資料層面儘量不經過 你。
字首抑制
prefix-suppress 在程序下敲 1類lsa stubnet只包含環回口的 ,讓路由器不計算不相干的網路路由。
只通告環回型別的介面路由,和靜默介面
Sham-link偽裝鏈路 MPLS VPN pe-ce 之間 用了ospf 並使用了菲區域0的其它區域
可以設定lsa收到的最大條目 過載保護
華為的環回中,serial介面預設是ppp,乙太網介面對應borad.
ospf netwrok-type 修改網路型別
display ospf int //檢視介面。
華為的認證
鏈路級:
介面下 ospf authentication-mode null/md5/simple/hmac-md5 //基於雜湊資訊碼
ospf authentication-mode md5 1 cipher cisco //cispher 會使用md5處理 如果是plain代表金鑰本身不會加密處理
只要保證認證型別一致 金鑰相同
1
2
3
1
2
3
區域級
ospf 10
area 0
authentication-mode md5 1 金鑰id plain cisco
這樣就不用在單獨配置金鑰了 但會影響virtual link
1
2
3
4
5
1
2
3
4
5
華為下 ospf
ospf 10
stub-router
它會把1類lsa度量值設為65535 。
度量值大,長樹的時候,最後在長。 資料層面儘量不經過 你。
字首抑制
prefix-suppress 在程序下敲 1類lsa stubnet只包含環回口的 ,讓路由器不計算不相干的網路路由。
只通告環回型別的介面路由,和靜默介面
Sham-link偽裝鏈路 MPLS VPN pe-ce 之間 用了ospf 並使用了菲區域0的其它區域
可以設定lsa收到的最大條目 過載保護