cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
824
Views
0
Helpful
3
Replies

Voice over ip config

tom.chan
Level 1
Level 1

Hi,

Below is the config file for an ip phone connecting a port on a Cat3550 (IOS) switch.

interface FastEthernet0/2

switchport trunk encapsulation dot1q

switchport trunk native vlan 2

switchport mode trunk

switchport voice vlan 3

spanning-tree portfast

I have tested it and it worked fine.

Question:

Do you guys know how to convert the commands to set-based switch' commands? Our network are also running couple of Cat6509 switches with CatOS.

Thanks.

3 Replies 3

jhalldn
Level 1
Level 1

Hi, CatOS stuff:

Create the VLANs

set vlan 2 name data

set vlan 3 name voip

Setting the tagged/untagged stuff

set vlan 2

set port auxiliaryvlan 3

Regards;

paganorj
Level 1
Level 1

We have a cisco MSC 7800 series acting as a Voip server. the phones (7940G's) are sharing the same network connection with the workstation and they connect to a cisco 3550-24 SMI swicth.

Is this the same config to follow to make them work??

interface FastEthernet0/2

switchport trunk encapsulation dot1q

switchport trunk native vlan 2

switchport mode trunk

switchport voice vlan 3

spanning-tree portfast

thanks

Any help will be greatly appreciated....

Juan

Use this mode to configure normal-range VLANs (VLAN IDs 1 to 1005) or, when VTP mode is
transparent, to configure extended-range VLANs (VLAN IDs 1006 to 4094). When VTP mode is
transparent, the VLAN and VTP configuration is saved in the running configuration file, and you can
save it to the switch startup configuration file by using the copy running-config startup-config
privileged EXEC command. The configurations of VLAN IDs 1 to 1005 are saved in the VLAN database
if VTP is in transparent or server mode. The extended-range VLAN configurations are not saved in the
VLAN database.
Enter the vlan vlan-id global configuration command to access config-vlan mode:
Switch(config)# vlan 2000
Switch(config-vlan)#
The supported keywords can vary but are similar to the commands available in VLAN configuration
mode. To view a comprehensive list of commands, enter a question mark (?) at the prompt:
Switch(config-vlan)# ?
For extended-range VLANs, all characteristics except the MTU size must remain at the default setting.
To return to global configuration mode, enter exit; to return to privileged EXEC mode, enter end. All
the commands except shutdown take effect when you exit config-vlan mode.

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: