05 2019 档案
VPN配置实例(GNS3)
摘要:一,拓扑 二,配置 R1配置说明 :R1只需要按照图在接口上配置好ip地址。 ! version 12.4 ! hostname R1 ! interface FastEthernet0/0 ip address 211.81.208.1 255.255.255.0 duplex auto spee 阅读全文
posted @ 2019-05-25 22:37 _Steward 阅读(10) 评论(2) 推荐(0)
BGP基本配置(GNS3)
摘要:一,拓扑 二,配置 R1配置: R1#conf t R1(config)#int s0/0 R1(config-if)#ip add 192.168.12.1255.255.255.0 R1(config-if)#clock rate 64000 R1(config-if)#ip router is 阅读全文
posted @ 2019-05-25 22:33 _Steward 阅读(1744) 评论(2) 推荐(0)
隧道6in4 和隧道6to4(GNS3)
摘要:一、拓扑 二、地址规划 三、配置 以R1为例: R1#conf t R1(config)#interface s1/0 R1(config-if)#ip address 172.10.159.2 255.255.255.0 R1(config-if)#no shutdown R1(config-if 阅读全文
posted @ 2019-05-25 22:28 _Steward 阅读(892) 评论(2) 推荐(0)
帧中继的配置
摘要:NBMA实验 实验准备:1、 四台路由器,R2配置成帧中继交换机。2、 R1,R3,R4运行OSPF。 实验配置:R1:interface Loopback0 ip address 1.1.1.1 255.255.255.0 ip ospf network point-to-point 使路由正常。 阅读全文
posted @ 2019-05-25 22:23 _Steward 阅读(1234) 评论(0) 推荐(0)
防火墙技术综合实验
摘要:扩展ACL 一,实验拓扑 二,实验步骤: (1)测试网络连通性,PC1 ping 服务器。 (2)配置路由器R0 R0(config)#access-list 110 remark this is an example for extended acl//添加备注,增加可读性 R0(config)# 阅读全文
posted @ 2019-05-15 21:00 _Steward 阅读(608) 评论(1) 推荐(0)
OSPFv3与OSPF的配置
摘要:IPv6 路由-OSPFv3 实验目的 1. 掌握 OSPFv3 的配置方法 2. 掌握在帧中继环境下 OSPFv3 的配置方法 3. 掌握 OSPFv3 NSSA 的配置方法 4. 掌握外部路由汇总的配置 5. 掌握区域间路由的汇总配置 实验拓扑图 IPv4地址表 Device Interface 阅读全文
posted @ 2019-05-15 20:05 _Steward 阅读(2673) 评论(1) 推荐(0)