欢迎来到代码驿站!

当前位置:首页 >

一个Snapshot配置的实例无图,很简单,就两台路由器

时间:2021-04-28 08:04:56|栏目:|点击:

ietobe()

hostname router2
!
username all
username router1 password foo   <-- for CHAP athentication
!
isdn switch-type basic-net3
!
interface Ethernet0
ip address 192.168.60.34 255.255.255.0
!
interface BRI0
ip address 172.16.13.134 255.255.255.0
encapsulation ppp
no keepalive
dialer idle-timeout 300
dialer map ip 172.16.13.133 name router1 broadcast 5552070
dialer hold-queue 10 <-- snapshot itself will not use this
dialer-group 1
snapshot server 5
! make sure active time "5" matches the active time on client side
ppp authentication chap
!
router igrp 33
network 172.16.0.0
network 192.168.60.0
!
access-list 101 deny igrp 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
access-list 101 deny ip 198.92.60.149 0.0.0.0 0.0.0.0 255.255.255.255
access-list 101 permit ip 0.0.0.0 255.255.255.255 0.0.0.0 255.255.255.255
! Snapshot routing does not need to de defined in the access-list.
!
dialer-list 1 list 101

router igrp 33
network 172.16.0.0
!
access-list 101 deny igrp any any
access-list 101 permit ip any any
!
dialer-list 1 list 101
×××××××××××××××××××××××××××××××××
hostname router1
!
username router2 password foo
!
isdn switch-type basic-net3
!
interface Ethernet0
ip address 133.11.12.133 255.255.255.0 secondary
ip address 198.92.60.133 255.255.255.0
!
interface BRI0
ip address 172.16.13.133 255.255.255.0
encapsulation ppp
no keepalive
dialer map snapshot 1 5552050
! or use alternatively: dialer map snapshot 1 name router2 broadcast 5552050
dialer map ip 172.16.13.134 name router2 broadcast 5552050
dialer hold-queue 10
dialer-group 1
snapshot client 5 20 dialer
! the dialer option means we allow snapshot to use the dialer interface.
ppp authentication chap
!

文章录入:csh    责任编辑:csh 

上一篇:“劲舞团服务器端”配置文件分析

栏    目:

下一篇:docker 容器上编译 go 程序提示找不到文件问题

本文标题:一个Snapshot配置的实例无图,很简单,就两台路由器

本文地址:http://www.codeinn.net/misctech/110241.html

推荐教程

广告投放 | 联系我们 | 版权申明

重要申明:本站所有的文章、图片、评论等,均由网友发表或上传并维护或收集自网络,属个人行为,与本站立场无关。

如果侵犯了您的权利,请与我们联系,我们将在24小时内进行处理、任何非本站因素导致的法律后果,本站均不负任何责任。

联系QQ:914707363 | 邮箱:codeinn#126.com(#换成@)

Copyright © 2020 代码驿站 版权所有