mmh, thats a delphi-oracle term ...It's like putting a switch in between
Good questions...Does it learn MAC addresses (SVL or IVL?), drop bad frames and add some delay (store and forward), auto-negotiate (possibly different speeds to both ends) like a switch? Or is it a true layer 1 repeater, nothing more?
Also, does it allow 802.3af/at PoE detection/classification with the device at the other end? For this you must draw almost no current at low voltages, so that 25k resistance is still correctly measured.
a switch with 2 ports doesn't need to learn no MAC addresses and henceforth not responsible for any aging procedures. it neither runs no loop prevention algorythm. whatever is received from port A will be sent out to port B. it is basically a more expensive piece of wire that is manageablea switch learns mac-adresses ... a switch ages mac-adresses !?It's like putting a switch in between
of cause there would be no need, neither would be a need for that in a linux-bridge which contains two logical interfaces by my command or a 24-port switch where I only plugged two cables in ...a switch with 2 ports doesn't need to learn no MAC addresses
wuhan-sw# show poe interface GigabitEthernet 1/1
Interface PD Class Port Status Power Used [W] Current Used [mA]
---------------------- -------- ---------------------------------------- --------------- -----------------
GigabitEthernet 1/1 4 PoE turned ON 11.9 225
wuhan-sw#
wuhan-sw# show poe interface GigabitEthernet 1/1
Interface PD Class Port Status Power Used [W] Current Used [mA]
---------------------- -------- ---------------------------------------- --------------- -----------------
GigabitEthernet 1/1 4 PoE turned ON 14.4 256
wuhan-sw#
wuhan-sw# show lldp neighbors interface GigabitEthernet 1/1
Local Interface : GigabitEthernet 1/1
Chassis ID : DC-08-56-03-22-A0
Port ID : DC-08-56-03-22-A0
Port Description : Alcatel-Lucent Enterprise OAW-AP1231 eth0
System Name : OmniAccess Stellar OAW-AP1231
System Description : Alcatel-Lucent Enterprise OAW-AP1231 3.0.6.28
System Capabilities : Bridge(+), WLAN Access Point(+), Router(-), Station Only(-)
PoE Type :
PoE Source :
PoE Power :
PoE Priority :
wuhan-sw#
wuhan-sw# show poe interface GigabitEthernet 1/1
Interface PD Class Port Status Power Used [W] Current Used [mA]
---------------------- -------- ---------------------------------------- --------------- -----------------
GigabitEthernet 1/1 4 PoE turned ON 16.1 299
wuhan-sw#
wuhan-sw# show poe interface GigabitEthernet 1/1
Interface PD Class Port Status Power Used [W] Current Used [mA]
---------------------- -------- ---------------------------------------- --------------- -----------------
GigabitEthernet 1/1 4 PoE turned ON 3.6 70
wuhan-sw#
wuhan-sw# show interface GigabitEthernet 1/1 capabilities
GigabitEthernet 1/1 Capabilities:
Model: 8G-2GF
Type: 10/100/1000BaseT
Speed: 10,100,1000,auto
Duplex: half,full,auto
Trunk encap. type: 802.1Q
Trunk mode: access,hybrid,trunk
Channel: yes
Broadcast suppression: no
Flowcontrol: yes
Fast Start: no
QoS scheduling: tx-(8q)
CoS rewrite: yes
ToS rewrite: yes
UDLD: no
Inline power: yes
RMirror: no
PortSecure: yes
Dot1x: yes
wuhan-sw#
wuhan-sw# show interface GigabitEthernet 1/1 status
Interface Mode Speed & Duplex Flow Control Max Frame Excessive Link
---------------------- ------- -------------- ------------ --------- --------- --------
GigabitEthernet 1/1 enabled Auto disabled 9600 Discard 1Gfdx
wuhan-sw#
.would be good to identify the switch chip
.1) at what OSI layer this device work? at L1 like hub, or at L2 like switch?
2) what delay does this device add?
3) why distance is limited to 1500 m?
wuhan-sw# show spanning-tree active
CIST Bridge STP Status
Bridge ID : 32768.9A-86-03-28-05-01
Root ID : 32768.9A-86-03-28-05-01
Root Port : -
Root PathCost: 0
Regional Root: 32768.9A-86-03-28-05-01
Int. PathCost: 0
Max Hops : 20
TC Flag : Steady
TC Count : 4
TC Last : 0d 00:01:30
Port Port Role State Pri PathCost Edge P2P Uptime
--------- -------------- ---------- --- -------- ---- --- -------------
Gi 1/1 DesignatedPort Forwarding 128 20000 No Yes 0d 00:01:32
wuhan-sw#
wuhan-sw# show run
--- snip ---
!
interface GigabitEthernet 1/1
switchport mode trunk
poe mode plus
poe power limit 30.0
!
--- snip ---
wuhan-sw# show vlan
VLAN Name Interfaces
---- -------------------------------- ----------
1 default Gi 1/1,3-10
11 nubecula Gi 1/1-2,9
wuhan-sw#
wuhan-sw# show ip interface brief
Interface Address Method Status
---------------- -------------------- -------- ------
VLAN 1 192.168.222.177/24 DHCP UP
VLAN 11 1.1.1.1/24 Manual UP
wuhan-sw#
wuhan-sw# ping ip 1.1.1.2
PING server 1.1.1.2, 56 bytes of data.
64 bytes from 1.1.1.2: icmp_seq=0, time=0ms
64 bytes from 1.1.1.2: icmp_seq=1, time=0ms
64 bytes from 1.1.1.2: icmp_seq=2, time=0ms
64 bytes from 1.1.1.2: icmp_seq=3, time=0ms
64 bytes from 1.1.1.2: icmp_seq=4, time=0ms
Sent 5 packets, received 5 OK, 0 bad
wuhan-sw#
guess this behaviour is related to PoE-detection in the switch ... no passive PoE-adapter in the arsenal to verify ... so check, before climb !
wuhan-sw(config-if)# interface GigabitEthernet 1/1
wuhan-sw(config-if)# mtu ?
1518-9600 Maximum frame size in bytes.
wuhan-sw(config-if)# mtu 9600
wuhan-sw(config-if)#
!
interface GigabitEthernet 1/1
switchport mode trunk
poe mode plus
poe power limit 30.0
!
wuhan-sw# show ip interface brief
Interface Address Method Status
---------------- -------------------- -------- ------
VLAN 1 192.168.222.177/24 DHCP UP
VLAN 11 1.1.1.1/24 Manual UP
wuhan-sw#
wuhan-sw# ping ip 192.168.222.165 size ?
<2-1452> 2-1452; Default is 56 (excluding MAC, IP and ICMP headers)
wuhan-sw#
localhost / # ifconfig eth0
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9000
inet 192.168.222.166 netmask 255.255.255.0 broadcast 192.168.222.255
inet6 fe80::2e0:4cff:fe68:248 prefixlen 64 scopeid 0x20<link>
ether 00:e0:4c:68:02:48 txqueuelen 1000 (Ethernet)
RX packets 20107 bytes 28433065 (27.1 MiB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 9678 bytes 995227 (971.9 KiB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
localhost / # ifconfig eth0 mtu 9200
SIOCSIFMTU: Invalid argument
localhost / # ifconfig eth0 mtu 9100
localhost / # ifconfig eth0 mtu 9150
localhost / # ifconfig eth0 mtu 9160
localhost / # ifconfig eth0 mtu 9170
localhost / # ifconfig eth0 mtu 9180
localhost / # ifconfig eth0 mtu 9190
localhost / # ifconfig eth0 mtu 9200
SIOCSIFMTU: Invalid argument
localhost / # ifconfig eth0 mtu 9196
SIOCSIFMTU: Invalid argument
localhost / # ifconfig eth0 mtu 9194
localhost / # ifconfig eth0 mtu 9195
SIOCSIFMTU: Invalid argument
localhost / # ifconfig eth0 | grep mtu
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 9194
localhost / #
.I think its a 2port switch with Poe in to power it and Poe pass-through
.I think its a 2port switch with Poe in to power it and Poe pass-through
@chechito
seems you were right by first best-guess-attempt ...
btw. ... ... were you able to exactly identify, whether the marvell-chip is a 88E8040 or a 88E8042 ??
Dear floaty,
We have received your registration request for use of the Marvell Extranet.
You indicated on the registration form that you either don't have a Marvell Non-Disclosure Agreement (NDA) on file with us, or that you were unsure. Because of the confidential nature of the information you can access from the Extranet, you do need to be under an NDA to use the site. You'll be contacted shortly by a Marvell Sales Representative to confirm your NDA status. If you don't have an NDA on file, you will be provided with one to complete.
If you have any questions, please contact your Marvell sales representative or distributor or click here to locate a sales representative in your area.
Thank you for your interest in Marvell.
Regards,
The Marvell Extranet Sales Administrator
Visit us online at www.marvell.com.
.guess this behaviour is related to PoE-detection in the switch ... no passive PoE-adapter in the arsenal to verify ... so check, before climb !
Normis explained that 802.3af/at powering only works when there's a compliant device down the line ... if there isn't one, passive PoE injector should be used.
6_6.jpg