Vivotek AW-IHT-1271 User manual

Category
Network switch components
Type
User manual
M
ANAGEMENT
G
UIDE
AW-IHT-1271
CLI User Guide
Industrial VivoCam L2+ Managed PoE Switch
8xGE PoE + 4xGE SFP
Release A1
ABOUT THIS GUIDE
PURPOSE This guide gives specific information on how to operate CLI
to manage this switch.
AUDIENCE The guide is intended for use by network administrators who
are responsible for operating and maintaining network
equipment; consequently, it assumes a basic working
knowledge of general switch functions, the RS-232 Console ,
Internet Protocol (IP), and Telnet Protocol.
Revision History
Release
Date
Revision
Initial Release
2018/03/30
A1
CONTENTS
ABOUT THIS GUIDE ..................................................................................................................................................... II
REVISION HISTORY ........................................................................................................................................ III
CONTENTS ............................................................................................................................................................ 1
1 CLI MANAGEMENT ......................................................................................................................................... 3
1-1 LOGIN ......................................................................................................................................................................... 4
1-2 COMMANDS OF CLI ....................................................................................................................................................... 5
1-3 GLOBAL COMMANDS OF CLI ........................................................................................................................................... 6
2 CLEAR OF CLI .............................................................................................................................................. 9
3 CONFIGURE COMMANDS OF CLI ...................................................................................................................10
4 COPY COMMANDS OF CLI ................................................................................................................................ 147
5 DELETE COMMANDS OF CLI ............................................................................................................................. 148
6 DIR COMMANDS OF CLI ................................................................................................................................... 149
7 DISABLE COMMANDS OF CLI ............................................................................................................................ 150
8 DO COMMANDS OF CLI .................................................................................................................................... 151
9 DOT1X OF CLI ................................................................................................................................................... 152
10 ENABLE OF CLI ................................................................................................................................................ 153
11 ERPS OF CLI .................................................................................................................................................... 154
12 FIRMWARE OF CLI .......................................................................................................................................... 155
13 IP OF CLI ......................................................................................................................................................... 156
14 IPV6 OF CLI ..................................................................................................................................................... 157
15 LINK-OAM OF CL I ........................................................................................................................................... 158
16 NO OF CLI ....................................................................................................................................................... 158
17 PING OF CLI .................................................................................................................................................... 160
18 PLATFORM OF CLI ........................................................................................................................................... 162
19 PTP OF CLI ...................................................................................................................................................... 163
20 RELOAD OF CLI ............................................................................................................................................... 165
21 SEND OF CLI ................................................................................................................................................... 166
22 SHOW OF CLI .................................................................................................................................................. 167
23 TERMINAL OF CLI ........................................................................................................................................... 238
24 TRACEROUTE OF CLI ..................................................................................................................................... 240
25 VERIPHY OF CLI ............................................................................................................................................ 289
1 CLI Management
The following description is the brief of the network connection.
-- Locate the correct DB-9 (RS-232) cable with female DB-9 connector. RS-232 cable is used for connecting a terminal or
termial emulator to the Managed Switchs RJ45 port to access the command-line interface.
-- Attach the RJ45 serial port on the switchs front panel which used to connect to the switch for console configuration
-- Attach the other end of the DB-9 cable to an ASCII terminal emulator or PC Com-1, 2 port. For example, PC runs
Microsoft Windows HyperTerminal utility.
-- At “Com Port Properties” Menu, configure the parameters as below: (see the next section)
Baud rate 115200
Stop bits 1
Data bits 8
Parity N
Flow control none
1-1 Login
The command-line interface (CLI) is a text-based interface. User can access the CLI through either a direct serial
connection to the device or a Telnet session (Default IP address: DHCP Client). The default uaser and password to login
into the Managed Switch are listed below:
Username: admin
Password: <none>
Note: <none> means empty string
After you login successfully, the prompt will be shown as “<sys_name>#“ . See the following two figures. It means you
behave as an administrator and have the privilege for setting the Managed Switch. If log as not the administrator, the
prompt will be shown as <sys_name>>, it means you behave as a guest and are only allowed for setting the system
under the administrator. Each CLI command has its privilege
Username: admin
Password: admin
AW-IHT-1271#
1-2 Commands of CLI
The CLI is divided into serveral modes. If a user has enouth privilege to run a particular command, the user has to
run the command in the correct mode. To see the commands of the mode, please input ?” after the system prompt, then
all commands will be listed in the screen. The command modes are listed as belows:
Command Modes
MODE
PROMPT
COMMAND FUNCTION IN THIS MODE
exec
<sys_name>#
Display current configuration, diagnostics,
maintenance
config
<sys_name>(config)#
Configure features other than those below
Config-if
<sys_name>(config-interface)#
Configure ports
Config-if-vlan
<sys_name>(config-if-vlan)#
Configure static vlan
Config-line
<sys_name>(config-line)#
Line Configuration
Config-impc-profile
<sys_name>(config-impc-profile)#
IPMC Profile
Config-snmp-host
<sys_name>(config-snmp-host)#
SNMP Server Host
Config-stp-aggr
<sys_name>(config-stp-aggr)#
STP Aggregation
Config-dhcp-pool
<sys_name>(config-dhcp-pool)#
DHCP Pool Configuration
Config-rfc2544-profile
<sys_name>(config-rfc2544-profile)#
RFC2544 Profile
Commandsreside in the corresponding modes could runonly in that mode. If a user wants to run a particular command,
the user has to change to the appropriate mode. The command modes are organized as a tree, and users start to in
enable mode. The following table explains how to change from one mode to another.
Change Between Command Modes
MODE
ENTER MODE
exec
--
config
Configure terminal
config-interfcae
Interface <port-type> <port-type-list>
config-vlan
Interface vlan <vlan_list>
1-3 Global Commands of CLI
AW-IHT-1271# ?
clear Reset functions
configure Enter configuration mode
copy Copy from source to destination
delete Delete one file in flash: file system
dir Directory of all files in flash: file system
disable Turn off privileged commands
do To run exec commands in config mode
dot1x IEEE Standard for port-based Network Access Control
enable Turn on privileged commands
erps Ethernet Ring Protection Switching
exit Exit from EXEC mode
firmware Firmware upgrade/swap
help Description of the interactive help system
ip IPv4 commands
ipv6 IPv6 configuration commands
link-oam Link OAM configuration
logout Exit from EXEC mode
more Display file
no Negate a command or set its defaults
ping Send ICMP echo messages
platform Platform configuration
ptp Misc non persistent 1588 settings
reload Reload system.
send Send a message to other tty lines
show Show running system information
Exit
Exit from EXEC mode.
Syntax:
exit
Parameter:
None.
Example:
Help
Description of the interactive help system.
Syntax:
help
Parameter:
None.
Example:
AW-IHT-1271# help
Help may be requested at any point in a command by entering
a question mark '?'. If nothing matches, the help list will
be empty and you must backup until entering a '?' shows the
available options.
Two styles of help are provided:
1. Full help is available when you are ready to enter a
command argument (e.g. 'show ?') and describes each possible
argument.
2. Partial help is provided when an abbreviated argument is
entered
and you want to know what arguments match the input
(e.g. 'show pr?'.)
AW-IHT-1271#
AW-IHT-1271(config)# exit
AW-IHT-1271#
terminal Set terminal line parameters
traceroute traceroute program
veriphy VeriPHY keyword
logout
Exit from EXEC mode.
Syntax:
logout
Parameter:
none
Example:
end
Go back to EXEC mode.
Syntax:
end
Example:
(config)# end
AW-IHT-1271#
AW-IHT-1271# logout
press ENTER to get started
2 CLEAR of CLI
Table : CLEAR Commands
Command Function
access Access management
access-list Access list
dot1x IEEE Standard for port-based Network Access Control
eps Ethernet Protection Switching.
erps Ethernet Ring Protection Switching
evc Ethernet Virtual Connections
ip Interface Internet Protocol config commands
ipv6 IPv6 configuration commands
lacp Clear LACP statistics
link-oam Clear Link OAM statistics
lldp Clears LLDP statistics.
logging Syslog
mac MAC Address Table
mep Maintenance Entity Point
mvr Multicast VLAN Registration configuration
ptp
sflow Statistics flow.
spanning-tree STP Bridge
statistics Clear statistics for a given interface
access
Access management.
Syntax:
clear access management statistics
Parameter:
management Access management configuration.
statistics Statistics data.
Example:
access-list
Access list.
Syntax:
Clear access-list ace statistics
Parameter:
ace Access list entry
statistics Traffic statistics
Example:
dot1x
IEEE Standard for port-based Network Access Control.
Syntax
Clear dot1x statistics
Clear dot1x statistics interface GigabitEthernet < PORT_TYPE_LIST>
Parameter
statistics Clears the statistics counters
interface Interface
GigabitEthernet 1 Gigabit Ethernet Port
PORT_TYPE_LIST Port list in 1/1-12 for Gigabitethernet
EXAMPLE
AW-IHT-1271# clear dot1x statistics interface GigabitEthernet 1/1-12
AW-IHT-1271#
AW-IHT-1271# clear access-list ace statistics
AW-IHT-1271#
AW-IHT-1271# clear access management statistics
AW-IHT-1271#
eps
Ethernet Protection Switching.
Syntax
clear eps <unit> wtr
Parameter
<uint> The EPS instance number.
wtr Clear active WTR
EXAMPLE
erps
Ethernet Ring Protection Switching
Syntax
clear erps 1-64 command [ ( clear | force | manual ) ( port0 | port1 ) ]
Parameter
1-64 ERPS group number
command Administrative Command
clear Clear command
force Force command
manual Manual command
port0 ERPS Port 0 interface
port1 ERPS Port 1 interface
EXAMPLE
evc
Ethernet Virtual Connections
AW-IHT-1271# clear erps 1 command clear port0
AW-IHT-1271#
AW-IHT-1271# clear eps 1 wtr
AW-IHT-1271#
Syntax
clear evc statistics
clear evc statistics interface [ * | GigabitEthernet ] <port_type_list>
Parameter
statistics Statistic counters
interface Interface
* All switches or All ports
GigabitEthernet 1 Gigabit Ethernet Port
<port_type_list> Port list for all port types
<port_type_list> Port list in 1/1-12
EXAMPLE
ip
Interface Internet Protocol config commands
Syntax
clear ip arp
clear ip dhcp detailed statistics { server | client | snooping | relay | helper | all } [ interface ( <port_type>
[ <in_port_list> ] ) ]
clear ip dhcp relay statistics
clear ip dhcp server binding <ip>
clear ip dhcp server binding { automatic | manual | expired }
clear ip dhcp server statistics
clear ip dhcp snooping statistics [ interface ( <port_type> [ <in_port_list> ] ) ]
clear ip igmp snooping [ vlan <v_vlan_list> ] statistics
clear ip statistics [ system ] [ interface vlan <v_vlan_list> ] [ icmp ] [ icmp-msg <type> ]
Parameter
arp Clear ARP cache
dhcp Dynamic Host Configuration Protocol
igmp Internet Group Management Protocol
statistics Traffic statistics
AW-IHT-1271# clear evc statistics
AW-IHT-1271#
relay DHCP relay agent configuration
snooping DHCP snooping
interface Select an interface to configure
GigabitEthernet 1 Gigabit Ethernet Port
vlan IPv4 traffic interface
<vlan_list> VLAN identifier(s): VID
EXAMPLE
ipv6
IPv6 configuration commands.
Syntax
clear ipv6 mld snooping [ vlan <v_vlan_list> ] statistics
clear ipv6 neighbors
clear ipv6 statistics [ system ] [ interface vlan <v_vlan_list> ] [ icmp ] [ icmp-msg <type> ]
Parameter
mld Multicasat Listener Discovery
neighbors Ipv6 neighbors
statistics Traffic statistics
snooping Snooping MLD
statistics Running MLD snooping counters
vlan Ipv6 interface traffic
<vlan_list> VLAN identifier(s): VID
icmp IPv6 ICMP traffic
AW-IHT-1271# clear ip arp
AW-IHT-1271# clear ip dhcp detailed statistics all
interface GigabitEthernet 1/1-12
AW-IHT-1271# clear ip dhcp relay statistics
AW-IHT-1271# clear ip dhcp server binding 192.168.1.11
AW-IHT-1271# clear ip dhcp server binding automatic
AW-IHT-1271# clear ip dhcp server statistics
AW-IHT-1271# Clear ip dhcp snooping statistics interface
GigabitEthernet 1/1-12
AW-IHT-1271# clear ip igmp snooping vlan 1 statistics
AW-IHT-1271# clear ip statistics system interface
AW-IHT-1271# clear ip statistics system interface vlan 1
icmp icmp-msg 2
icmp-msg IPv6 ICMP traffic for designated message type
interface Select an interface to configure
system IPv6 system traffic
< 0~255> ICMP message type ranges from 0 to 255
EXAMPLE
lacp
Clear LACP statistics
Syntax
Clear lacp statistics
Parameter
statistics Clear all LACP statistics
EXAMPLE
lldp
Clears LLDP statistics.
Syntax
Clear lldp statistics
Clear lldp statistics| begin | exclude | include >< LINE >
Parameter
statistics Clears LLDP statistics.
| Output modifiers
begin Begin with the line that matches
exclude Exclude lines that match
include Include lines that match
<LINE> String to match output lines
EXAMPLE
AW-IHT-1271# clear lacp statistics
AW-IHT-1271#
AW-IHT-1271# clear ipv6 mld snooping vlan 3 statistics
AW-IHT-1271# clear ipv6 neighbors
AW-IHT-1271# Clear ipv6 statistics system icmp icmp-msg 2
link-oam
Clear Link OAM statistics
Syntax
clear link-oam statistics
clear link-oam statistics interface ( * | GigabitEthernet ) <port_type_list>
Parameter
statistics Clear Rx/Tx counters
interface Clear Link OAM statistic on a specific interface or all interfaces.
* All switches or All ports
GigabitEthernet 1 Gigabit Ethernet Port
<port_type_list> Port list for all port types
<port_type_list> Port list in 1/1-12
EXAMPLE
logging
Syslog.
Syntax
clear logging [ info ] [ warning ] [ error ] [ switch <switch_list> ]
Parameter
error Error
info Information
warning Warning
EXAMPLE
mac
AW-IHT-1271# clear logging info error warning
AW-IHT-1271#
AW-IHT-1271# clear link-oam statistics interface
GigabitEthernet 1/12
AW-IHT-1271# clear lldp statistics | begin LINE
AW-IHT-1271#
MAC Address Table.
Syntax
Clear mac address-table
Parameter
address-table Flush MAC Address table.
EXAMPLE
mep
Maintenance Entity Point
Syntax
Clear mep <uint> [ bfd | dm | lm | tst ]
Parameter
<uint> The MEP instance.
bfd Clear G.8113.2 BFD CC/CV statistics counters.
dm Clear DM measuring information.
lm Clear LM measuring information.
tst Clear TST measuring information.
EXAMPLE
mvr
Multicast VLAN Registration configuration.
Syntax
clear mvr [ vlan <v_vlan_list> | name <mvr_name> ] statistics
Parameter
name MVR multicast name
statistics Running MVR protocol counters
vlan MVR multicast vlan
< word16> MVR multicast VLAN name
<vlan_list> MVR multicast VLAN list
AW-IHT-1271# clear mep 1 dm
AW-IHT-1271#
AW-IHT-1271# clear mac address-table
AW-IHT-1271#
EXAMPLE
ptp
Syntax
clear ptp <0-3> servo
Parameter
<0-3>
Servo
EXAMPLE
sflow
Statistics flow.
Syntax
clear sflow statistics { receiver [ <receiver_index_list> ] | samplers [ interface [ <samplers_list> ] ( <port_type>
[ <v_port_type_list> ] ) ] }
Parameter
interface Interface
receiver Clear statistics for receiver.
<port_type> GigabitEthernet
<Samplers : option> runtime
<port_type_list> Port list in 1/1-12 for Gigabitethernet
EXAMPLE
AW-IHT-1271# clear sflow statistics interface
GigabitEthernet 1/1-12
AW-IHT-1271# clear ptp 1 servo
AW-IHT-1271#
AW-IHT-1271# clear mvr vlan 25 statistics
AW-IHT-1271#
  • Page 1 1
  • Page 2 2
  • Page 3 3
  • Page 4 4
  • Page 5 5
  • Page 6 6
  • Page 7 7
  • Page 8 8
  • Page 9 9
  • Page 10 10
  • Page 11 11
  • Page 12 12
  • Page 13 13
  • Page 14 14
  • Page 15 15
  • Page 16 16
  • Page 17 17
  • Page 18 18
  • Page 19 19
  • Page 20 20
  • Page 21 21
  • Page 22 22
  • Page 23 23
  • Page 24 24
  • Page 25 25
  • Page 26 26
  • Page 27 27
  • Page 28 28
  • Page 29 29
  • Page 30 30
  • Page 31 31
  • Page 32 32
  • Page 33 33
  • Page 34 34
  • Page 35 35
  • Page 36 36
  • Page 37 37
  • Page 38 38
  • Page 39 39
  • Page 40 40
  • Page 41 41
  • Page 42 42
  • Page 43 43
  • Page 44 44
  • Page 45 45
  • Page 46 46
  • Page 47 47
  • Page 48 48
  • Page 49 49
  • Page 50 50
  • Page 51 51
  • Page 52 52
  • Page 53 53
  • Page 54 54
  • Page 55 55
  • Page 56 56
  • Page 57 57
  • Page 58 58
  • Page 59 59
  • Page 60 60
  • Page 61 61
  • Page 62 62
  • Page 63 63
  • Page 64 64
  • Page 65 65
  • Page 66 66
  • Page 67 67
  • Page 68 68
  • Page 69 69
  • Page 70 70
  • Page 71 71
  • Page 72 72
  • Page 73 73
  • Page 74 74
  • Page 75 75
  • Page 76 76
  • Page 77 77
  • Page 78 78
  • Page 79 79
  • Page 80 80
  • Page 81 81
  • Page 82 82
  • Page 83 83
  • Page 84 84
  • Page 85 85
  • Page 86 86
  • Page 87 87
  • Page 88 88
  • Page 89 89
  • Page 90 90
  • Page 91 91
  • Page 92 92
  • Page 93 93
  • Page 94 94
  • Page 95 95
  • Page 96 96
  • Page 97 97
  • Page 98 98
  • Page 99 99
  • Page 100 100
  • Page 101 101
  • Page 102 102
  • Page 103 103
  • Page 104 104
  • Page 105 105
  • Page 106 106
  • Page 107 107
  • Page 108 108
  • Page 109 109
  • Page 110 110
  • Page 111 111
  • Page 112 112
  • Page 113 113
  • Page 114 114
  • Page 115 115
  • Page 116 116
  • Page 117 117
  • Page 118 118
  • Page 119 119
  • Page 120 120
  • Page 121 121
  • Page 122 122
  • Page 123 123
  • Page 124 124
  • Page 125 125
  • Page 126 126
  • Page 127 127
  • Page 128 128
  • Page 129 129
  • Page 130 130
  • Page 131 131
  • Page 132 132
  • Page 133 133
  • Page 134 134
  • Page 135 135
  • Page 136 136
  • Page 137 137
  • Page 138 138
  • Page 139 139
  • Page 140 140
  • Page 141 141
  • Page 142 142
  • Page 143 143
  • Page 144 144
  • Page 145 145
  • Page 146 146
  • Page 147 147
  • Page 148 148
  • Page 149 149
  • Page 150 150
  • Page 151 151
  • Page 152 152
  • Page 153 153
  • Page 154 154
  • Page 155 155
  • Page 156 156
  • Page 157 157
  • Page 158 158
  • Page 159 159
  • Page 160 160
  • Page 161 161
  • Page 162 162
  • Page 163 163
  • Page 164 164
  • Page 165 165
  • Page 166 166
  • Page 167 167
  • Page 168 168
  • Page 169 169
  • Page 170 170
  • Page 171 171
  • Page 172 172
  • Page 173 173
  • Page 174 174
  • Page 175 175
  • Page 176 176
  • Page 177 177
  • Page 178 178
  • Page 179 179
  • Page 180 180
  • Page 181 181
  • Page 182 182
  • Page 183 183
  • Page 184 184
  • Page 185 185
  • Page 186 186
  • Page 187 187
  • Page 188 188
  • Page 189 189
  • Page 190 190
  • Page 191 191
  • Page 192 192
  • Page 193 193
  • Page 194 194
  • Page 195 195
  • Page 196 196
  • Page 197 197
  • Page 198 198
  • Page 199 199
  • Page 200 200
  • Page 201 201
  • Page 202 202
  • Page 203 203
  • Page 204 204
  • Page 205 205
  • Page 206 206
  • Page 207 207
  • Page 208 208
  • Page 209 209
  • Page 210 210
  • Page 211 211
  • Page 212 212
  • Page 213 213
  • Page 214 214
  • Page 215 215
  • Page 216 216
  • Page 217 217
  • Page 218 218
  • Page 219 219
  • Page 220 220
  • Page 221 221
  • Page 222 222
  • Page 223 223
  • Page 224 224
  • Page 225 225
  • Page 226 226
  • Page 227 227
  • Page 228 228
  • Page 229 229
  • Page 230 230
  • Page 231 231
  • Page 232 232
  • Page 233 233
  • Page 234 234
  • Page 235 235
  • Page 236 236
  • Page 237 237
  • Page 238 238
  • Page 239 239
  • Page 240 240
  • Page 241 241
  • Page 242 242
  • Page 243 243
  • Page 244 244
  • Page 245 245
  • Page 246 246
  • Page 247 247
  • Page 248 248
  • Page 249 249
  • Page 250 250
  • Page 251 251
  • Page 252 252
  • Page 253 253
  • Page 254 254
  • Page 255 255
  • Page 256 256
  • Page 257 257
  • Page 258 258
  • Page 259 259
  • Page 260 260
  • Page 261 261
  • Page 262 262
  • Page 263 263
  • Page 264 264
  • Page 265 265
  • Page 266 266
  • Page 267 267
  • Page 268 268
  • Page 269 269
  • Page 270 270
  • Page 271 271
  • Page 272 272
  • Page 273 273
  • Page 274 274
  • Page 275 275
  • Page 276 276
  • Page 277 277
  • Page 278 278
  • Page 279 279
  • Page 280 280
  • Page 281 281
  • Page 282 282
  • Page 283 283
  • Page 284 284
  • Page 285 285
  • Page 286 286
  • Page 287 287
  • Page 288 288
  • Page 289 289
  • Page 290 290
  • Page 291 291
  • Page 292 292
  • Page 293 293
  • Page 294 294
  • Page 295 295
  • Page 296 296
  • Page 297 297
  • Page 298 298
  • Page 299 299
  • Page 300 300
  • Page 301 301
  • Page 302 302
  • Page 303 303

Vivotek AW-IHT-1271 User manual

Category
Network switch components
Type
User manual

Ask a question and I''ll find the answer in the document

Finding information in a document is now easier with AI