第六天

创建多个vlan

Huawei]vlan batch 2 3 4
划入接口

Huawei]interface e0/0/2
[Huawei-Ethernet0/0/2]po    
[Huawei-Ethernet0/0/2]port link-type ac    
[Huawei-Ethernet0/0/2]port link-type access 
[Huawei-Ethernet0/0/2]po    
[Huawei-Ethernet0/0/2]port de    
[Huawei-Ethernet0/0/2]port default vl    
[Huawei-Ethernet0/0/2]port default vlan 2
[Huawei-Ethernet0/0/2]int    
[Huawei-Ethernet0/0/2]int e0/0/3
[Huawei-Ethernet0/0/3]po    
[Huawei-Ethernet0/0/3]port li    
[Huawei-Ethernet0/0/3]port link-        
[Huawei-Ethernet0/0/3]port link-type ac    
[Huawei-Ethernet0/0/3]port link-type access 
[Huawei-Ethernet0/0/3]po    
[Huawei-Ethernet0/0/3]port de    
[Huawei-Ethernet0/0/3]port default vlan 3
[Huawei-Ethernet0/0/3]int    
[Huawei-Ethernet0/0/3]int e0/0/4
[Huawei-Ethernet0/0/4]po    
[Huawei-Ethernet0/0/4]port lin    
[Huawei-Ethernet0/0/4]port link-    
[Huawei-Ethernet0/0/4]port link-flap    
[Huawei-Ethernet0/0/4]port link-type ac    
[Huawei-Ethernet0/0/4]port link-type access 
[Huawei-Ethernet0/0/4]po    
[Huawei-Ethernet0/0/4]port default vl    
[Huawei-Ethernet0/0/4]port default vlan 4
trunk干道,允许承载所有的vlan

Huawei]interface e0/0/1
[Huawei-Ethernet0/0/1]po    
[Huawei-Ethernet0/0/1]port li    
[Huawei-Ethernet0/0/1]port link-    
[Huawei-Ethernet0/0/1]port link-type tr    
[Huawei-Ethernet0/0/1]port link-type trunk 
[Huawei-Ethernet0/0/1]port tr    
[Huawei-Ethernet0/0/1]port trunk al    
[Huawei-Ethernet0/0/1]port trunk allow-pass 
[Huawei-Ethernet0/0/1]port trunk allow-pass vl    
[Huawei-Ethernet0/0/1]port trunk allow-pass vlan a    
[Huawei-Ethernet0/0/1]port trunk allow-pass vlan all 
创建虚拟接口

r1]interface g0/0/0.1
[r1-GigabitEthernet0/0/0.1]ip ad    
[r1-GigabitEthernet0/0/0.1]ip address 12.1.1.1 24
[r1-GigabitEthernet0/0/0.1]do    
[r1-GigabitEthernet0/0/0.1]dot1q te    
[r1-GigabitEthernet0/0/0.1]dot1q termination vi    
[r1-GigabitEthernet0/0/0.1]dot1q termination vid 2
[r1-GigabitEthernet0/0/0.1]int    
[r1-GigabitEthernet0/0/0.1]int g0/0/0.2
[r1-GigabitEthernet0/0/0.2]ip     
[r1-GigabitEthernet0/0/0.2]ip ad    
[r1-GigabitEthernet0/0/0.2]ip address 23.1.1.1 24
[r1-GigabitEthernet0/0/0.2]do    
[r1-GigabitEthernet0/0/0.2]dot1q te    
[r1-GigabitEthernet0/0/0.2]dot1q termination v    
[r1-GigabitEthernet0/0/0.2]dot1q termination vid 3
[r1-GigabitEthernet0/0/0.2]int    
[r1-GigabitEthernet0/0/0.2]int g0/0/0.3
[r1-GigabitEthernet0/0/0.3]do    
[r1-GigabitEthernet0/0/0.3]dot1q te    
[r1-GigabitEthernet0/0/0.3]dot1q termination vi    
[r1-GigabitEthernet0/0/0.3]dot1q termination vid 4
[r1-GigabitEthernet0/0/0.3]ip ad    
[r1-GigabitEthernet0/0/0.3]ip address 34.1.1.1 24
打开dhcp

[r1]dhcp en    
[r1]dhcp enable 
[r1]ip po    
[r1]ip policy-based-route
[r1]ip pool 1
[r1-ip-pool-1]net    
[r1-ip-pool-1]netbios-type
[r1-ip-pool-1]network 12.1.1.0 ma    
[r1-ip-pool-1]network 12.1.1.0 mask 24
[r1-ip-pool-1]ga    
[r1-ip-pool-1]gateway-list 12.1.1.1
[r1-ip-pool-1]dn    
[r1-ip-pool-1]dns-list 8.8.8.8
[r1-ip-pool-1]qu
[r1]ip po    
[r1]ip policy-based-route
[r1]ip pool 2
[r1-ip-pool-2]net    
[r1-ip-pool-2]netbios-type
[r1-ip-pool-2]network 23.1.1.0 ma    
[r1-ip-pool-2]network 23.1.1.0 mask 24
[r1-ip-pool-2]ga    
[r1-ip-pool-2]gateway-list 23.1.1.1
[r1-ip-pool-2]dn    
[r1-ip-pool-2]dns-list 8.8.8.8
[r1-ip-pool-2]qu
[r1]ip po    
[r1]ip policy-based-route
[r1]ip pool 3
[r1-ip-pool-3]net    
[r1-ip-pool-3]netbios-type
[r1-ip-pool-3]network 34.1.1.0 ma    
[r1-ip-pool-3]network 34.1.1.0 mask 24
[r1-ip-pool-3]ga    
[r1-ip-pool-3]gateway-list 34.1.1.1
[r1-ip-pool-3]dns    
[r1-ip-pool-3]dns-list 8.8.8.8
[r1-ip-pool-3]qu
[r1]int g0/0/0.1
[r1-GigabitEthernet0/0/0.1]int    
[r1-GigabitEthernet0/0/0.1]dh    
[r1-GigabitEthernet0/0/0.1]dhcp se    
[r1-GigabitEthernet0/0/0.1]dhcp select d    
[r1-GigabitEthernet0/0/0.1]dhcp select g    
[r1-GigabitEthernet0/0/0.1]dhcp select global 
[r1-GigabitEthernet0/0/0.1]int g0/0/0.2
[r1-GigabitEthernet0/0/0.2]dh    
[r1-GigabitEthernet0/0/0.2]dhcp se    
[r1-GigabitEthernet0/0/0.2]dhcp select g    
[r1-GigabitEthernet0/0/0.2]dhcp select global 
[r1-GigabitEthernet0/0/0.2]int    
[r1-GigabitEthernet0/0/0.2]int g0/0/0.3
[r1-GigabitEthernet0/0/0.3]dh    
[r1-GigabitEthernet0/0/0.3]dhcp de    
[r1-GigabitEthernet0/0/0.3]dhcp se    
[r1-GigabitEthernet0/0/0.3]dhcp select g    
[r1-GigabitEthernet0/0/0.3]dhcp select global 
 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值