Manual:System/Resource: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 57: | Line 57: | ||
|default= | |default= | ||
|desc= | |desc= | ||
}} | |||
==USB== | |||
<p id="shbox"><b>Sub-menu level:</b> <code> /system resource usb</code> | |||
</p> | |||
This menu displays all available USB controllers on the board. Menu is available only if at least one USB controller is present. | |||
<pre> | |||
[admin@MikroTik] /system resource usb> print detail | |||
0 device="2:1" name="RB400 EHCI" serial-number="rb400_usb" vendor-id="0x1d6b" | |||
device-id="0x0002" speed="480 Mbps" ports=2 usb-version="2.00" | |||
1 device="1:1" name="RB400 OHCI" serial-number="rb400_usb" vendor-id="0x1d6b" | |||
device-id="0x0001" speed="12 Mbps" ports=2 usb-version="1.10" | |||
</pre> | |||
===Properties=== | |||
{{Mr-arg-table-h | |||
|prop=Property | |||
|desc=Description | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=device | |||
|type=string | |||
|desc= | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=device-id | |||
|type=hex | |||
|desc=Hexadecimal device ID | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=name | |||
|type=string | |||
|desc=Descriptive name of the device retrieved from driver | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=ports | |||
|type=integer | |||
|desc=How many ports are supported by usb controller | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=serial-number | |||
|type=string | |||
|desc= | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=speed | |||
|type=string | |||
|desc=Max USB speed that can be used (480Mbps for USBv2 and 12Mbps for USBv1) | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=usb-version | |||
|type=string | |||
|desc=Identifies max spported USB version | |||
}} | |||
{{Mr-arg-ro-table | |||
|arg=vendor | |||
|type=string | |||
|desc=Device manufacturer's name. | |||
}} | |||
{{Mr-arg-ro-table-end | |||
|arg=vendor-id | |||
|type=hex | |||
|desc=Hexadecimal vendor ID | |||
}} | }} | ||
Revision as of 12:28, 11 October 2010
Applies to RouterOS: v3, v4 +
Summary
General
Sub-menu level: /system resource
Properties
Property | Description |
---|---|
- (string; Default: ) |
CPU
Sub-menu level: /system resource cpu
(needs editing)
Properties
Property | Description |
---|---|
- (string; Default: ) |
IRQ
Sub-menu level: /system resource irq
Properties
Property | Description |
---|---|
- (string; Default: ) |
USB
Sub-menu level: /system resource usb
This menu displays all available USB controllers on the board. Menu is available only if at least one USB controller is present.
[admin@MikroTik] /system resource usb> print detail 0 device="2:1" name="RB400 EHCI" serial-number="rb400_usb" vendor-id="0x1d6b" device-id="0x0002" speed="480 Mbps" ports=2 usb-version="2.00" 1 device="1:1" name="RB400 OHCI" serial-number="rb400_usb" vendor-id="0x1d6b" device-id="0x0001" speed="12 Mbps" ports=2 usb-version="1.10"
Properties
Property | Description |
---|---|
device (string) | |
device-id (hex) | Hexadecimal device ID |
name (string) | Descriptive name of the device retrieved from driver |
ports (integer) | How many ports are supported by usb controller |
serial-number (string) | |
speed (string) | Max USB speed that can be used (480Mbps for USBv2 and 12Mbps for USBv1) |
usb-version (string) | Identifies max spported USB version |
vendor (string) | Device manufacturer's name. |
vendor-id (hex) | Hexadecimal vendor ID |
PCI
Sub-menu level: /system resource pci
PCI submenu shows the information about all PCI devices on the board
[admin@RB1100test] /system resource pci> print # DEVICE VENDOR NAME IRQ 0 06:00.0 Attansic Technology Corp. unknown device (rev: 192) 18 1 05:00.0 Freescale Semiconductor Inc MPC8544 (rev: 17) 0 2 04:00.0 Attansic Technology Corp. unknown device (rev: 192) 17 3 03:00.0 Freescale Semiconductor Inc MPC8544 (rev: 17) 0 4 02:00.0 Attansic Technology Corp. unknown device (rev: 192) 16 5 01:00.0 Freescale Semiconductor Inc MPC8544 (rev: 17) 0 6 00:00.0 Freescale Semiconductor Inc MPC8544 (rev: 17) 0
Properties
All properties are read-only
Property | Description |
---|---|
category (string) | PCI device type, for example ethernet controller |
device (string) | |
device-id (hex) | Hexadecimal device ID |
io (hex-hex) | I/O memory range |
irq (integer) | IRQ asigned to the device |
memory (hex-hex) | Memory range |
name (string) | Descriptive name of the device retrieved from driver |
vendor (string) | Device manufacturer's name. |
vendor-id (hex) | Hexadecimal vendor ID |