华为综合实验配置

实验拓扑:
华为综合实验配置_第1张图片
实验要求:
1.配置vlan和链路聚合
2.配置ospf和rip
3.配置路由重分发
4.配置nat
实验步骤:
实现vlan间互访。
SW1:
[sw1]vlan batch 10 20 30 40 //配置vlan
[sw1]int Eth-Trunk 1 //进入链路聚合1
[sw1-Eth-Trunk1]port link-type trunk //开启trunk
[sw1-Eth-Trunk1]port trunk allow-pass vlan all //允许所有vlan
[sw1]int Ethernet 0/0/2
[sw1-Ethernet0/0/2]eth-trunk 1 //将接口加入链路聚合
[sw1]int Ethernet 0/0/3
[sw1-Ethernet0/0/3]eth-trunk 1
[sw1]int e0/0/4
[sw1-Ethernet0/0/4]port link-type access //设置为接入链路
[sw1-Ethernet0/0/4]port default vlan 10 //将接口加入vlan
[sw1-Ethernet0/0/4]int e0/0/5
[sw1-Ethernet0/0/5]port link-type access
[sw1-Ethernet0/0/5]port defaul

你可能感兴趣的:(华为)