@itentialopensource/arista-eos-upgrade-iag
Version:
[Deprecated] This Pre-built automation performs a standard software upgrade or downgrade on Arista EOS Switch.
74 lines • 1.44 kB
JSON
{
"tags": [],
"name": "Arista EOS Upgrade Pre-Post Checks",
"os": "",
"passRule": true,
"ignoreWarnings": false,
"commands": [
{
"command": "show ver | include Software image version:",
"passRule": true,
"rules": [
{
"rule": "",
"eval": "contains",
"severity": "error",
"flags": {
"case": false
}
}
]
},
{
"command": "show interfaces status",
"passRule": true,
"rules": [
{
"rule": "",
"eval": "contains",
"severity": "error",
"flags": {
"case": false
}
}
]
},
{
"command": "show running-config",
"passRule": true,
"rules": [
{
"rule": "",
"eval": "contains",
"severity": "error"
}
]
},
{
"command": "show ntp status",
"passRule": true,
"rules": [
{
"rule": "",
"eval": "contains",
"severity": "error"
}
]
},
{
"command": "show clock",
"passRule": true,
"rules": [
{
"rule": "",
"eval": "contains",
"severity": "error"
}
]
}
],
"created": 1635886305259,
"createdBy": "kay.wolfe@itential.com",
"lastUpdated": 1638222135357,
"lastUpdatedBy": "kay.wolfe@itential.com"
}