IP NAT configuration
ip nat pool mypool 198.181.18.15 198.181.18.10 netmask 255.255.255.248
access-list 1 permit 192.16.10.32 0.0.0.15
ip nat inside source list 1 pool mypool overload
- IP NAT inside interface
- IP NAT outside interface
- ip nat statements
- access list
ip nat pool mypool 198.181.18.15 198.181.18.10 netmask 255.255.255.248
access-list 1 permit 192.16.10.32 0.0.0.15
ip nat inside source list 1 pool mypool overload
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.