PortIndex |
The unique ethernet PHY interface index. |
ChipVendor |
The vendor name or identifier of the PHY or switch
detected during hardware scan. |
ChipModel |
The chip modell/revision of the PHY or switch
detected during hardware scan. |
PortLinkStatus |
This variable indicates link status and autonegotiation
results:
down(1) -- link down or autonegotiation failed
auto-neg-failed(2) -- autonegotiation failed
auto-neg-unavail(3) -- autonegotiation not available
auto-neg-running(4) -- autonegotiation running
auto-full-100(5) -- negotiated 100 mbps/full duplex
auto-half-100(6) -- negotiated 100 mbps/half duplex
auto-full-10(7) -- negotiated 10 mbps/full duplex
auto-half-10(8) -- negotiated 10 mbps/half duplex
full-100(9) -- forced mode 100 mbps/full duplex
half-100(10) -- forced mode 100 mbps/half duplex
full-10(11) -- forced mode 10 mbps/full duplex
half-10(12) -- forcde mode 10 mbps/half duplex
Enumerations: - down (1)
- auto-neg-failed (2)
- auto-neg-unavail (3)
- auto-neg-running (4)
- auto-full-100 (5)
- auto-half-100 (6)
- auto-full-10 (7)
- auto-half-10 (8)
- full-100 (9)
- half-100 (10)
- full-10 (11)
- half-10 (12)
|
PortMdixStatus |
This variable indicates the cables MDIX status
if the link is established. Enumerations: - normal (1)
- crossover (2)
- unknown (3)
|
PortMode |
The initial mode of the ethernet PHY or switch port:
disable(1) -- disconnect from physical line
auto(2) -- use default autonegotiation
auto-100(3) -- use autonegotiation for 100 mbps only
auto-10(4) -- use autonegotiation for 10 mbps only
auto-full-100(5) -- auto-negotiate 100 mbps/full-duplex
auto-half-100(6) -- auto-negotiate 100 mbps/half-duplex
auto-full-10(7) -- auto-negotiate 10 mbps/full-duplex
auto-half-10(8) -- auto-negotiate 10 mbps/half-duplex
fixed-full-100(9) -- use fixed mode 100 mbps/full-duplex
fixed-half-100(10) -- use fixed mode 100 mbps/half-duplex
fixed-full-10(11) -- use fixed mode 10 mbps/full-duplex
fixed-half-10(12) -- use fixed mode 10 mbps/half-duplex
Enumerations: - disable (1)
- auto (2)
- auto-100 (3)
- auto-10 (4)
- auto-full-100 (5)
- auto-half-100 (6)
- auto-full-10 (7)
- auto-half-10 (8)
- fixed-full-100 (9)
- fixed-half-100 (10)
- fixed-full-10 (11)
- fixed-half-10 (12)
|
EthAssignedIfIndex |
The Ethernet interface index the PHY or switch port
is connected/assigned to.
The system will create interfaces as needed, but there
can't be more ethernet interfaces than switch ports. |
ExtendedDistance |
If the PHY supports different receive thresholds depending
on the cable length (long-cable > 100 m) and speed (10BaseT)
it could be configured by this variable. Enumerations: - default (1)
- short-cable (2)
- long-cable (3)
|
PortGroup |
The port group this phy is member of. |