OSPF环境下帧中继的配置
2016-1-15 0:0:0 wondialOSPF环境下帧中继的配置
OSPF环境下帧中继的配置配置
R1=========================================================================================
frame-relay de-list 1 protocol ip list 100
!
interface Loopback0
ip address 1.1.1.1 255.255.255.0
!
interface Serial1/0
ip address 10.1.1.1 255.255.255.0
encapsulation frame-relay
ip ospf network point-to-multipoint
ip ospf hello-interval 10
ip ospf priority 255
serial restart-delay 0
frame-relay de-group 1 102
frame-relay map ip 10.1.1.2 102 broadcast
frame-relay map ip 10.1.1.3 103 broadcast
frame-relay lmi-type cisco
!
router ospf 110
router-id 1.1.1.1
log-adjacency-changes
network 1.1.1.1 0.0.0.0 area 0
network 10.1.1.1 0.0.0.0 area 0
!
access-list 100 permit icmp host 10.1.1.1 host 10.1.1.2 //抓取想要设置DE位流量
R2=====================================================================================
interface Loopback0
ip address 2.2.2.2 255.255.255.0
!
interface Serial1/0
ip address 10.1.1.2 255.255.255.0
encapsulation frame-relay
ip ospf network point-to-point
ip ospf priority 0
serial restart-delay 0
frame-relay map ip 10.1.1.1 201 broadcast
!
router ospf 110
router-id 2.2.2.2
log-adjacency-changes
network 2.2.2.2 0.0.0.0 area 0
network 10.1.1.2 0.0.0.0 area 0
R3=====================================================================================
interface Loopback0
ip address 3.3.3.3 255.255.255.0
!
interface Serial1/0
ip address 10.1.1.3 255.255.255.0
encapsulation frame-relay
ip ospf network point-to-point
ip ospf priority 0
serial restart-delay 0
frame-relay map ip 10.1.1.1 301 broadcast
frame-relay lmi-type cisco
!
router ospf 110
router-id 3.3.3.3
log-adjacency-changes
network 3.3.3.3 0.0.0.0 area 0
network 10.1.1.3 0.0.0.0 area 0
R4======================================================================================
interface Loopback0
ip address 4.4.4.4 255.255.255.0
ip router isis
!
interface Tunnel100
no ip address
tunnel source Loopback0
tunnel destination 5.5.5.5
!
interface Tunnel200
no ip address
tunnel source Loopback0
tunnel destination 6.6.6.6
!
interface FastEthernet0/0
ip address 45.1.1.4 255.255.255.0
ip router isis
!
interface FastEthernet0/1
ip address 46.1.1.4 255.255.255.0
ip router isis
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 102 interface Tunnel100 500
frame-relay route 103 interface Tunnel200 501
!
interface Serial1/2
no ip address
shutdown
serial restart-delay 0
!
interface Serial1/3
no ip address
shutdown
serial restart-delay 0
!
router isis
net 49.0001.4444.4444.4444.00
is-type level-1
log-adjacency-changes all
R5=====================================================================================
interface Loopback0
ip address 5.5.5.5 255.255.255.0
ip router isis
!
interface Tunnel100
no ip address
tunnel source Loopback0
tunnel destination 4.4.4.4
!
interface FastEthernet0/0
ip address 56.1.1.5 255.255.255.0
ip router isis
!
interface FastEthernet0/1
ip address 45.1.1.5 255.255.255.0
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 201 interface Tunnel100 500
!
router isis
net 49.0001.5555.5555.5555.00
is-type level-1
log-adjacency-changes all
R6====================================================================================
interface Loopback0
ip address 6.6.6.6 255.255.255.0
ip router isis
!
interface Tunnel200
no ip address
tunnel source Loopback0
tunnel destination 4.4.4.4
!
interface FastEthernet0/0
ip address 46.1.1.6 255.255.255.0
ip router isis
!
interface FastEthernet0/1
ip address 56.1.1.6 255.255.255.0
ip router isis
!
interface Serial1/1
no ip address
encapsulation frame-relay
serial restart-delay 0
frame-relay lmi-type cisco
frame-relay intf-type dce
frame-relay route 301 interface Tunnel200 501
!
router isis
net 49.0001.6666.6666.6666.00
is-type level-1
log-adjacency-changes all
注:R1、R2、R3组成HUB-Spoke拓扑,并使用OSPF实现内网的网络交换,R4、R5、R6为运营商内网,使用ISIS实现内部链接,该拓扑实用于分散距离较远,分公司于总公司通过FR和多个运营商进行网络通信。
如果对以上配置有不明白的,可以留言,个人能力有限,错误之处,还请见谅!
如果您的问题还没有解决,可以到 T+搜索>>上找一下答案
相关阅读
- 用友T3用友通系统重装后,没有账套备份,如何恢复账套2019-4-29 8:0:0
- 明细账权限设置时提示“没有操作员”?2019-4-29 8:0:0
- 用友T3-用友通如何进行凭证的赤字控制2019-4-23 8:0:0
- 用友T3-用友通如何调整工资发放签名表工资项目显示顺序2019-4-23 8:0:0
- 用友T3-用友通如何设置财务报表中的年月日2019-4-23 8:0:0
- 用友T3-用友通如何设置未记账凭证的报表公式_02019-4-23 8:0:0
- 用友T3-用友通如何设置未记账凭证的报表公式2019-4-23 8:0:0
- 用友T3-用友通如何设置对客户的信用进行控制2019-4-23 8:0:0
- 用友T3-用友通如何补录现金流量?2019-4-23 8:0:0
- 用友T3-用友通如何核销银行账2019-4-23 8:0:0
最新信息

业务类型 业务类型
问题号: | 30206 |
---|---|
适用产品: | T3系列 |
软件版本: | T3企管通专业版11.31 |
软件模块: | 系统管理 |
问题名称: | 业务类型 |
问题现象: | 在“基础信息”-“常用信息设置”-“业务类型”中增加了,但是在“采购入库单”-“业务类型”中不能选择? |
问题原因: | 新增的“业务类型”只能在其他出入库单中选择。 |
关键字: | 业务类型 |
解决方案: | 新增的“业务类型”只能在其他出入库单据中选择,不能在其他单据中应用。 |
行业: | 通用 |
补丁编号: | |
解决状态: | 临时解决方案 |
录入日期: | 2016-03-16 15:23:45 |
最后更新时间: |