• 全部
  • 经验案例
  • 典型配置
  • 技术公告
  • FAQ
  • 漏洞说明
  • 全部
  • 全部
  • 大数据引擎
  • 知了引擎
产品线
搜索
取消
案例类型
发布者
是否解决
是否官方
时间
搜索引擎
匹配模式
高级搜索

MSRG2和思科对接mgre over ipsec

2021-07-30 发表
  • 1关注
  • 1收藏 1725浏览
徐宁 六段
粉丝:7人 关注:1人

组网及说明

设备MSR810与思科设备对接MGRE,我们做为NHC,思科作为NHS。目前MSRG2只支持作为NHC,不支持作为NHS

配置步骤


! cisco

crypto isakmp policy 1

authentication pre-share

crypto isakmp key test address 0.0.0.0       

!

crypto ipsec transform-set 1 esp-3des esp-sha-hmac

 mode tunnel

!

crypto ipsec profile 1

set transform-set 1

!

interface Loopback1

ip address 1.1.1.1 255.255.255.255

ip ospf 1 area 0

!

interface Tunnel1

ip address 112.0.0.1 255.255.255.0

no ip redirects

ip nhrp authentication 123456

ip nhrp network-id 9

ip nhrp holdtime 3600

ip ospf network broadcast

ip ospf 1 area 0

tunnel source 172.32.65.131

tunnel mode gre multipoint

tunnel protection ipsec profile 1

!

interface GigabitEthernet1

ip address 172.32.65.131 255.255.0.0

negotiation auto

no mop enabled

no mop sysid

!

router ospf 1

router-id 1.1.1.1

!

ip route 0.0.0.0 0.0.0.0 172.32.1.255

ip route 168.32.0.0 255.255.0.0 172.32.1.255

# msr810

ip vpn-instance 1

#

ospf 1 router-id 2.2.2.2

area 0.0.0.0

#

interface LoopBack1

ip address 2.2.2.2 255.255.255.255

ospf 1 area 0.0.0.0

#

interface GigabitEthernet0/4

port link-mode route

ip binding vpn-instance 1

ip address 168.32.65.7 255.255.0.0

#

interface Tunnel1 mode mgre

ip address 112.0.0.2 255.255.255.0

ospf network-type broadcast

ospf 1 area 0.0.0.0

source GigabitEthernet0/4

tunnel vpn-instance 1

nhrp network-id 9

nhrp authentication simple 123456

nhrp holdtime 3600

nhrp nhs 112.0.0.1 nbma 172.32.65.131

tunnel protection ipsec profile 1

#

ip route-static 0.0.0.0 0 192.168.6.1

ip route-static vpn-instance 1 172.32.0.0 16 168.32.1.255

#

ipsec transform-set 1

esp encryption-algorithm 3des-cbc

 esp authentication-algorithm sha1

#

ipsec profile 1 isakmp

transform-set 1

#

ike keychain 1 vpn-instance 1

pre-shared-key address 0.0.0.0 0.0.0.0 key simple test

#


<msr810a>disp mgre session

Interface         : Tunnel1

Number of sessions: 1

Peer NBMA address  Peer protocol address  Type    State        State duration

172.32.65.131      112.0.0.1              C-S     Succeeded    00:04:25   

<msr810a>disp mgre session v

Interface         : Tunnel1

Link protocol     : IPsec-GRE

Number of sessions: 1

  Peer NBMA address    : 172.32.65.131

  Peer protocol address: 112.0.0.1

  Session type         : C-S

  SA's SPI             :

    inbound:  3145967776 (0xbb83a8a0) [ESP]

    outbound: 3165846560 (0xbcb2fc20) [ESP]

  State                : Succeeded

  State duration       : 00:04:27

  Input : 252 packets, 252 data packets, 0 control packets,

          4 multicasts, 0 errors

  Output: 247 packets, 247 data packets, 0 control packets,

          33 multicasts, 0 errors

<msr810a>

<msr810a>disp ike sa

    Connection-ID   Local               Remote              Flag      DOI   

-------------------------------------------------------------------------

    65              168.32.65.7         172.32.65.131       RD        IPsec 

Flags:

RD--READY RL--REPLACED FD-FADING RK-REKEY

<msr810a>

<msr810a>disp ipsec tunnel

Tunnel ID: 1

Status: Active

Perfect forward secrecy:

Inside vpn-instance:

SA's SPI:

    outbound:  3165846560  (0xbcb2fc20)   [ESP]  

    inbound:   3145967776  (0xbb83a8a0)   [ESP]  

Tunnel:

    local  address: 168.32.65.7

    remote address: 172.32.65.131

Flow:

        sour addr: 168.32.65.7/255.255.255.255  port: 0  protocol: gre

        dest addr: 172.32.65.131/255.255.255.255  port: 0  protocol: gre

<msr810a>

<msr810a>ping -a 2.2.2.2 1.1.1.1

Ping 1.1.1.1 (1.1.1.1) from 2.2.2.2: 56 data bytes, press CTRL+C to break

56 bytes from 1.1.1.1: icmp_seq=0 ttl=255 time=2.601 ms

56 bytes from 1.1.1.1: icmp_seq=1 ttl=255 time=2.255 ms

56 bytes from 1.1.1.1: icmp_seq=2 ttl=255 time=2.252 ms

56 bytes from 1.1.1.1: icmp_seq=3 ttl=255 time=2.230 ms

56 bytes from 1.1.1.1: icmp_seq=4 ttl=255 time=2.233 ms

 

--- Ping statistics for 1.1.1.1 ---

5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss

round-trip min/avg/max/std-dev = 2.230/2.314/2.601/0.144 ms

<msr810a>

<msr810a>disp ip rout 1.1.1.1

 

Summary count : 2

 

Destination/Mask   Proto   Pre Cost        NextHop         Interface

0.0.0.0/0          Static  60  0           192.168.6.1     GE0/2

1.1.1.1/32         O_INTRA 10  1563        112.0.0.1       Tun1

<msr810a>

配置关键点

该案例对您是否有帮助:

您的评价:1

若您有关于案例的建议,请反馈:

作者在2021-07-30对此案例进行了修订
0 个评论

该案例暂时没有网友评论

编辑评论

举报

×

侵犯我的权益 >
对根叔知了社区有害的内容 >
辱骂、歧视、挑衅等(不友善)

侵犯我的权益

×

泄露了我的隐私 >
侵犯了我企业的权益 >
抄袭了我的内容 >
诽谤我 >
辱骂、歧视、挑衅等(不友善)
骚扰我

泄露了我的隐私

×

您好,当您发现根叔知了上有泄漏您隐私的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您认为哪些内容泄露了您的隐私?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)

侵犯了我企业的权益

×

您好,当您发现根叔知了上有关于您企业的造谣与诽谤、商业侵权等内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到 pub.zhiliao@h3c.com 邮箱,我们会在审核后尽快给您答复。
  • 1. 您举报的内容是什么?(请在邮件中列出您举报的内容和链接地址)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
  • 3. 是哪家企业?(营业执照,单位登记证明等证件)
  • 4. 您与该企业的关系是?(您是企业法人或被授权人,需提供企业委托授权书)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

抄袭了我的内容

×

原文链接或出处

诽谤我

×

您好,当您发现根叔知了上有诽谤您的内容时,您可以向根叔知了进行举报。 请您把以下内容通过邮件发送到pub.zhiliao@h3c.com 邮箱,我们会尽快处理。
  • 1. 您举报的内容以及侵犯了您什么权益?(请在邮件中列出您举报的内容、链接地址,并给出简短的说明)
  • 2. 您是谁?(身份证明材料,可以是身份证或护照等证件)
我们认为知名企业应该坦然接受公众讨论,对于答案中不准确的部分,我们欢迎您以正式或非正式身份在根叔知了上进行澄清。

对根叔知了社区有害的内容

×

垃圾广告信息
色情、暴力、血腥等违反法律法规的内容
政治敏感
不规范转载 >
辱骂、歧视、挑衅等(不友善)
骚扰我
诱导投票

不规范转载

×

举报说明

提出建议

    +

亲~登录后才可以操作哦!

确定

亲~检测到您登陆的账号未在http://hclhub.h3c.com进行注册

注册后可访问此模块

跳转hclhub

你的邮箱还未认证,请认证邮箱或绑定手机后进行当前操作