Skip to content
6 changes: 6 additions & 0 deletions device_groups/juniper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@ juniper_m:
- juniper_netif
- juniper_router
- juniper_switch
- juniper_tunnel
- juniper_vlan
- juniper_vpls
- juniper_vpn
Expand Down Expand Up @@ -425,12 +426,14 @@ juniper_mx:
- juniper_fabric
- juniper_firewall
- juniper_idp
- juniper_ipsec
- juniper_license
- juniper_mgmt
- juniper_mpls
- juniper_netif
- juniper_router
- juniper_switch
- juniper_tunnel
- juniper_vlan
- juniper_vpls
- juniper_vpn
Expand Down Expand Up @@ -662,12 +665,15 @@ juniper_srx:
- juniper_fabric
- juniper_firewall
- juniper_idp
- juniper_ipsec
- juniper_license
- juniper_mgmt
- juniper_mpls
- juniper_netif
- juniper_router
- juniper_security
- juniper_switch
- juniper_tunnel
- juniper_vlan
- juniper_vpls
- juniper_vpn
Expand Down
6 changes: 3 additions & 3 deletions enums/bitmap/hh3c/HH3C-ENTITY-EXT-MIB.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# hh3cEntityExtAlarmLight
.1.3.6.1.4.1.25506.2.6.1.1.1.1.5:
0: 'notSupported' # notSupported
1: 'underRepair' # underRepair
0: 'not supported' # notSupported
1: 'under repair' # underRepair
2: 'critical' # critical
3: 'major' # major
4: 'minor' # minor
5: 'alarmOutstanding' # alarmOutstanding
5: 'alarm outstanding' # alarmOutstanding
6: 'warning' # warning
7: 'indeterminate' # indeterminate
16 changes: 8 additions & 8 deletions enums/bitmap/hh3c/HH3C-IF-EXT-MIB.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# hh3cIfPfcDot1pNoDrop
.1.3.6.1.4.1.25506.2.40.2.3.2.1.12:
0: 'pri0' # pri0
1: 'pri1' # pri1
2: 'pri2' # pri2
3: 'pri3' # pri3
4: 'pri4' # pri4
5: 'pri5' # pri5
6: 'pri6' # pri6
7: 'pri7' # pri7
0: 'priority 0' # pri0
1: 'priority 1' # pri1
2: 'priority 2' # pri2
3: 'priority 3' # pri3
4: 'priority 4' # pri4
5: 'priority 5' # pri5
6: 'priority 6' # pri6
7: 'priority 7' # pri7
8 changes: 4 additions & 4 deletions enums/bitmap/hh3c/HH3C-SLBG-MIB.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# hh3cSlbgGroupSrvType
.1.3.6.1.4.1.25506.2.130.1.1.1.2:
0: 'ipv6' # ipv6
1: 'ipv6mc' # ipv6mc
0: 'IPv6' # ipv6
1: 'IPv6 multicast' # ipv6mc
2: 'tunnel' # tunnel
3: 'multicastTunnel' # multicastTunnel
4: 'mpls' # mpls
3: 'multicast tunnel' # multicastTunnel
4: 'MPLS' # mpls
6 changes: 3 additions & 3 deletions enums/bitmap/hh3c/HH3C-VM-MAN-MIB.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# hh3cVMCapabilitySet
.1.3.6.1.4.1.25506.9.1.1.1:
0: 'cms' # cms
1: 'css' # css
2: 'dm' # dm
0: 'CMS' # cms
1: 'CSS' # css
2: 'DM' # dm
23 changes: 23 additions & 0 deletions enums/bitmap/ietf/APS-MIB.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# apsStatusCurrent
.1.3.6.1.2.1.10.49.1.2.1.3:
0: 'mode mismatch' # modeMismatch
1: 'channel mismatch' # channelMismatch
2: 'protection switch byte failure' # psbf
3: 'far-end protection-line failure' # feplf
4: 'extra traffic' # extraTraffic

# apsChanStatusCurrent
.1.3.6.1.2.1.10.49.1.6.1.1:
0: 'locked out' # lockedOut
1: 'signal degrade' # sd
2: 'signal failure' # sf
3: 'switched' # switched
4: 'wait-to-restore' # wtr

# apsNotificationEnable
.1.3.6.1.2.1.10.49.1.7:
0: 'switchover' # switchover
1: 'mode mismatch' # modeMismatch
2: 'channel mismatch' # channelMismatch
3: 'protection switch byte failure' # psbf
4: 'far-end protection-line failure' # feplf
23 changes: 23 additions & 0 deletions enums/bitmap/juniper/APS-MIB.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# apsStatusCurrent
.1.3.6.1.4.1.2636.3.24.1.2.1.3:
0: 'mode mismatch' # modeMismatch
1: 'channel mismatch' # channelMismatch
2: 'protection switch byte failure' # psbf
3: 'far-end protection-line failure' # feplf
4: 'extra traffic' # extraTraffic

# apsChanStatusCurrent
.1.3.6.1.4.1.2636.3.24.1.6.1.1:
0: 'locked out' # lockedOut
1: 'signal degrade' # sd
2: 'signal failure' # sf
3: 'switched' # switched
4: 'wait-to-restore' # wtr

# apsNotificationEnable
.1.3.6.1.4.1.2636.3.24.1.7:
0: 'switchover' # switchover
1: 'mode mismatch' # modeMismatch
2: 'channel mismatch' # channelMismatch
3: 'protection switch byte failure' # psbf
4: 'far-end protection-line failure' # feplf
81 changes: 81 additions & 0 deletions enums/bitmap/juniper/JUNIPER-SONET-MIB.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,81 @@
# jnxSonetCurrentAlarms
.1.3.6.1.4.1.2636.3.20.1.1.1.1:
0: 'sonetLolAlarm' # sonetLolAlarm
1: 'sonetPllAlarm' # sonetPllAlarm
2: 'sonetLofAlarm' # sonetLofAlarm
3: 'sonetLosAlarm' # sonetLosAlarm
4: 'sonetSefAlarm' # sonetSefAlarm
5: 'sonetLaisAlarm' # sonetLaisAlarm
6: 'sonetPaisAlarm' # sonetPaisAlarm
7: 'sonetLopAlarm' # sonetLopAlarm
8: 'sonetBerrSdAlarm' # sonetBerrSdAlarm
9: 'sonetBerrSfAlarm' # sonetBerrSfAlarm
10: 'sonetLrdiAlarm' # sonetLrdiAlarm
11: 'sonetPrdiAlarm' # sonetPrdiAlarm
12: 'sonetReiAlarm' # sonetReiAlarm
13: 'sonetUneqAlarm' # sonetUneqAlarm
14: 'sonetPmisAlarm' # sonetPmisAlarm
15: 'sonetLocAlarm' # sonetLocAlarm
16: 'sonetVaisAlarm' # sonetVaisAlarm
17: 'sonetVlopAlarm' # sonetVlopAlarm
18: 'sonetVrdiAlarm' # sonetVrdiAlarm
19: 'sonetVuneqAlarm' # sonetVuneqAlarm
20: 'sonetVmisAlarm' # sonetVmisAlarm
21: 'sonetVlocAlarm' # sonetVlocAlarm
22: 'sdhLolAlarm' # sdhLolAlarm
23: 'sdhPllAlarm' # sdhPllAlarm
24: 'sdhLofAlarm' # sdhLofAlarm
25: 'sdhLosAlarm' # sdhLosAlarm
26: 'sdhOofAlarm' # sdhOofAlarm
27: 'sdhMsAisAlarm' # sdhMsAisAlarm
28: 'sdhHpAisAlarm' # sdhHpAisAlarm
29: 'sdhLopAlarm' # sdhLopAlarm
30: 'sdhBerrSdAlarm' # sdhBerrSdAlarm
31: 'sdhBerrSfAlarm' # sdhBerrSfAlarm
32: 'sdhMsFerfAlarm' # sdhMsFerfAlarm
33: 'sdhHpFerfAlarm' # sdhHpFerfAlarm
34: 'sdhMsFebeAlarm' # sdhMsFebeAlarm
35: 'sdhHpUneqAlarm' # sdhHpUneqAlarm
36: 'sdhHpMisAlarm' # sdhHpMisAlarm
37: 'sdhLocAlarm' # sdhLocAlarm

# jnxSonetLastAlarmId
.1.3.6.1.4.1.2636.3.20.1.1.1.2:
0: 'sonetLolAlarm' # sonetLolAlarm
1: 'sonetPllAlarm' # sonetPllAlarm
2: 'sonetLofAlarm' # sonetLofAlarm
3: 'sonetLosAlarm' # sonetLosAlarm
4: 'sonetSefAlarm' # sonetSefAlarm
5: 'sonetLaisAlarm' # sonetLaisAlarm
6: 'sonetPaisAlarm' # sonetPaisAlarm
7: 'sonetLopAlarm' # sonetLopAlarm
8: 'sonetBerrSdAlarm' # sonetBerrSdAlarm
9: 'sonetBerrSfAlarm' # sonetBerrSfAlarm
10: 'sonetLrdiAlarm' # sonetLrdiAlarm
11: 'sonetPrdiAlarm' # sonetPrdiAlarm
12: 'sonetReiAlarm' # sonetReiAlarm
13: 'sonetUneqAlarm' # sonetUneqAlarm
14: 'sonetPmisAlarm' # sonetPmisAlarm
15: 'sonetLocAlarm' # sonetLocAlarm
16: 'sonetVaisAlarm' # sonetVaisAlarm
17: 'sonetVlopAlarm' # sonetVlopAlarm
18: 'sonetVrdiAlarm' # sonetVrdiAlarm
19: 'sonetVuneqAlarm' # sonetVuneqAlarm
20: 'sonetVmisAlarm' # sonetVmisAlarm
21: 'sonetVlocAlarm' # sonetVlocAlarm
22: 'sdhLolAlarm' # sdhLolAlarm
23: 'sdhPllAlarm' # sdhPllAlarm
24: 'sdhLofAlarm' # sdhLofAlarm
25: 'sdhLosAlarm' # sdhLosAlarm
26: 'sdhOofAlarm' # sdhOofAlarm
27: 'sdhMsAisAlarm' # sdhMsAisAlarm
28: 'sdhHpAisAlarm' # sdhHpAisAlarm
29: 'sdhLopAlarm' # sdhLopAlarm
30: 'sdhBerrSdAlarm' # sdhBerrSdAlarm
31: 'sdhBerrSfAlarm' # sdhBerrSfAlarm
32: 'sdhMsFerfAlarm' # sdhMsFerfAlarm
33: 'sdhHpFerfAlarm' # sdhHpFerfAlarm
34: 'sdhMsFebeAlarm' # sdhMsFebeAlarm
35: 'sdhHpUneqAlarm' # sdhHpUneqAlarm
36: 'sdhHpMisAlarm' # sdhHpMisAlarm
37: 'sdhLocAlarm' # sdhLocAlarm
16 changes: 8 additions & 8 deletions enums/integer/hh3c/HH3C-IFQOS2-MIB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@
4: 'fragments' # fragments
5: 'greater-than' # greater-than
6: 'less-than' # less-than
7: 'tcp' # tcp
8: 'udp' # udp
9: 'ipall' # ipall
10: 'mpls' # mpls
7: 'TCP' # tcp
8: 'UDP' # udp
9: 'IP all' # ipall
10: 'MPLS' # mpls

# hh3cIfQoSPQClassRuleQueueType
.1.3.6.1.4.1.25506.2.65.1.2.2.1.3.1.3:
Expand All @@ -71,10 +71,10 @@
4: 'fragments' # fragments
5: 'greater-than' # greater-than
6: 'less-than' # less-than
7: 'tcp' # tcp
8: 'udp' # udp
9: 'ipall' # ipall
10: 'mpls' # mpls
7: 'TCP' # tcp
8: 'UDP' # udp
9: 'IP all' # ipall
10: 'MPLS' # mpls

# hh3cIfQoSWFQQueueNumber
.1.3.6.1.4.1.25506.2.65.1.2.4.1.1.1.2:
Expand Down
6 changes: 3 additions & 3 deletions enums/integer/hp/CONFIG-MIB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1004,9 +1004,9 @@

# hpSwitchSshIpVersion
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.20.7:
1: 'ipv4' # ipv4
2: 'ipv6' # ipv6
3: 'ipv4or6' # ipv4or6
1: 'IPv4' # ipv4
2: 'IPv6' # ipv6
3: 'IPv4 or IPv6' # ipv4or6

# hpSwitchPendingConfigControl
.1.3.6.1.4.1.11.2.14.11.5.1.7.1.21.1:
Expand Down
8 changes: 4 additions & 4 deletions enums/integer/hp/HP-ICF-BASIC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,17 @@
.1.3.6.1.4.1.11.2.14.11.1.4.11.3.2.1.1:
1: 'other' # other
2: 'volatile' # volatile
3: 'nonVolatile' # nonVolatile
3: 'non-volatile' # nonVolatile
4: 'permanent' # permanent
5: 'readOnly' # readOnly
5: 'read-only' # readOnly

# hpicfBasicEventStorageType
.1.3.6.1.4.1.11.2.14.11.1.4.11.9.2.1.1:
1: 'other' # other
2: 'volatile' # volatile
3: 'nonVolatile' # nonVolatile
3: 'non-volatile' # nonVolatile
4: 'permanent' # permanent
5: 'readOnly' # readOnly
5: 'read-only' # readOnly

# hpicfBannerStatus
.1.3.6.1.4.1.11.2.14.11.1.4.13:
Expand Down
72 changes: 59 additions & 13 deletions enums/integer/ietf/APS-MIB.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,59 @@
.1.3.6.1.2.1.10.49.1.2.1.3:
0: modeMismatch
1: channelMismatch
2: psbf
3: feplf
4: extraTraffic

.1.3.6.1.2.1.10.49.1.6.1.1:
0: lockedOut
1: sd
2: sf
3: switched
4: wtr
# apsConfigMode
.1.3.6.1.2.1.10.49.1.1.2.1.3:
1: '1+1' # onePlusOne
2: '1:n' # oneToN
3: '1+1 compatible' # onePlusOneCompatible
4: '1+1 optimized' # onePlusOneOptimized

# apsConfigRevert
.1.3.6.1.2.1.10.49.1.1.2.1.4:
1: 'non-revertive' # nonrevertive
2: 'revertive' # revertive

# apsConfigDirection
.1.3.6.1.2.1.10.49.1.1.2.1.5:
1: 'unidirectional' # unidirectional
2: 'bidirectional' # bidirectional

# apsConfigExtraTraffic
.1.3.6.1.2.1.10.49.1.1.2.1.6:
1: 'enabled' # enabled
2: 'disabled' # disabled

# apsConfigStorageType
.1.3.6.1.2.1.10.49.1.1.2.1.11:
1: 'other' # other
2: 'volatile' # volatile
3: 'non-volatile' # nonVolatile
4: 'permanent' # permanent
5: 'read-only' # readOnly

# apsChanConfigPriority
.1.3.6.1.2.1.10.49.1.4.1.5:
1: 'low' # low
2: 'high' # high

# apsChanConfigStorageType
.1.3.6.1.2.1.10.49.1.4.1.6:
1: 'other' # other
2: 'volatile' # volatile
3: 'non-volatile' # nonVolatile
4: 'permanent' # permanent
5: 'read-only' # readOnly

# apsCommandSwitch
.1.3.6.1.2.1.10.49.1.5.1.1:
1: 'noCmd' # noCmd
2: 'clear' # clear
3: 'lockoutOfProtection' # lockoutOfProtection
4: 'forcedSwitchWorkToProtect' # forcedSwitchWorkToProtect
5: 'forcedSwitchProtectToWork' # forcedSwitchProtectToWork
6: 'manualSwitchWorkToProtect' # manualSwitchWorkToProtect
7: 'manualSwitchProtectToWork' # manualSwitchProtectToWork
8: 'exercise' # exercise

# apsCommandControl
.1.3.6.1.2.1.10.49.1.5.1.2:
1: 'noCmd' # noCmd
2: 'lockoutWorkingChannel' # lockoutWorkingChannel
3: 'clearLockoutWorkingChannel' # clearLockoutWorkingChannel
Loading