新进化论

道生一,一生二,二生三,三生万物。

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

一.

image

二.配置主VTP上的信息

sw2上配置为domain server,sw1上配置为domain client,sw2上增加vlan并命名和添加描述

conf t

vtp domain corp

vtp mode server

vtp password xxx

 

SW-2(config)#vlan 10

SW-2(config-vlan)#?

VLAN configuration commands:

exit Apply changes, bump revision number, and exit mode

name Ascii name of the VLAN

no Negate a command or set its defaults

SW-2(config-vlan)#name HR

SW-2(config-vlan)#interface vlan 10

SW-2(config-if)#?

Interface configuration commands:

arp Set arp type (arpa, probe, snap) or timeout

description Interface specific description

exit Exit from interface configuration mode

ip Interface Internet Protocol config commands

ipv6 IPv6 interface subcommands

no Negate a command or set its defaults

shutdown Shutdown the selected interface

standby HSRP interface configuration commands

查看:

image

image

image

三.两交换机之间配置trunk

int f0/24

switchport mode trunk

 

四.交换机上端口分别加入vlan

conf t

int f0/1

switchport access vlan 10

查看vlan下的端口

show vlan id xx

image

posted on 2014-06-14 20:54  岌岌可危  阅读(415)  评论(0编辑  收藏  举报