We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed35ead commit 3031227Copy full SHA for 3031227
docs/2022计网实验指令参考.md
@@ -235,7 +235,7 @@ PC5>ping 192.168.20.2
235
236
```
237
RD(config)#access-list 1 permit 192.168.40.0 0.0.0.255
238
-RD(config)#ip nat pool exam 192.168.20.4 192.168.20.4 netwask 255.255.255.0
+RD(config)#ip nat pool exam 192.168.20.4 192.168.20.4 netmask 255.255.255.0
239
// 注意:Netmask 可能有 netmask A.B.C.D 与 prefix-length N 两种语法,实际操作请输入 `?` 确认
240
RD(config)#ip nat inside source list 1 pool exam
241
RD(config)#interface g0/0/0
0 commit comments