多個交換機之間的中繼以及vtp的配置
switch 0配置為vtp伺服器模式 f0/2、 g1/1配置為中繼埠
switch 1配置為vtp透明模式 f0/1、 f0/24配置為中繼埠
switch 2配置為vtp客戶端模式 f0/1配置為中繼埠
pc8 192.168.1.101 vlan 1
pc9 192.168.2.101 vlan 2
pc10 192.168.3.101 vlan 3
實驗:pc8 、9、10實現與其它pc及通訊。在三個switch上檢視show vlan的輸出,在switch 0上刪除vlan3,再觀察各個switch上檢視show vlan的輸出。檢視vtp伺服器、透明、客戶端的不同。
switch(config)#vtp domain cisco 設定vtp網域名稱
changing vtp domain name from null to cisco
switch(config)#vtp mode server 設定vtp 模式為伺服器模式
device mode already vtp server.
switch(config)#vtp password cisco 設定vtp認證密碼
setting device vlan database password to cisco
switch#conf t
enter configuration commands, one per line. end with cntl/z.
switch(config)#int f0/0
%invalid inte***ce type and number
switch(config)#int f0/1
switch(config-if)#switchport mode trunk 配置介面接入模式為中繼
switch(config-if)#int f0/24
switch(config-if)#switchport mode trunk
switch(config-if)#
switch(config)#vtp domain cisco
domain name already set to cisco.
switch(config)#vtp mode transparent 設定vtp 模式為透明模式
setting device to vtp transparent mode.
switch(config)#vtp password cisco 認證密碼需要匹配
setting device vlan database password to cisco
VLAN間單臂路由
實驗拓撲 1.配置pc機ip位址和閘道器 略 2.在交換機上建立vlan,並將介面加入相應的vlan中 enconf t vlan 10 vlan 20 exit int f0 1 switchport mode access swithchport access vlan 10 int f0 2 ...
單臂路由與DHCP中繼
1.valn 間通訊方法 路由 2.乙個三層介面可以識別且只能使別乙個標籤 3.單臂路由可以節約路由介面 4.單臂路由核心就是 在路由器的乙個介面下面分出多個子介面,每乙個介面對應乙個vlan,每乙個子介面代表每一段vlan的閘道器 5.每乙個子介面的mac位址都是它們父介面的mac位址 6.路由器...
DHCP中繼 單臂路由實驗
使各vlan中的pc能自動獲取ip位址 配置單臂路由和ospf全網互通。1 配置ip位址略 l3 sw1 config if no switchport 在三層交換機配置ip位址需要在介面關閉二層埠2 在sw1 3 上建立vlan並劃分給各個埠,並在相應的埠設定trunk埠sw1 config vl...