route domain tips

parent RD 和其 sub RD之间的关系是:

1只能Sub RD查找parent RD的路由, parent RD 不能查找和使用sub-RD的路由

2.两个RD之间有上下关系意味着上级RD中的路由可以引用其sub-RD的资源(下一跳),是否意味sub-RD也可以引用parent RD的资源呢(待测)?

3.parent RD 和sub RD之间会自动取消 strict isolation。

PC(172.16.20.30)——-(172.16.20.254)-F5-(10.0.0.100)———–(10.0.0.254)-Router-(20.0.0.254)———PC(20.0.0.123)

|———————Route domain 0————-||——————————Route domain 10——————————–|

上述这样的一个结构中,如果希望两个PC能够相互PING通,需要如下配置:

1.两个vlan,vlan 1, vlan 2

2.新增route domain 10,并将vlan2关联到RD10

3. vlan1 selfip : 172.16.20.254, vlan2 self ip 10.0.0.100%10

4. 路由方案一:给route domain 0  配置缺省路由 :default route with resource 10.0.0.254%10

方案二:给route domain 0 配置 20.0.0.0/24 with resource 10.0.0.254%10  (注意这里跨RD引用资源),同时给route domain 10 配置 20.0.0.0:%10 with resource 10.0.0.254%10

5.配置两个全0 forwarding vs, 一个是 0.0.0.0 一个是0.0.0.0%10

6.将route domain 10 选择route domain 0 为其 parent RD , 是否勾选strcit isolation无所谓。

Share

One thought on “route domain tips

  1. 案二:给route domain ***0*** 配置 20.0.0.0/24 with resource 10.0.0.254%10 (注意这里跨RD引用资源),同时给route domain 10 配置 20.0.0.0:%10 with resource 10.0.0.254%10

发表评论

电子邮件地址不会被公开。 必填项已用 * 标注

*


*

您可以使用这些 HTML 标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>