将思科交换机的端口加入vlan的步骤

2024-12-30 18:48:02
推荐回答(5个)
回答1:

下面是如何创建VLAN和添加端口:

1.   创建VLAN

Switch#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

Switch(config)#vlan 2

Switch(config-vlan)#name

Switch(config-vlan)#name VLAN2

Switch(config-vlan)#exit

Switch(config)#vlan 3

Switch(config-vlan)#name VLAN3

Switch(config-vlan)#exit

Switch(config)#exit

%SYS-5-CONFIG_I: Configured from console by console

Switch#sh vlan

VLAN Name                             Status    Ports

---- -------------------------------- --------- -------------------------------

1    default                          active    Fa0/1, Fa0/2, Fa0/3, Fa0/4

Fa0/5, Fa0/6, Fa0/7, Fa0/8

Fa0/9, Fa0/10, Fa0/11, Fa0/12

Fa0/13, Fa0/14, Fa0/15, Fa0/16

Fa0/17, Fa0/18, Fa0/19, Fa0/20

Fa0/21, Fa0/22, Fa0/23, Fa0/24

2    VLAN2                            active   

3    VLAN3                            active    

1002 fddi-default                     active   

1003 token-ring-default               active   

1004 fddinet-default                  active   

1005 trnet-default                    active   

VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

1    enet  100001     1500  -      -      -        -    -        0      0

2    enet  100002     1500  -      -      -        -    -        0      0

3    enet  100003     1500  -      -      -        -    -        0      0

1002 enet  101002     1500  -      -      -        -    -       0      0

1003 enet  101003     1500  -      -      -        -    -       0      0

1004 enet  101004     1500  -      -      -        -    -       0      0

1005 enet  101005     1500  -      -      -        -    -       0      0

Switch#

2.   往新创建的VLAN里添加端口

把端口fa0/1 添加到vlan 2中,把端口fa0/2添加到vlan 3中。

Switch#conf t

Switch#conf terminal

Enter configuration commands, one per line.  End with CNTL/Z.

Switch(config)#in

Switch(config)#interface fa

Switch(config)#interface fastEthernet 0/1

Switch(config-if)#swit

Switch(config-if)#switch mo

Switch(config-if)#switch mode acc

Switch(config-if)#switch mode access

//端口模式改为access模式

Switch(config-if)#switch acc

Switch(config-if)#switch access vla

Switch(config-if)#switch access vlan 2

//添加到vlan 2中

Switch(config-if)#exit

Switch(config)#int

Switch(config)#interface fa

Switch(config)#interface fastEthernet 0/2

Switch(config-if)#swit

Switch(config-if)#switch mode

Switch(config-if)#switch mode acc

Switch(config-if)#switch mode access

Switch(config-if)#swit

Switch(config-if)#switch acc

Switch(config-if)#switch access v

Switch(config-if)#switch access vlan 3

Switch(config-if)#exit

Switch(config)#exit

%SYS-5-CONFIG_I: Configured from console by console

Switch#sh vla

Switch#sh vlan

VLAN Name                             Status    Ports

---- -------------------------------- --------- -------------------------------

1    default                          active    Fa0/3, Fa0/4, Fa0/5, Fa0/6

Fa0/7, Fa0/8, Fa0/9, Fa0/10

Fa0/11, Fa0/12, Fa0/13, Fa0/14

Fa0/15, Fa0/16, Fa0/17, Fa0/18

Fa0/19, Fa0/20, Fa0/21, Fa0/22

Fa0/23, Fa0/24

2    VLAN2                            active    Fa0/1

3    VLAN3                            active    Fa0/2

1002 fddi-default                     active   

1003 token-ring-default               active   

1004 fddinet-default                  active   

1005 trnet-default                    active   

VLAN Type  SAID       MTU   Parent RingNo BridgeNo Stp  BrdgMode Trans1 Trans2

---- ----- ---------- ----- ------ ------ -------- ---- -------- ------ ------

1    enet  100001     1500  -      -      -        -    -        0      0

2    enet  100002     1500  -      -      -        -    -        0      0

3    enet  100003     1500  -      -      -        -    -        0      0

1002 enet  101002     1500  -      -      -        -    -       0      0

1003 enet  101003     1500  -      -      -        -    -       0      0

1004 enet  101004     1500  -      -      -        -    -       0      0

1005 enet  101005     1500  -      -      -        -    -       0      0

Switch#

回答2:

思科交换机在VLAN中如何一次添加多个端口,这个在我们平时配置的过程中经常需要用到,因为如果一个一个的添加端口,工作量将会很大,所以需要一次性添加多个端口,下面由小编介绍下具体操作吧

1、首先通过CONSOLO口或telnet连接交换机,进入用户模式“",如图所示:


2、在用户模式下输入”en“,进入特权模式”Sw#“,如图所示:


3、在特权模式下输入”conf t“,进入全局模式”Sw(config)#“,如图所示:


4、接下来在全局模式下进入接口模式,输入”int range f0/1-3“,这里注意了使用range参数才可以进入多接口,这里选择f0/1、f0/2、f0/3,三个接口。如图所示:


5、然后将这三个接口一起添加到VLAN 20中去,在接口模式下,输入“no switchport access vlan 20“,如图所示:


6、最后我们使用”show run"查看交换机配置,可以看到三个接口都已经加入到VLAN 20了,如图所示:

拓展资料:

端口聚合说明:

1、Cisco最多允许EtherChannel绑定8个端口;

(1)、如果是百兆网络,总带宽可达1.6Gbit/s;

(2)、如果是千兆网络,总带宽可达16Gbit/s。

2、EtherChannel不支持10M端口;

3、EtherChannel编号只在本地有效,链路两端的编号可以不一样;

4、EtherChannel默认使用PAgP协议;

5、EtherChannel默认情况下是基于源MAC地址的负载平衡;

6、一个EtherChannel内所有的端口都必须具有相同的端口速率和双工模式,LACP只能是全双工模式;

7、channel-group接口会自动继承最小物理接口,或最先配置的接口模式;

8、cisco的交换机不仅可以支持第二层EtherChannel,还可以支持第三层EtherChannel。

回答3:

你好!

命令如下:

enable
vlan database
vlan 2
exit
configure terminal
interface range fastethernet0/2 -17
switchport mode access
switchport access vlan 1
exit
interface range fastethernet0/18 -22
switchport mode access
switchport access vlan 2

回答4:

创建两个VLAN,然后进入VLAN 1 ,将端口添加到VLAN1中,同样进入VLAN2中,添加端口。我这边没有思科的交换机,但是大体就是这样配置的。

回答5:

命令如下:

enable
vlan database
vlan 2
exit
configure terminal
interface range fastethernet0/2 -17
switchport mode access
switchport access vlan 1
exit
interface range fastethernet0/18 -22。