Skip to content

Commit 14330d5

Browse files
committed
OOB IP allocation updates
1 parent de7730b commit 14330d5

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

content/nvidia-air-v2/OOB-Management-Network.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ For simulations with 226 or fewer nodes, Air creates a single leaf switch:
2424
```
2525
┌───────────────────────┐
2626
│ oob-mgmt-server │
27-
│ 192.168.0.253
27+
│ 192.168.200.1
2828
│ │
2929
│ • DHCP server │
3030
│ • DNS server │
@@ -34,14 +34,14 @@ For simulations with 226 or fewer nodes, Air creates a single leaf switch:
3434
┌───────────┴───────────┐
3535
│ oob-mgmt-switch │
3636
│ (leaf switch) │
37-
│ 192.168.0.254
37+
│ 192.168.200.254 │
3838
└───────────┬───────────┘
3939
4040
┌──────────────────┼──────────────────┐
4141
│ │ │
4242
┌─────┴─────┐ ┌─────┴─────┐ ┌─────┴─────┐
4343
│ node1 │ │ node2 │ │ node3 │
44-
│ .0.1 │ │ .0.2 │ │ .0.3
44+
│ .200.2 │ │ .200.3 │ │ .200.4
4545
└───────────┘ └───────────┘ └───────────┘
4646
```
4747

@@ -75,21 +75,21 @@ The OOB network can scale up to approximately 23,000 nodes.
7575

7676
## IP Addressing
7777

78-
The OOB network uses the `192.168.0.0/16` private address space. Each leaf switch serves a `/24` subnet:
78+
The OOB network uses the `192.168.0.0/16` private address space. Each leaf switch serves a `/24` subnet, starting at `192.168.200.0/24` and allocating downward:
7979

8080
| Subnet | Leaf Switch | Node IP Range | Gateway (Leaf SVI) |
8181
|--------|-------------|---------------|-------------------|
82-
| 192.168.0.0/24 | leaf-1 | 192.168.0.1 - 192.168.0.252 | 192.168.0.254 |
83-
| 192.168.1.0/24 | leaf-2 | 192.168.1.1 - 192.168.1.252 | 192.168.1.254 |
84-
| 192.168.2.0/24 | leaf-3 | 192.168.2.1 - 192.168.2.252 | 192.168.2.254 |
82+
| 192.168.200.0/24 | leaf-1 | 192.168.200.2 - 192.168.200.253 | 192.168.200.254 |
83+
| 192.168.199.0/24 | leaf-2 | 192.168.199.1 - 192.168.199.253 | 192.168.199.254 |
84+
| 192.168.198.0/24 | leaf-3 | 192.168.198.1 - 192.168.198.253 | 192.168.198.254 |
8585
| ... | ... | ... | ... |
8686

8787
### Reserved Addresses
8888

8989
| Address | Purpose |
9090
|---------|---------|
91-
| .253 | OOB management server (on 192.168.0.0/24 only) |
92-
| .254 | Leaf switch gateway |
91+
| 192.168.200.1 | OOB management server |
92+
| .254 | Leaf switch gateway (per subnet) |
9393
| .255 | Broadcast |
9494

9595
## What Gets Configured Automatically

0 commit comments

Comments
 (0)