進入命令模式:
依次輸入下列命令
switch> enable //這是進入vlan建立超級模式
switch> vlan database //進入vlan資料庫中新增vlan
switch> vlan 100 //新增vlan100
switch> vlan 200 //新增vlan200
switch> exit //退出database
switch> conf t // 進入配置模式
switch> int f0/1 // 就是將要把埠分配
switch> switchport access vlan 100 // 將埠1分配到vlan100
switch> int range f0/2-f0/10 // 就是將要分配埠2到10
switch> switchport access vlan 200 //將埠2到10 分配給vlan200
switch> exit
switch> exit
switch> show vlan //檢視配置情況
大概的步驟是:先進入vlan database 中建立 兩個vlan;
然後再進入vlan配置模式,進行兩個vlan埠的分配;
最後檢視vlan的配置情況;
在配置是模式下,配置乙個埠為trunk :int f0/24 //回車
switchport mode trunk
華為交換機交換機埠映象配置
環境配置引數 1.pc1接在交換機e0 1埠,ip位址1.1.1.1 24 2.pc2接在交換機e0 2埠,ip位址2.2.2.2 24 3.e0 24為交換機上行埠 4.server接在交換機e0 8埠,該埠作為映象埠 組網需求 1.通過交換機埠映象的功能使用server對兩台pc的業務報文進行監...
交換機埠安全配置
寫在前面 一般在網路中會在接入層交換機邊緣埠上配置埠安全用於防止非法或不可以信任的網路裝置接入到網路中,以便於提高網路的安全性。拓撲圖 網路需求 在接入層交換機上配置埠安全提高網路安全效能,實現網路互通。配置 sw1 gigabitethernet0 0 1 port security enable...
華為交換機命令 埠速率 華為交換機限制埠速率
的資料流 switcha acl number 4000 switcha acl link 4000 rule permit ingress any egress any 4.對埠e0 1的入方向報文進行流量限速,限制到1mbps switcha ethernet0 1 traffic limit ...