路由協議重分布

2022-09-20 05:36:07 字數 759 閱讀 3503

rip

1 把其他路由協議注入到rip需要手工改metirc值

redistributs ospf 100 metric 5

2 把靜態路由注入到rip不需要手工改metric

redistribute static

3 把預設路由注入到rip

redistribute static

4 把直連路由注入到rip

redistribute connected

ospf

1 把其他路由協議注入到ospf需要加subnets引數

redistributs rip subnets

2 把靜態路由注入到ospf

redistribute static subnets

3 把預設路由注入到ospf

default-information originate

4 把直連路由注入到ospf

redistribute connected subnets

eigrp

1 把其他路由協議注入到eigrp需要手工改metirc值

redistributs ospf 100 metric 100000 100 255 1 1500

2 把靜態路由注入到eigrp

redistribute static

3 把預設路由注入到eigrp

redistribute static

4 把直連路由注入到eigrp

redistribute connected

路由重分布

1.配置好ip,fa0 1和fa0 2不用配 switch0 劃分vlan conf t vlan 2 exit vlan 3 exit int fa0 1 switchport access vlan 2 no shutdown int fa0 2 switchport access vlan 3...

思科路由重分布

邊界路由器的配置 router eigrp 1 只要其它路由協議往eigrp匯入都給五引數 redistribute rip metric 1000 0 100 100 100 redistribute ospf 1 metric 1000 100 100 100 1000 redistribute...

路由策略和路由重分布

session 1 路由策略 1 acl 訪問控制列表,針對於資料報,預設deny any 匹配odd奇數網路 172.16.1 3 5 7 9.172.16.1.0 0.0.254.0 反掩碼中1bit位代表隨意,0bit位代表完全匹配,正好與掩碼相反 匹配even偶數網路 172.16.0 2 ...