📌  相关文章
📜  数据包跟踪器 2.7.1 完整配置 P2P-3 路由器 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:23.459000             🧑  作者: Mango

代码示例1
enable
configure terminal
!
router ospf 10
 log-adjacency-changes
 passive-interface GigabitEthernet0/0/0
 auto-cost reference-bandwidth 1000
 network 10.0.0.4 0.0.0.3 area 0
 network 10.0.0.8 0.0.0.3 area 0
 network 192.168.3.0 0.0.0.15 area 0
end