Difference between revisions of "ASR-A501 Ethernet & LED"
From ESS-WIKI
Xingxing.li (talk | contribs) (Created page with " === '''Ethernet''' === ASR-A501 supports four Ethernet ports: eth0, eth1, eth2, eth3.All ports are using the “DHCP” mode by default. The following configurations and tes...") |
Xingxing.li (talk | contribs) |
||
| (4 intermediate revisions by the same user not shown) | |||
| Line 19: | Line 19: | ||
==== '''Configure to Static IP''' ==== | ==== '''Configure to Static IP''' ==== | ||
| − | + | 1. Click “Applications” -> “Settings” -> “Advanced Network Configration”. | |
| − | | + | [[File:ROM-6881 Eethernet.png|500x300px|ROM-6881 Eethernet.png]] |
| + | |||
| + | 2. Double-click “Wired Connection 1” to configure it. | ||
| + | |||
| + | [[File:ROM-6881 Ethernet wired connection.png|500x300px|ROM-6881 Ethernet wired connection.png]] | ||
| + | |||
| + | ==== '''Configure to DHCP''' ==== | ||
| + | |||
| + | 1. Click “Applications” -> “Settings -> “Advanced Network Configration”. | ||
| + | |||
| + | [[File:ROM-6881 Network.png|500x300px|ROM-6881 Network.png]] | ||
| + | |||
| + | 2. Double-click “Wired Connection 1” to configure it. | ||
| + | |||
| + | [[File:ROM-6881 Ethernet IPV4.png|500x300px|ROM-6881 Ethernet IPV4.png]] | ||
| + | |||
| + | ==== '''Ethernet Test''' ==== | ||
| + | |||
| + | After connection, Ethernet will create a net point “eth0”,"eth1","eth2" and “eth3”. | ||
| + | <pre># #---- Test eth0 ----# # | ||
| + | # ping –I eth0 www.advantech.com | ||
| + | |||
| + | # #---- Test eth1 ----# # | ||
| + | # ping –I eth1 www.advantech.com | ||
| + | |||
| + | # #---- Test eth2 ----# # | ||
| + | # ping -I eth2 www.advantech.com | ||
| + | |||
| + | # #---- Test eth3 ----# # | ||
| + | # ping -I eth3 www.advantech.com | ||
| + | </pre> | ||
| + | |||
| + | === '''LED ''' === | ||
| + | <pre># ethtool -s eth3 duplex full autoneg on speed 10 #灭 | ||
| + | # ethtool -s eth3 duplex full autoneg on speed 100 #灭 | ||
| + | # ethtool -s eth3 duplex full autoneg on speed 1000 #橙色 | ||
| + | # ethtool -s eth3 duplex full autoneg on speed 2500 #绿色(一般速度为1G需要确认网线) | ||
| + | </pre> | ||
Latest revision as of 04:32, 21 May 2025
Ethernet
ASR-A501 supports four Ethernet ports: eth0, eth1, eth2, eth3.All ports are using the “DHCP” mode by default. The following configurations and tests are taking eth0 as an example.
| Ethernet | Chipset & Speed |
2 x RTL8211FS 10/100/1000Mbps 1 x RTL8119I 10/100/1000Mbps 1 x Intel I226 2.5Gbps |
Configure to Static IP
1. Click “Applications” -> “Settings” -> “Advanced Network Configration”.
2. Double-click “Wired Connection 1” to configure it.
Configure to DHCP
1. Click “Applications” -> “Settings -> “Advanced Network Configration”.
2. Double-click “Wired Connection 1” to configure it.
Ethernet Test
After connection, Ethernet will create a net point “eth0”,"eth1","eth2" and “eth3”.
# #---- Test eth0 ----# # # ping –I eth0 www.advantech.com # #---- Test eth1 ----# # # ping –I eth1 www.advantech.com # #---- Test eth2 ----# # # ping -I eth2 www.advantech.com # #---- Test eth3 ----# # # ping -I eth3 www.advantech.com
LED
# ethtool -s eth3 duplex full autoneg on speed 10 #灭 # ethtool -s eth3 duplex full autoneg on speed 100 #灭 # ethtool -s eth3 duplex full autoneg on speed 1000 #橙色 # ethtool -s eth3 duplex full autoneg on speed 2500 #绿色(一般速度为1G需要确认网线)