成人在线你懂的-成人在线免费小视频-成人在线免费网站-成人在线免费视频观看-日韩精品国产一区二区-日韩精品国产一区

掃一掃
關(guān)注微信公眾號(hào)

SecPath系列防火墻之分部通過(guò)DVPN接入多個(gè)總部
2007-05-10   


如圖。


1. 武漢和上海兩個(gè)分部通過(guò)NAT接入北京和廣州總部,總部有公網(wǎng)地址,分部為私網(wǎng)地址通過(guò)NAT連接公網(wǎng)。
2. 兩個(gè)總部之間采用GRE隧道連接
3. 每個(gè)分部通過(guò)DVPN連接兩個(gè)總部,以便備份。
4. 總部和分部之間要求啟用OSPF,動(dòng)態(tài)學(xué)習(xí)對(duì)端私網(wǎng)的路由。


1. 所有隧道可以互相ping通。
2. 所有內(nèi)網(wǎng)(loopback地址)可以互相ping通。
3. 當(dāng)分部與北京總部斷掉后,仍然可以通過(guò)廣州總部接入北京總部。
4. 不需要ISP的特別支持。
5. 私網(wǎng)路由動(dòng)態(tài)建立。


DVPN目前僅在secpath產(chǎn)品上支持。

[Secpath1-beijing]

interface GigabitEthernet0/0

 

 

ip address 202.38.1.1 255.255.255.0 

 

 

#

 

 

interface Tunnel0        

配置DVPN 隧道接口

 

ip address 192.168.1.1 255.255.255.0

 

 

tunnel-protocol udp dvpn

采用使用UDP協(xié)議的DVPN隧道技術(shù)

 

source GigabitEthernet0/0

指定隧道源端口

 

dvpn interface-type server

北京總部需指定為Server工作方式

 

dvpn vpn-id 100

指定DVPNVPN ID,所有需要互通的分部其VPN ID也必須相同

 

dvpn register-type undistributed

必須配置undistributed參數(shù),要求總部不轉(zhuǎn)發(fā)其他分部的信息。這樣武漢和上海之間的數(shù)據(jù)均通過(guò)總部傳送。

 

dvpn udp-port 8005

指定本端DVPN采用的端口號(hào)

 

ospf network-type p2mp

指定為P2MP類型,默認(rèn)為P2P。

 

#

 

 

interface Tunnel1        

配置去往廣州總部的GRE隧道口

 

ip address 192.168.3.1 255.255.255.0

 

 

source GigabitEthernet0/0

 

 

destination 202.38.1.2

 

 

#

 

 

ospf

 

 

 area 0.0.0.0

 

 

 network 192.168.0.0 0.0.255.255

 

 

  network 10.1.1.1 0.0.0.255

 

 

#

 

 

 

 

[Secpath1-guangzhou]

interface GigabitEthernet0/0

 

 

ip address 202.38.1.2 255.255.255.0 

 

 

#

 

 

interface Tunnel0        

配置DVPN 隧道接口

 

ip address 192.168.2.1 255.255.255.0

 

 

tunnel-protocol udp dvpn

采用使用UDP協(xié)議的DVPN隧道技術(shù)

 

source GigabitEthernet0/0

指定隧道源端口

 

dvpn interface-type server

北京總部需指定為Server工作方式

 

dvpn vpn-id 100

指定DVPNVPN ID,所有需要互通的分部其VPN ID也必須相同

 

dvpn register-type undistributed

必須配置undistributed參數(shù),要求總部不轉(zhuǎn)發(fā)其他分部的信息。這樣武漢和上海之間的數(shù)據(jù)均通過(guò)總部傳送。

 

dvpn udp-port 8005

指定本端DVPN采用的端口號(hào)

 

ospf network-type p2mp

指定為P2MP類型,默認(rèn)為P2P。

 

ospf cost 2000

 

 

#

 

 

interface Tunnel1        

配置去往廣州總部的GRE隧道口

 

ip address 192.168.3.2 255.255.255.0

 

 

source GigabitEthernet0/0

 

 

destination 202.38.1.2

 

 

#

 

 

ospf

 

 

 area 0.0.0.0

 

 

 network 192.168.0.0 0.0.255.255

 

 

  network 10.1.2.1 0.0.0.255

 

 

#

 

 

 

 

 

 

 

[Secpath2-wuhan]

interface GigabitEthernet0/0

 

 

ip address 172.16.1.1 255.255.255.0 

 

 

#

 

 

interface Tunnel0        

配置去往北京總部的DVPN 隧道接口

 

ip address 192.168.1.2 255.255.255.0

 

 

tunnel-protocol udp dvpn

采用使用UDP協(xié)議的DVPN隧道技術(shù)

 

source GigabitEthernet0/0

指定隧道源端口

 

dvpn interface-type server

北京總部需指定為Server工作方式

 

dvpn server server-beijing

指定server為北京

 

dvpn vpn-id 100

指定DVPNVPN ID,所有需要互通的分部其VPN ID也必須相同

 

dvpn udp-port 8001

指定本端DVPN采用的端口號(hào)

 

ospf network-type p2mp

指定為P2MP類型,默認(rèn)為P2P。

 

ospf cost 1000

 

 

#

 

 

interface Tunnel1         

配置去往廣州總部的DVPN 隧道接口

 

ip address 192.168.2.2 255.255.255.0

 

 

tunnel-protocol udp dvpn

采用使用UDP協(xié)議的DVPN隧道技術(shù)

 

source GigabitEthernet0/0

指定隧道源端口

 

dvpn interface-type server

北京總部需指定為Server工作方式

 

dvpn server server-guangzhou

指定server為廣州

 

dvpn vpn-id 100

指定DVPNVPN ID,所有需要互通的分部其VPN ID也必須相同

 

dvpn udp-port 8001

指定本端DVPN采用的端口號(hào)

 

ospf network-type p2mp

指定為P2MP類型,默認(rèn)為P2P。

 

ospf cost 2000

 

 

#

 

 

dvpn class server-beijing                                                      

配置DVPN server的息

 

public-ip 202.38.1.1  

Server公網(wǎng)地址

 

private-ip 192.168.1.1 

Server私網(wǎng)地址

 

udp-port 8005

ServerDVPN端口號(hào)

 

#

 

 

dvpn class server-guangzhou                                                         

配置DVPN server的息

 

public-ip 202.38.1.2  

Server公網(wǎng)地址

 

private-ip 192.168.2.1  

Server私網(wǎng)地址

 

udp-port 8005

ServerDVPN端口號(hào)

 

#

 

 

ospf

 

 

 area 0.0.0.0

 

 

 network 192.168.0.0 0.0.255.255

 

 

  network 10.1.3.1 0.0.0.255

 

 

#

 

 

 

 


熱詞搜索:

上一篇:SecPath系列防火墻之多分部通過(guò)DVPN和NAT接入總部
下一篇:SecPath系列防火墻之主模式IKE和IPSEC

分享到: 收藏
主站蜘蛛池模板: frank sinatra| 婚前协议电视剧演员表| 外出韩版| 大学英语综合教程1答案| 美女被吃掉| 2025女人最旺微信头像| 贝瓦儿歌菊花开| 天下第一剑| 社会主义改造理论ppt| 女女床戏| 洛兵| 韩世雅演的电影有哪些| 流浪地球免费观看| 满天星的电影都有哪些| 绝顶五秒前| 大丈夫日记| 巴霍巴利王2国语版在线观看免费| 蹲踞式跳远教案| 林正英全部电影| 美女浴室写真| 追凶电影| 长靴靴虐视频vk| 因性而别| 张俪作品| 拿什么拯救你我的爱人演员表介绍| 电影继父| 李采禫的电影| 加入青协的个人简历模板| 大唐诡事录之西行免费观看| 3s游戏交易平台| 女生被打屁股网站| 彭程| 直播浙江卫视| 电影白上之黑| 粤韵风华| 吃甜品视频| 3片| 扎职| 地理填充图册| 脱毛膏的副作用和危害| 碧海情天 电视剧|