-
Notifications
You must be signed in to change notification settings - Fork 726
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Mikrotik interface ethernet monitor name (#1880)
- Loading branch information
1 parent
1e9faa1
commit b51f62a
Showing
6 changed files
with
54 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ parsed_sample: | |
sfp_rx_power: "" | ||
eeprom_checksum: "" | ||
eeprom: [] | ||
supported: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -33,3 +33,4 @@ parsed_sample: | |
sfp_rx_power: "" | ||
eeprom_checksum: "" | ||
eeprom: [] | ||
supported: "" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
...ce_ethernet_monitor_name_once/mikrotik_routeros_interface_ethernet_monitor_name_once4.raw
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
name: ether1 | ||
status: link-ok | ||
auto-negotiation: done | ||
rate: 1Gbps | ||
full-duplex: yes | ||
tx-flow-control: no | ||
rx-flow-control: no | ||
supported: 10M-baseT-half,10M-baseT-full,100M-baseT-half,100M-baseT-full,1G-baseT-half,1G-baseT-full | ||
advertising: 10M-baseT-half,10M-baseT-full,100M-baseT-half,100M-baseT-full,1G-baseT-half,1G-baseT-full | ||
link-partner-advertising: 10M-baseT-full,100M-baseT-full,1G-baseT-full |
36 changes: 36 additions & 0 deletions
36
...ce_ethernet_monitor_name_once/mikrotik_routeros_interface_ethernet_monitor_name_once4.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
--- | ||
parsed_sample: | ||
- advertising: "10M-baseT-half,10M-baseT-full,100M-baseT-half,100M-baseT-full,1G-baseT-half,1G-baseT-full" | ||
supported: "10M-baseT-half,10M-baseT-full,100M-baseT-half,100M-baseT-full,1G-baseT-half,1G-baseT-full" | ||
auto_negotiation: "done" | ||
full_duplex: "yes" | ||
link_partner_advertising: "10M-baseT-full,100M-baseT-full,1G-baseT-full" | ||
name: "ether1" | ||
rate: "1Gbps" | ||
rx_flow_control: "no" | ||
status: "link-ok" | ||
tx_flow_control: "no" | ||
default_cable_settings: "" | ||
combo_state: "" | ||
sfp_module_present: "" | ||
sfp_rx_loss: "" | ||
sfp_tx_fault: "" | ||
sfp_type: "" | ||
sfp_connector_type: "" | ||
sfp_link_length_9um: "" | ||
sfp_link_length_copper: "" | ||
sfp_link_length_50um: "" | ||
sfp_link_length_62um: "" | ||
sfp_vendor_name: "" | ||
sfp_vendor_part_number: "" | ||
sfp_vendor_revision: "" | ||
sfp_vendor_serial: "" | ||
sfp_manufacturing_date: "" | ||
sfp_wavelength: "" | ||
sfp_temperature: "" | ||
sfp_supply_voltage: "" | ||
sfp_tx_bias_current: "" | ||
sfp_tx_power: "" | ||
sfp_rx_power: "" | ||
eeprom_checksum: "" | ||
eeprom: [] |