Skip to content

Commit 5d1f39e

Browse files
committed
Fix C9200-48PXG: ports 41-48 are TenGigabitEthernet, not GigabitEthernet
Update both CSS and YAML examples to use tengigabitethernet0-41 through tengigabitethernet0-48 for the last 8 downlink ports. YAML also restructures the 4th port group from 12x GigE to 4x GigE + 8x TenGigE (contiguous, no spacer) to match the physical layout.
1 parent 4668e8f commit 5d1f39e

2 files changed

Lines changed: 19 additions & 7 deletions

File tree

examples/Cisco/C9200-48PXG.css

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/yaml/Cisco/C9200-48PXG.yaml

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,15 @@ views:
3535
kind: interface
3636
prefix: "gigabitethernet0-"
3737
start: 37
38-
count: 12
38+
count: 4
3939
pattern: top-odd
40-
- blank: 5
40+
- sequence:
41+
kind: interface
42+
prefix: "tengigabitethernet0-"
43+
start: 41
44+
count: 8
45+
pattern: top-odd
46+
- blank: 5
4147

4248
variants:
4349
C9200-NM-4X:
@@ -68,8 +74,14 @@ variants:
6874
kind: interface
6975
prefix: "gigabitethernet0-"
7076
start: 37
71-
count: 12
77+
count: 4
7278
pattern: top-odd
79+
- sequence:
80+
kind: interface
81+
prefix: "tengigabitethernet0-"
82+
start: 41
83+
count: 8
84+
pattern: top-odd
7385
- spacer: 1
7486
- sequence:
7587
kind: interface

0 commit comments

Comments
 (0)