一、這個是比較像客戶端的方向的配置方式,因為有乙個 撥號光纖在,公網ip位址不是固定的。
inte***ce tunnel33
inte***ce tunnel33 配置tunnel(gre隧道)
description test
ip address 192.168.11.70 255.255.255.252 虛擬口位址
ip flow ingress ip流入口
ip nhrp authentication lc 啟用認證金鑰
ip nhrp map 192.168.11.69 1.1.1.1 建立乙個邏輯ip位址和nbma(多路訪問網路)位址的靜態繫結
ip nhrp network-id 33 指定網路域
ip nhrp holdtime 60 檢測對端失效計時器
ip nhrp nhs 192.168.11.69 將hub的隧道位址作為spoke到下一跳路由的伺服器,用於處理spoke的nhrp查詢
ip tcp adjust-mss 1412 ip 的tcp調整
tunnel source dialer1 配置tunnel源位址
tunnel destination 1.1.1.1 配置tunnel目標位址
tunnel key 33 配置key值
二、看一下server 端的配置比較:
inte***ce tunnel33
description for 79************xx
bandwidth 5012
ip address 192.168.11.69 255.255.255.252
no ip redirects
ip mtu 1468
ip flow ingress
ip nat inside
ip nhrp authentication lc 認證的金鑰
ip nhrp responder tunnel33
ip nhrp network-id 33
ip nhrp holdtime 60
ip nhrp server-only
ip virtual-reassembly in
rate-limit input 3176000 17940 17940 conform-action transmit exceed-action drop
rate-limit output 3176000 17940 17940 conform-action transmit exceed-action drop
ip tcp adjust-mss 1100
load-interval 30
tunnel source 1.1.1.1 本端是乙個固定的ip位址
tunnel mode gre multipoint 對面不是固定ip位址
tunnel key 33 key值
這裡的是乙個簡單的拓撲圖,左邊的pc可以到右邊的pc, 相當於兩公司之間通訊,下面這個就是總部而已。與ipsec vpn 相比較起來,這個就只需要乙個固定ip就ok了。
r5 的配置例項:
r4的配置例項:
r7 的配置例項:
在模擬公網上面,不怕鏈路斷掉。
基於SNMP的cisco網路環境中裝置定位
背景知識 三層裝置的arp表儲存 和 的對應關係。二層裝置的 橋接表中儲存mac和 埠對應關係。cdp cisco discovery protocol 是思科裝置之間發現相鄰裝置的鏈路層協議。三層交換機的二層模組中的 表以cam表實現,如 show cam dynamic 在劃分vlan 的情況下...
托福 雅思和GRE的區別
托福雅思gre區別在 對於準備申請美國碩士生的同學們來說,必須了解這一點,才能根據自身實際情況進行有針對性的複習,下面我們來進行詳細介紹,為同學們指點迷津。gre是由美國教育考試服務處 educational testing service,簡稱ets 主辦的美國研究生入學考試。gre 全稱grad...
linux中的裝置名稱和裝置號
看趙炯博士的 linux 0.11 源 注釋 已經兩三周了,從今天起開始將一些個人總結和感悟分小標題寫出來,聊作記憶以供後來檢視。在linux0.11原始碼的 linux boot bootsect.s中,有乙個標號定義root dev root dev 0x000 same type of flo...