2014年1月12日星期日

VTP config cisco 3750

How does a VTP database need to configured on a Cisco WS-C3750X-24P-L    stack, and on a ie3000 connected to it?

I read a cisco article that told me to create a vTP server on the stack and a VTP client on the IE3000.  I assigned the same VTP domain name to both switches on the stack (connected together via etherlink) and on the ie3000.

On the Cisco 3750 I configured 8 VLANS all with unique IP addresses. (1,100-107)

On the Cisco ie3000 i configured 2 vlans (1 and 103). I assigned an IP address to vlan1 but not to vlan 103.

I cannot ping a device connected to VLAN103 from within the console or from my PC. The device is not a PC and does not have a firewall.

What am I missing?
Deleted by WhackAMod, no points refunded:  4/8/2011 2:17:20 PM

Don't forget that on newer switches, just creating an interface in a vlan does not create the vlan itself. Older WS-C3750X-24P-S     switches used to do this, but newer ones require explicit creation of the vlan itself. i.e.

#conf t
(config)#vlan 100
(config-vlan)#name "name if you choose to add one"
etc

if you do a sh vlan, do they exist in the list? or for a specific vlan >sh vlan id 107
etc

没有评论:

发表评论