[Gw]acl 2000 #创建简单ACL 编号2000 [Gw-acl-basic-2000]rule permit source 192.168.0.0 0.0.255.255 #创建规则 允许匹配 地址 192.168.0.0/16 [Gw]nat address-group 1 202.1.1.100 202.1.1.100 #创建NAT地址池 编号1 202.1.1.100 一个地址 [Gw-GigabitEthernet0/0/0]nat outbound 2000 address-group 1 #创建PAT动态NAT ACL编号2000 地址池 1
原文:https://www.cnblogs.com/qiaotingbo/p/10408580.html