實驗拓撲圖
1.實驗說明:路由器site1和site2分別模擬公司的兩個站點,1.1.1.0/24和2.2.2.0/24分別模擬兩個站點的內部網路;路由器isp模擬服務商路由器。
通過ger技術在site1和site2之間建立乙個點對點的gre隧道,並在gre隧道口上執行ospf,以學習彼此的內部網路路由。
2.基本網路配置
site1:
inte***ce fastethernet0/0
ip address 172.16.12.1 255.255.255.0
duplex auto
speed auto
!inte***ce fastethernet0/1
ip address 1.1.1.254 255.255.255.0
duplex auto
speed auto
!ip route 0.0.0.0 0.0.0.0 172.16.12.2
isp:
inte***ce fastethernet0/0
ip address 172.16.12.2 255.255.255.0
duplex auto
speed auto
!inte***ce fastethernet0/1
ip address 172.16.23.2 255.255.255.0
duplex auto
speed auto
site2:
inte***ce fastethernet0/0
ip address 172.16.23.3 255.255.255.0
duplex auto
speed auto
!inte***ce fastethernet0/1
ip address 2.2.2.254 255.255.255.0
duplex auto
speed auto
!ip route 0.0.0.0 0.0.0.0 172.16.23.2
3.gre和ospf配置
site1:
inte***ce tunnel0
ip address 192.168.1.1 255.255.255.0
tunnel source fastethernet0/0
tunnel destination 172.16.23.3
!
router ospf 10
log-adjacency-changes
network 1.1.1.254 0.0.0.0 area 0
network 192.168.1.1 0.0.0.0 area 0
site2:
inte***ce tunnel0
ip address 192.168.1.2 255.255.255.0
tunnel source fastethernet0/0
tunnel destination 172.16.12.1
!
router ospf 10
log-adjacency-changes
network 2.2.2.0 0.0.0.255 area 0
network 192.168.1.2 0.0.0.0 area 0
4.檢視狀態與測試
site1:
isp:
site2:
測試site1與site2之間的連通性
GRE三層隧道實驗 老趙網路
總公司和分公司之間建立gre隧道,實現總公司pc0可以訪問分公司pc1。1 搭建實驗環境 所有介面和主機配置 位址及子網掩碼 模擬internet 中間路由器模式運營商網路,不配置任何路由。在總公司配置一條預設路由 ip route 0.0.0.0 0.0.0.0 200.1.1.2 在分公司配置一...
delphi三層程式(簡單配置)
所謂三層 1 客戶端 2 伺服器端 3 資料庫 在資料訪問時,使得客戶端必須通過伺服器來訪問資料庫。提高了系統的安全性。4 將active屬性設定為true。只要前面的設定是正確的,這裡應該順利通過。5 加入元件 datasetprovider。設定其dataset屬性為上面的adodataset。...
三層架構 配置檔案
1 配置檔案是什麼?配置檔案是隨安裝程式一起被安裝到計算機上的檔案,裡面存放著安裝好的應用程式執行時所需要的引數。2 如何新增?配置檔案要新增在介面層,即u層。右擊專案名稱,選擇新增 新建項 常規 應用程式配置檔案。如圖 3 如何編寫 常見的配置檔案模式 configuration configse...