diff --git "a/\351\253\230\345\205\260\350\213\261/20240427-\345\212\250\346\200\201\350\267\257\347\224\261\344\271\213ospf.md" "b/\351\253\230\345\205\260\350\213\261/20240427-\345\212\250\346\200\201\350\267\257\347\224\261\344\271\213ospf.md" new file mode 100644 index 0000000000000000000000000000000000000000..c13418cf72de79c49ccb58c42615cbaf2a8598f7 --- /dev/null +++ "b/\351\253\230\345\205\260\350\213\261/20240427-\345\212\250\346\200\201\350\267\257\347\224\261\344\271\213ospf.md" @@ -0,0 +1,21 @@ +### +``` + 动态路由ospf配置步骤: + 1.PC配置IP地址 + 2.R1操作指令: + en + conf t + hostname R1 + int f0/0 + no shut + ip address IP地址 子网掩码 + exit + int f0/1 + no shut + ip address IP地址 子网掩码 + exit + route ospf 1 //进入路由器的ospf模式,进程是1 + network 直连网络 反子网掩码 区域(area) 编号(0) + 3.R2,R3同上 + 4.PC机上测试连通性 +``` \ No newline at end of file