cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with Matrix E1 and Cisco 3905 using ciscocdp

Problem with Matrix E1 and Cisco 3905 using ciscocdp

FES
New Contributor III
Hi!!!
I have a problem with ciscocdp on matrix E1. I have a C5 and all is working fine. The same configuration has been configured on E1 series but the cisco 3905 does not get the voice vlan configure on the vvid parameter.

I know that the device is too old...

Anyone knows if there are any problems with the ciscocdp version on enterasys E1 ? The ciscodcp device version is 3.07.32.
The E1 series have the las firmware version.

Thanks a lot in advance... and sorry for my english
Fran Escalero
9 REPLIES 9

FES
New Contributor III
Hi!!! finallly I solved de problem :))))

ciscodp , it does not works

The solution is to use only cep and dynamic vlan .

! cepset cep enable
set cep port fe.0.5 cisco enable
set cep policy cisco 1
!
! policy profileset policy profile 1 "voip" enable 99 disable 3
set policy profile 1 enable
!
!
set vlan dynamicegress 99 enable
!

at the moment i cant understand why ciscodp does not works...

regarddssss

FES
New Contributor III
Hi again!!!
I tried the config, and it didn't work.

The ciscoIpPhone appears un cep info, but the policy doesn't works. The phone does not tag de traffic or the E1 does not classify de traffic into de voip vlan. Am i doing something wrong? The phone port is fe.0.5 and voip vlan-id is 99

******CONFIG*********************************
! cdp set cdp enable
set cdp interval 5
!
! ciscodp
set ciscodp status enable
set ciscodp timer 5
set port ciscodp status fe.0.5 enable
set port ciscodp vvid fe.0.5 99
!
! cep
set cep enable
set cep port fe.0.5 cisco enable
set cep policy cisco 1
!
! policy profile
set policy profile 1 "IP phone" disable 99 enable 3
set policy profile 1 enable
set policy classify 1 1 cos 5 iptos 96
set policy port fe.0.5 1
!
******************************************************************

Matrix>show por egress fe.0.5
Port Vlan Egress Registration
Number Id Status Status
---------------------------------------------------
fe.0.5 1 untagged static
fe.0.5 99 tagged static
Matrix>

Matrix>show cep port fe.0.5
CEP Detection: - enabled
fe.0.5
H323 phone - disabled
Siemens phone - disabled
Cisco phone - enabled
Matrix>
Matrix>show cep connections
Phone connections
Mac Port Phone Learned IP Policy
Address Type Time Address Index
------------ ------- ------- ------------------- --------------- ------
20bbc093188e fe.0.5 Cisco 2014-12-12,14:13:14 0.0.0.0 1
Matrix>
Matrix>show ciscodp

CiscoDP : Enabled
Timer : 5
Holdtime (TTL) : 180
Platform : Matrix 1H582-25
Version : 03.07.32
Device ID : 04115383210C
PopulateCDP : Disabled
Matrix>

Matrix>show cdp fe.0.5
CDP Version : 6
Global CDP State : enabled
Global TX Interval : 5
Global Hold Time : 15

Port State
--------------------
fe.0.5 auto

Matrix>
Matrix>show port ciscodp info
Port State VVID #Neigh PDU-TX PDU-RX CosExt TrustExt
----------------------------------------------------------------------
fe.0.5 Enabled 99 1 220 28 undef undef

Matrix> show mac port fe.0.5
Filter Database Algorithm: mac-vid sequential
Current Filter Database Algorithm: mac-vid sequential
Aging Time : 300 seconds
Dynamic Address Counts : 623 Static Address Counts : 0
----------------------------------------------------------
MAC Address FID Port Type
----------------------------------------------------------
20-bb-c0-93-18-8e 1 fe.0.5 learned
Matrix>

Finally the fid never change to 99... :(((

FES
New Contributor III
Wow!!!
Lot of thanks for the reply.

I can see that in the example you apply de vvid using a policy intead of using de ciscocdp port vvid options...

I will configure it and will post the results.

Paul_Poyant
New Contributor III
This sample configuration initially uses Profile 1 to assign Priority 3 to all incoming traffic, VLAN-tagged or not. After an IP Phone is detected on a port the E1 uses Profile 2 on that port to communicate (via CiscoDP) the desired Voice VLAN Identifier (VVID) to the IP Phone and treat all of the phone's incoming VLAN-Tagged traffic - identified by means of an IPTOS value of 0x60 (decimal 96) - as Priority 5, while continuing to treat all other traffic (such as untagged traffic from the IP Phone's attached PC) as Priority 3. The IP Phone traffic will thus use Transmit Queue# 2 while all other traffic uses the lower-priority Transmit Queue# 1.

The IP Phone responds to the VVID information by using it in its 802.1Q VLAN Tags and the E1 has been configured to egress that VLAN as Tagged, while the attached PC's traffic remains untagged and is VLAN-assigned based on the port's PVID - which in this configuration remains at its default value of 1, with untagged VLAN 1 egress.

The 5-second CiscoDP timer helps to ensure that the IP Phone knows what VLAN it is supposed to use before it starts sending network traffic, including DHCP. The default timer is 60 seconds.

! priority classification
set priority classification qtagoverride fe.0.1-48 enable [Allow Pri=5 for Tagged traffic]

! ciscodp
set ciscodp timer 5 [Give the phone the VVID ASAP for DHCP]
!
! policy profile
set policy profile 1 "default" disable 0 enable 3 [Force Pri=3 for all traffic]
set policy profile 1 enable [ and enable it]
set policy port fe.0.1-48 1 [Profile 1 is a port-based policy for all]
set policy profile 2 "IP phone" disable 92 enable 3 [Use VVID=92, Force Pri=3 for non-Voice]
set policy profile 2 enable [ and enable it]
set policy classify 2 1 cos 5 iptos 96 [Force Pri=5 if IPTOS=0x60 (Voice)]
!
! cep
set cep enable [Enable Convergence End Point]
set cep port fe.0.1-48 cisco enable [Set all ports to use CEP/CiscoDP]
set cep policy cisco 2 [Use CiscoDP to invoke Profile 2]
GTM-P2G8KFN