diff --git "a/\351\231\266\345\256\227\350\261\252/\347\254\224\350\256\260/20240428-\350\256\241\347\256\227\346\234\272\347\232\204\344\272\222\350\201\224\345\215\217\350\256\256.md" "b/\351\231\266\345\256\227\350\261\252/\347\254\224\350\256\260/20240428-\350\256\241\347\256\227\346\234\272\347\232\204\344\272\222\350\201\224\345\215\217\350\256\256.md" new file mode 100644 index 0000000000000000000000000000000000000000..1110986f7a42455f0efbafa8bb9e27ede863da17 --- /dev/null +++ "b/\351\231\266\345\256\227\350\261\252/\347\254\224\350\256\260/20240428-\350\256\241\347\256\227\346\234\272\347\232\204\344\272\222\350\201\224\345\215\217\350\256\256.md" @@ -0,0 +1,17 @@ +# 非协议互联 +```js +R4(config)# router ospf 1 +R4(config-router)# redistribute rip subnets //在ospf协议中重分发RIP + + +R4(config)# router rip +R4(config-router)# redistribute ospf 1 metric 3 //在RIP协议中重分发ospf,跳数为3 +``` + + + + + + + + diff --git "a/\351\231\266\345\256\227\350\261\252/\347\273\203\344\271\240/\351\235\236\345\215\217\350\256\256\344\272\222\350\201\224.pkt" "b/\351\231\266\345\256\227\350\261\252/\347\273\203\344\271\240/\351\235\236\345\215\217\350\256\256\344\272\222\350\201\224.pkt" new file mode 100644 index 0000000000000000000000000000000000000000..fc2ffeafd364ea7fa1625961357ef9f7ab8e29ec Binary files /dev/null and "b/\351\231\266\345\256\227\350\261\252/\347\273\203\344\271\240/\351\235\236\345\215\217\350\256\256\344\272\222\350\201\224.pkt" differ