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

Cisco Switch with BCM

Status
Not open for further replies.

Murksel

Technical User
Feb 18, 2008
27
0
0
DE
Any idea for a test config or advise on how to configure Cisco 3560 switches for use with BCM (PCs will plug into phones). I need to know QoS settings and any other special settings for Nortel equipment. The PCs will be in the data VLAN and the phones will be in a Voice VLAN.
 
!
interface FastEthernet0/1
description Vlan admin_HDV
switchport access vlan 561
switchport mode access
speed 100
duplex full
!
interface FastEthernet0/2
description Vlan acces CRSBPL (Bibliotheque)
switchport access vlan 562
switchport mode access
!
interface FastEthernet0/3
description Vlan acces Internet Via (switch 3Com)
switchport access vlan 853
switchport mode access
speed 100
duplex full
!
interface FastEthernet0/4
description Vlan acces Internet PC de la Ville
switchport access vlan 563
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/5
description Vlan acces Internet PC de la Ville
switchport access vlan 563
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/6
description Vlan acces Internet PC de la Ville
switchport access vlan 563
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/7
description Vlan acces Internet PC de la Ville
switchport access vlan 563
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/8
description Vlan acces Internet PC de la Ville
switchport access vlan 563
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/9
description Port IPtelephonie (Nortel I2004) + PC
switchport trunk native vlan 561
switchport trunk allowed vlan 561,569
switchport mode trunk
switchport voice vlan 569
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/10
description Port IPtelephonie (Nortel I2004) + PC
switchport trunk native vlan 561
switchport trunk allowed vlan 561,569
switchport mode trunk
switchport voice vlan 569
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/11
description Port IPtelephonie (Nortel I2004) + PC
switchport trunk native vlan 561
switchport trunk allowed vlan 561,569
switchport mode trunk
switchport voice vlan 569
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/12
description Port IPtelephonie (Nortel I2004) + PC
switchport trunk native vlan 561
switchport trunk allowed vlan 561,569
switchport mode trunk
switchport voice vlan 569
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/13
description Port IPtelephonie (Nortel I2004) + PC
switchport trunk native vlan 561
switchport trunk allowed vlan 561,569
switchport mode trunk
switchport voice vlan 569
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/14
description Port IPtelephonie (Nortel I2004) + PC
switchport trunk native vlan 561
switchport trunk allowed vlan 561,569
switchport mode trunk
switchport voice vlan 569
mls qos trust cos
spanning-tree portfast
!
interface FastEthernet0/15
description Vlan acces pour Camera IP cour Municipale
switchport access vlan 568
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/16
description Port non utilise (Libre)
switchport mode access
shutdown
spanning-tree portfast
!
interface FastEthernet0/17
description Vlan acces CRSBPL (Bibliotheque)
switchport access vlan 562
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/18
description Vlan acces CRSBPL (Bibliotheque)
switchport access vlan 562
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/19
description Vlan acces CRSBPL (Bibliotheque)
switchport access vlan 562
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/20
description Vlan acces CRSBPL (Bibliotheque)
switchport access vlan 562
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/21
description Vlan acces CRSBPL (Bibliotheque)
switchport access vlan 562
switchport mode access
spanning-tree portfast
!
interface FastEthernet0/22
description Port non utilise (Libre)
switchport mode access
shutdown
spanning-tree portfast
!
interface FastEthernet0/23
description Port non utilise (Libre)
switchport mode access
shutdown
spanning-tree portfast
!
interface FastEthernet0/24
description Lien vers HDV Ville
switchport trunk native vlan 850
switchport mode trunk
speed 100
duplex full
mls qos trust cos
 
I forgot to mention to start looking at port #9 for the details you are looking for... Sorry, it might have been a little confusing for an answer !
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top