133 NAT C ONFIGURATION COMMANDSconnection-limit default actionSyntax connection-limit default action [ permit | deny ]undo connection-limit default actionView System viewParameter permit: Enables the connection-limit function globally.deny: Disables the connection-limit function globally.Description Use the connection-limit default action command to specify the defaultconnection-limit action globally, either permit or deny. The effect of this commandapplies to all user connections not defined in the connection-limit policy.Use the undo connection-limit default command to restore the default.By default, connection-limit is not enabled.Example # Configure the default connection-limit action as permit. system-view[Sysname] connection-limit default action permitconnection-limit default amountSyntax connection-limit default amount { upper-limit max-amount | lower-limitmin-amount } *undo connection-limit default amountView System viewParameter upper-limit max-amount: Specifies the upper limit of connections, in the range 1to 4294967295.lower-limit min-amount: Specifies the lower limit of connections, a value smallerthan the upper limit, in the range 0 to 4294967295.