首页 > 系统相关 >(路由卷1)-30-Tunnel和多进程方案

(路由卷1)-30-Tunnel和多进程方案

时间:2024-08-15 23:08:05浏览次数:11  
标签:Tunnel 0.0 30 34 tunnel 3.3 router ospf 路由

隧道

r2:

int tunnel 0

ip add 172.16.100.2 255.255.255.0

tunnel souce 23.1.1.2

tunnel destianation 23.1.1.3

r3:

int tunnel 0

ip add 172.16.100.3 255.255.255.0

tunnel source 23.1.1.3

tunnel destination 23.1.1.2

r2:

router ospf 1

net 172.16.100.2 0.0.0.0 area 0

r3:

router ospf 1

net 172.16.100.3 0.0.0.0 area 0另一种方法:重发部

r3:

router ospf 23

router-id 3.3.3.3

net 23.1.1.3 0.0.0.0 area 23

router ospf 34

router ospf 34

router-id 33.3.3.3

net 34.1.1.3 0.0.0.0 area 34

net 3.3.3.3 0.0.0.0 area 34

router ospf 23

redistribute ospf 34 subnets

router ospf 34

red ospf 23 subnets

标签:Tunnel,0.0,30,34,tunnel,3.3,router,ospf,路由
From: https://www.cnblogs.com/smoke520/p/18362012

相关文章

  • (路由卷1)-34-次优路由解决方案
    实验:r1:routereigrp100noautonet12.1.1.0r2:routereigrp100noaunet12.0.0.0routerospf1router-id2.2.2.2network23.1.1.20.0.0.0area0net24.1.1.20.0.0.0area0r3:routerospf1router-id3.3.3.3net23.1.1.30.0.0.0area0net34.1.1.3......
  • (路由卷1)-33-路由环路解决方案
    实验:r1:intlo0ipadd1.1.1.1255.255.255.255ints1/0noshipadd12.1.1.1255.255.255.0routerripver2noaunet12.0.0.0.0r2:intlo0ipadd2.2.2.2255.255.255.255ints1/0clockrate64000ipadd12.1.1.2255.255.255.0intf0/0noshipadd24.......
  • (路由卷1)-36-路由控制及分发列表
    实验:r1:intlo0ipadd1.1.1.1255.255.255.0ints1/0noshipadd12.1.1.1255.255.255.0routereigrp100noaunet12.0.0.0net1.0.0.0r2:ints1/0noshipadd12.1.1.2255.255.255.0intlo0ipadd2.2.2.2255.255.255.0ints1/1ipadd23.1.1.2255.2......
  • (路由卷1)-35-改AD+PBR解决方案
    实验:1.掩码2.不同种路由协议比较ad3.同种协议比较metricr2:routereigrp100distanceeigrp90119r3:access-list1permithost1.1.1.1routerospf1distance1214.4.4.40.0.0.01r4:access-list1permithost1.1.1.1routerospf1distance1213.3.3.30.0......
  • (路由卷1)-39-Route-map及OSPF综合实验
    r2:access-list10permit8.8.8.0route-mapr2opermit15matchipadd10setmetric-typetype-1setmetric436r3:intlo200ipadd200.1.1.1255.255.255.0r2:ipprefix-listcpermit192.0.0.0/3le32route-mapr2opermit17matchipaddprefix-listcs......
  • (路由卷1)-38-强大工具-Route-Map
    <ccie实现考试distribute-list>分部控制列表只一直某些特定的路由不被发送或接受发送列表只是一个指令,指示路由器在交换路由信息时对路由信息进行过滤,它本身不定义过滤条件,它通过调用访问控制列表(acl)或前缀列表对路由信息更新进行过滤,使路由器由条件地发送或收发路由信息。注......
  • (路由卷1)-37-前缀列表_K1_IGP分析
    ipprefix前缀列表r2:routerospf1network10.0.0.8area0redistributeriproute-mapintoospfsubnetsrouterripnet10.0.0.0ver2passive-inters3redistributeospf1route-mapintoripmetric5route-mapintoospfpermit10matchipaddressprefix-listpf......
  • (路由卷1)-3-CCIE_RIP综合实验
    1.configureripv2onallroutersandadvertisetheirdirectlyconnectedinterfaces.ensurethattheseroutershavefullnlritoalltheloopbackinterfaceadvertisedintorip.ensurethatallrouterscanpingallloopbacks.configureripnottoadvertiseon......
  • (路由卷1)-2-CCIE_RIP综合实验
    rip分解实验物理拓扑图需求:ip地址分配情况;r1-r2-r3=123.1.1.0/24,r2-r3-r4=10.1.234.0/24,r4-r5=45.1.1.0/24如:r2-f0/0=10.1.234.2/24,r5-s1/3=45.1.1.5/24其他网段ip地址配置同理,每台路由器各有一个lo0,地址分别是:x.x.x.x/24(x是你的路由器号),在r1上添加4个换回接口,模拟r......
  • (路由卷1)-1课程介绍_网络架构
    企业架构campus园区网datacenter数据中心branch分支机构teleworker远程办公人员网络模型access接入层distribution分布层做策略core核心层高速数据转发企业符合网络模型enterprisecampus企业园区enterpriseedge企业边缘serviceprovideredge服务提供商边缘网络......