ERS 4524GT and Polycom phones

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • moraie
    Aspiring Member
    • Jun 2012
    • 1

    ERS 4524GT and Polycom phones

    Hi,

    I am trying to configure Polycom phones on a ERS 4524gt-pwr switch.
    I'm using the http://downloads.avaya.com/css/P8/documents/100123695 to guide me through that but it doen't work. The phone is booting up but gets an IP address from the data vlan.
    I want to use LLDP detection.

    Here are outputs of validations commands found in the document:

    4524GT-PWR#show lldp med-network-policies port 1
    -------------------------------------------------------------------------------
    LLDP-MED network-policies
    -------------------------------------------------------------------------------
    -------------------------------------------------------------------------------
    Unit/ Application Type VlanID Tagging DSCP Priority
    Port
    -------------------------------------------------------------------------------
    1 Voice 200 tagged 46 6
    -------------------------------------------------------------------------------

    4524GT-PWR#show lldp port 1 local-sys-data med
    -------------------------------------------------------------------------------
    LLDP local-sys-data chassis
    -------------------------------------------------------------------------------
    -------------------------------------------------------------------------------
    ChassisId: MAC address 3c:b1:5b:8e:fc:00
    SysName:
    SysCap: rB / B (Supported/Enabled)
    SysDescr:
    Ethernet Routing Switch 4524GT-PWR HW:05 FW:5.3.0.3 SW:v5.6.1.052

    MED-Device class: Network Connectivity Device
    MED-POE Device Type: PSE Device
    HWRev: 05 SerialNumber: LBNNTMMD5108NP
    FWRev: 5.3.0.3 SWRev: v5.6.1.052
    ManufName: Avaya ModelName: 4524GT-PWR
    -------------------------------------------------------------------------------
    LLDP local-sys-data port
    -------------------------------------------------------------------------------
    Port: 1

    MED-Capabilities: CNLSI
    MED-PSE PDPort Priority: Low Power Value: 16.0 Watt
    MED-Application Type: Voice VLAN ID: 200
    L2 Priority: 6 DSCP Value: 46 Tagged Vlan, Policy defined

    -------------------------------------------------------------------------------
    Sys capability: O-Other; R-Repeater; B-Bridge; W-WLAN accesspoint; r-Router;
    T-Telephone; D-DOCSIS cable device; S-Station only.
    Med Capabilities-C: N-Network Policy; L-Location Identification; I-Inventory;
    S-Extended Power via MDI - PSE; D-Extended Power via MDI - PD.


    4524GT-PWR#show lldp port 1 neighbor detail
    -------------------------------------------------------------------------------
    LLDP neighbor
    -------------------------------------------------------------------------------
    Port: 1 Index: 5 Time: 0 days, 00:21:55
    ChassisId: Network address IPv4 0.0.0.0
    PortId: MAC address 00:04:f2:23:64:05
    SysName: Polycom SoundPoint IP 331
    SysCap: TB / T (Supported/Enabled)
    PortDesc: 1
    SysDescr:
    Polycom;SoundPointIP-SPIP_331;2345-12365-001,1;BR/4.2.2.0710/24-Feb-10 16:38;

    PVID: PPVID Supported: none
    VLAN Name List: none PPVID Enabled: none

    Dot3-MAC/PHY Auto-neg: supported/enabled OperMAUtype: 100BaseTXFD
    PMD auto-neg: 10Base(T, TFD), 100Base(TX, TXFD)

    MED-Capabilities: CNDI / CNDI (Supported/Current)
    MED-Device type: Endpoint Class 3
    MED-Application Type: Voice VLAN ID: 0 (Priority Tagged)
    L2 Priority: 0 DSCP Value: 0 Untagged Vlan, Policy unknown
    Med-Power Type: PD Device Power Source: PSE and Local
    Power Priority: Unknown Power Value: 4.5 Watt
    HWRev: 2345-12365-001,1 FWRev: BR/4.2.2.0710/24-Feb-10 16:38
    SWRev: SerialNumber: 0004f2236405
    ManufName: Polycom ModelName: SoundPointIP-SPIP_331
    AssetID:
    -------------------------------------------------------------------------------
    Sys capability: O-Other; R-Repeater; B-Bridge; W-WLAN accesspoint; r-Router;
    T-Telephone; D-DOCSIS cable device; S-Station only.
    Total neighbors: 1
    Med Capabilities-C: N-Network Policy; L-Location Identification; I-Inventory;
    S-Extended Power via MDI - PSE; D-Extended Power via MDI - PD.


    I am missing something for sure but I can't find what.

    Thanks.
  • jfafinski
    Aspiring Member
    • Jul 2012
    • 2

    #2
    Hi,
    If it can help you, this is Working with Aastra ip phones:



    interface FastEthernet ALL
    lldp tx-tlv port 3-11 dot3 mac-phy-config-status
    exit
    !
    ! *** 802.1ab vendor-specific Avaya TLVs config ***
    !
    !
    ! *** 802.1AB MED Voice Network Policies ***
    !
    interface FastEthernet ALL
    lldp med-network-policies port 3-11 voice dscp 46 priority 6 tagging tagged vlan-id 805
    exit


    in this example vlan 805 Voice and vlan 1002 Data

    Comment

    Loading