smilint output for ./DHCP-SERVER-MIB
Message Severities |
Severity | Count |
warning | 6 |
Message Types |
Type | Count |
inetaddress-specific (warning) | 6 |
Messages:
DHCP-SERVER-MIB
1: -- extracted from draft-ietf-dhc-server-mib-10.txt
2: -- at Wed Feb 11 06:16:50 2004
487:
488: dhcpv4ServerSubnetAddress OBJECT-TYPE
488: warning -
warning: `InetAddress' should be used instead of `InetAddressIPv4'
489: SYNTAX InetAddressIPv4
490: MAX-ACCESS not-accessible
491: STATUS current
492: DESCRIPTION
493: "The IPv4 address of the subnet entry in the
494: dhcpv4ServerSubnetTable."
495: ::= { dhcpv4ServerSubnetEntry 1 }
...
590:
591: dhcpv4ServerRangeStartAddress OBJECT-TYPE
591: warning -
warning: `InetAddress' should be used instead of `InetAddressIPv4'
592: SYNTAX InetAddressIPv4
593: MAX-ACCESS not-accessible
594: STATUS current
595: DESCRIPTION
596: "The IPv4 address of the first address in the range. The
597: value of dhcpv4ServerRangeStartAddress MUST be less than or
598: equal to the value of dhcpv4ServerRangeEndAddress."
599: ::= { dhcpv4ServerRangeEntry 1 }
600:
601: dhcpv4ServerRangeEndAddress OBJECT-TYPE
601: warning -
warning: `InetAddress' should be used instead of `InetAddressIPv4'
602: SYNTAX InetAddressIPv4
603: MAX-ACCESS not-accessible
604: STATUS current
605: DESCRIPTION
606: "The IPv4 address of the last address in the range. The value
607: of dhcpv4ServerRangeEndAddress MUST be greater than or equal
608: to the value of dhcpv4ServerRangeStartAddress."
609: ::= { dhcpv4ServerRangeEntry 2 }
...
684:
685: dhcpv4ServerClient OBJECT-TYPE
685: warning -
warning: `InetAddress' should be used instead of `InetAddressIPv4'
686: SYNTAX InetAddressIPv4
687: MAX-ACCESS not-accessible
688: STATUS current
689: DESCRIPTION
690: "The IPv4 address of this entry in the
691: dhcpv4ServerClientTable."
692: ::= { dhcpv4ServerClientEntry 1 }
...
705:
706: dhcpv4ServerClientRange OBJECT-TYPE
706: warning -
warning: `InetAddress' should be used instead of `InetAddressIPv4'
707: SYNTAX InetAddressIPv4
708: MAX-ACCESS read-only
709: STATUS current
710: DESCRIPTION
711: "The starting IPv4 address (dhcpv4ServerRangeStartAddress
712: object) of the range to which this address belongs. If the
713: address does not fall into one of the configured ranges (e.g.,
714: a statically configured address on a subnet) the range MAY be
715: 0.0.0.0."
716: ::= { dhcpv4ServerClientEntry 3 }
...
845:
846: dhcpv4ServerNotifyDuplicateIpAddr OBJECT-TYPE
846: warning -
warning: `InetAddress' should be used instead of `InetAddressIPv4'
847: SYNTAX InetAddressIPv4
848: MAX-ACCESS accessible-for-notify
849: STATUS current
850: DESCRIPTION
851: "The IPv4 address found to be a duplicate. Duplicates are
852: detected by servers, which issue an ICMP ECHOREQUEST prior to
853: offering an IPv4 address lease, or by a client issuing a
854: gratuitous ARP message and reported through a DHCPDECLINE
855: message."
856: ::= { dhcpv4ServerNotifyObjects 1 }