ct38 发表于 2018-7-25 10:15:24

华为模拟器配置ICMP属性重定向报文

  华为模拟器配置ICMP属性重定向报文
  实验需求:
  1.配置正确的静态路由
  2.在接口上使能限制发送ICMP重定向报文的功能
  3.取消ICMP重定向报文的发送功能
  4.打开ICMP报文调试功能
  实验所需设备:
  三台路由器即可
  以下是拓扑图及详细步骤:

  一.配置三台路由器的接口IP地址,要求两个地址段
  以下是详细步骤:
  AR1:
  <Huawei>sys
  Enter system view, return user view with Ctrl+Z.
  interface GigabitEthernet 0/0/0
  ip add 202.106.1.1 24
  AR2:
  <Huawei>sys
  Enter system view, return user view with Ctrl+Z.
  interface GigabitEthernet 0/0/0
  ip add 202.106.1.2 24
  int g0/0/1
  ip add 202.106.2.1 24
  AR3:
  <Huawei>sys
  Enter system view, return user view with Ctrl+Z.
  interface GigabitEthernet 0/0/0
  ip add 202.106.2.2 24
  二.分别在AR1和AR3配置静态路由
  AR1:
  ip route-static 202.106.2.0 255.255.255.0 202.106.1.2
  AR3:
  ip route-static 202.106.1.0 255.255.255.0 202.106.2.1
  三.在AR3上的接口GE0/0/0上取消ICMP重定向报文的发送功能,同时打开报文调试
  以下是详细步骤:
  interface GigabitEthernet 0/0/0
  undo icmp redirect send
  return
  <Huawei>debugging ip icmp
  四.用AR1来Ping一下AR3
  如图所示:

  回复信息里没有ICMP重定向报文信息,则实验成功
  就此完成
页: [1]
查看完整版本: 华为模拟器配置ICMP属性重定向报文