当前位置: 首页 > news >正文

数学教学网站开发邯郸有学做搭建网站的吗

数学教学网站开发,邯郸有学做搭建网站的吗,优化推广什么意思,广州天河区是富人区吗H3C OSPF 外部路由引入实验 实验拓扑 实验需求 按照图示配置 IP 地址R1#xff0c;R2#xff0c;R3 运行 OSPF 使内网互通#xff0c;所有接口#xff08;公网接口除外#xff09;全部宣告进 Area 0#xff1b;要求使用环回口作为 Router-id业务网段不允许出现协议报文…H3C OSPF 外部路由引入实验 实验拓扑 实验需求 按照图示配置 IP 地址R1R2R3 运行 OSPF 使内网互通所有接口公网接口除外全部宣告进 Area 0要求使用环回口作为 Router-id业务网段不允许出现协议报文R4 模拟互联网内网通过 R2 连接互联网在 R2 上配置默认路由并引入到 OSPFR2 上配置 EASY IP只允许业务网段访问互联网要求业务网段访问互联网流量经过 R3R1R2 实验步骤 设备IP地址配置 R1 IP地址配置 [R1]display ip interface brief *down: administratively down (s): spoofing (l): loopback Interface Physical Protocol IP address/Mask VPN instance Description GE0/0 up up 10.1.1.1/24 -- -- GE0/1 up up 10.3.3.1/24 -- -- GE0/2 down down -- -- -- GE5/0 down down -- -- -- GE5/1 down down -- -- -- GE6/0 down down -- -- -- GE6/1 down down -- -- -- Loop0 up up(s) 1.1.1.1/32 -- -- Ser1/0 down down -- -- -- Ser2/0 down down -- -- -- Ser3/0 down down -- -- -- Ser4/0 down down -- -- --R2 IP地址配置 [R2]display ip interface brief *down: administratively down (s): spoofing (l): loopback Interface Physical Protocol IP address/Mask VPN instance Description GE0/0 up up 10.1.1.2/24 -- -- GE0/1 up up 10.2.2.2/24 -- -- GE0/2 up up 202.1.1.2/24 -- -- GE5/0 down down -- -- -- GE5/1 down down -- -- -- GE6/0 down down -- -- -- GE6/1 down down -- -- -- Loop0 up up(s) 2.2.2.2/32 -- -- Ser1/0 down down -- -- -- Ser2/0 down down -- -- -- Ser3/0 down down -- -- -- Ser4/0 down down -- -- --R3 IP地址配置 [R3]display ip interface brief *down: administratively down (s): spoofing (l): loopback Interface Physical Protocol IP address/Mask VPN instance Description GE0/0 up up 192.168.1.3/24 -- -- GE0/1 up up 10.3.3.3/24 -- -- GE0/2 up up 10.2.2.3/24 -- -- GE5/0 down down -- -- -- GE5/1 down down -- -- -- GE6/0 down down -- -- -- GE6/1 down down -- -- -- Loop0 up up(s) 3.3.3.3/32 -- -- Ser1/0 down down -- -- -- Ser2/0 down down -- -- -- Ser3/0 down down -- -- -- Ser4/0 down down -- -- --R4 IP地址配置 [R4]display interface brief Brief information on interfaces in route mode: Link: ADM - administratively down; Stby - standby Protocol: (s) - spoofing Interface Link Protocol Primary IP Description GE0/0 UP UP 202.1.1.4 GE0/1 DOWN DOWN -- GE0/2 DOWN DOWN -- GE5/0 DOWN DOWN -- GE5/1 DOWN DOWN -- GE6/0 DOWN DOWN -- GE6/1 DOWN DOWN -- InLoop0 UP UP(s) -- Loop0 UP UP(s) 100.1.1.1 NULL0 UP UP(s) -- REG0 UP -- -- Ser1/0 DOWN DOWN -- Ser2/0 DOWN DOWN -- Ser3/0 DOWN DOWN -- Ser4/0 DOWN DOWN -- PC1 IP地址配置 ​​ OSPF基本配置 R1 OSPF基本配置 # ospf 1 router-id 1.1.1.1area 0.0.0.0network 1.1.1.1 0.0.0.0network 10.1.1.1 0.0.0.0network 10.3.3.1 0.0.0.0R2 OSPF基本配置 # ospf 1 router-id 2.2.2.2area 0.0.0.0network 2.2.2.2 0.0.0.0network 10.1.1.2 0.0.0.0network 10.2.2.2 0.0.0.0R3 OSPF基本配置 # ospf 1 router-id 3.3.3.3area 0.0.0.0network 3.3.3.3 0.0.0.0network 10.2.2.3 0.0.0.0network 10.3.3.3 0.0.0.0network 192.168.1.0 0.0.0.255业务网段不允许出现协议报文 R3 OSPF配置静默接口 # ospf 1 router-id 3.3.3.3silent-interface GigabitEthernet0/0模拟互联网仅业务网段访问 R2 配置Easy IP # acl basic 2000rule 0 permit source 192.168.1.0 0.0.0.255 # interface GigabitEthernet0/2nat outbound 2000默认路由引入 R2 默认路由引入 #ip route-static 0.0.0.0 0 202.1.1.4 # ospf 1 router-id 2.2.2.2default-route-advertise将默认路由引入后R1和R3上会各自收到一条来自R2产生的Type5 LSA的默认路由条目 R1 上查看 OSPF LSDB [R1]display ospf lsdbOSPF Process 1 with Router ID 1.1.1.1Link State DatabaseArea: 0.0.0.0Type LinkState ID AdvRouter Age Len Sequence MetricRouter 3.3.3.3 3.3.3.3 154 72 8000000A 0 Router 1.1.1.1 1.1.1.1 151 60 80000008 0 Router 2.2.2.2 2.2.2.2 154 60 80000008 0 Network 10.3.3.3 3.3.3.3 152 32 80000001 0 Network 10.2.2.3 3.3.3.3 154 32 80000001 0 Network 10.1.1.2 2.2.2.2 158 32 80000001 0 AS External DatabaseType LinkState ID AdvRouter Age Len Sequence MetricExternal 0.0.0.0 2.2.2.2 178 36 80000001 1 R3 上查看 OSPF LSDB [R3]display ospf lsdbOSPF Process 1 with Router ID 3.3.3.3Link State DatabaseArea: 0.0.0.0Type LinkState ID AdvRouter Age Len Sequence MetricRouter 3.3.3.3 3.3.3.3 191 72 8000000A 0 Router 1.1.1.1 1.1.1.1 192 60 80000008 0 Router 2.2.2.2 2.2.2.2 193 60 80000008 0 Network 10.3.3.3 3.3.3.3 191 32 80000001 0 Network 10.2.2.3 3.3.3.3 192 32 80000001 0 Network 10.1.1.2 2.2.2.2 198 32 80000001 0 AS External DatabaseType LinkState ID AdvRouter Age Len Sequence MetricExternal 0.0.0.0 2.2.2.2 218 36 80000001 1 重选业务网段访问互联网路径 依据OSPF的选路原则cost值小的优先所以但业务网段访问互联网时所经过的线路R3-R2 cost值总和要大于R3-R1-R2总和且为了保证来回路径一致R3与R2之间所连接的端口Cost值都需要修改。R2 G0/1 Cost值增大 # interface GigabitEthernet0/1ospf cost 1000R3 G0/2 Cost值增大 # interface GigabitEthernet0/2ospf cost 1000实验验证 业务网段访问互联网流量经过 R3R1R2 查看R3路由表 业务网段访问互联网走默认路由下一跳R1 [R3]display ip routing-tableDestinations : 21 Routes : 21Destination/Mask Proto Pre Cost NextHop Interface 0.0.0.0/0 O_ASE2 150 1 10.3.3.1 GE0/1查看R1路由表 当流量到达R1业务访问互联网走默认路由下一跳R2 [R1]dis ip routing-table Destinations : 19 Routes : 20Destination/Mask Proto Pre Cost NextHop Interface 0.0.0.0/0 O_ASE2 150 1 10.1.1.2 GE0/0 192.168.1.0/24 O_INTRA 10 2 10.3.3.3 GE0/1查看R2路由表和NAT转换表 当流量到达R2业务访问互联网走默认路由访问将业务网段IP转换为出接口IP访问互联网且回程路由下一跳是去往R1 由此证明业务网段访问互联网经过R3R1R2并且来回路径一致。 [R2]display ip routing-table Destinations : 22 Routes : 22Destination/Mask Proto Pre Cost NextHop Interface 0.0.0.0/0 Static 60 0 202.1.1.4 GE0/2 192.168.1.0/24 O_INTRA 10 3 10.1.1.1 GE0/0[R2]display nat session Slot 0: Initiator:Source IP/port: 192.168.1.1/168Destination IP/port: 100.1.1.1/2048DS-Lite tunnel peer: -VPN instance/VLAN ID/Inline ID: -/-/-Protocol: ICMP(1)Inbound interface: GigabitEthernet0/0Total sessions found: 1在PC1上tracert 100.1.1.1路径符合实验需求 H3Ctracert 100.1.1.1 traceroute to 100.1.1.1 (100.1.1.1), 30 hops at most, 40 bytes each packet, press CTRL_C to break1 192.168.1.3 (192.168.1.3) 0.574 ms 0.249 ms 0.251 ms2 10.3.3.1 (10.3.3.1) 0.446 ms 0.495 ms 0.463 ms3 10.1.1.2 (10.1.1.2) 0.959 ms 1.224 ms 1.004 ms4 202.1.1.4 (202.1.1.4) 1.833 ms 1.243 ms 1.670 ms是否只允许业务网段访问互联网 在R3上使用非业务网段访问互联网 非业务网段无法访问互联网 [R3]ping -a 3.3.3.3 100.1.1.1 Ping 100.1.1.1 (100.1.1.1) from 3.3.3.3: 56 data bytes, press CTRLC to break Request time out Request time out Request time out Request time out Request time out--- Ping statistics for 100.1.1.1 --- 5 packet(s) transmitted, 0 packet(s) received, 100.0% packet loss [R3]%Feb 27 11:31:15:510 2024 R3 PING/6/PING_STATISTICS: Ping statistics for 100.1.1.1: 5 packet(s) transmitted, 0 packet(s) received, 100.0% packet loss.在R3上使用业务网段访问互联网 仅业务网段可访问互联网 [R3]ping -a 192.168.1.3 100.1.1.1 Ping 100.1.1.1 (100.1.1.1) from 192.168.1.3: 56 data bytes, press CTRLC to break 56 bytes from 100.1.1.1: icmp_seq0 ttl253 time0.989 ms 56 bytes from 100.1.1.1: icmp_seq1 ttl253 time1.087 ms 56 bytes from 100.1.1.1: icmp_seq2 ttl253 time0.971 ms 56 bytes from 100.1.1.1: icmp_seq3 ttl253 time0.795 ms 56 bytes from 100.1.1.1: icmp_seq4 ttl253 time0.881 ms--- Ping statistics for 100.1.1.1 --- 5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss round-trip min/avg/max/std-dev 0.795/0.945/1.087/0.099 ms [R3]%Feb 27 11:31:29:508 2024 R3 PING/6/PING_STATISTICS: Ping statistics for 100.1.1.1: 5 packet(s) transmitted, 5 packet(s) received, 0.0% packet loss, round-trip min/avg/max/std-dev 0.795/0.945/1.087/0.099 ms.业务网段是否出现OSPF报文 抓包R3 G0/0接口在未开启静默接口配置时OSPF Hello包 每隔10发送1次 ​​ 开启静默接口配置silent-interface GigabitEthernet0/0后后续抓包可看到业务侧无OSPF报文 ​​ 实验附件 OSPF缺省路由引入实验.zip ‍ ‍
http://www.hkea.cn/news/14361249/

相关文章:

  • 怎么做伪静态网站seo教程正规化岚鸿
  • 怎么自己公司名下的网站山东济南网站建设公司哪家好
  • 淘宝客做网站可行么apache如何搭建多个网站
  • 我想做个网站要多少钱wordpress模版标签
  • 关于网站建设的方案ppt深圳vi设计团队
  • 国内做网上旅游业务的网站一键logo免费设计在线生成神器
  • 江门站排名优化搜索引擎优化目标
  • 建筑网站图纸如何做网站预览
  • 有哪些做搞笑视频的网站石家庄网络推广平台
  • 做微商建自己的网站有用吗睢宁建网站
  • cms网站管理系统制作公司网站建设高端网站建设网页设计
  • 学术网站怎么做青海做高端网站建设的公司
  • 做海报网站我的网址
  • 做环保网站案例分析做网站文字编辑好不好
  • 网站怎么做留言提交功能网站建设需要的人才
  • 怎么样做网站推广石家庄网站设计制作
  • python网站开发快吗抚远网站建设
  • 中国域名网站排名vv游戏推广平台
  • 深圳做网站的大公司做目录网站注意事项
  • 珠海做网站推广公司wordpress用户登入界面
  • 如何快速推广自己的网站网页管理系统怎么制作
  • 营销型网站的运营配套不包括wordpress关键词在哪里
  • 哪里的赣州网站建设乒乓球网站建设目标
  • 网站做业务赚钱吗对比插件 wordpress
  • 建设大厦网站2二级域名免费
  • 做网站有哪些技术注册公司代理有哪些
  • 百度站长平台推出网站移动化大赛长沙哪个公司做网站好
  • 廊坊做网站企业教程钓鱼网站如何做
  • 网站改版 重定向在家做兼职的网站
  • 教师网站建设企业实践总结邯郸网站制作多少钱