Missing support for displaying physical port status on the web interface on DSA devices
See original GitHub issueBefore the DSA switchover, the link status of physical ports is displayed on the switch page, which is not present on DSA devices anymore. Currently, as far as I can tell, there is no way to acquire this information on LuCI anymore.
Now that #4307 has been merged, please consider making these basic info available on the web interface as well. The carrier status, duplex mode and speed can be simply acquired from sysfs:
/sys/class/net/eth0/carrier
/sys/class/net/eth0/duplex
/sys/class/net/eth0/speed
Issue Analytics
- State:
- Created 3 years ago
- Reactions:5
- Comments:7 (3 by maintainers)
Top Results From Across the Web
Architecture
the “dsa” port(s) are just conduits between two or more switches, and as such cannot really be used as proper network interfaces either,...
Read more >swconfig
The main difference between swconfig and DSA is that DSA-supported switches show one network interface per port, whereas swconfig-configured ...
Read more >Port Status and Configuration
Viewing port status and configuring port parameters. Connecting transceivers to fixed-configuration devices. If the switch either fails to show a link ...
Read more >Cisco ME 1200 Series Carrier Ethernet Access Device ...
Cisco ME 1200 Series Carrier Ethernet Access Device Web Interface User Guide, ... Physical Port Configuration and Status, page 7.
Read more >Physical Ports Missing from ip link show Output - switchd ...
ip link show displays only the loopback and management (ethX) ports. Physical switch ports — the interfaces starting with swp — are not...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
This should be applied to all ethernet ports, not just DSA. Would be useful for routers that have multiple NICs.
It is open.