- 28
- 0
- 约7.98万字
- 约 58页
- 2017-05-27 发布于河南
- 举报
网络系统集成实践
实验一
Switch1:
S2328G_01en 14
Password:
S2328G_01#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S2328G_01(config)#vlan 10
S2328G_01(config-vlan)#name sales
S2328G_01(config-vlan)#exit
S2328G_01(config)#interface fastethernet 0/5
S2328G_01(config-if-FastEthernet 0/5)#switchport access vlan 10
S2328G_01(config-if-FastEthernet 0/5)#show vlan id 10
VLAN Name Status Ports
---- -------------------------------- --------- --------------------------------
---
10 sales STATIC Fa0/5, Fa0/24
S2328G_01(config-if-FastEthernet 0/5)#exit
S2328G_01(config)#vlan 20
S2328G_01(config-vlan)#name technical
S2328G_01(config-vlan)#exit
S2328G_01(config)#interface fastethernet 0/15
S2328G_01(config-if-FastEthernet 0/15)#switchport access vlan 20
S2328G_01(config-if-FastEthernet 0/15)#show vlan id 20
VLAN Name Status Ports
---- -------------------------------- --------- --------------------------------
---
20 technical STATIC Fa0/15, Fa0/24
S2328G_01(config-if-FastEthernet 0/15)#exit
S2328G_01(config)#interface fastethernet 0/24
S2328G_01(config-if-FastEthernet 0/24)#switchport mode trunk
S2328G_01(config-if-FastEthernet 0/24)#$ 0/24 switchport
Interface Switchport Mode Access Native Protected VLAN lists
------------------------ ---------- --------- ------ ------ --------- ----------
FastEthernet 0/24 enabled TRUNK 1 1 Disabled ALL
S2328G_01(config-if-FastEthernet 0/24)#
Switch2:
S2328G_02en 14
Password:
S2328G_02#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
S2328G_02(config)#vlan 10
S2328G_02(config-vlan)#name sales
S2328G_02(config-vlan)#exit
S2328G_02(config)#interface fastethernet 0/5
S2328G_02(config-if-FastEthernet 0/5)#switchport access vlan 10
S2328G_02(config-if-FastEthernet 0/5)#show vlan id 10
VLAN Name Status Ports
--
原创力文档

文档评论(0)