forked from networktocode/ntc-templates
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugfix: Account for powered-dn - nxos_show_module
- Loading branch information
1 parent
1f4a25e
commit aee25cd
Showing
3 changed files
with
70 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
Mod Ports Module-Type Model Status | ||
--- ----- -------------------------------- ------------------ ------------ | ||
1 48 1000 Mbps Optical Ethernet Modul N7K-M148GS-11 ok | ||
3 0 Supervisor Module-2 powered-up | ||
4 0 Supervisor Module-2 N7K-SUP1 powered-dn | ||
5 0 Supervisor Module-2 N7K-SUP1 active * | ||
6 0 Supervisor Module-2 N7K-SUP1 ha-standby | ||
|
||
|
||
Mod Power-Status Reason | ||
--- ------------ --------------------------- | ||
4 powered-dn Configured Power down | ||
|
||
Mod Sw Hw | ||
--- -------------- ------ | ||
3 4.1(3) 0.202 | ||
4 4.1(3) 0.805 | ||
|
||
Mod MAC-Address(es) Serial-Num | ||
--- -------------------------------------- ---------- | ||
3 00-1b-54-c2-ed-d0 to 00-1b-54-c2-ee-04 JAF1219AGFE | ||
4 00-1b-54-c0-ff-10 to 00-1b-54-c0-ff-18 JAB114000BV | ||
|
||
Mod Online Diag Status | ||
--- ------------------ | ||
3 Pass | ||
4 Pass | ||
|
||
Xbar Ports Module-Type Model Status | ||
--- ----- -------------------------------- ------------------ ------------ | ||
1 0 Fabric Module 1 N7K-C7018-FAB-1 ok | ||
|
||
Xbar Sw Hw | ||
--- -------------- ------ | ||
1 NA 0.101 | ||
|
||
Xbar MAC-Address(es) Serial-Num | ||
--- -------------------------------------- ---------- | ||
1 NA JAF1225AGHJ | ||
|
||
* this terminal session |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
parsed_sample: | ||
- module: "1" | ||
ports: "48" | ||
type: "1000 Mbps Optical Ethernet Modul" | ||
model: "N7K-M148GS-11" | ||
status: "ok" | ||
- module: "3" | ||
ports: "0" | ||
type: "Supervisor Module-2" | ||
model: "" | ||
status: "powered-up" | ||
- module: "4" | ||
ports: "0" | ||
type: "Supervisor Module-2" | ||
model: "N7K-SUP1" | ||
status: "powered-dn" | ||
- module: "5" | ||
ports: "0" | ||
type: "Supervisor Module-2" | ||
model: "N7K-SUP1" | ||
status: "active *" | ||
- module: "6" | ||
ports: "0" | ||
type: "Supervisor Module-2" | ||
model: "N7K-SUP1" | ||
status: "ha-standby" |