Skip to content

Commit 9496ffb

Browse files
committed
1237: fix relative links; ipam pages
1 parent 854bd46 commit 9496ffb

6 files changed

Lines changed: 11 additions & 11 deletions

File tree

docs/infrastructure-management/ipam/dns-records.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 8
66
import ThemedImage from '@theme/ThemedImage'
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
Device42 supports A/AAAA, CNAME, MX, and PTR records. Records can be added manually or populated automatically using [DNS discovery](/auto-discovery/setup-dns-autodiscovery).
9+
Device42 supports A/AAAA, CNAME, MX, and PTR records. Records can be added manually or populated automatically using [DNS discovery](auto-discovery/setup-dns-autodiscovery.mdx).
1010

1111
A/AAAA records are automatically associated with existing IP addresses, or can be associated with new IP addresses when they are created.
1212

docs/infrastructure-management/ipam/dns-zones.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 7
66
import ThemedImage from '@theme/ThemedImage'
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
DNS zones represent sections of the domain name space managed by a specific nameserver. Zones can be added manually or populated via [DNS discovery](/auto-discovery/setup-dns-autodiscovery).
9+
DNS zones represent sections of the domain name space managed by a specific nameserver. Zones can be added manually or populated via [DNS discovery](auto-discovery/setup-dns-autodiscovery.mdx).
1010

1111
## Add a DNS Zone
1212

docs/infrastructure-management/ipam/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ This section covers how to organize your address space with VRF groups and VLANs
1010

1111
Device42 can discover IP addresses and related network information through several methods:
1212

13-
- [Network SNMP Discovery](/auto-discovery/network-auto-discovery): Discover subnets, IP-to-MAC address relationships, and MAC-to-switch-port connectivity.
14-
- [Windows and Hyper-V Discovery](/auto-discovery/windows-and-hyper-v-auto-discovery): Discover Windows, Linux, and UNIX devices on your network, including their IP and MAC address details.
15-
- [Ping Sweep](/auto-discovery/d42-ping-sweep): Keep your IP address records up to date by sweeping address ranges for active hosts.
13+
- [Network SNMP Discovery](auto-discovery/network-auto-discovery.mdx): Discover subnets, IP-to-MAC address relationships, and MAC-to-switch-port connectivity.
14+
- [Windows and Hyper-V Discovery](auto-discovery/windows-and-hyper-v-auto-discovery.mdx): Discover Windows, Linux, and UNIX devices on your network, including their IP and MAC address details.
15+
- [Ping Sweep](auto-discovery/d42-ping-sweep.mdx): Keep your IP address records up to date by sweeping address ranges for active hosts.
1616

1717
## Import IP Addresses
1818

19-
You can import existing IP address data from Microsoft Excel or CSV spreadsheets. See [Importing Data From Existing Spreadsheets](/getstarted/using-device42/importing-data-from-existing-spreadsheets) for instructions.
19+
You can import existing IP address data from Microsoft Excel or CSV spreadsheets. See [Importing Data From Existing Spreadsheets](getstarted/using-device42/importing-data-from-existing-spreadsheets.mdx) for instructions.

docs/infrastructure-management/ipam/ip-addresses.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ View the history of changes from the **History (Audit Logs)** tab at the top of
6666
The **Resource** field links to the Kubernetes cluster that is currently holding that IP.
6767

6868
:::note
69-
The **Configuration Resource** and **Configuration Resource Item** fields apply only to Kubernetes cloud discovery jobs (see [cloud platforms discovery](/auto-discovery/cloud-auto-discovery/index)) and are populated automatically. Do not populate these fields for a regular IP address.
69+
The **Configuration Resource** and **Configuration Resource Item** fields apply only to Kubernetes cloud discovery jobs (see [cloud platforms discovery](auto-discovery/cloud-auto-discovery/index.mdx)) and are populated automatically. Do not populate these fields for a regular IP address.
7070
:::
7171

7272
### Add an IP Address

docs/infrastructure-management/ipam/subnets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'
88

99
A subnet can be any Layer 3 network (IPv4 or IPv6) in your organization, and it can optionally be part of a VLAN. All IP addresses in Device42 must belong to a subnet.
1010

11-
You can create nested subnets automatically and relocate manually created subnets as nested subnets. The subnet must be part of a [VRF group](/infrastructure-management/ipam/vrf-groups) to create nested subnets. When you add an overlapping subnet within a VRF group, it is automatically positioned with the correct parent-child relationship.
11+
You can create nested subnets automatically and relocate manually created subnets as nested subnets. The subnet must be part of a [VRF group](infrastructure-management/ipam/vrf-groups.mdx) to create nested subnets. When you add an overlapping subnet within a VRF group, it is automatically positioned with the correct parent-child relationship.
1212

1313
## Subnet List Page
1414

docs/infrastructure-management/ipam/switch-ports.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar_position: 10
66
import ThemedImage from '@theme/ThemedImage'
77
import useBaseUrl from '@docusaurus/useBaseUrl'
88

9-
Switch ports can be discovered automatically using SNMP network discovery. You can also bulk add switch ports via [switch templates](/infrastructure-management/ipam/switch-templates), or use the [Device42 RESTful APIs](https://api.device42.com/#/IPAM) to programmatically add or edit switch ports.
9+
Switch ports can be discovered automatically using SNMP network discovery. You can also bulk add switch ports via [switch templates](infrastructure-management/ipam/switch-templates.mdx), or use the [Device42 RESTful APIs](https://api.device42.com/#/IPAM) to programmatically add or edit switch ports.
1010

1111
## Ports List Page
1212

@@ -56,7 +56,7 @@ Switch ports include the following properties:
5656
- **Asset:** If the port is part of a FEX or similar asset connected to the switch, that association can be made here. You can assign a port to either a module or an asset.
5757
- **Network Switch 2nd:** For stacked switches, this is the clustered switch. For paired switches, this is the second switch through which the port can be managed.
5858

59-
The **Module**, **Asset**, and **Network Switch 2nd** associations can be configured efficiently using [switch templates](/infrastructure-management/ipam/switch-templates).
59+
The **Module**, **Asset**, and **Network Switch 2nd** associations can be configured efficiently using [switch templates](infrastructure-management/ipam/switch-templates.mdx).
6060

6161
- **Up:** Whether the port is up.
6262
- **Up Admin:** Whether the port is administratively up.
@@ -153,7 +153,7 @@ To add a new stacked switch hardware model, navigate to **Infrastructure > Hardw
153153

154154
## Represent FEX Modules
155155

156-
FEX modules can be added as an asset and then associated with a switch using asset device relations. This is easier to configure using [switch templates](/infrastructure-management/ipam/switch-templates).
156+
FEX modules can be added as an asset and then associated with a switch using asset device relations. This is easier to configure using [switch templates](infrastructure-management/ipam/switch-templates.mdx).
157157

158158
To add a new asset, navigate to **Resources > All Assets** and click **+ Create**. Name the asset and set **Type** to **Fabric Extender**.
159159

0 commit comments

Comments
 (0)