Skip to content

Commit 4668e8f

Browse files
committed
Add C9200-48PXG CSS and YAML layout examples
- Rename C9200L-48P-4X.css to C9200-48PXG.css (correct device model name) - Add examples/yaml/Cisco/C9200-48PXG.yaml with base 48x GigE layout and C9200-NM-4X variant (4x TenGigabitEthernet in bottom row) - Add C9200-48PXG to the ready-made examples table in docs/layout-yaml.md
1 parent 27864bd commit 4668e8f

3 files changed

Lines changed: 89 additions & 1 deletion

File tree

docs/layout-yaml.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,7 @@ Example YAML files are available in [`examples/yaml/`](https://github.com/peterb
307307

308308
| File | Device |
309309
|---|---|
310+
| `Cisco/C9200-48PXG.yaml` | Cisco Catalyst 9200-48PXG (+ C9200-NM-4X variant) |
310311
| `Cisco/C9300-24T.yaml` | Cisco Catalyst 9300-24T (+ C9300-NM-8X variant) |
311312
| `Cisco/C2960X-24TD-L.yaml` | Cisco Catalyst 2960X-24TD-L |
312313
| `Cisco/C8300-2N2S-4T2X.yaml` | Cisco C8300-2N2S-4T2X |
Lines changed: 8 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
version: 1
2+
3+
meta:
4+
description: "Cisco Catalyst 9200-48PXG"
5+
6+
canvas:
7+
columns: 32
8+
rows: 2
9+
10+
views:
11+
front:
12+
rows:
13+
- group:
14+
spacer: 1
15+
sections:
16+
- sequence:
17+
kind: interface
18+
prefix: "gigabitethernet0-"
19+
start: 1
20+
count: 12
21+
pattern: top-odd
22+
- sequence:
23+
kind: interface
24+
prefix: "gigabitethernet0-"
25+
start: 13
26+
count: 12
27+
pattern: top-odd
28+
- sequence:
29+
kind: interface
30+
prefix: "gigabitethernet0-"
31+
start: 25
32+
count: 12
33+
pattern: top-odd
34+
- sequence:
35+
kind: interface
36+
prefix: "gigabitethernet0-"
37+
start: 37
38+
count: 12
39+
pattern: top-odd
40+
- blank: 5
41+
42+
variants:
43+
C9200-NM-4X:
44+
match: module
45+
rows:
46+
- group:
47+
spacer: 1
48+
sections:
49+
- sequence:
50+
kind: interface
51+
prefix: "gigabitethernet0-"
52+
start: 1
53+
count: 12
54+
pattern: top-odd
55+
- sequence:
56+
kind: interface
57+
prefix: "gigabitethernet0-"
58+
start: 13
59+
count: 12
60+
pattern: top-odd
61+
- sequence:
62+
kind: interface
63+
prefix: "gigabitethernet0-"
64+
start: 25
65+
count: 12
66+
pattern: top-odd
67+
- sequence:
68+
kind: interface
69+
prefix: "gigabitethernet0-"
70+
start: 37
71+
count: 12
72+
pattern: top-odd
73+
- spacer: 1
74+
- sequence:
75+
kind: interface
76+
prefix: "tengigabitethernet1-"
77+
start: 1
78+
count: 4
79+
pattern: all
80+
row: 2

0 commit comments

Comments
 (0)