-
Notifications
You must be signed in to change notification settings - Fork 735
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New Template - cisco_nxos_show_environment.textfsm (#838)
Removed `cisco_nxos_show_environments.textfsm` as it's not a valid command.
- Loading branch information
Showing
7 changed files
with
302 additions
and
30 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,66 @@ | ||
Value POWER_SUPPLY (\d+) | ||
Value POWER_SUPPLY_MODEL (\S+) | ||
Value POWER_SUPPLY_OUTPUT (\d+) | ||
Value POWER_SUPPLY_INPUT (\d+) | ||
Value POWER_SUPPLY_CAPACITY (\d+) | ||
Value POWER_SUPPLY_STATUS (\w+) | ||
Value FAN (Fan\S+) | ||
Value FAN_STATUS (\S+) | ||
Value TEMPERATURE_MODULE (\d+) | ||
Value TEMPERATURE_SENSOR ([^\s\(\)]+) | ||
Value TEMPERATURE_MAJOR_THRESH (\d+) | ||
Value TEMPERATURE_MINOR_THRESH (\d+) | ||
Value TEMPERATURE_CURRENT (\d+) | ||
Value TEMPERATURE_STATUS (\S+) | ||
|
||
Start | ||
# Note: 2020-12 this template is broken, mashing 3 tables into one. | ||
^Power Supply:\s*$$ -> Power | ||
^Fan:\s*$$ -> Fan | ||
^Temperature:\s*$$ -> Temperature | ||
#^Fan\s+Model\s+Hw\s+(Direction\s+)?Status -> Fan | ||
|
||
Power | ||
#Capture Power with only Out | ||
^Power\s+Actual\s+Total | ||
^${POWER_SUPPLY}\s+${POWER_SUPPLY_MODEL}\s+${POWER_SUPPLY_OUTPUT}\s+\w+\s+${POWER_SUPPLY_CAPACITY}\s+\w+\s+${POWER_SUPPLY_STATUS}\s*$$ -> Record | ||
# | ||
# Capture Power with Out and In | ||
^Power\s+Actual\s+Actual\s+Total | ||
^${POWER_SUPPLY}\s+${POWER_SUPPLY_MODEL}\s+${POWER_SUPPLY_OUTPUT}\s+\w+\s+${POWER_SUPPLY_INPUT}\s+\w+\s+${POWER_SUPPLY_CAPACITY}\s+\w+\s+${POWER_SUPPLY_STATUS}\s*$$ -> Record | ||
# | ||
# Done with Power section back to Start | ||
^Module\s+Model\s+Draw\s+Allocated\s+Status\s* -> Start | ||
^Power\s+Usage\s+Summary: -> Start | ||
# | ||
# Skip junk in Power section | ||
^Voltage:\s+\d+\s+Volts | ||
^\s*$$ -> Start | ||
^Supply\s+Model\s+Output\s+Capacity\s+Status | ||
^Supply\s+Model\s+Output\s+Input\s+Capacity\s+Status | ||
^\s+\(Watts\s\)\s+ | ||
^-+\s+-+ | ||
^. -> Error | ||
|
||
Fan | ||
^\s*Fan\s+Model\s+Hw\s+Status | ||
^${FAN}\s+\S+\s+\S+\s+${FAN_STATUS}\s*$$ -> Record | ||
^\s*Fan\s+Model\s+Hw\s+Direction\s+Status | ||
^${FAN}\s+\S+\s+\S+\s+\S+\s+${FAN_STATUS}\s*$$ -> Record | ||
# | ||
# Blank line back to Start | ||
^\s*$$ -> Start | ||
# | ||
# Fan Ignore | ||
^Fan\s+Zone\s+Speed\s*: | ||
^Fan\sAir\sFilter\s: | ||
^-+\s*$$ | ||
^. -> Error | ||
|
||
Temperature | ||
^Module\s+Sensor\s+MajorThresh\s+MinorThres\s+CurTemp\s+Status | ||
^${TEMPERATURE_MODULE}\s+${TEMPERATURE_SENSOR}(\s*\(\S+\))?\s+${TEMPERATURE_MAJOR_THRESH}\s+${TEMPERATURE_MINOR_THRESH}\s+${TEMPERATURE_CURRENT}\s+${TEMPERATURE_STATUS}\s* -> Record | ||
^\s*\(Celsius\)\s+\(Celsius\) | ||
^-+\s*$$ | ||
^\s*$$ | ||
^. -> Error |
This file was deleted.
Oops, something went wrong.
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
File renamed without changes.
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
48 changes: 48 additions & 0 deletions
48
tests/cisco_nxos/show_environment/cisco_nxos_show_environment2.raw
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,48 @@ | ||
Power Supply: | ||
Voltage: 12 Volts | ||
Power Actual Actual Total | ||
Supply Model Output Input Capacity Status | ||
(Watts ) (Watts ) (Watts ) | ||
------- ------------------- ---------- ---------- ---------- -------------- | ||
1 N9K-PAC-650W 101 W 103 W 650 W Ok | ||
2 N9K-PAC-650W 96 W 102 W 650 W Ok | ||
|
||
|
||
Power Usage Summary: | ||
-------------------- | ||
Power Supply redundancy mode (configured) PS-Redundant | ||
Power Supply redundancy mode (operational) PS-Redundant | ||
|
||
Total Power Capacity (based on configured mode) 650.00 W | ||
Total Grid-A (first half of PS slots) Power Capacity 650.00 W | ||
Total Grid-B (second half of PS slots) Power Capacity 650.00 W | ||
Total Power of all Inputs (cumulative) 1300.00 W | ||
Total Power Output (actual draw) 197.00 W | ||
Total Power Input (actual draw) 206.00 W | ||
Total Power Allocated (budget) N/A | ||
Total Power Available for additional modules N/A | ||
|
||
Fan: | ||
--------------------------------------------------------------------------- | ||
Fan Model Hw Direction Status | ||
--------------------------------------------------------------------------- | ||
Fan1(sys_fan1) N9K-C9300-FAN2 -- front-to-back Ok | ||
Fan2(sys_fan2) N9K-C9300-FAN2 -- front-to-back Ok | ||
Fan3(sys_fan3) N9K-C9300-FAN2 -- front-to-back Ok | ||
Fan_in_PS1 -- -- front-to-back Ok | ||
Fan_in_PS2 -- -- front-to-back Ok | ||
Fan Zone Speed: Zone 1: 0x80 | ||
Fan Air Filter : NotSupported | ||
|
||
|
||
Temperature: | ||
-------------------------------------------------------------------- | ||
Module Sensor MajorThresh MinorThres CurTemp Status | ||
(Celsius) (Celsius) (Celsius) | ||
-------------------------------------------------------------------- | ||
1 FRONT 70 42 24 Ok | ||
1 BACK 80 70 26 Ok | ||
1 CPU 90 80 42 Ok | ||
1 TD2-1 105 90 35 Ok | ||
1 NS-1 105 90 37 Ok | ||
|
Oops, something went wrong.