Crate rasn_mib

Source
Expand description

§Management Information Base

This crate represents an implementation of MIB objects defined in IETF RFCs, Nearly all of these types are newtype wrappers around their network protocol type, and as such don’t they add any additional overhead in terms of size, any OBJECT-TYPE information is available statically through the smi::ObjectType trait.

Modules§

address
The Address Translation Group
address_family_numbers
Internet assigned address family numbers.
egp
the EGP (Exterior Gateway Protocol) group
icmp
The ICMP Group
interfaces
The Interfaces Group
ip
The Internet Protocol (IP) Group
snmp
The Simple Network Management Protocol (SNMP) Group
system
The System Group
tcp
The Transmission Control Protocol (TCP) Group
udp
The User Datagram Protocol (UDP) Group

Constants§

AT
EGP
ICMP
INTERFACES
IP
MIB
SNMP
SYSTEM
TCP
TRANSMISSION
UDP

Type Aliases§

DisplayString
Used to model textual information taken from the NVT ASCII character set. By convention, objects with this syntax are declared as having SIZE (0...255)
PhysAddress
This data type is used to model media addresses. For many types of media, this will be in a binary representation. For example, an ethernet address would be represented as a string of 6 octets.