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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Vlan Creation for Avaya IP Phone

Status
Not open for further replies.

kabudoy

MIS
Oct 21, 2003
61
DE
Hi All,

Need Help.

I have a problem with the our cisco created vlan connecting avaya one-x ip phone.

this issue is with implementing VLan 1 for avaya one-x and VLan 6 for the PC connected at the back of avaya one-x switch port. the cisco Core Switch is 4507R this is were our medpro and clan were connected and the avaya one-x is connected to Edge Switch catalyst 3560G-48 PoE.

The default Vlan 1 which is currently working, but when he added vlan 6 and set the binding on the core switch the phone will disconnect and displayed discover.

Any thoughts would be much appreciated.
Many thanks

Kabudoy
 
Is the phone using DHCP or Static addressing? Don't forget about the ip-helper line for DHCP servers not on the ip phones segment.
 
Her's the configuration:


Edge Switch Config


------------------


interface FastEthernet0/1


 switchport trunk encapsulation dot1q


 switchport trunk native vlan 30


 switchport mode trunk


 switchport voice vlan 1


 srr-queue bandwidth share 10 10 60 20


 srr-queue bandwidth shape  10  0  0  0


 mls qos trust cos


 auto qos voip trust


 spanning-tree portfast


!


interface Vlan1


 ip address 172.20.10.44 255.255.0.0


!


interface Vlan10


 ip address 10.10.10.2 255.255.255.0


!


interface Vlan20


 ip address 10.20.20.2 255.255.255.0


!


interface Vlan30


 ip address 10.30.30.2 255.255.255.0


 


Core Switch Config


-----------------------


 


interface GigabitEthernet4/36


 switchport trunk encapsulation dot1q


 switchport mode trunk


!


interface Vlan1


 ip address 172.20.10.20 255.255.0.0


!


interface Vlan10


 ip address 10.10.10.1 255.255.255.0


!


interface Vlan20


 ip address 10.20.20.1 255.255.255.0


!


interface Vlan30


 ip address 10.30.30.1 255.255.255.0


 


 


VLAN 1
                               
= Legacy VLAN (Where Existing Voice Servers are Sitting)


VLAN
10                              
= Servers VLAN


VLAN
20                              
= New Voice VLAN


VLAN 30
                             
= Users VLAN


 


 
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top