你给出的有两种理解:
1.图片中的理解,划分物理端口到vlan100,并配置ip地址
进入CLI界面(命令行接口)
enable
conf t
int f0/1
switchport mode access
switchport access vlan 100
no switchport
ip add 192.168.1.1 255.255.255.0
2.你的问题的理解,为vlan 100配置ip
还有一个就是启用vlan端口
enable
conf t
int vlan 100
ip add 192.168.1.1 255.255.255.0
即为vlan 100配置上了ip地址
还有任何疑问请追问