Skip to content

Commit 9af9b4b

Browse files
954: update-screenshots; vlans
1 parent 74e7bd8 commit 9af9b4b

7 files changed

Lines changed: 24 additions & 3 deletions

docs/infrastructure-management/ipam/vlans.mdx

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,32 @@ title: "VLANs"
33
sidebar_position: 10
44
---
55

6+
import ThemedImage from '@theme/ThemedImage'
7+
import useBaseUrl from '@docusaurus/useBaseUrl'
8+
69
All VLANs defined on your switches can be documented here.
710

811
### VLAN list page
912

10-
![VLAN list page](/assets/images/wpid4655-media_1328985067670.png)
13+
<ThemedImage
14+
alt="VLAN list page"
15+
sources={{
16+
light: useBaseUrl('/assets/images/vlans/wpid4655-media_1328985067670-light.png'),
17+
dark: useBaseUrl('/assets/images/vlans/wpid4655-media_1328985067670-dark.png'),
18+
}}
19+
/>
1120

1221
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.
1322

1423
### Adding a new VLAN
1524

16-
![Adding a new VLAN](/assets/images/wpid4653-media_1328979126014.png)
25+
<ThemedImage
26+
alt="Adding a new VLAN"
27+
sources={{
28+
light: useBaseUrl('/assets/images/vlans/wpid4653-media_1328979126014-light.png'),
29+
dark: useBaseUrl('/assets/images/vlans/wpid4653-media_1328979126014-dark.png'),
30+
}}
31+
/>
1732

1833
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.
1934

@@ -25,7 +40,13 @@ While adding/editing a VLAN, you can define subnets that are part of this VLAN.
2540

2641
### Merging autodiscovered VLANs
2742

28-
![Merging auto-discovered VLANs](/assets/images/wpid4656-Merging_auto-discovered_VLANs.png)
43+
<ThemedImage
44+
alt="Merging auto-discovered VLANs"
45+
sources={{
46+
light: useBaseUrl('/assets/images/vlans/wpid4656-Merging_auto-discovered_VLANs-light.png'),
47+
dark: useBaseUrl('/assets/images/vlans/wpid4656-Merging_auto-discovered_VLANs-dark.png'),
48+
}}
49+
/>
2950

3051
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:
3152

167 KB
Loading
166 KB
Loading
250 KB
Loading
251 KB
Loading
322 KB
Loading
321 KB
Loading

0 commit comments

Comments
 (0)