RFC Errata
Found 1 record.
Status: Rejected (1)
RFC 1157, "Simple Network Management Protocol (SNMP)", May 1990
Source of RFC: Legacy
Errata ID: 7878
Status: Rejected
Type: Editorial
Publication Format(s) : TEXT
Reported By: neo
Date Reported: 2024-04-02
Rejected by: RFC Editor
Date Rejected: 2024-05-17
Section 4.1.3.1 says:
GetResponse (( ipRouteDest.9.1.2.3 = "9.1.2.3" ), ( ipRouteNextHop.9.1.2.3 = "99.0.0.3" ), ( ipRouteMetric1.9.1.2.3 = 3 ))
It should say:
GetResponse (( ipRouteDest.9.1.2.3 = "9.1.2.3" ), ( ipRouteNextHop.9.1.2.3 = "99.0.0.3" ), ( ipRouteMetric.9.1.2.3 = 3 ))
Notes:
ipRouteMetric1.9.1.2.3 should be ipRouteMetric. 9.1.2.3
--VERIFIER NOTES--
“ipRouteMetric1” is the name per Section 4.1.3.1:
The management station sends to the SNMP agent a GetNextRequest-PDU
containing the indicated OBJECT IDENTIFIER values as the requested
variable names:
GetNextRequest ( ipRouteDest, ipRouteNextHop, ipRouteMetric1 )