Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PoE+ on 2960S 1

Status
Not open for further replies.

disturbedone

Vendor
Sep 28, 2006
781
AU
I have just got a 2960S-24PS-L as I require the PoE+ to power a Meru Access Point (AP433i). The AP requires PoE+ to power the 3 radios whereas all other APs (AP320i) only require standard PoE for their 2 radios.

I have plugged the AP in and it works but only has 2 radios working. The GUI for the 2960 shows the port only using 15.4W ie standard PoE.

What needs to be done to get the switch to send more power to the AP?

In the detail below, ports 1-3 are standard APs and port 4 is the new AP. It's detecting it as Class 4 but not pulling any extra power.

Code:
CGS8286# show power inline

Module   Available     Used     Remaining
          (Watts)     (Watts)    (Watts)
------   ---------   --------   ---------
1           370.0       61.6       308.4
Interface Admin  Oper       Power   Device              Class Max
                            (Watts)
--------- ------ ---------- ------- ------------------- ----- ----
Gi1/0/1   auto   on         15.4    Ieee PD             0     30.0
Gi1/0/2   auto   on         15.4    Ieee PD             0     30.0
Gi1/0/3   auto   on         15.4    Ieee PD             0     30.0
Gi1/0/4   auto   on         15.4    Ieee PD             4     30.0

Any ideas?
 
Non-cicso endpoint cannot use CDP messages to negotiate, also make sure the "power inline static max" is not configured. The " power inline consumption 30000" should fix the port to 30watts in case the auto function does not work.
Make this number the actual max.

Example:
Switch(config)# interface gigabitethernet2/0/2
Switch(config-if)# power inline consumption 12000
%CAUTION: Interface Gi1/0/2: Misconfiguring the 'power inline consumption/allocation'
command may cause damage to the switch and void your warranty. Take precaution not to
oversubscribe the power supply. Refer to documentation.
Documentation can be found at:
 
Thanks. I ran

Code:
switch(config)#interface gigabitEthernet 1/0/4 
switch(config)#power inline consumption 29999
and it appears have powered the 3rd radio in the AP.

I had to use 29999 as when using 30000 it would not stay in the config. It would accept the command but show run would not show this on the port. Any ideas why?
 
Just guessing, but i think it may still see it as default, and therefor hides it. "show run all" should show you hidden default commands as well.

 
That shows the following (irrelevant info removed)....

Code:
power inline consumption default 15400

interface GigabitEthernet1/0/3
 switchport
 switchport access vlan 10
 switchport private-vlan trunk encapsulation dot1q
 switchport private-vlan trunk native vlan tag
 switchport mode access
 no switchport nonegotiate
 no switchport protected
 no switchport block multicast
 no switchport block unicast
 switchport port-security maximum 1
 switchport port-security maximum 65535 vlan
 switchport port-security maximum 65535 vlan access
 switchport port-security maximum 65535 vlan voice
 switchport port-security
 switchport port-security aging time 2
 switchport port-security violation restrict
 switchport port-security aging type inactivity
 switchport port-security limit rate invalid-source-mac 10
 no switchport port-security mac-address sticky
 no switchport port-security aging static
 no ip arp inspection trust
 ip arp inspection limit rate 15 burst interval 1
 ip arp inspection limit rate 15
 load-interval 300
[b] power inline consumption 30000
 power inline auto max 30000
 power inline static
 power inline never
 power inline police[/b]
 no mab
 snmp trap mac-notification change added
 snmp trap mac-notification change removed
 snmp trap link-status
 mls qos cos 0
 macro description cisco-desktop
 cdp tlv location
 cdp tlv server-location 
 cdp tlv app
 arp arpa
 arp timeout 14400
 spanning-tree portfast disable
 spanning-tree portfast trunk
 spanning-tree portfast
 spanning-tree bpduguard enable
 spanning-tree port-priority 128
 spanning-tree cost 0
 hold-queue 75 in
 hold-queue 0 out
 ip igmp snooping tcn flood

interface GigabitEthernet1/0/4
 description PAC TMT AP433i
 switchport
 switchport access vlan 10
 switchport private-vlan trunk encapsulation dot1q
 switchport private-vlan trunk native vlan tag
 switchport mode access
 no switchport nonegotiate
 no switchport protected
 no switchport block multicast
 no switchport block unicast
 switchport port-security maximum 1
 switchport port-security maximum 65535 vlan
 switchport port-security maximum 65535 vlan access
 switchport port-security maximum 65535 vlan voice
 switchport port-security
 switchport port-security aging time 2
 switchport port-security violation restrict
 switchport port-security aging type inactivity
 switchport port-security limit rate invalid-source-mac 10
 no switchport port-security mac-address sticky
 no switchport port-security aging static
 no ip arp inspection trust
 ip arp inspection limit rate 15 burst interval 1
 ip arp inspection limit rate 15
 load-interval 300
[b] power inline consumption 29999
 power inline auto max 30000
 power inline static
 power inline never
 power inline police[/b]
 no mab
 snmp trap mac-notification change added
 snmp trap mac-notification change removed
 snmp trap link-status
 mls qos cos 0
 macro description cisco-desktop
 cdp tlv location
 cdp tlv server-location 
 cdp tlv app
 arp arpa
 arp timeout 14400
 spanning-tree portfast disable
 spanning-tree portfast trunk
 spanning-tree portfast
 spanning-tree bpduguard enable
 spanning-tree port-priority 128
 spanning-tree cost 0
 hold-queue 75 in
 hold-queue 0 out
 ip igmp snooping tcn flood

Interestingly if I have power inline consumption 29999 on the port that shows in show run but if I have power inline consumption 30000 it doesn't show in show run but it does show in show run all. If I have it set to 30000 then show power inline shows the power back to 15.4W which is the default but I have it at 29999 it shows it at 30.0W
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top