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§
- The Address Translation Group
- Internet assigned address family numbers.
- the EGP (Exterior Gateway Protocol) group
- The ICMP Group
- The Interfaces Group
- The Internet Protocol (IP) Group
- The Simple Network Management Protocol (SNMP) Group
- The System Group
- The Transmission Control Protocol (TCP) Group
- The User Datagram Protocol (UDP) Group
Constants§
Type Aliases§
- 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)
- 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.