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

Cisco layer 4006 3/4 help!!

Status
Not open for further replies.

4766

IS-IT--Management
Joined
Aug 22, 2002
Messages
2
Location
US
I am new to the Cisco 4006 with cat sup engine 3. We are purchasing 1 4006 as our top layer switch and catalyst 3524's in each closet. This is for a phone system that we are looking at. How woould i creat a VLAN so that these are on there own network.

Any help woould be great

Thanks...
 
On the 4006:
set vtp domain MYDOMAIN
set vtp password hushhush
set vtp mode server
set vlan 2 name PHONES type ethernet mtu 1500 said 100002 state active
set vlan 3 name PC type ethernet mtu 1500 said 100003 state active


On the closet 3524's:
vlan database (at enable prompt)
vtp client
vtp password hushhush
vtp domain MYDOMAIN

then assign ports on the 3524 to either vlan 2 or 3
example:
config t
int faste 0/1
switchport access vlan 2


That should get you started.
*J*
 
If this is for VoIP, which I'm assuming it is, you really need to create a QoS schedule using IP precedence, CoS, or DSCP flags. Otherwise, if the queues get congested the switches will give equal priority and your voice quality will suffer.

For more info see

-Jeff ----------------------------------------
Wassabi Pop Tarts! Write Kellogs today!
 
Hi jyschaefer:

I am sorry, but I am so new to this. How do I setup a

set vtp domain MYDOMAIN?

Thank You for help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top