Hi,
I've a edge router lite and the eth2 port is stuck on 10Mbps. I've tested the cable and it is ok. I'm using a patchsee Cat 6 cable. The other side of the cable is connected on a Netgear GS108E-300PES switch.
I've tested the following:
- my laptop connected to the switch and all is good. ethernet negociation leads to a perfect 1Gps full.
- my laptopconnected to the router on eth2 and ethernet nego leads to a 10Mbps full
- switch connected to the router on eth2 and ethernet nego leads to a 10Mbps full
I got a purple icon on the gui for the eth2 representation, port is negociated to 10Mbps and no packet flowing in the port.
$ show interfaces ethernet eth2 physical
Settings for eth2:
Auto-negotiation: on
Speed: 10Mb/s
Duplex: Full
Link detected: yes
$ show interfaces ethernet eth2
eth2: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UNKNOWN
link/ether 44:d9:e7:9b:9b:4b brd ff:ff:ff:ff:ff:ff
inet 192.168.253.1/24 brd 192.168.253.255 scope global eth2
valid_lft forever preferred_lft forever
inet6 fe80::46d9:e7ff:fe9b:9b4b/64 scope link
valid_lft forever preferred_lft forever
Description: DMZ
RX: bytes packets errors dropped overrun mcast
0 0 0 0 0 0
TX: bytes packets errors dropped carrier collisions
9161082 217518 0 0 0 0
My configuration is the following:
$ show system image
The system currently has the following image(s) installed:
v1.8.0.4853089.160219.1607 (running image) (default boot)
$ show configuration all
interfaces {
...
ethernet eth2 {
address 192.168.253.1/24
description DMZ
duplex auto
speed auto
}
...
Any idea ?
Thanks
Syl