You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The list page displays all of the L2 VLANs that have been defined along with all the switches that each VLAN is on. As with any list in the device42 portal, you can sort by multiple fields, you can search by vlan # or name, and clicking on the VLAN takes you to the details and edit page for that VLAN.
13
22
14
23
### Adding a new VLAN
15
24
16
-

The VLAN # is the only required field in this form. The Name is automatically calculated as VLANxxxx if not entered. You can associate multiple switches with a VLAN.
19
34
@@ -25,7 +40,13 @@ While adding/editing a VLAN, you can define subnets that are part of this VLAN.
With VLAN autodiscovery, all VLANs are pulled into Device42 from each switch that is discovered. During the discovery process, the system does not assume matching VLAN #'s from different switches are the same VLAN. It is common to have duplicate VLANs after running autodiscovery. While most duplicate VLANs are actually the same VLAN, it is not always true. The "Merge selected Vlans" bulk action is available to address this, i.e.: merge duplicate VLANs. There are two approaches for merging VLANs:
0 commit comments