华为静态路由配置实例

  • 格式:doc
  • 大小:90.50 KB
  • 文档页数:2

下载文档原格式

  / 3
  1. 1、下载文档前请自行甄别文档内容的完整性,平台不提供额外的编辑、内容补充、找答案等附加服务。
  2. 2、"仅部分预览"的文档,不可在线预览部分如存在完整性等问题,可反馈申请退款(可完整预览的文档不适用该条件!)。
  3. 3、如文档侵犯您的权益,请联系客服反馈,我们会尽快为您处理(人工客服工作时间:9:00-18:30)。

RA配置

System-view

Sysname RA

Interface ethernet 0/0

Ip address 192.168.1.1 255.255.255.0

Interface ethernet 0/1

Ip address 192.168.2.1 255.255.255.0

quit

ip route-static 192.168.3.0 255.255.255.0 192.168.2.2

ip route-static 192.168.4.0 255.255.255.0 192.168.2.2

RB配置

System-view

Sysname RB

Interface ethernet 0/0

Ip address 192.168.3.1 255.255.255.0

Interface ethernet 0/1

Ip address 192.168.2.2 255.255.255.0

quit

ip route-static 192.168.1.0 255.255.255.0 192.168.2.1 ip route-static 192.168.4.0 255.255.255.0 192.168.3.2

RC配置

System-view

Sysname RC

Interface ethernet 0/0

Ip address 192.168.3.2 255.255.255.0

Interface ethernet 0/1

Ip address 192.168.4.1 255.255.255.0

quit

ip route-static 192.168.1.0 255.255.255.0 192.168.3.1

ip route-static 192.168.2.0 255.255.255.0 192.168.3.1