Chapter 9 Super VLAN Configuration DGS-3610 Series Configuration Guide
Users can delete the previous configurations by executing no
subvlan-address-range.
9.5 Setting Virtual Interface for
Super VLAN
When a user in Sub VLAN needs to perform layer 3 communication, a virtual layer 3
interface that corresponds to the Super VLAN should be created first.
SVI that corresponds to the Super VLAN itself is used as the virtual interface.
Perform the following configurations in the global mode.
DGS-3610(config)# interface vlan vlan-id
DGS-3610(config-vlan)# ip address ip mask
Set an IP address for the virtual interface
DGS-3610(config-vlan)# end
Return to the privilege mode.
Verify the configurations made in the
previous steps.
9.6 Setting Agent ARP Function for
VLAN
Set the agent ARP function for VLAN using the following commands, so as to allow
communication between sub VLANs. This function is enabled by default.
Perform the following configurations in the global mode.
DGS-3610(config)# vlan vlan-id
DGS-3610(config-vlan)# proxy-arp
Enable the ARP agent function for VLAN
DGS-3610(config-vlan)# end
Return to the privilege mode.
Verify the configurations set in the previous
steps.
The ARP agent function of Vlan can be disabled by using no proxy-arp.