Skip to content

Commit c3c1ea8

Browse files
author
ietf-corpus-bot
committed
auto-ingest: ietf-elements backfill — 216 new elements (2026-05-24)
1 parent a4196a9 commit c3c1ea8

216 files changed

Lines changed: 1891 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
document: rfc-2248
2+
kind: design-rationale
3+
summary: Static configuration information about applications is intentionally excluded; only operational aspects are monitored. The applDirectoryName or applURL fields can point to external sources (e.g., X.500 Directory) where configuration details are stored.
4+
section: "4.3"
5+
topics:
6+
- snmp
7+
extracted_by: claude-sonnet-4-6
8+
extracted_at: "2026-05-24"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
document: rfc-2248
2+
kind: design-rationale
3+
summary: The MIB is designed as a building block to be used in conjunction with application-specific MIBs (e.g., for MTAs or DSAs), providing only the facilities common to any network service application. Each specific application type is expected to have its own MIB extending these common facilities.
4+
section: "4.1"
5+
topics:
6+
- snmp
7+
extracted_by: claude-sonnet-4-6
8+
extracted_at: "2026-05-24"
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-2248
2+
kind: design-rationale
3+
summary: The MIB is intentionally limited to read-only, simple monitoring to avoid the complexity and security requirements that write access or detailed queue management would entail. The goal is a framework that is simple, useful, and widely implementable rather than a comprehensive management solution.
4+
section: "4.2"
5+
topics:
6+
- snmp
7+
- yang
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-05-24"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
document: rfc-2248
2+
kind: interoperability-note
3+
summary: This MIB obsoletes RFC 1565. Changes include addition of applDescription and applURL fields, the new 'quiescing' state in applOperStatus, removal of confusing 'dynamic single threaded processes' prose, and renaming from APPLICATION-MIB to NETWORK-SERVICES-MIB to avoid conflict with a separate IETF application MIB under development.
4+
section: "7"
5+
topics:
6+
- snmp
7+
extracted_by: claude-sonnet-4-6
8+
extracted_at: "2026-05-24"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-2248
2+
kind: normative-requirement
3+
summary: The applCompliance MODULE-COMPLIANCE requires implementation of the applGroup (all applTable objects) for basic network service application monitoring. The assocCompliance additionally mandates the assocGroup for implementations that monitor associations.
4+
section: "6"
5+
rfc2119_level: REQUIRED
6+
topics:
7+
- snmp
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-05-24"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
document: rfc-2248
2+
kind: protocol-element
3+
summary: applAccumulatedInboundAssociations and applAccumulatedOutboundAssociations are Counter32 objects tracking total associations since application initialization. applRejectedInboundAssociations counts application-layer rejections only (not lower-layer rejections), and applFailedOutboundAssociations counts failed outbound connection attempts.
4+
section: "6"
5+
topics:
6+
- snmp
7+
extracted_by: claude-sonnet-4-6
8+
extracted_at: "2026-05-24"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
document: rfc-2248
2+
kind: protocol-element
3+
summary: applDirectoryName uses the DistinguishedName textual convention (DisplayString encoded per RFC 1779) to link the MIB entry to an X.500 Directory entry. An empty string indicates no directory information is available.
4+
section: "6"
5+
topics:
6+
- snmp
7+
- ldap
8+
extracted_by: claude-sonnet-4-6
9+
extracted_at: "2026-05-24"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
document: rfc-2248
2+
kind: protocol-element
3+
summary: applInboundAssociations and applOutboundAssociations are Gauge32 objects tracking current active associations where the application is responder or initiator, respectively.
4+
section: "6"
5+
topics:
6+
- snmp
7+
extracted_by: claude-sonnet-4-6
8+
extracted_at: "2026-05-24"
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
document: rfc-2248
2+
kind: protocol-element
3+
summary: 'applOperStatus is an INTEGER with six states: up(1), down(2), halted(3), congested(4), restarting(5), and quiescing(6). ''halted'' means operational but unavailable; ''congested'' means no additional inbound associations can be accepted; ''quiescing'' means shutting down and may reject new inbound associations.'
4+
section: "6"
5+
topics:
6+
- snmp
7+
extracted_by: claude-sonnet-4-6
8+
extracted_at: "2026-05-24"
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
document: rfc-2248
2+
kind: protocol-element
3+
summary: applRejectedInboundAssociations counts only associations the application itself rejected; it does not count rejections at lower network layers. This means the counter may not reflect the true number of failed inbound associations.
4+
section: "6"
5+
topics:
6+
- snmp
7+
extracted_by: claude-sonnet-4-6
8+
extracted_at: "2026-05-24"

0 commit comments

Comments
 (0)