Dahua Technology DH-PFS5936-24GF8GT4XF Посібник із швидкого старту - Сторінка 12
Переглянути онлайн або завантажити pdf Посібник із швидкого старту для Перемикач Dahua Technology DH-PFS5936-24GF8GT4XF. Dahua Technology DH-PFS5936-24GF8GT4XF 16 сторінок. 36-port managed gigabit l3 switch
Configuration Procedure
To configure the switch, do the following:
Step 1
Create the VLAN.
SWITCH #configure terminal
SWITCH (config)#vlan 2
SWITCH (config-vlan)# exit
SWITCH (config)#vlan 3
SWITCH (config-vlan)# exit
Step 2
Allocate the ports into the VLAN.
SWITCH(config)# interface GigabitEthernet 1/1
SWITCH (config-if)# switchport access vlan 2
SWITCH (config-if)# exit
SWITCH (config)# interface GigabitEthernet 1/2
SWITCH (config-if)# switchport access vlan 3
SWITCH (config-if)# exit
Step 3
Configure the VLAN IP address.
SWITCH #configure terminal
SWITCH (config)# interface vlan 2
SWITCH (config-if-vlan)# ip address 192.168.2.1 255.255.255.0
SWITCH (config-if-vlan)#exit
SWITCH (config)#interface vlan 3
SWITCH (config-if-vlan)# ip address 192.168.3.1 255.255.255.0
SWITCH (config-if-vlan)#exit
Figure 3-1
VLAN networking
Logging in the Device 8