Netgear GSM7224 GSM7224 User Manual - Page 50

“No” Form of a Command, Support for “No” Form, Behavior of Command Help (\

Page 50 highlights

User Manual for the NETGEAR 7200 Series Layer 2 Managed Switch Software After all the mandatory parameters are entered, any additional parameters entered are treated as optional parameters. If any of the parameters are not recognized a syntax error message will be displayed. 2. After the command is successfully parsed and validated, the control of execution goes to the corresponding CLI callback function. 3. For mandatory parameters, the command tree extends till the mandatory parameters make the leaf of the branch. The callback function is only invoked when all the mandatory parameters are provided. For optional parameters, the command tree extends till the mandatory parameters and the optional parameters make the leaf of the branch. However, the call back function is associated with the node where the mandatory parameters are fetched. The call back function then takes care of the optional parameters. 4. Once the control has reached the callback function, the callback function has complete information about the parameters entered by the operator. "No" Form of a Command "No" is a specific form of an existing command and does not represent a new or distinct command. Only the configuration commands are available in the "no"form. The behavior and the support details of the "no" form is captured as part of the mapping sheets. The mapping sheets are contained in the Appendix A, "IS CLI Mapping section. Support for "No" Form Almost every configuration command has a "no" form. In general, use the no form to reverse the action of a command or reset a value back to the default. For example, the "no shutdown interface' configuration command reverses the shutdown of an interface. Use the command without the keyword no to re-enable a disabled feature or to enable a feature that is disabled by default. Behavior of Command Help ("?") The "no"form is treated as a specific form of an existing command and does not represent a new or distinct command. This implies that the behavior of the "?" and help text is the same for the "no" form: • The help message is the same for all forms of the command. The help string may be augmented with details about the "no" form behavior. 7-6 Mode-based CLI 202-10009-01_060204

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184
  • 185
  • 186
  • 187
  • 188
  • 189
  • 190
  • 191
  • 192
  • 193
  • 194
  • 195
  • 196
  • 197
  • 198
  • 199
  • 200
  • 201
  • 202
  • 203
  • 204
  • 205
  • 206
  • 207
  • 208
  • 209
  • 210
  • 211
  • 212
  • 213
  • 214
  • 215
  • 216
  • 217
  • 218
  • 219
  • 220
  • 221
  • 222
  • 223
  • 224
  • 225
  • 226
  • 227
  • 228

User Manual for the NETGEAR 7200 Series Layer 2 Managed Switch Software
7-6
Mode-based CLI
202-10009-01_060204
After all the mandatory parameters are entered, any additional parameters entered are treated as
optional parameters. If any of the parameters are not recognized a syntax error message will be
displayed.
2.
After the command is successfully parsed and validated, the control of execution goes to the
corresponding CLI callback function.
3.
For mandatory parameters, the command tree extends till the mandatory parameters make the
leaf of the branch. The callback function is only invoked when all the mandatory parameters
are provided. For optional parameters, the command tree extends till the mandatory
parameters and the optional parameters make the leaf of the branch. However, the call back
function is associated with the node where the mandatory parameters are fetched. The call
back function then takes care of the optional parameters.
4.
Once the control has reached the callback function, the callback function has complete
information about the parameters entered by the operator.
“No” Form of a Command
"No" is a specific form of an existing command and does not represent a new or distinct command.
Only the configuration commands are available in the "no"form. The behavior and the support
details of the “no” form is captured as part of the mapping sheets. The mapping sheets are
contained in the
Appendix A, “IS CLI Mapping
section.
Support for “No” Form
Almost every configuration command has a “no” form. In general, use the no form to reverse the
action of a command or reset a value back to the default. For example, the “no shutdown interface’
configuration command reverses the shutdown of an interface. Use the command without the
keyword no to re-enable a disabled feature or to enable a feature that is disabled by default.
Behavior of Command Help ("?")
The "no"form is treated as a specific form of an existing command and does not represent a new or
distinct command. This implies that the behavior of the "?" and help text is the same for the “no”
form:
The help message is the same for all forms of the command. The help string may be
augmented with details about the "no" form behavior.