ASUS RT-N600
| abgn (AN600) | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Wireless-N600 Dual-Band Router | |||||||||||||
|
| |||||||||||||
| Homepage | Product page | ||||||||||||
| Wikipedia | Asus routers | ||||||||||||
| WikiDevi.wi-cat.ru | ASUS RT-N600 | ||||||||||||
| 3rd Party Firmware | |||||||||||||
| dd-wrt | Status Unknown | ||||||||||||
| OpenWrt | Supported | ||||||||||||
| Tomato any flavor | Incompatible | ||||||||||||
| Gargoyle | Status Unknown | ||||||||||||
| Platform | |||||||||||||
| Brand • Model • Rev | ASUS RT-N600 | ||||||||||||
| FCC ID | MSQ-RT1D00 | ||||||||||||
| IC ID | 3568A-RT1D00 | ||||||||||||
| Board ID | AP-MT0E-3DC6 | ||||||||||||
| Type | wireless router, access point | ||||||||||||
| CPU1 | MediaTek MT7628AN | ||||||||||||
| CPU1 Type | MIPS 24KEc | ||||||||||||
| CPU1 Speed | 580 MHz | ||||||||||||
| Flash1 Chip | Winbond W25Q128FVSG | ||||||||||||
| Flash1 Size | 16 MiB 16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 GiB <br /> | ||||||||||||
| RAM1 Size | 64 MiB 67,108,864 B <br />524,288 Kib <br />65,536 KiB <br />512 Mib <br />0.0625 GiB <br /> | ||||||||||||
| RAM1 Chip | Winbond W9751G6KB-25 | ||||||||||||
| ETH chip1 | MediaTek MT7628AN | ||||||||||||
| Switch | MediaTek MT7628AN | ||||||||||||
| Ethernet Port Count |
1-100MbE-WAN 4-100MbE-LAN | ||||||||||||
| Wired Standard | IEEE 802.3i/3u | ||||||||||||
|
802dot11 OUI: none specified | |||||||||||||
| Expansion IF types | USB 2.0 | ||||||||||||
| USB ports | 1 | ||||||||||||
| USB Hub Compatible | Untested | ||||||||||||
| Power | 12 VDC, 1.5 A | ||||||||||||
| Connector type | barrel | ||||||||||||
| Serial Port (UART) | yes, 4-pin header, internal | ||||||||||||
|
| |||||||||||||
|
| |||||||||||||
| Other | |||||||||||||
|
Default SSID: ASUS (100 addl. devices) | |||||||||||||
| Manuf/OEM/ODM | T&W | ||||||||||||
| 3rd Party Firmware Support |
Padavan • (List) | ||||||||||||
| Retail | |||||||||||||
| Availability | only for US/CA | ||||||||||||
| FCC approval date | 29 May 2015 | ||||||||||||
| ASIN |
B01BI8MAV4 | ||||||||||||
| Country of manuf | China | ||||||||||||
| Radio 1 | |||||||||||||
| Chip1 | MediaTek MT7628AN | ||||||||||||
| Wireless interface OUI | none specified | ||||||||||||
| Antenna Connector Type | none specified | ||||||||||||
| MIMO status | 2x2:2 | ||||||||||||
| Wireless Standard | IEEE 802.11b/g/n | ||||||||||||
| 802.11n | up to 300 Mbps | ||||||||||||
| 802.11g | up to 54 Mbps | ||||||||||||
| 802.11b | up to 11 Mbps | ||||||||||||
| WiFi Operating Frequency | 2.4 GHz | ||||||||||||
| Radio 2 | |||||||||||||
| Chip1 | MediaTek MT7612EN | ||||||||||||
| Wireless interface OUI | none specified | ||||||||||||
| Antenna Connector Type | none specified | ||||||||||||
| MIMO status | 2x2:2 | ||||||||||||
| Wireless Standard | IEEE 802.11a/n | ||||||||||||
| 802.11n | up to 300 Mbps | ||||||||||||
| 802.11a | up to 54 Mbps | ||||||||||||
| WiFi Operating Frequency | 5 GHz | ||||||||||||
| |||||||||||||
| |||||||||||||
For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.
For a list of all currently documented ASUS devices with specifications, see ASUS.
Overview
"AP-MT0E-3DC6" and "REV1.0" is silkscreened on the board.
- FCC ID: MSQ-RT1D00 (ASUS RT-AC1200 / ASUS RT-N600)
- All models are electrically identical, different model names are for marketing purpose.
This device was under short-term confidentiality, but that expired 11/25/2015 ⚠.
Links of Interest
Forum threads
- On SNB forums (RTN)
- On iXBT forums (Padavan)
- ASUS RT-N600 - PPage
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
OpenWrt
- Current build of OpenWRT (22.03)
- Upgrade using the Asus Firmware Restore Tool (download from Asus)
- {This build will be merged with the OpenWRT master repo on Github once the pull is merged}
- Powerful with Padavan • (List)
Firmware, Entware/Optware - enabled USB storage allows full Linux operation.
| Add ASUS RT-N600 board profiles • >> |
|---|
ASUS RT-AC1200 board profiles
trunk/configs/boards/RT-N600/board.h /* ASUS RT-N600 */ #define BOARD_PID "RT-N600" #define BOARD_NAME "RT-N600" #define BOARD_DESC "ASUS RT-N600 Wireless Router" #define BOARD_VENDOR_NAME "ASUSTek Computer Inc." #define BOARD_VENDOR_URL "http://www.asus.com/" #define BOARD_MODEL_URL "http://www.asus.com/Networking/RT-N600/" #define BOARD_BOOT_TIME 25 #define BOARD_FLASH_TIME 120 #define BOARD_GPIO_BTN_RESET 5 #define BOARD_GPIO_BTN_WPS 11 #define BOARD_GPIO_LED_ALL 4 #undef BOARD_GPIO_LED_WIFI #define BOARD_GPIO_LED_POWER 37 #undef BOARD_GPIO_LED_LAN #undef BOARD_GPIO_LED_WAN #define BOARD_GPIO_LED_USB 6 #undef BOARD_GPIO_LED_ROUTER #undef BOARD_GPIO_PWR_USB #define BOARD_HAS_5G_11AC 1 #define BOARD_NUM_ANT_5G_TX 2 #define BOARD_NUM_ANT_5G_RX 2 #define BOARD_NUM_ANT_2G_TX 2 #define BOARD_NUM_ANT_2G_RX 2 #define BOARD_NUM_ETH_LEDS 1 #define BOARD_HAS_EPHY_L1000 0 #define BOARD_HAS_EPHY_W1000 0 trunk/configs/boards/RT-N600/board.mk ################################################################## # Board PID # Board Name # PRODUCT # Note ################################################################## # RT-N600 # ASUS RT-N600 # MT7628 # ################################################################## CFLAGS += -DBOARD_AC1200 -DVENDOR_ASUS BOARD_NUM_USB_PORTS=1 |
{Flash using the Asus Firmware Recovery tool. Follow the instructions that come with the tool (Wired connection manual IP of 192.168.1.2+}
Pictures
- ASUS
- Embedded system/wireless router
- Embedded system/access point
- Embedded System MediaTek
- Embedded System MT7628AN
- MediaTek
- Embedded System MIPS 24KEc
- Embedded System
- Manuf T&W
- Has Mimo Status
- Embedded System IEEE 802.11b/g/n
- Embedded System MT7612EN
- Embedded System IEEE 802.11a/n
- Dual-Radio Wireless Embedded System
- Wireless Embedded System
- Dual-Band
- English Documentation