电脑技术学习

配3550交换机

dn001

  在3550上配的vlan的ip地址是治理IP,一般来说此IP就是所有在该VLAN内的主机的网关地址。
  假如你就是用3550和2948G作VLAN的话那很简单啊!
  先配VTP DOMAIN 然后将3550的VTP 模式设为 SERVER,2948设为CLIENT.在3550上的全局模式下增加VLAN,注重3550上的VLAN的个数和ID号与2948G的保持一致。再将需要的端口划到相应的VLAN
  
  Switch# configure terminal
  Switch(config)# interface interface
  Switch(config-if)# switchport mode Access
  Switch(config-if)# switchport access vlan vlan-id
  Switch(config-if)# show interface interface-id switchport
  
  之后配置启用TRUNK并封装协议
  Switch# configure terminal
  Switch(config)# interface interface
  Switch(config-if)# switchport mode trunk
  Switch(config-if)# switchport trunk encapsulation isl
  Switch(config-if)# end
  Switch# show interface interface switchport
  Switch# copy running-config startup-config
  
  然后在3550上为每个VLAN配置一个IP地址,注重各个VLAN的IP地址不能属于相同网段。此时你在3550上sh ip route会看到有路由:C-直连网段信息。
  上述为一般配置,具体的可以到WWW.CISCO.COM上查找