一、修改重分发时的metric值
router ospf 1
redistribute connected subnets metric 30 metric-type 1
二、修改OSPF各类型路由的管理距离
router ospf 1
distance ospf inter-area 55 intra-area 105 external 155
三、修改来自某邻居的所有路由条目的管理距离
router ospf 1
distance 166 10.1.1.1 0.0.0.0
四、修改某特定路由条目的管理距离
access-list 1 permit 192.168.1.1 0.0.0.0
router ospf 1
distance 177 192.168.20.1 0.0.0.0 1
网友评论