You are on page 1of 20

© 2002, Cisco Systems, Inc. All rights reserved.

Cisco Catalyst Switches

©©2002,
2002,Cisco
CiscoSystems,
Systems,Inc.
Inc.All
Allrights
rightsreserved.
reserved. CIPT v3.3—2-2 2
Cisco Catalyst Switches: Objectives

Upon completing this lesson, you will be able to:


• Identify the Cisco Catalyst switches used in a Cisco IP
telephony solution
• Identify how Cisco Catalyst switch models supply power to the
IP Phones
• Describe the options for powering Cisco IP Phones
• Configure dual VLANs on a single port on a Cisco Catalyst
switch
• Configure CoS on the Cisco Catalyst switch models to extend
to the device beyond the Cisco IP Phone so that voice packets
have priority over data packets

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-3


Catalyst Switch Integration

Voice
Gateway

Router/GW
Router
PSTN

Regional Center
Headquarters IP WAN
Router/GW

Rest of the World


Telecommuter Branch Office
© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-4
Inline Power Single Port Voice/Data
Subnets

Catalyst 4000 Patch Panel

EtherSwitch Network Module

Inline Power Only

Catalyst 6000 Catalyst 3524

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-5


Three Ways to Power IP Phones

• Inline power:
– Needs powered line cards for
Catalyst switches
– Uses pins 1, 2, 3, and 6 (same as
Ethernet) for delivering –48V
• External power:
– Needs external power patch panel
– Patch panel delivers –48V over pins
4, 5, 7, and 8 110V AC
AC Wall Power
• Wall power: Source to 48V DC
Converter

– Needs DC converter for connecting IP


Phone to wall outlet

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-6


Catalyst Switch:
Configuring Inline Power

Cisco CatOS:
CatOS>(enable) set port inlinepower <mod/port> ?
auto Port inline power auto mode
off/never Port inline power off mode

Native Cisco IOS:


CSCOIOS(config-if)# power inline <auto/never>

Default Power Allocation


CatOS>(enable) set inlinepower defaultallocation value

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-7


Catalyst Switch:
Show Inline Power Status

CatOS>(enable) show port inlinepower <mod| mod/port>

Default Inline Power allocation per port: 10.000 Watts (0.23 Amps @42V)
Total inline power drawn by module 7: 75.60 Watts (1.80 Amps @42V)
Port InlinePowered PowerAllocated
Admin Oper Detected mWatt mA @42V
---- ----- ---- -------- --------- -----------
7/1 auto off no 0 0
7/2 auto on yes 6300 150
7/3 auto on yes 6300 150
7/4 auto off no 0 0
7/5 auto off no 0 0
7/6 auto off no 0 0
7/7 auto off no 0 0

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-8


A Multi-VLAN Access Port

An access port able to handle 2 VLANs


Native VLAN (PVID) and Auxiliary VLAN (VVID)
Hardware set to dot1q trunk

Tagged 802.1q

Untagged 802.3

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-9


Configuring Voice VLANs Using Cisco
CatOS

Syntax:

Console>(enable) set port auxiliaryvlan <mod/port>


<vlan|untagged|dot1p|none>(vlan = 1..1000)

Example:

Console>(enable) set port auxiliaryvlan 2/1-3 222


Auxiliaryvlan 222 configuration successful.
AuxiliaryVlan AuxVlanStatus Mod/Ports
------------- ------------- ----------------------
222 active 1/2,2/1-3

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-10


Configuring Voice VLANs Using
Native Cisco IOS

Example:

Console(config)#interface FastEthernet0/1
Console(config-if)#switchport trunk encapsulation dot1q
Console(config-if)#switchport trunk native vlan 12
Console(config-if)#switchport mode trunk
Console(config-if)#switchport voice vlan 112
Console(config-if)#spanning-tree portfast

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-11


Verifying Voice VLAN Configuration
Using Cisco CatOS

Console> (enable)show port auxiliaryvlan 222


AuxiliaryVlan AuxVlanStatus Mod/Ports
------------- ------------- ----------
222 active 1/2,2/1-3
Console> (enable)

Console> (enable)show port 2/1


...
Port AuxiliaryVlan AuxVlan-Status
----- ------------- --------------
2/1 222 active
...

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-12


Verifying Voice VLAN Configuration
Using Native Cisco IOS
Switch# show interface fa0/17 switchport

Name: Fa0/17
Switchport: Enabled
Administrative mode: trunk
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q

Negotiation of Trunking: Disabled


Access Mode VLAN: 0 ((Inactive))
Trunking Native Mode VLAN: 12 (VLAN0012)
Trunking VLANs Enabled: ALL
Trunking VLANs Active: 1-3,5,10,12
Pruning VLANs Enabled: 2-1001

Priority for untagged frames: 0


Override vlan tag priority: FALSE
Voice VLAN: 112
Appliance trust: none

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-13


IP Addressing Deployment Options
IP Phone + PC on same IP Phone + PC on same switch IP Phone + PC share the
switch ports ports same device (Cisco
SoftPhone)
171.68.249.100 171.68.249.100 171.68.249.100

10.1.1.1
171.68.249.101

Real IP addresses IP Phone uses “10.0.0.0” Network Real IP addresses

IP Phone + PC on separate switch ports IP Phone + PC on separate switch ports

171.68.249.101 171.68.249.100 10.1.1.1 171.68.249.100

Real IP addresses IP Phone uses “10.0.0.0” network


© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-14
Extending QoS to the IP Phone
This feature allows the extension of the trusted boundary
to the IP Phone.

Phone VLAN = 200 PC VLAN = 3


CoS = 5 CoS = 7
V

IP Phone: Desktop PC:


IP Subnet B IP Subnet A
PC is not trusted CoS = 0 CoS = 7
CoS set to 0 (normal)

PC is not trusted CoS = 2 CoS = 7


CoS set to 2

CoS = 7 CoS = 7
PC is trusted
© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-15
Configuring CoS
Cisco CatOS

set port qos <mod/port> cos-ext <cos-value>

• Allows you to statically configure the CoS assigned to the attached device

set port qos <mod/port> trust-ext <untrusted/trust-


cos>

• Allows you to trust or not trust (set to zero) the CoS assigned to the attached
device
Native Cisco IOS

Switch(config)#interface FastEthernet0/1
Switch(config-if)#switchport priority extend
<cos/none/trust>

• Choose to modify, ignore, or trust the CoS of the attached device


© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-16
Summary

• Cisco voice-capable switches support three primary feature sets that


can assist with an IP telephony deployment: inline power, auxiliary
VLANs, and CoS.
• Cisco VoIP Catalyst switch models that support inline power and
multiple VLANs on a single port include the Catalyst 4000 series switch,
Catalyst 6000 series switch, and Catalyst 3524-PWR XL Ethernet switch.
The Catalyst inline-power patch panel enables inline power for Cisco
multiservice enabled Catalyst switches.
• Most Cisco IP Phone models are capable of using three options for
power: inline power, external power, and wall power.

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-17


Summary (Cont.)

• Using dual VLANs on a single port Cisco Catalyst switch


improves network scalability when you combine a voice
network into a data network.
• When a PC and an IP Phone share the same switch port, you
can use the CoS on Cisco Catalyst switch models to classify
circuits so that voice packets have priority over data packets.

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-18


Lesson Review

1. What is the default CoS value setting of a Cisco IP


Phone?
2. What is the recommended IP addressing scheme for a
Cisco IP telephony solution?
3. How much power does a Cisco 7960 IP Phone use
without any expansion modules attached?
4. Which device does not support a single port with
multiple VLANs?
5. Which item is a network layer QoS marking?

© 2002, Cisco Systems, Inc. All rights reserved. CIPT v3.3—2-19

You might also like