258 CHAPTER 16: USING NETWORK ADDRESS T RANSLATION AND PORT A DDRESS T RANSLATIONTo add a static address assignment, use the following command:add nat static user public_address private_address Example:add nat static user nat_user public_address 200.1.1.11private_address 198.168.111.1View NAT Settings and MappingsTo show user settings, which includes its NAT settings:show user Example:show user nat_userTo list active NAT address mappings, use the following command:list nat user addressTo list active NAT port mappings, use the following command:list nat user portConfiguring PortAddress TranslationEnabling and Disabling UsersTo enable PAT for a user, use the following command:set network user nat_option patExample:set network user pat_user nat_option patTo disable PAT for a user, use the following command:set network user nat_option disableExample:set network user pat_user nat_option disable