Recurring Syntax Syntax ValuesIPV6HopLimit 0 to 255 (default value is 64)IPV6NdDetectDuplicateAddress 0 to 256IPV6NdReachableTime 0 to 65535 (default value is 30000 milliseconds)IPV6RetransmitTime 0 to 65535 (default value is 1000 milliseconds)IPV6NDTimeOut 0 to 65535 (default value is 3000 milliseconds)maxFramePayload 1500NOTE: The maxFramePayload parameter is sharedbetween IPv4 and IPv6. The payload portion of astandard Ethernet frame is set at 1500 bytes, and ajumbo Ethernet frame is set at 9000 bytes. When usingjumbo frames, make sure that all of the devicescontained in the network path can handle the largerframe size.tcpListeningPort (tcp-port-id) 3260, or 49,152 to 65,536The default value is 3260.Usage GuidelinesThe following list provides guidelines for writing script commands on the command line:• You must end all commands with a semicolon (;).• You can enter more than one command on a line, but you must separate each command with a semicolon (;).• You must separate each base command and its associated primary and secondary parameters with a space.• The script engine is case sensitive.• You can add comments to your scripts to make it easier for you and future users to understand the purpose ofthe script commands. (For information on how to add comments, see Adding Comments To A Script File).NOTE: While the CLI and script commands are not case sensitive, user labels (such as for virtual disk, hosts, orhost ports) are case sensitive. If you try to map to an object identified by a user label, you must enter the user labelexactly as it is defined, or the CLI and script commands fails.NOTE: You can use any combination of alphanumeric characters, hyphens, and underscores for the names.Command names can have a maximum of 30 characters. If you exceed the maximum character limit, replacesquare brackets ([ ]) with angle brackets (< >) to overcome this limitation.NOTE: The capacity parameter returns an error if you specify a value greater than or equal to 10 without a spaceseparating the numeric value and its unit of measure. (For example, 10 GB returns an error, but 10 GB does notreturn an error).Adding Comments To A Script FileYou can add comments to a script file in three ways:• The script engine interprets as a comment any text typed after two forward slashes (/ /) until an end‑of‑linecharacter is reached. If the script engine does not find an end‑of‑line character in the script after processing a30