Usage: %1!s! name= public= private= inboundsessions=]enable|disable Parameters: Tag Value name - The name of the interface ...

Usage: %1!s! [name=] [public=] [private=]
       [inboundsessions=]enable|disable
 
Parameters:
 
      Tag                 Value
      name              - The name of the interface where network address
                          translation is to be used.
      public            - The IP address used externally on a public network.
      private           - The IP address contained within the pooled range of
                          addresses available for use on the private network.
      inboundsessions   - One of the following values:
                          enable: Enables inbound sessions.
                          disable: Disables inbound sessions.
 
Remarks: Adds an IP address mapping to the network address translation (NAT)
         address pool.
 
Examples:
 
        %1!s! "Local Area Connection" 11.11.11.1 10.10.10.1 disable
  
        The example command adds an address mapping of a public IP address
        (11.11.11.1) to an IP address within the private range (10.10.10.1)
        and disables inbound sessions for this NAT table mapping.