赞
踩
HUAWEI设备配置VLANIF(SVI,网关)
一、思维导图
二、视频
HUAWEI设置VLANIF(SVI - 知乎HUAWEI设置VLANIF(SVIhttps://www.zhihu.com/zvideo/1317498510469066752
三、配置
1、创建VLAN
[SW1]vlan 10
2、进入对应VLANif
[SW1]interface Vlanif 10
3、配置IP地址
[SW1-Vlanif10]ip address 10.1.1.254 255.255.255.0
[SW1]display ip routing-table
Route Flags: R - relay, D - download to fib
------------------------------------------------------------------------------
Routing Tables: Public
Destinations : 4 Routes : 4
Destination/Mask Proto Pre Cost Flags NextHop Interface
10.1.1.0/24 Direct 0 0 D 10.1.1.254 Vlanif10
10.1.1.254/32 Direct 0 0 D 127.0.0.1 Vlanif10
127.0.0.0/8 Direct 0 0 D 127.0.0.1 InLoopBack0
127.0.0.1/32 Direct 0 0 D 127.0.0.1 InLoopBack0
[SW1]display ip interface brief
*down: administratively down
^down: standby
(l): loopback
(s): spoofing
The number of interface that is UP in Physical is 3
The number of interface that is DOWN in Physical is 1
The number of interface that is UP in Protocol is 2
The number of interface that is DOWN in Protocol is 2
Interface IP Address/Mask Physical Protocol
MEth0/0/1 unassigned down down
NULL0 unassigned up up(s)
Vlanif1 unassigned up down
Vlanif10 10.1.1.254/24 up up
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。