Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions device_groups/cisco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ cisco_cat_1000:
- cisco_port
- cisco_process
- cisco_stack
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -372,6 +373,7 @@ cisco_cat_2960:
- cisco_port
- cisco_process
- cisco_stack
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -479,6 +481,7 @@ cisco_cat_3560:
- cisco_port
- cisco_process
- cisco_stack
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -525,6 +528,7 @@ cisco_cat_3650:
- cisco_pim
- cisco_port
- cisco_process
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -563,6 +567,7 @@ cisco_cat_3750:
- cisco_port
- cisco_process
- cisco_stack
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -607,6 +612,7 @@ cisco_cat_3850:
- cisco_pim
- cisco_port
- cisco_process
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -1036,6 +1042,7 @@ cisco_cat_9200:
- cisco_pim
- cisco_port
- cisco_process
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -1083,6 +1090,7 @@ cisco_cat_9300:
- cisco_pim
- cisco_port
- cisco_process
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -1130,6 +1138,7 @@ cisco_cat_9400:
- cisco_pim
- cisco_port
- cisco_process
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -1177,6 +1186,7 @@ cisco_cat_9500:
- cisco_pim
- cisco_port
- cisco_process
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -1224,6 +1234,7 @@ cisco_cat_9600:
- cisco_pim
- cisco_port
- cisco_process
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -1319,6 +1330,7 @@ cisco_cat_cbs3000:
- cisco_port
- cisco_process
- cisco_stack
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down Expand Up @@ -2449,6 +2461,7 @@ rockwell_stratix_5400:
- cisco_process
- cisco_ptp
- cisco_stack
- cisco_stackwise
- cisco_syslog
- cisco_vtp

Expand Down
25 changes: 25 additions & 0 deletions enums/bitmap/cisco/CISCO-STACKWISE-MIB.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# cswEnableIndividualStackNotifications
.1.3.6.1.4.1.9.9.500.1.1.5:
0: 'Port Change' # stackPortChange
1: 'New Master' # stackNewMaster
2: 'Mismatch' # stackMismatch
3: 'Ring Redundant' # stackRingRedundant
4: 'New Member' # stackNewMember
5: 'Member Removed' # stackMemberRemoved
6: 'Power Link Status Changed' # stackPowerLinkStatusChanged
7: 'Power Port Operational Status Changed' # stackPowerPortOperStatusChanged
8: 'Power Version Mismatch' # stackPowerVersionMismatch
9: 'Power Invalid Topology' # stackPowerInvalidTopology
10: 'Power Budget Warning' # stackPowerBudgetWarning
11: 'Power Invalid Input Current' # stackPowerInvalidInputCurrent
12: 'Power Invalid Output Current' # stackPowerInvalidOutputCurrent
13: 'Power Under Budget' # stackPowerUnderBudget
14: 'Power Unbalanced Power Supplies' # stackPowerUnbalancedPowerSupplies
15: 'Power Insufficient Power' # stackPowerInsufficientPower
16: 'Power Priority Conflict' # stackPowerPriorityConflict
17: 'Power Under Voltage' # stackPowerUnderVoltage
18: 'Power GLS' # stackPowerGLS
19: 'Power ILS' # stackPowerILS
20: 'Power SRLS' # stackPowerSRLS
21: 'Power SSLS' # stackPowerSSLS
22: 'Member Reload for Upgrade' # stackMemberToBeReloadedForUpgrade
58 changes: 58 additions & 0 deletions enums/integer/cisco/CISCO-STACKWISE-MIB.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
# cswSwitchRole
.1.3.6.1.4.1.9.9.500.1.2.1.1.3:
1: 'master' # master
2: 'member' # member
3: 'not member' # notMember
4: 'standby' # standby

# cswSwitchState
.1.3.6.1.4.1.9.9.500.1.2.1.1.6:
1: 'waiting' # waiting
2: 'progressing' # progressing
3: 'added' # added
4: 'ready' # ready
5: 'SDM mismatch' # sdmMismatch
6: 'version mismatch' # verMismatch
7: 'feature mismatch' # featureMismatch
8: 'new master initialized' # newMasterInit
9: 'provisioned' # provisioned
10: 'invalid' # invalid
11: 'removed' # removed

# cswStackPortOperStatus
.1.3.6.1.4.1.9.9.500.1.2.2.1.1:
1: 'up' # up
2: 'down' # down
3: 'forced down' # forcedDown

# cswDistrStackLinkBundleOperStatus
.1.3.6.1.4.1.9.9.500.1.2.3.1.2:
1: 'up' # up
2: 'down' # down

# cswDistrStackPhyPortOperStatus
.1.3.6.1.4.1.9.9.500.1.2.4.1.2:
1: 'up' # up
2: 'down' # down

# cswStackPowerMode
.1.3.6.1.4.1.9.9.500.1.3.1.1.2:
1: 'power sharing' # powerSharing
2: 'redundant' # redundant
3: 'power sharing strict' # powerSharingStrict
4: 'redundant strict' # redundantStrict

# cswStackPowerType
.1.3.6.1.4.1.9.9.500.1.3.1.1.6:
1: 'ring' # ring
2: 'star' # star

# cswStackPowerPortOperStatus
.1.3.6.1.4.1.9.9.500.1.3.2.1.2:
1: 'enabled' # enabled
2: 'disabled' # disabled

# cswStackPowerPortLinkStatus
.1.3.6.1.4.1.9.9.500.1.3.2.1.5:
1: 'up' # up
2: 'down' # down
14 changes: 13 additions & 1 deletion object_groups/cisco.yml
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,9 @@ cisco_lwapp:
- CISCO-LWAPP-AP-MIB::cLAPNtpInfoEntry
# - CISCO-LWAPP-AP-MIB::cLAp11axRadioConfigEntry
- CISCO-LWAPP-CDP-MIB::clcCdpTraffic
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry_id
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry_security
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry_perf
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientStatisticEntry
- CISCO-LWAPP-DOT11-MIB::cldHtMacOperationsEntry
- CISCO-LWAPP-DOT11-MIB::cld11nMcsEntry
Expand Down Expand Up @@ -385,6 +387,16 @@ cisco_stack:
- CISCO-STACK-MIB::moduleEntry
- CISCO-STACK-MIB::portEntry

cisco_stackwise:
objects:
- CISCO-STACKWISE-MIB::cswGlobals
- CISCO-STACKWISE-MIB::cswSwitchInfoEntry
- CISCO-STACKWISE-MIB::cswStackPortInfoEntry
- CISCO-STACKWISE-MIB::cswDistrStackLinkInfoEntry
- CISCO-STACKWISE-MIB::cswDistrStackPhyPortInfoEntry
- CISCO-STACKWISE-MIB::cswStackPowerInfoEntry
- CISCO-STACKWISE-MIB::cswStackPowerPortInfoEntry

cisco_switch:
objects:
- CISCO-SWITCH-MULTICAST-MIB::cswmGlobal
Expand Down
11 changes: 10 additions & 1 deletion object_groups/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,9 @@ all:
- CISCO-LWAPP-AP-MIB::cLAPNtpInfoEntry
# - CISCO-LWAPP-AP-MIB::cLAp11axRadioConfigEntry
- CISCO-LWAPP-CDP-MIB::clcCdpTraffic
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry_id
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry_security
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientEntry_perf
- CISCO-LWAPP-DOT11-CLIENT-MIB::cldcClientStatisticEntry
- CISCO-LWAPP-DOT11-MIB::cldHtMacOperationsEntry
- CISCO-LWAPP-DOT11-MIB::cld11nMcsEntry
Expand Down Expand Up @@ -1258,6 +1260,13 @@ all:
- CISCO-STACK-MIB::chassisComponentEntry
- CISCO-STACK-MIB::moduleEntry
- CISCO-STACK-MIB::portEntry
- CISCO-STACKWISE-MIB::cswGlobals
- CISCO-STACKWISE-MIB::cswSwitchInfoEntry
- CISCO-STACKWISE-MIB::cswStackPortInfoEntry
- CISCO-STACKWISE-MIB::cswDistrStackLinkInfoEntry
- CISCO-STACKWISE-MIB::cswDistrStackPhyPortInfoEntry
- CISCO-STACKWISE-MIB::cswStackPowerInfoEntry
- CISCO-STACKWISE-MIB::cswStackPowerPortInfoEntry
- CISCO-SWITCH-MULTICAST-MIB::cswmGlobal
- CISCO-SWITCH-MULTICAST-MIB::cswmReplCapabilityEntry
- CISCO-SWITCH-MULTICAST-MIB::cswmReplConfigEntry
Expand Down
Loading