In een buitenlandse vestiging heb ik zojuist een AIR-AP3802E-X-K9 antenna's op een 2960x laten aansluiten, maar ik loop tegen het volgende probleem aan:
AP krijgt een DHCP ip in het wireless management vlan is pingbaar, maar is niet benaderbaar en joined de controller niet, daarnaast zie ik in de power inline en cdp dat het device platform beide op Unknown staat ipv de verwachte 3802.
Kabel is al vervangen en helaas even geen console kabel in die locatie beschikbaar om op de console te kunnen komen.
Heeft iemand een idee wat hier aan de hand kan zijn?
ps. de switch waar het AP op aangesloten zit is een WS-C2960X-24PS-L
AP krijgt een DHCP ip in het wireless management vlan is pingbaar, maar is niet benaderbaar en joined de controller niet, daarnaast zie ik in de power inline en cdp dat het device platform beide op Unknown staat ipv de verwachte 3802.
Kabel is al vervangen en helaas even geen console kabel in die locatie beschikbaar om op de console te kunnen komen.
Heeft iemand een idee wat hier aan de hand kan zijn?
code:
1
2
3
4
5
6
7
8
9
10
| SW_2960X_243#show cdp neighbors
Capability Codes: R - Router, T - Trans Bridge, B - Source Route Bridge
S - Switch, H - Host, I - IGMP, r - Repeater, P - Phone,
D - Remote, C - CVTA, M - Two-port Mac Relay
Device ID Local Intrfce Holdtme Capability Platform Port ID
Gig 1/0/24 172 R T Unknown Gig 0
CoreStack Gig 1/1/1 128 R S I WS-C3750X Gig 1/1/1
Total cdp entries displayed : 2 |
code:
1
2
3
4
5
6
7
8
9
10
11
| SW_2960X_243#show power inline gigabitEthernet 1/0/24
Interface Admin Oper Power Device Class Max
(Watts)
--------- ------ ---------- ------- ------------------- ----- ----
Gi1/0/24 auto on 30.0 Unknown 4 30.0
Interface AdminPowerMax AdminConsumption
(Watts) (Watts)
---------- --------------- --------------------
Gi1/0/24 30.0 15.4 |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
| SW_2960X_243#show power inline gigabitEthernet 1/0/24 detail Interface: Gi1/0/24 Inline Power Mode: auto Operational status: on Device Detected: no Device Type: Unknown IEEE Class: 4 Discovery mechanism used/configured: Unknown Police: off Power Allocated Admin Value: 30.0 Power drawn from the source: 30.0 Power available to the device: 30.0 Actual consumption Measured at the port: 11.0 Maximum Power drawn by the device since powered on: 12.0 Absent Counter: 0 Over Current Counter: 0 Short Current Counter: 19650 Invalid Signature Counter: 0 Power Denied Counter: 0 Power Negotiation Used: CDP LLDP Power Negotiation --Sent to PD-- --Rcvd from PD-- Power Type: - - Power Source: - - Power Priority: - - Requested Power(W): - - Allocated Power(W): - - Four-Pair PoE Supported: No Spare Pair Power Enabled: No Four-Pair PD Architecture: N/A |
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
| SW_2960X_243#test cable-diagnostics tdr interface gigabitEthernet 1/0/24
TDR test started on interface Gi1/0/24
A TDR test can take a few seconds to run on an interface
Use 'show cable-diagnostics tdr' to read the TDR results.
SW_2960X_243#show cable-diagnostics tdr interface gigabitEthernet 1/0/24
TDR test last run on: April 12 15:32:53
Interface Speed Local pair Pair length Remote pair Pair status
--------- ----- ---------- ------------------ ----------- --------------------
Gi1/0/24 1000M Pair A 38 +/- 10 meters Pair A Normal
Pair B 38 +/- 10 meters Pair B Normal
Pair C 38 +/- 10 meters Pair C Normal
Pair D 38 +/- 10 meters Pair D Normal |
ps. de switch waar het AP op aangesloten zit is een WS-C2960X-24PS-L
[ Voor 38% gewijzigd door nasdude op 12-04-2017 14:33 ]