设为首页收藏本站language 语言切换
查看: 1351|回复: 0
收起左侧

DMVPN配置示例

[复制链接]
发表于 2014-5-2 16:09:58 | 显示全部楼层 |阅读模式
HUB配置
第一步:
int tu0
ip add 172.16.1.3 255.255.255.0
ip nhrp authentication cisco
ip nhrp map multicast dynamic
ip nhrp network-id 100
tunnel source s0/0
tunnel mode gre multipoint
tunnel key 12345
no ip next-hop-self eigrp 200
no ip split-horizon eigrp 200
ip mtu 1400
bandwidth 1000   
ip tcp adjust-mss 1360   
ip nhrp holdtime 450   
delay 1000

第二步:
crypto isakmp key dmvpnkey add 0.0.0.0
crypto ipsec profile pro
  set transform-set myset
int tu0
tunnel protection ipsec profile pro

SPOKE配置
第一步:
int tu 0
ip add
ip nhrp authe dmvpn
ip nhrp map 172.16.1.3 201.1.36.3(前一个IP地址是Tu0地址,后一个地址是物理接口地址)
ip nhrp map multicast 201.1.36.3
ip nhrp network-id 100
ip nhrp nhs 172.16.1.3
tunnel source s0/0
tunnel mode gre multipoint
tunnel key 12345

ip mtu 1400
bandwidth 1000   
ip tcp adjust-mss 1360   
ip nhrp holdtime 450   
delay 1000

第二步:
crypto isakmp key dmvpnkey add 0.0.0.0
crypto ipsec profile pro
  set transform-set myset
int tu0
tunnel protection ipsec profile pro


您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-2-12 15:10 , Processed in 0.064109 second(s), 22 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表