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

msr V7 多出口,拔号,负载分担,拔号检测的完整配置

2022-04-27提问
  • 0关注
  • 1收藏,880浏览
粉丝:0人 关注:0人

问题描述:

那里有v7 多条拔号宽带上网,做负载分担,因为拔号不通,但是端口还是up,需要检测上行链路的,完整配置案例

组网及组网描述:


最佳答案

粉丝:29人 关注:9人

我直接给你做一个吧,楼上那个槽点太多了。

这东西原理很简单,就是路由绑track,track联动nqa。

实际操作的时候,可以把我配的那个3.3.3.3和4.4.4.4换成公网dns 114.114.114.114。如果你们那里公网dns禁ping或ping不稳定,可以把nqa的icmp测试改成dns解析测试。


<R1>

 sysname R1

#

interface GigabitEthernet0/0

 ip address 10.0.12.1 255.255.255.0

#

 ip route-static 0.0.0.0 0 10.0.12.2

 

<R2>

#

 sysname R2

#

track 3 nqa entry test3 route3 reaction 1

#

track 4 nqa entry test4 route4 reaction 1

#

policy-based-route test permit node 10

 if-match acl 3000

 apply output-interface Dialer4 track 4

#

nqa entry test3 route3

 type icmp-echo

  destination ip 3.3.3.3

  frequency 3000

  out interface Dialer3

  probe timeout 1000

  reaction 1 checked-element probe-fail threshold-type consecutive 3 action-type trigger-only

#

nqa entry test4 route4

 type icmp-echo

  destination ip 4.4.4.4

  frequency 3000

  out interface Dialer4

  probe timeout 1000

  reaction 1 checked-element probe-fail threshold-type consecutive 3 action-type trigger-only

#

 nqa schedule test3 route3 start-time now lifetime forever

 nqa schedule test4 route4 start-time now lifetime forever

#

interface Dialer3

 ppp pap local-user test3 password simple 1234qwerasdfzxcv

 dialer bundle enable

 dialer timer idle 0

 dialer timer autodial 60

 ip address ppp-negotiate

 nat outbound

#

interface Dialer4

 ppp pap local-user test4 password simple 4321rewqfdsavcxz

 dialer bundle enable

 dialer timer idle 0

 dialer timer autodial 60

 ip address ppp-negotiate

 nat outbound

#

interface GigabitEthernet0/0

 ip address 10.0.12.2 255.255.255.0

 ip policy-based-route test

#

interface GigabitEthernet0/1

 pppoe-client dial-bundle-number 3

#

interface GigabitEthernet0/2

 pppoe-client dial-bundle-number 4

#

 ip route-static 0.0.0.0 0 Dialer3 track 3

#

acl advanced 3000

 rule 0 permit ip source 10.0.12.1 0


<R3>

 sysname R3

#

interface Virtual-Template3

 ppp authentication-mode pap domain test

 remote address 10.0.23.2

 ip address 10.0.23.3 255.255.255.0

#

interface LoopBack0

 ip address 3.3.3.3 255.255.255.255

#

interface GigabitEthernet0/0

 pppoe-server bind virtual-template 3

#

domain test

 authentication ppp local

 authorization ppp local

 accounting ppp local

#

local-user test3 class network

 password simple 1234qwerasdfzxcv

 service-type ppp

 authorization-attribute user-role network-operator


<R4>

 sysname R4

#

interface Virtual-Template4

 ppp authentication-mode pap domain test

 remote address 10.0.24.2

 ip address 10.0.24.4 255.255.255.0

#

interface LoopBack0

 ip address 4.4.4.4 255.255.255.255

#

interface GigabitEthernet0/0

 pppoe-server bind virtual-template 4

#

domain test

 authentication ppp local

 authorization ppp local

 accounting ppp local

#

local-user test4 class network

 password simple 4321rewqfdsavcxz

 service-type ppp

 authorization-attribute user-role network-operator




暂无评论

1 个回答
粉丝:2人 关注:0人

要实现拨号口进行切换,需要起一个loopback地址作为探测源,结合本地策略路由来实现联动,举例案例配置如下:
#
interface LoopBack0
ip address 3.3.3.3 255.255.255.0
#
#
acl basic 2000
rule 0 permit source 3.3.3.3 0
#
#
policy-based-route test permit node 10
if-match acl 2000
apply output-interface Dialer1
#
#
ip local policy-based-route test
#
#
nqa entry admin admin
type icmp-echo
destination ip 1.1.1.10
frequency 100
reaction 1 checked-element probe-fail threshold-type consecutive 5 action-type trigger-only
source ip 3.3.3.3
#
nqa schedule admin admin start-time now lifetime forever
#
track 1 nqa entry admin admin reaction 1
#

暂无评论

编辑答案

你正在编辑答案

如果你要对问题或其他回答进行点评或询问,请使用评论功能。

分享扩散:

提出建议

    +

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

确定

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

注册后可访问此模块

跳转hclhub

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

举报

×

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

侵犯我的权益

×

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

泄露了我的隐私

×

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

侵犯了我企业的权益

×

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

抄袭了我的内容

×

原文链接或出处

诽谤我

×

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

对根叔社区有害的内容

×

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

不规范转载

×

举报说明