Yamaha 10G SWR2310-28GT/18GT/10G Command Reference - Page 17

Operation via configuration config files

Page 17 highlights

Setting item Command Reference | How to use the commands | 17 Content of setting command Setting 1) is a function that temporarily applies to the user who is using the terminal, and is applied as soon as the command is executed. Setting 2) applies starting with the next session. 2.2 Operation via configuration (config) files A file containing a set of needed commands is called a configuration (config) file. The settings that have been made on the SWR2310 can be read as a configuration file by a host on the LAN via TFTP. A configuration file on the host can also be loaded into the SWR2310 to specify its settings. A configuration file contains all the settings for the entire unit; it is not possible to partially read or write only the settings for a specific area. The configuration file is a text file consisting of ASCII + line-return (CRLF or LF). The commands and parameters in a configuration file must be in the correct syntax. If the syntax or content are incorrect, that content is ignored and is not applied to operation. 2.2.1 Access from a TFTP client In order to transfer a configuration file via TFTP, you must first set up a connection environment (IP network) and then make TFTP server settings. The IP address settings of the SWR2310 are as follows. • The default IPv4 address setting is ip address dhcp for VLAN #1. • To change the IPv4 address, use the ip address command. The TFTP server settings of the SWR2310 are as follows. • With the default settings of the TFTP server function, it is running on the default port (UDP port 69) and does not allow access from anywhere. • To change the reception port number, use the tftp-server command. • Access to the TFTP server can be controlled in VLAN units, and can be specified by the tftp-server interface command. Specify the VLAN ID for which access is allowed. 2.2.2 Reading/writing a configuration file Reading/writing a configuration file is performed by executing a TFTP command from the host on the LAN. The following configuration files are read or written. • Config file Applicable config file Description Remarks running-config Setting values for current operation startup-config #0, #1 Saved setting values #0, #1 Setting values of startup-config select command The command syntax used depends on the OS of that host (TFTP client). Keep the following points in mind when executing commands. • IP address of theSWR2310 • Use "binary mode" as the transmission mode. • Specify the following as the remote path of the configuration file read (GET) or write (PUT) destination. Remote path Applicable config file Load (GET) Save (PUT) Renarks config running-config ✓ ✓ config0 startup-config #0 ✓ ✓ config1 startup-config #1 ✓ ✓ • If an administrator password is set on the SWR2310, you must specify the administrator password after the remote path in the format "/PASSWORD". • If you PUT (write) with "config" specified as the remote path, the changes are added or overwritten to the current operating settings. Settings that you do not add or change will remain as the current operating settings. Since the setting values are not saved, you must use the write command etc. if you want to save them.

  • 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
  • 229
  • 230
  • 231
  • 232
  • 233
  • 234
  • 235
  • 236
  • 237
  • 238
  • 239
  • 240
  • 241
  • 242
  • 243
  • 244
  • 245
  • 246
  • 247
  • 248
  • 249
  • 250
  • 251
  • 252
  • 253
  • 254
  • 255
  • 256
  • 257
  • 258
  • 259
  • 260
  • 261
  • 262
  • 263
  • 264
  • 265
  • 266
  • 267
  • 268
  • 269
  • 270
  • 271
  • 272
  • 273
  • 274
  • 275
  • 276
  • 277
  • 278

Setting item
Content of setting
command
Setting 1) is a function that temporarily applies to the user
who is using the terminal, and is applied as soon as the
command is executed.
Setting 2) applies starting with the next session.
2.2 Operation via configuration (config) files
A file containing a set of needed commands is called a configuration (config) file.
The settings that have been made on the SWR2310 can be read as a configuration file by a host on the LAN via TFTP. A
configuration file on the host can also be loaded into the SWR2310 to specify its settings.
A configuration file contains all the settings for the entire unit; it is not possible to partially read or write only the settings for a
specific area. The configuration file is a text file consisting of ASCII + line-return (CRLF or LF).
The commands and parameters in a configuration file must be in the correct syntax. If the syntax or content are incorrect, that
content is ignored and is not applied to operation.
2.2.1 Access from a TFTP client
In order to transfer a configuration file via TFTP, you must first set up a connection environment (IP network) and then make
TFTP server settings.
The IP address settings of the SWR2310 are as follows.
The default IPv4 address setting is ip address dhcp for VLAN #1.
To change the IPv4 address, use the
ip address
command.
The TFTP server settings of the SWR2310 are as follows.
With the default settings of the TFTP server function, it is running on the default port (UDP port 69) and does not allow
access from anywhere.
To change the reception port number, use the
tftp-server
command.
Access to the TFTP server can be controlled in VLAN units, and can be specified by the
tftp-server interface
command.
Specify the VLAN ID for which access is allowed.
2.2.2 Reading/writing a configuration file
Reading/writing a configuration file is performed by executing a TFTP command from the host on the LAN. The following
configuration files are read or written.
Config file
Applicable config file
Description
Remarks
running-config
Setting values for current operation
startup-config #0, #1
Saved setting values #0, #1
Setting values of
startup-config select
command
The command syntax used depends on the OS of that host (TFTP client). Keep the following points in mind when executing
commands.
IP address of theSWR2310
Use "binary mode" as the transmission mode.
Specify the following as the remote path of the configuration file read (GET) or write (PUT) destination.
Remote path
Applicable config file
Load (GET)
Save (PUT)
Renarks
config
running-config
config0
startup-config #0
config1
startup-config #1
If an administrator password is set on the SWR2310, you must specify the administrator password after the remote path in
the format "/PASSWORD".
If you PUT (write) with "config" specified as the remote path, the changes are added or overwritten to the current operating
settings. Settings that you do not add or change will remain as the current operating settings. Since the setting values are not
saved, you must use the
write
command etc. if you want to save them.
Command Reference | How to use the commands |
17